aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
* [prep-release-3.3.0] Add changelog for 3.3.0Marc Alexander2020-01-041-0/+43
|
* [prep-release-3.3.0] Add migration for 3.3.0Marc Alexander2020-01-041-0/+37
|
* [prep-release-3.3.0] Update version numbers for 3.3.0 releaseMarc Alexander2020-01-045-6/+6
|
* Merge branch '3.2.x' into 3.3.xMarc Alexander2020-01-045-6/+87
|\
| * Merge branch 'prep-release-3.2.9' into 3.2.xMarc Alexander2020-01-046-7/+88
| |\
| | * [prep-release-3.2.9] Update changelog for 3.2.9Marc Alexander2020-01-041-0/+25
| | |
| | * [prep-release-3.2.9] Add migration for 3.2.9Marc Alexander2020-01-041-0/+37
| | |
| | * [prep-release-3.2.9] Update version numbers for 3.2.9Marc Alexander2020-01-043-3/+3
| | |
| | * [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
| | * | Merge pull request #59 from phpbb/ticket/security-249Marc Alexander2020-01-031-6/+6
| | |\ \ | | | | | | | | | | | | | | | [ticket/security-249] Do not handle avatar submit on invalid token
| | | * | [ticket/security-249] Do not handle avatar submit on invalid tokenMarc Alexander2019-12-261-6/+6
| | | |/ | | | | | | | | | | | | SECURITY-249
| * | | Merge branch 'prep-release-3.2.9' into 3.2.xMarc Alexander2020-01-026-12/+63
| |\ \ \ | | |/ /
| | * | [ticket/16279] Add permission for Emoji in topic title3D-I2020-01-021-0/+1
| | | | | | | | | | | | | | | | PHPBB3-16279
| | * | [ticket/16279] Add permission for Emoji in topic title3D-I2020-01-021-1/+1
| | | | | | | | | | | | | | | | PHPBB3-16279
| | * | [ticket/16279] Add permission for Emoji in topic title3D-I2020-01-026-12/+62
| | | | | | | | | | | | | | | | PHPBB3-16279
| * | | Merge branch 'prep-release-3.2.9' into 3.2.xMarc Alexander2020-01-011-1/+1
| |\ \ \ | | |/ /
| | * | Merge pull request #5803 from marc1706/ticket/16282Marc Alexander2020-01-011-1/+1
| | |\ \ | | | | | | | | | | | | | | | [ticket/16282] Adjust jQuery cdn url in schema_data
| | | * | [ticket/16282] Adjust jQuery cdn url in schema_dataMarc Alexander2019-12-311-1/+1
| | | |/ | | | | | | | | | | | | PHPBB3-16282
| | * | Merge branch 'ticket/15592' into prep-release-3.2.9Marc Alexander2020-01-011-2/+2
| | |\ \
| | | * | [ticket/15592] Fix attachments place inline button if BBCode is disabledAlfredo Ramos2020-01-011-2/+2
| | | |/ | | | | | | | | | | | | PHPBB3-15592
| | * | Merge pull request #5792 from KYPREO/ticket/16269Marc Alexander2020-01-012-0/+2
| | |\ \ | | | |/ | | |/| | | | | [ticket/16269] Strip HTML markup from Sphinx search index
* | | | Merge pull request #5811 from paul999/ticket/16287Marc Alexander2020-01-034-11/+20
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/16287] After installation an error message regarding statisti…
| * | | | [ticket/16287] Correctly pass json response to PHP fileMarc Alexander2020-01-032-2/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-16287
| * | | | [ticket/16287] Remove loops. prefix in providers loopMarc Alexander2020-01-031-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-16287
| * | | | [ticket/16287] Use twig syntax and fix coding guidelines issuesMarc Alexander2020-01-022-7/+7
| | | | | | | | | | | | | | | | | | | | PHPBB3-16287
| * | | | [ticket/16287] After installation an error is given over statistics submissionpaul sohier2020-01-024-10/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 #5810 from marc1706/ticket/16230Marc Alexander2020-01-032-4/+4
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | [ticket/16230] Improve wording of FILESYSTEM_CANNOT_ lang strings
| * | | | [ticket/16230] Update links to userguide and support forumsMarc Alexander2020-01-031-2/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-16230
| * | | | [ticket/16230] Improve wording of FILESYSTEM_CANNOT_ lang stringsMarc Alexander2020-01-021-2/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-16230
* | | | | Merge pull request #5809 from marc1706/ticket/16285Marc Alexander2020-01-023-2/+18
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | [ticket/16285] Add sanity checks to migrations for 3.3
| * | | | [ticket/16285] Add sanity checks to migrations for 3.3Marc Alexander2020-01-013-2/+18
| | | | | | | | | | | | | | | | | | | | PHPBB3-16285
* | | | | Merge pull request #5805 from 3D-I/ticket/16283Marc Alexander2020-01-026-13/+11
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/16283] Update requirements for 3.3.0
| * | | | | [ticket/16283] Update requirements for 3.3.03D-I2020-01-013-5/+3
| | | | | | | | | | | | | | | | | | | | | | | | 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-316-10/+10
| |/ / / / | | | | | | | | | | | | | | | PHPBB3-16283
* | | | | Merge pull request #5802 from 3D-I/ticket/16279Marc Alexander2020-01-026-12/+63
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/16279] Add permission for Emoji in topic title
| * | | | | [ticket/16279] Add permission for Emoji in topic title3D-I2020-01-011-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16279
| * | | | | [ticket/16279] Add permission for Emoji in topic title3D-I2019-12-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16279
| * | | | | [ticket/16279] Add permission for Emoji in topic title3D-I2019-12-306-12/+62
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16279
* | | | | | Merge pull request #5807 from 3D-I/ticket/16273Marc Alexander2020-01-011-3/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/16273] Check whether the index exists in memberlist - PHP 7.4
| * | | | | | [ticket/16273] Check whether the index exists in memberlist - PHP 7.43D-I2020-01-011-3/+4
| | |/ / / / | |/| | | | | | | | | | | | | | | | PHPBB3-16273
* | | | | | Merge pull request #5806 from 3D-I/ticket/16281Marc Alexander2020-01-012-12/+34
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/16281] Fix Ajax refresh-data for extensions' Tab
| * | | | | | [ticket/16281] Fix Ajax refresh-data for extensions' Tab3D-I2020-01-012-18/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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