aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
Commit message (Expand)AuthorAgeFilesLines
* [ticket/14492] Rework logic for selecting which extensions to updateMarc Alexander2016-12-031-27/+54
* [ticket/14492] Check if composer.json exists in viglink folder on file_checkMarc Alexander2016-12-031-1/+1
* [ticket/14492] Define extensions to install in config not via cli argumentMarc Alexander2016-12-034-17/+13
* [ticket/14492] Removed unused use statementMarc Alexander2016-12-031-2/+0
* [ticket/14492] Only show fail of extension install if it's availableMarc Alexander2016-12-031-4/+4
* [ticket/14492] Allow specifying extensions to update & installMarc Alexander2016-12-033-1/+33
* [ticket/14492] Set install extensions to synthetic and fix step countMarc Alexander2016-12-032-7/+2
* [ticket/14492] Send statistics via ajax requestMarc Alexander2016-12-031-0/+1
* [ticket/14492] Apply fixes to update extensions taskMarc Alexander2016-12-032-4/+38
* [ticket/14492] Correctly check if extension was enabled during installMarc Alexander2016-12-031-4/+38
* [ticket/14492] Rename files to help_phpbb and fix css tabbingMarc Alexander2016-12-031-0/+49
* [ticket/14492] Do not install extensions in installer if in test envMarc Alexander2016-12-031-0/+5
* [ticket/14492] Re-enable extensions if updated during updateMarc Alexander2016-12-032-2/+163
* [ticket/14492] Install all packaged extensions by defaultMarc Alexander2016-12-031-15/+31
* [ticket/14492] Do not copy viglink on update if it was deletedMarc Alexander2016-12-031-0/+9
* [ticket/14492] Add basic task for installing viglink extensionMarc Alexander2016-12-031-0/+119
* Merge pull request #4405 from marc1706/ticket/14733Tristan Darricau2016-12-034-5/+75
|\
| * [ticket/14733] Make sure detect_algorithm() works correctly and add testsMarc Alexander2016-10-031-1/+1
| * [ticket/14733] Extend passwords driver_interface in rehashable_driver_interfaceMarc Alexander2016-10-032-54/+9
| * [ticket/14733] Use new interface to preserve backwards compatibilityMarc Alexander2016-10-033-10/+79
| * [ticket/14733] Use default cost factor in bcrypt constructorMarc Alexander2016-10-031-1/+2
| * [ticket/14733] Support increasing hashing cost factorMarc Alexander2016-10-034-2/+47
* | Merge pull request #4553 from DavidIQ/ticket/14885Tristan Darricau2016-12-031-1/+1
|\ \
| * | [ticket/14885] Use \n instead of \r for output_handler messagesDavid Colón2016-12-021-1/+1
| * | [ticket/14885] Add a line break when writing to the migrator output fileDavid Colón2016-12-021-1/+1
* | | Merge pull request #4539 from marc1706/ticket/14875Tristan Darricau2016-12-036-36/+109
|\ \ \ | |/ / |/| |
| * | [ticket/14875] Move raw_variable() method to request_interfaceMarc Alexander2016-12-024-23/+28
| * | [ticket/14875] Use raw_variable() method in _variable() to get raw dataMarc Alexander2016-11-251-33/+6
| * | [ticket/14875] Add method for raw input to request and add to installerMarc Alexander2016-11-255-24/+94
| * | [ticket/14875] Add method for untrimmed input to ajax iohandlerMarc Alexander2016-11-242-1/+26
* | | [ticket/14873] Added width/height attributes to smiliesJoshyPHP2016-11-271-1/+1
* | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-11-261-1/+1
|\ \ \ | |/ / |/| |
| * | [ticket/14876] Allows multibyte strings for exception messagesVictor A. Safronov2016-11-251-1/+1
* | | Merge pull request #4516 from marc1706/ticket/14867Tristan Darricau2016-11-241-6/+1
|\ \ \
| * | | [ticket/14867] Revert back to twig 1.26.* and update dependenciesMarc Alexander2016-11-161-6/+1
* | | | Merge remote-tracking branch 'senky/ticket/14739' into 3.2.xMarc Alexander2016-11-176-671/+5
|\ \ \ \ | |/ / / |/| | |
| * | | [ticket/14739] Remove SQLite 2.8.x database driverJakub Senko2016-11-166-671/+5
* | | | Merge pull request #4501 from marc1706/ticket/14716Tristan Darricau2016-11-141-1/+6
|\ \ \ \
| * | | | [ticket/14716] Update dependencies to latest versionsMarc Alexander2016-11-031-1/+6
* | | | | Merge branch '3.1.x' into 3.2.xTristan Darricau2016-11-142-0/+113
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge pull request #4492 from marc1706/ticket/14831Tristan Darricau2016-11-142-0/+113
| |\ \ \ \
| | * | | | [ticket/14831] Rename migration and replace preg_replace() with simpler methodsMarc Alexander2016-10-252-6/+5
| | * | | | [ticket/14831] Compare depends_on for migrations and remove prefixless namesMarc Alexander2016-10-231-4/+4
| | * | | | [ticket/14831] Add migration for deduplicating entries and fix typoMarc Alexander2016-10-232-3/+81
| | * | | | [ticket/14831] Add method for getting valid migration nameMarc Alexander2016-10-231-26/+34
| | * | | | [ticket/14831] Fall back to possible migration names instead of adding prefixMarc Alexander2016-10-231-3/+28
| | * | | | [ticket/14831] Make sure migrations always start with backslashMarc Alexander2016-10-221-0/+3
* | | | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-11-131-1/+34
|\ \ \ \ \ \ | |/ / / / / | | | | / / | |_|_|/ / |/| | | |
| * | | | Merge pull request #4488 from senky/ticket/14825Marc Alexander2016-11-131-1/+34
| |\ \ \ \
| | * | | | [ticket/14825] Add core.auth_oauth_(login/link)_afterJakub Senko2016-11-131-1/+34