aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/16266] Fix testsrxu2019-12-281-11/+43
| | | | PHPBB3-16266
* [ticket/16266] Refactor patch using argon2 predefined constantsrxu2019-12-282-23/+5
| | | | PHPBB3-16266
* [ticket/16266] More code optimizingrxu2019-12-281-3/+3
| | | | PHPBB3-16266
* [ticket/16266] More code optimizingrxu2019-12-282-4/+6
| | | | PHPBB3-16266
* [ticket/16266] Optimize coderxu2019-12-282-16/+14
| | | | PHPBB3-16266
* [ticket/16266] Fix argon2 driver issue for Sodium implementationrxu2019-12-262-4/+27
| | | | PHPBB3-16266
* Merge branch '3.2.x' into 3.3.xMarc Alexander2019-12-263-1/+93
|\
| * [3.2.x] Update version numbers to 3.2.10-devMarc Alexander2019-12-263-5/+5
| |
| * Merge branch 'prep-release-3.2.9' into 3.2.xMarc Alexander2019-12-269-17/+109
| |\
| | * [prep-release-3.2.9] Add changelog for 3.2.9-RC1Marc Alexander2019-12-251-0/+56
| | |
| | * [prep-release-3.2.9] Update composer dependencies to latestMarc Alexander2019-12-251-8/+8
| | |
| | * [prep-release-3.2.9] Add migration for 3.2.9-RC1Marc Alexander2019-12-251-0/+36
| | |
| | * [prep-release-3.2.9] Update version numbers to 3.2.9Marc Alexander2019-12-252-3/+3
| | |
| | * [prep-release-3.2.9] Update version number to 3.2.9-RC1Marc Alexander2019-12-254-6/+6
| |/
* | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-12-251-0/+20
|\ \ | |/
| * Merge pull request #5564 from xchwarze/PHPBB3-16015Marc Alexander2019-12-251-0/+20
| |\ | | | | | | | | | [ticket/16015] Add new hook core.ucp_profile_avatar_upload_validation
| | * [ticket/16015] Adjust since versionMarc Alexander2019-12-251-1/+1
| | | | | | | | | | | | PHPBB3-16015
| | * [ticket/16015] Fix core.ucp_profile_avatar_upload_validation docblockDSR!2019-04-161-4/+4
| | | | | | | | | | | | PHPBB3-16015
| | * [ticket/16015] Add new hook core.ucp_profile_avatar_upload_validationDSR!2019-04-151-0/+2
| | | | | | | | | | | | PHPBB3-16015
| | * [ticket/16015] Add new hook core.ucp_profile_avatar_upload_validationDSR!2019-04-141-0/+18
| | | | | | | | | | | | PHPBB3-16015
* | | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-12-241-1/+1
|\ \ \ | |/ /
| * | Merge pull request #5786 from marc1706/ticket/16209Marc Alexander2019-12-241-1/+1
| |\ \ | | | | | | | | | | | | [ticket/16209] Match exactly "phpbb" in nginx example configuration file
| | * | [ticket/16209] Match exactly "phpbb" in nginx example configuration fileAlfredo Ramos2019-12-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | It blocks an image in the ACP. PHPBB3-16209
* | | | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-12-241-2/+2
|\ \ \ \ | |/ / /
| * | | Merge pull request #5784 from 3D-I/ticket/15902Marc Alexander2019-12-241-2/+2
| |\ \ \ | | | | | | | | | | | | | | | [ticket/15902] Out of range error with Sphinx search
| | * | | [ticket/15902] Out of range error with Sphinx search3D-I2019-12-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add missing modification. PHPBB3-15902
| | * | | [ticket/15902] Out of range error with Sphinx search3D-I2019-12-231-1/+1
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | The reporter he's waiting this fix to be in the core. I created this PR based on trusting his report. I can't test it. PHPBB3-15902
* | | | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-12-241-1/+1
|\ \ \ \ | |/ / /
| * | | Merge pull request #5785 from 3D-I/ticket/16257Marc Alexander2019-12-241-1/+1
| |\ \ \ | | |/ / | |/| | | | | | [ticket/16257] Typo in SMTP_SERVER_EXPLAIN
| | * | [ticket/16257] Typo in SMTP_SERVER_EXPLAIN3D-I2019-12-241-1/+1
| |/ / | | | | | | | | | PHPBB3-16257
* | | Merge pull request #5782 from marc1706/ticket/16263Marc Alexander2019-12-231-0/+5
|\ \ \ | | | | | | | | | | | | [ticket/16263] Ensure that remove_email_hash depends on migration adding hash
| * | | [ticket/16263] Ensure that remove_email_hash depends on migration adding hashMarc Alexander2019-12-231-0/+5
|/ / / | | | | | | | | | PHPBB3-16263
* | | Merge pull request #5779 from 3D-I/ticket/16260Marc Alexander2019-12-231-4/+7
|\ \ \ | | | | | | | | | | | | [ticket/16260] Missing check whether the index exists in ACP - PHP 7.4
| * | | [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
* | | | Merge pull request #5781 from marc1706/ticket/16263Marc Alexander2019-12-221-40/+40
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/16263] Do not expect numbers as strings in apache provider test
| * | | | [ticket/16263] Do not expect numbers as strings in apache provider testMarc Alexander2019-12-221-40/+40
| |/ / / | | | | | | | | | | | | PHPBB3-16263
* | | | Merge pull request #5780 from 3D-I/ticket/16261Marc Alexander2019-12-221-1/+1
|\ \ \ \ | |/ / / |/| | | | | | | [ticket/16261] Missing check whether the index exists in install - PHP 7.4
| * | | [ticket/16261] Missing check whether the index exists in install - PHP 7.43D-I2019-12-221-1/+1
|/ / / | | | | | | | | | PHPBB3-16261
* | | [3.3.x] Update version numbers to 3.3.0-RC2-devMarc Alexander2019-12-213-4/+4
| | |
* | | Merge branch 'prep-release-3.3.0-RC1' into 3.3.xMarc Alexander2019-12-218-7/+74
|\ \ \
| * | | [prep-release-3.3.0-RC1] Update changelog for 3.3.0-RC1Marc Alexander2019-12-211-0/+31
| | | |
| * | | [prep-release-3.3.0-RC1] Add migration for 3.3.0-RC1Marc Alexander2019-12-211-0/+36
| | | |
| * | | [prep-release-3.3.0-RC1] Update version numbers to 3.3.0-RC1Marc Alexander2019-12-212-3/+3
| | | |
| * | | [prep-release-3.3.0-RC1] Update version numbers to 3.3.0-RC1Marc Alexander2019-12-214-4/+4
|/ / /
* | | Merge pull request #5770 from JoshyPHP/ticket/16250Marc Alexander2019-12-217-5/+262
|\ \ \ | | | | | | | | | | | | [ticket/16250] Add a service to check BBCodes safeness in ACP
| * | | [ticket/16250] Reworked status as constantsJoshyPHP2019-12-163-13/+29
| | | | | | | | | | | | | | | | PHPBB3-16250
| * | | [ticket/16250] Add a service to check BBCodes safenessJoshyPHP2019-12-137-5/+246
| | | | | | | | | | | | | | | | PHPBB3-16250
* | | | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-12-211-2/+2
|\ \ \ \ | | |/ / | |/| |