aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | [ticket/14891] Use filesystem classes for checking on tmp dirMarc Alexander2016-12-091-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The cache dir will now also only be used if tmp dir does not exist or if it's not writable. PHPBB3-14891
* | | | | [ticket/14891] Remove unused use statementsMarc Alexander2016-12-092-3/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-14891
* | | | | [ticket/14891] Use own proxy instantiator for open_basedir compatibilityMarc Alexander2016-12-092-1/+75
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also reverted random_compat lib to 1.4.x. PHPBB3-14891
* | | | | Merge pull request #4565 from marc1706/ticket/14896Máté Bartus2016-12-081-5/+11
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/14896] Do not overwrite login when finishing install
| * | | | | [ticket/14896] Do not overwrite login when finishing installMarc Alexander2016-12-071-5/+11
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise the user will be "logged in" again as guest user which will prevent any redirectiong to the ACP after the installation. PHPBB3-14896
* | | | | [ticket/14897] Add $restart_progress_bar to iohandler baseMáté Bartus2016-12-071-0/+5
|/ / / / | | | | | | | | | | | | PHPBB3-14897
* | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-12-051-1/+1
|\ \ \ \ | |/ / /
| * | | [ticket/14890] Typo in input validation of profile fields of type stringjaviexin2016-12-051-1/+1
| |/ / | | | | | | | | | | | | | | | This bug was introduced by PHPBB3-14272 PHPBB3-14890
* | | [ticket/12610] Fix tests and use getOption() for consoleMarc Alexander2016-12-051-18/+20
| | | | | | | | | | | | PHPBB3-12610
* | | [ticket/12610] Use Symfony style guideTristan Darricau2016-12-041-87/+86
| | | | | | | | | | | | PHPBB3-12610
* | | [ticket/12610] Add a better error message when an extension is missingTristan Darricau2016-12-041-44/+63
| | | | | | | | | | | | PHPBB3-12610
* | | [ticket/12610] Correctly handle empty cacheTristan Darricau2016-12-032-8/+29
| | | | | | | | | | | | PHPBB3-12610
* | | [ticket/12610] Display the latest version and not the branch name in CLITristan Darricau2016-12-031-1/+6
| | | | | | | | | | | | PHPBB3-12610
* | | [ticket/12610] CSTristan Darricau2016-12-032-1/+2
| | | | | | | | | | | | PHPBB3-12610
* | | [ticket/12610] Improve outputTristan Darricau2016-12-031-8/+24
| | | | | | | | | | | | PHPBB3-12610
* | | [ticket/12610] Use exception_interfaceTristan Darricau2016-12-033-48/+25
| | | | | | | | | | | | PHPBB3-12610
* | | [ticket/12610] Add command to check if the board is up to date.Etienne Baroux2016-12-034-20/+342
| | | | | | | | | | | | PHPBB3-12610
* | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-12-031-3/+23
|\ \ \ | |/ /
| * | Merge pull request #4522 from senky/ticket/13149Marc Alexander2016-12-031-3/+23
| |\ \ | | | | | | | | | | | | [ticket/13149] Add core.phpbb_log_get_topic_auth_sql_before
| | * | [ticket/13149] Add core.phpbb_log_get_topic_auth_sql_beforeJakub Senko2016-11-201-3/+23
| | |/ | | | | | | | | | PHPBB3-13149
* | | [ticket/14492] Add user service to installer & only instantiate if neededMarc Alexander2016-12-031-10/+5
| | | | | | | | | | | | PHPBB3-14492
* | | [ticket/14492] Fix redirection to help phpBB pageMarc Alexander2016-12-031-2/+14
| | | | | | | | | | | | PHPBB3-14492
* | | [ticket/14492] Update versions in filesMarc Alexander2016-12-032-2/+2
| | | | | | | | | | | | PHPBB3-14492
* | | [ticket/14492] Update phpBB version and fix miscellaneous code issuesMarc Alexander2016-12-031-1/+2
| | | | | | | | | | | | PHPBB3-14492
* | | [ticket/14492] Install all extensions if 'all' is specified for extensionsMarc Alexander2016-12-031-1/+1
| | | | | | | | | | | | PHPBB3-14492
* | | [ticket/14492] Add language variables for updating extensionsMarc Alexander2016-12-031-4/+4
| | | | | | | | | | | | PHPBB3-14492
* | | [ticket/14492] Prevent timeouts in install & update extensions tasksMarc Alexander2016-12-032-2/+39
| | | | | | | | | | | | PHPBB3-14492
* | | [ticket/14492] Use same list for checking if extension should be updatedMarc Alexander2016-12-032-8/+31
| | | | | | | | | | | | PHPBB3-14492
* | | [ticket/14492] Unify version check for installing default extensionsMarc Alexander2016-12-031-2/+2
| | | | | | | | | | | | PHPBB3-14492
* | | [ticket/14492] Use extension manager instead of finder and add try/catchMarc Alexander2016-12-032-34/+44
| | | | | | | | | | | | PHPBB3-14492
* | | [ticket/14492] Remove unused use statementMarc Alexander2016-12-031-1/+0
| | | | | | | | | | | | PHPBB3-14492
* | | [ticket/14492] Redirect to help phpBB page after installationMarc Alexander2016-12-031-1/+1
| | | | | | | | | | | | PHPBB3-14492
* | | [ticket/14492] Properly retrieve version updating fromMarc Alexander2016-12-032-52/+62
| | | | | | | | | | | | PHPBB3-14492
* | | [ticket/14492] Rework logic for selecting which extensions to updateMarc Alexander2016-12-031-27/+54
| | | | | | | | | | | | PHPBB3-14492
* | | [ticket/14492] Check if composer.json exists in viglink folder on file_checkMarc Alexander2016-12-031-1/+1
| | | | | | | | | | | | PHPBB3-14492
* | | [ticket/14492] Define extensions to install in config not via cli argumentMarc Alexander2016-12-034-17/+13
| | | | | | | | | | | | PHPBB3-14492
* | | [ticket/14492] Removed unused use statementMarc Alexander2016-12-031-2/+0
| | | | | | | | | | | | PHPBB3-14492
* | | [ticket/14492] Only show fail of extension install if it's availableMarc Alexander2016-12-031-4/+4
| | | | | | | | | | | | PHPBB3-14492
* | | [ticket/14492] Allow specifying extensions to update & installMarc Alexander2016-12-033-1/+33
| | | | | | | | | | | | PHPBB3-14492
* | | [ticket/14492] Set install extensions to synthetic and fix step countMarc Alexander2016-12-032-7/+2
| | | | | | | | | | | | PHPBB3-14492
* | | [ticket/14492] Send statistics via ajax requestMarc Alexander2016-12-031-0/+1
| | | | | | | | | | | | | | | | | | | | | Flooding ajax requests will try to be prevented and sending stats without JS will also properly work. PHPBB3-14492
* | | [ticket/14492] Apply fixes to update extensions taskMarc Alexander2016-12-032-4/+38
| | | | | | | | | | | | | | | | | | The regex was also simplified. PHPBB3-14492
* | | [ticket/14492] Correctly check if extension was enabled during installMarc Alexander2016-12-031-4/+38
| | | | | | | | | | | | | | | | | | | | | Also fixed some incorrectly generated log messages and improved the regex. PHPBB3-14492
* | | [ticket/14492] Rename files to help_phpbb and fix css tabbingMarc Alexander2016-12-031-0/+49
| | | | | | | | | | | | PHPBB3-14492
* | | [ticket/14492] Do not install extensions in installer if in test envMarc Alexander2016-12-031-0/+5
| | | | | | | | | | | | PHPBB3-14492
* | | [ticket/14492] Re-enable extensions if updated during updateMarc Alexander2016-12-032-2/+163
| | | | | | | | | | | | PHPBB3-14492
* | | [ticket/14492] Install all packaged extensions by defaultMarc Alexander2016-12-031-15/+31
| | | | | | | | | | | | PHPBB3-14492
* | | [ticket/14492] Do not copy viglink on update if it was deletedMarc Alexander2016-12-031-0/+9
| | | | | | | | | | | | PHPBB3-14492
* | | [ticket/14492] Add basic task for installing viglink extensionMarc Alexander2016-12-031-0/+119
| | | | | | | | | | | | PHPBB3-14492
* | | Merge pull request #4405 from marc1706/ticket/14733Tristan Darricau2016-12-034-5/+75
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14733] Support increasing hashing cost factor * marc1706/ticket/14733: [ticket/14733] Make sure detect_algorithm() works correctly and add tests [ticket/14733] Extend passwords driver_interface in rehashable_driver_interface [ticket/14733] Use new interface to preserve backwards compatibility [ticket/14733] Use default cost factor in bcrypt constructor [ticket/14733] Support increasing hashing cost factor