aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Collapse)AuthorAgeFilesLines
* [prep-release-3.3.0] Update version numbers for 3.3.0 releaseMarc Alexander2020-01-041-1/+1
|
* Merge branch '3.2.x' into 3.3.xMarc Alexander2020-01-043-6/+25
|\
| * Merge branch 'prep-release-3.2.9' into 3.2.xMarc Alexander2020-01-043-6/+25
| |\
| | * [prep-release-3.2.9] Update version numbers for 3.2.9Marc Alexander2020-01-041-1/+1
| | |
| | * [ticket/security-250] Check form key when approving group membershipMarc Alexander2020-01-031-0/+5
| | | | | | | | | | | | SECURITY-250
| | * [ticket/security-252] Check form token on marking PMMarc Alexander2020-01-031-5/+5
| | | | | | | | | | | | SECURITY-252
| | * [ticket/security-251] Check form token when moving PM to folderMarc Alexander2020-01-031-0/+7
| | | | | | | | | | | | SECURITY-251
| | * Merge pull request #58 from phpbb/ticket/security-253Marc Alexander2020-01-031-0/+7
| | |\ | | | | | | | | | | | | [ticket/security-253] Check form key when exporting PM data
| | | * [ticket/security-253] Check form key when exporting PM dataMarc Alexander2019-12-261-0/+7
| | | | | | | | | | | | | | | | SECURITY-253
| | * | [ticket/security-249] Do not handle avatar submit on invalid tokenMarc Alexander2019-12-261-6/+6
| | |/ | | | | | | | | | SECURITY-249
| * | [3.2.x] Update version numbers to 3.2.10-devMarc Alexander2019-12-261-1/+1
| |/
| * [prep-release-3.2.9] Update version number to 3.2.9-RC1Marc Alexander2019-12-251-1/+1
| |
* | [ticket/16287] Correctly pass json response to PHP fileMarc Alexander2020-01-031-1/+1
| | | | | | | | PHPBB3-16287
* | [ticket/16287] Use twig syntax and fix coding guidelines issuesMarc Alexander2020-01-021-1/+1
| | | | | | | | PHPBB3-16287
* | [ticket/16287] After installation an error is given over statistics submissionpaul sohier2020-01-022-6/+9
| | | | | | | | | | | | | | | | The phpBB.com website required specific fields to be available for the statistics. This change switched over to a new statistics page on www.phpbb.com that uses form fields instead, and that returns JSON as value. PHPBB3-16287
* | Merge pull request #5805 from 3D-I/ticket/16283Marc Alexander2020-01-021-3/+3
|\ \ | | | | | | | | | [ticket/16283] Update requirements for 3.3.0
| * | [ticket/16283] Update requirements for 3.3.03D-I2020-01-011-1/+1
| | | | | | | | | | | | PHPBB3-16283
| * | [ticket/16283] Update requirements for 3.3.03D-I2019-12-311-1/+1
| | | | | | | | | | | | PHPBB3-16283
| * | [ticket/16283] Update requirements for 3.3.03D-I2019-12-311-2/+2
| | | | | | | | | | | | PHPBB3-16283
* | | Merge pull request #5806 from 3D-I/ticket/16281Marc Alexander2020-01-011-9/+30
|\ \ \ | | | | | | | | | | | | [ticket/16281] Fix Ajax refresh-data for extensions' Tab
| * | | [ticket/16281] Fix Ajax refresh-data for extensions' Tab3D-I2020-01-011-15/+12
| | | | | | | | | | | | | | | | PHPBB3-16281
| * | | [ticket/16281] Fix Ajax refresh-data for extensions' Tab3D-I2019-12-311-1/+1
| | | | | | | | | | | | | | | | PHPBB3-16281
| * | | [ticket/16281] Fix Ajax refresh-data for extensions' Tab3D-I2019-12-311-2/+2
| | | | | | | | | | | | | | | | PHPBB3-16281
| * | | [ticket/16281] Fix Ajax refresh-data for extensions' Tab3D-I2019-12-311-10/+34
| |/ / | | | | | | | | | PHPBB3-16281
* | | Merge pull request #5798 from rxu/ticket/16277Marc Alexander2020-01-018-30/+26
|\ \ \ | |/ / |/| | | | | [ticket/16277] Move from each() function
| * | [ticket/16277] Adjust patch for the diff enginerxu2020-01-011-0/+2
| | | | | | | | | | | | PHPBB3-16277
| * | [ticket/16277] Move from each() functionrxu2019-12-298-30/+24
| | | | | | | | | | | | PHPBB3-16277
* | | Merge pull request #5783 from brunoais/ticket/16262Marc Alexander2019-12-301-2/+2
|\ \ \ | | | | | | | | | | | | Ticket/16262 compact() calls with undefined variables causing error page
| * | | [ticket/16262] Fixing event's $current_row_number by renaming $ibrunoais2019-12-261-2/+2
| | | | | | | | | | | | | | | | PHPBB3-16262
* | | | [ticket/16276] Further fix PHP nightly testsrxu2019-12-291-1/+1
| | | | | | | | | | | | | | | | PHPBB3-16276
* | | | [ticket/16276] Fix bbcode_firstpass undefined mode propertyrxu2019-12-291-2/+1
| |/ / |/| | | | | | | | PHPBB3-16276
* | | Merge pull request #5793 from marc1706/ticket/16271Marc Alexander2019-12-271-1/+1
|\ \ \ | | | | | | | | [ticket/16271] Add Sami 4.x and update necessary dependencies
| * | | [ticket/16271] Fix invalid docblocksMarc Alexander2019-12-271-1/+1
| | | | | | | | | | | | | | | | PHPBB3-16271
* | | | [ticket/16267] Check whether the index exists in ACP BBcodes - PHP 7.43D-I2019-12-251-2/+1
| | | | | | | | | | | | | | | | PHPBB3-16267
* | | | [ticket/16267] Check whether the index exists in ACP BBcodes - PHP 7.43D-I2019-12-241-1/+5
|/ / / | | | | | | | | | PHPBB3-16267
* | | [ticket/16260] Missing check whether the index exists in ACP - PHP 7.43D-I2019-12-221-10/+7
| | | | | | | | | | | | PHPBB3-16260
* | | [ticket/16260] Missing check whether the index exists in ACP - PHP 7.43D-I2019-12-221-7/+11
| | | | | | | | | | | | PHPBB3-16260
* | | [ticket/16260] Missing check whether the index exists in ACP - PHP 7.43D-I2019-12-211-4/+6
|/ / | | | | | | PHPBB3-16260
* | [3.3.x] Update version numbers to 3.3.0-RC2-devMarc Alexander2019-12-211-1/+1
| |
* | [prep-release-3.3.0-RC1] Update version numbers to 3.3.0-RC1Marc Alexander2019-12-211-1/+1
| |
* | Merge pull request #5770 from JoshyPHP/ticket/16250Marc Alexander2019-12-211-4/+15
|\ \ | | | | | | | | | [ticket/16250] Add a service to check BBCodes safeness in ACP
| * | [ticket/16250] Reworked status as constantsJoshyPHP2019-12-161-5/+5
| | | | | | | | | | | | PHPBB3-16250
| * | [ticket/16250] Add a service to check BBCodes safenessJoshyPHP2019-12-131-4/+15
| | | | | | | | | | | | PHPBB3-16250
* | | [ticket/16238] Update version for deprecationMarc Alexander2019-12-121-1/+1
|/ / | | | | | | PHPBB3-16238
* | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-12-061-6/+9
|\ \ | |/
| * Merge pull request #5737 from marc1706/ticket/16211Marc Alexander2019-12-061-6/+9
| |\ | | | | | | | | | [ticket/16211] Prevent skipping COPPA via URL parameter
| | * [ticket/16211] Use form to ensure link data is passed on coppa registrationMarc Alexander2019-11-271-10/+5
| | | | | | | | | | | | PHPBB3-16211
| | * [ticket/16211] Prevent skipping COPPA via URL parameterMarc Alexander2019-11-141-2/+10
| | | | | | | | | | | | PHPBB3-16211
* | | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-12-061-1/+4
|\ \ \ | |/ /
| * | [ticket/16247] Quote PM has no identifier3D-I2019-12-051-1/+4
| | | | | | | | | | | | PHPBB3-16247