aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
Commit message (Collapse)AuthorAgeFilesLines
...
| * | [ticket/14272] Only use maxlength and size for allowed input elementsMarc Alexander2015-11-067-19/+19
| | | | | | | | | | | | PHPBB3-14272
* | | Merge pull request #4182 from marc1706/ticket/14481Tristan Darricau2016-03-272-2/+10
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | [ticket/14481] Respect HTTP_X_FORWARDED headers for implying https * marc1706/ticket/14481: [ticket/14481] Add tests for x_forwarded_proto header [ticket/14481] Use port 443 if https is specified in x-forwarded-proto [ticket/14481] Respect HTTP_X_FORWARDED headers for implying https
| * | [ticket/14481] Respect HTTP_X_FORWARDED headers for implying httpsMarc Alexander2016-02-152-2/+10
| | | | | | | | | | | | PHPBB3-14481
* | | Merge pull request #4214 from marc1706/ticket/14241Tristan Darricau2016-03-251-4/+30
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14241] Prevent empty q&a as a result of improper settings * marc1706/ticket/14241: [ticket/14241] Log fatal captcha error to error log [ticket/14241] Prevent empty q&a as a result of improper settings
| * | | [ticket/14241] Log fatal captcha error to error logMarc Alexander2016-03-121-4/+8
| | | | | | | | | | | | | | | | PHPBB3-14241
| * | | [ticket/14241] Prevent empty q&a as a result of improper settingsMarc Alexander2016-03-111-2/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improper setup of the q&a captcha in combination with the admin choosing a default language that does not have any questions and answers set might result in the user being presented empty questions and answers. This change will try to fall back to any question in case the admin incorrectly set the default language and has no questions & answers set. If that does not work, the captcha will not allow passing it and suggest to contact the board admin to resolve this issue. PHPBB3-14241
* | | | Merge pull request #4242 from marc1706/ticket/14136Tristan Darricau2016-03-241-0/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14136] Add back X-UA-Compatible meta tag * marc1706/ticket/14136: [ticket/14136] Add back X-UA-Compatible meta tag
| * | | | [ticket/14136] Add back X-UA-Compatible meta tagMarc Alexander2016-03-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was previously removed without needing to. Adding it back to force users to not emulate the page for previous versions of IE. The imagetoolbar http-equiv tag was not restored as IE does not contain that anymore since IE7. Also, the chome=1 has been removed from the X-UA-Compatible content as ChromeFrame does not receive any further updates since 2014 and is potentially broken. PHPBB3-14136
* | | | | Merge pull request #4222 from marc1706/ticket/14536Tristan Darricau2016-03-241-1/+1
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | [ticket/14536] Force unix time stamps to be integer * marc1706/ticket/14536: [ticket/14536] Force unix time stamps to be integer
| * | | | [ticket/14536] Force unix time stamps to be integerMarc Alexander2016-03-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will ensure to prevent PHP fatal errors in case the passed timestamp is an empty string or does not evaluate to an integer (i.e. strings like foobar). PHPBB3-14536
* | | | | Merge pull request #4175 from Senky/ticket/14471Marc Alexander2016-03-241-0/+14
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/14471] Add $filedata to core.avatar_driver_upload_move_file_before event
| * | | | | [ticket/14471] Add $filedata to core.avatar_driver_upload_move_file_before eventJakub Senko2016-03-101-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14471
* | | | | | [ticket/14540] Adjust recursive_dot_prefix_filter_iterator for performancerxu2016-03-171-1/+1
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Swapping conditions in the function accept() of the class \phpbb\recursive_dot_prefix_filter_iterator saves a lot of isDir() calls which is more expensive than $filename[0] checks. PHPBB3-14540
* | | | | [ticket/14533] U_NOTIFICATION_SETTINGS doesn't return the correct URLSkouat2016-03-121-1/+1
| |/ / / |/| | | | | | | | | | | PHPBB3-14533
* | | | Merge pull request #4206 from marc1706/ticket/14519Máté Bartus2016-03-081-1/+3
|\ \ \ \ | | | | | | | | | | [ticket/14519] Skip query if all unread notifications are retrieved
| * | | | [ticket/14519] Skip query if all unread notifications are retrievedMarc Alexander2016-03-081-1/+3
| | | | | | | | | | | | | | | | | | | | PHPBB3-14519
* | | | | Merge pull request #4207 from marc1706/ticket/14132Máté Bartus2016-03-081-0/+4
|\ \ \ \ \ | | | | | | | | | | | | [ticket/14132] Use transaction for adding notifications to type table
| * | | | | [ticket/14132] Use transaction for adding notifications to type tableMarc Alexander2016-03-081-0/+4
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will prevent a race condition that might occur by two posts being submitted at the same time with the notification type IDs not being cached. PHPBB3-14132
* | | | | Merge pull request #4204 from marc1706/ticket/14483Máté Bartus2016-03-081-3/+6
|\ \ \ \ \ | |/ / / / |/| | | | [ticket/14483] Do not send headers by default on access via controller
| * | | | [ticket/14483] Do not send headers by default on access via controllerMarc Alexander2016-03-061-3/+6
| | | | | | | | | | | | | | | | | | | | PHPBB3-14483
* | | | | [ticket/14514] Don't skip users when converting passwordsOliver Schramm2016-03-061-8/+5
|/ / / / | | | | | | | | | | | | PHPBB3-14514
* | | | Merge pull request #4153 from gn36/ticket/14443Marc Alexander2016-02-281-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/14443] Introduce additional parameter to messenger
| * | | | [ticket/14443] Introduce additional parameter to messengerMartin Beckmann2016-02-011-1/+1
| |/ / / | | | | | | | | | | | | PHPBB3-14443
* | | | Merge pull request #4185 from marc1706/ticket/13681Tristan Darricau2016-02-182-0/+10
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13681] Invalidate and reset opcache where necessary * marc1706/ticket/13681: [ticket/13681] Invalidate and reset opcache where necessary
| * | | | [ticket/13681] Invalidate and reset opcache where necessaryMarc Alexander2016-02-182-0/+10
| | |/ / | |/| | | | | | | | | | PHPBB3-13681
* | | | Add migration for 3.1.8Joas Schilling2016-02-181-0/+31
|/ / /
* | | Merge pull request #4176 from Elsensee/ticket/14409Joas Schilling2016-02-131-0/+2
|\ \ \ | | | | | | | | | | | | [ticket/14409] Update session page info before displaying online list
| * | | [ticket/14409] Update session page info before displaying online listOliver Schramm2016-02-131-0/+2
| |/ / | | | | | | | | | PHPBB3-14409
* | | [prep-release-3.1.8] Add migration for 3.1.8-RC1Joas Schilling2016-02-131-0/+32
|/ /
* | Merge pull request #3718 from javiexin/ticket/13908Marc Alexander2016-01-171-0/+5
|\ \ | | | | | | | | | [ticket/13908] "After" clause in migration not working
| * | [ticket/13908] "After" clause in migration not workingjaviexin2015-06-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | In a migration file, if you try to add a column to a table and specify the order, by specifying an "after" clause, it is not used at all, even for databases that support it (like mysql). This fixes the issue, for mysql databases. Typo fixed. PHPBB3-13908
| * | [ticket/13908] "After" clause in migration not workingjaviexin2015-06-011-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | In a migration file, if you try to add a column to a table and specify the order, by specifying an "after" clause, it is not used at all, even for databases that support it (like mysql). This fixes the issue, for mysql databases. PHPBB3-13908
* | | Merge pull request #4117 from Elsensee/ticket/14403Marc Alexander2016-01-151-2/+2
|\ \ \ | | | | | | | | | | | | [ticket/14403] Don't expect user_id and user_ip in phpbb\log
| * | | [ticket/14403] Don't expect user_id and user_ip in phpbb\logOliver Schramm2016-01-101-2/+2
| | | | | | | | | | | | | | | | PHPBB3-14403
* | | | [ticket/14407] Fix removing users from Newly Registered Users groupZoddo2016-01-131-1/+1
| | | | | | | | | | | | | | | | PHPBB3-14407
* | | | Merge pull request #3929 from kilianr/ticket/12618Marc Alexander2016-01-122-4/+11
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/12618] Allow extension author to use SSL for version-check.
| * | | | [ticket/12618] Change ssl:// to tls://Kilian2016-01-101-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-12618
| * | | | [ticket/12618] Allow extension author to use SSL for version-checkKilian2015-09-252-4/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For version-check a new parameter 'ssl' is introduced. If set to true, it will use 443 as port for the file_downloader. In file_downloader, the host parameter of fsockopen is appended with 'ssl://' in case the port is 443 in order to use SSL. PHPBB3-12618
* | | | | Merge branch 'prep-release-3.1.7' into 3.1.xJoas Schilling2016-01-091-0/+31
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | Conflicts: build/build.xml phpBB/includes/constants.php phpBB/install/schemas/schema_data.sql
| * | | | [prep-release-3.1.7] Add migration for 3.1.7-pl1Joas Schilling2016-01-091-0/+31
| | | | |
* | | | | Merge pull request #4097 from Nicofuma/ticket/14382Marc Alexander2016-01-091-1/+6
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/14382] Specify the branch-alias in the composer.json files
| * | | | | [ticket/14382] Specify the branch-alias in the composer.json filesTristan Darricau2016-01-091-1/+6
| |/ / / / | | | | | | | | | | | | | | | PHPBB3-14382
* | | | | [ticket/14396] Use VCHAR_UNI and correct depends_on() versionMarc Alexander2016-01-081-2/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-14396
* | | | | [ticket/13180] Increase dateformat field sizeSaeed Hubaishan2016-01-071-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | remove empty line as marc1706 guided PHPBB3-13180
* | | | | [ticket/13180] Increase dateformat field sizeSaeed Hubaishan2016-01-071-0/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13180] Increase dateformat field size change field size to 64 in these files add new migration file to update the database schema PHPBB3-13180
* | | | | [ticket/14387] Extend avatar-driver by extension in ACP not possiblejaviexin2016-01-021-26/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Create two driver methods to provide the driver config name and the driver ACP template name, and use them directly when required. Default driver config name and template name are the same as now. But new drivers are able to override the config name and template name with their own, including @vendor_extension. Simplified manager interface by reducing unneeded methods. PHPBB3-14387
* | | | | [ticket/14387] Extend avatar-driver by extension in ACP not possiblejaviexin2016-01-023-0/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Create two driver methods to provide the driver config name and the driver ACP template name, and use them within the manager method. Default driver config name and template name are the same as now. But new drivers are able to override the config name and template name with their own, including @vendor_extension. PHPBB3-14387
* | | | | [ticket/14387] Extend avatar-driver by extension in ACP not possiblejaviexin2016-01-023-1/+16
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Create a driver method to provide the driver config name, and use it within the manager method. Default driver config name is the same as now. But new drivers are able to override the config name with their own. PHPBB3-14387
* | | | [prep-release-3.1.7] Add migration to update the versionJoas Schilling2015-12-191-0/+31
| | | |
* | | | [prep-release-3.1.7] Add migration for 3.1.7-RC1Joas Schilling2015-12-121-0/+32
| | | |