Norwegian translation and and a XSS bug fix ++#54
Open
thnilsen wants to merge 9 commits intobemosior:developfrom
Open
Norwegian translation and and a XSS bug fix ++#54thnilsen wants to merge 9 commits intobemosior:developfrom
thnilsen wants to merge 9 commits intobemosior:developfrom
Conversation
…on…fig.php - Moved various static text into translations - fixes bemosior#48 - Fixed formatting issue which caused email input field to be displayed outside of the main form frame, same as with the submit button. - Fixed issue with function sanitizeEmail() in input.php which failed under php7.x. The mysql_real_escape_string() function was removed in php 7.0.0 and there is no need to escape the string as it is already validated by the filter_var(...) function.
…the specific language files.
…polytechnic in bemosior#49, while implementing the changes suggested by besmosior in bemosior#49 (comment) * Resolves bemosior#49
…arset header info.
…r#51 only solved the XSS problem partially.
New option to allow showing reminder time/views for a secret. - New cofiguration option to enable/disable : $showExpiryInfo - Fixes bemosior#42 - Depends on moment.js script, and requires $language_moment setting in config.php Added changes to Norwegian translation. Removed commented out code from about.php
A number of new options are now configurable from config.php. It is now possible to define the senders address and display name from config.php. Mail format has been changed from plaintext to html format. In addition, it is now possible to use the PHPmailer() library if installed. The new config options are : - $fromEmail : Will be used as default sender address if not overriden by authenticated user. - $fromName : Will be used as the display name of fromEmail - $signature : A text string to be added as signature to the email. This Should be written as HTML. - $PHPMailer : Enables or disables the use of PHPMailer - $PHPMailerPath : Path to PHPMailers src folder - $PHPMailerSmtp : Use SMTP rather than standard mail() with PHPMailer - $PHPMailerHost : SMTP host to use if SMTP is enabled - $PHPMailerPort : Port for SMTP host - $PHPMailerSecure : Set to SSL/TLS/StartTLS or blank - $PHPMailerUser : Username to authenticate against SMTP server - $PHPMailerPassword : Password for given SMTP user
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Dear Benjamin,
I have added a few updates to the current develop branch that might be of interest to others...
Regards,
Thomas