aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'senky/ticket/14739' into 3.2.xMarc Alexander2016-11-171-8/+0
|\
| * [ticket/14739] Remove SQLite 2.8.x database driverJakub Senko2016-11-161-8/+0
| | | | | | | | PHPBB3-14739
* | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-11-131-0/+1
|\ \ | |/ |/|
| * [ticket/14825] Add core.auth_oauth_(login/link)_afterJakub Senko2016-11-131-0/+1
| | | | | | | | PHPBB3-14825
* | Merge pull request #4436 from rxu/ticket/14765Marc Alexander2016-09-041-1/+1
|\ \ | | | | | | | | | [ticket/14765] Fix the typo in the installer routing config
| * | [ticket/14765] Fix the typo in the installer routing configrxu2016-09-031-1/+1
| | | | | | | | | | | | PHPBB3-14765
* | | [ticket/14763] Specify correct class for local files class typeMarc Alexander2016-09-021-1/+1
|/ / | | | | | | PHPBB3-14763
* | [ticket/14717] Quote strings beginning with @ or % in yaml definitionsMarc Alexander2016-07-231-2/+2
| | | | | | | | | | | | | | This type of use was deprecated in symfony 2.8 and will be dropped in 3.x. Also see: https://github.com/symfony/symfony/pull/16285 PHPBB3-14717
* | Merge pull request #4344 from Senky/ticket2/14586Marc Alexander2016-07-201-0/+8
|\ \ | | | | | | | | | [ticket/14586] Add OAuth1 support
| * | [ticket/14586] Add OAuth1 supportJakub Senko2016-05-301-0/+8
| | | | | | | | | | | | PHPBB3-14586
* | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-07-171-0/+8
|\ \ \ | |/ / |/| / | |/ | | | | | | Conflicts: phpBB/config/feed.yml phpBB/feed.php phpBB/phpbb/feed/base.php
| * [ticket/14688] Add core events to the feedsrxu2016-07-171-0/+7
| | | | | | | | PHPBB3-14688
* | Merge pull request #4236 from Nicofuma/ticket/13616Máté Bartus2016-04-132-2/+5
|\ \ | | | | | | [ticket/13616] Uses symfony/proxy-manager-bridge to lazy load twig lexer
| * | [ticket/13616] Uses symfony/proxy-manager-bridge to lazy load twig lexerTristan Darricau2016-04-032-2/+5
| | | | | | | | | | | | PHPBB3-13616
* | | [ticket/14561] Use the user loader where appropriateMatt Friedman2016-03-311-0/+2
| | | | | | | | | | | | PHPBB3-14561
* | | [ticket/14561] Reclean usernames commandMatt Friedman2016-03-311-0/+9
| | | | | | | | | | | | PHPBB3-14561
* | | [ticket/14561] User activate commandMatt Friedman2016-03-311-0/+14
| | | | | | | | | | | | PHPBB3-14561
* | | [ticket/14561] User delete commandMatt Friedman2016-03-311-0/+12
|/ / | | | | | | PHPBB3-14561
* | Merge pull request #4199 from VSEphpbb/ticket/12684Tristan Darricau2016-03-261-0/+13
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12684] Add console command user:add * VSEphpbb/ticket/12684: (26 commits) [ticket/12684] Use a switch statement for readability [ticket/12684] Refactor a test [ticket/12684] Use interactive method correctly [ticket/12684] Extract interactivity to a method [ticket/12684] Update option help [ticket/12684] Add extended help for the user:add command [ticket/12684] Add shorthand alternates to the options [ticket/12684] Remove whitespace [ticket/12684] Add an error on user creation failure [ticket/12684] Remove unnecessary null arguments [ticket/12684] Additional clean up [ticket/12684] Allowed to use $this in enclosure [ticket/12684] Move all lang keys to cli [ticket/12684] Fix a few mistakes and clean it up [ticket/12684] Some code clean up [ticket/12684] Another little fix [ticket/12684] Fix tests [ticket/12684] Update to use non-deprecated methods [ticket/12684] Add send email option [ticket/12684] Add input validation ...
| * | [ticket/12684] Update to use non-deprecated methodsMatt Friedman2016-02-291-12/+13
| | | | | | | | | | | | PHPBB3-12684
| * | [ticket/12684] Updates for 3.2 APIMatt Friedman2016-02-291-0/+2
| | | | | | | | | | | | PHPBB3-12684
| * | [ticket/12684] Fix merge errorsMatt Friedman2016-02-291-0/+10
| | | | | | | | | | | | PHPBB3-12684
* | | [ticket/14555] Uniformize cache directory usagesTristan Darricau2016-03-245-5/+5
| | | | | | | | | | | | PHPBB3-14555
* | | [ticket/14523] Replace prototype definition with shared servicesMarc Alexander2016-03-109-60/+60
| | | | | | | | | | | | PHPBB3-14523
* | | Merge pull request #4196 from CHItA/ticket/14487Marc Alexander2016-03-014-1/+13
|\ \ \ | | | | | | | | | | | | [ticket/14487] Try to handle connection timeouts
| * | | [ticket/14487] Try to handle connection timeoutsMáté Bartus2016-02-284-1/+13
| |/ / | | | | | | | | | PHPBB3-14487
* | | [ticket/14499] Add command to update the board from CLITristan Darricau2016-02-251-2/+27
|/ / | | | | | | PHPBB3-14499
* | [ticket/14457] Set the config values related to the RNG in the installer configTristan Darricau2016-02-181-1/+3
| | | | | | | | PHPBB3-14457
* | Merge pull request #4171 from CHItA/ticket/14462Tristan Darricau2016-02-165-5/+31
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14462] Try to prevent timeouts in the installer * CHItA/ticket/14462: [ticket/14462] Not show timeout messages in convertors [ticket/14462] Make timeout error translateable [ticket/14462] Update ordering in install db config [ticket/14462] Fix comments [ticket/14462] Fix tests [ticket/14462] Fix CS and typo [ticket/14462] Set instance of db driver for database access using global [ticket/14462] Fix installation in tests [ticket/14462] Refactor tasks to be more modular [ticket/14462] Further speed improvements
| * | [ticket/14462] Update ordering in install db configMate Bartus2016-02-131-4/+4
| | | | | | | | | | | | PHPBB3-14462
| * | [ticket/14462] Refactor tasks to be more modularMate Bartus2016-02-123-3/+25
| | | | | | | | | | | | PHPBB3-14462
| * | [ticket/14462] Further speed improvementsMate Bartus2016-02-122-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | - Cache the secondary container - Only initialize tasks/modules that are being used - Add timeout error message in the AJAX UI PHPBB3-14462
* | | Merge pull request #4159 from marc1706/ticket/14448Tristan Darricau2016-02-111-0/+1
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14448] Use guzzle for remote files uploading * marc1706/ticket/14448: [ticket/14448] Correctly pass verify setting if available [ticket/14448] Let user decide if remote upload certs should be checked [ticket/14448] Add new vendor files and dirs to clean task [ticket/14448] Do not try to test remote upload timeout [ticket/14448] Remove no longer needed guzzle 3.9.3 [ticket/14448] Use GuzzleHttp and try to verify certs [ticket/14448] Update composer.json and lock file for guzzlehttp [ticket/14431] Remote avatar uploading [ticket/14431] Remote avatar uploading
| * | [ticket/14448] Let user decide if remote upload certs should be checkedMarc Alexander2016-02-041-0/+1
| | | | | | | | | | | | | | | | | | Also fixed some minor issues like coding style. PHPBB3-14448
* | | [ticket/14312] Allow updating without having the update directoryMate Bartus2016-02-041-0/+1
|/ / | | | | | | PHPBB3-14312
* | [ticket/14262] Move convertor to controllerMate Bartus2016-01-293-0/+47
| | | | | | | | PHPBB3-14262
* | [ticket/14402] Get rid of globals in tidy_plupload cronMarc Alexander2016-01-151-0/+2
| | | | | | | | PHPBB3-14402
* | Merge pull request #4059 from JoshyPHP/ticket/14323Marc Alexander2016-01-131-0/+4
|\ \ | | | | | | | | | [ticket/14323] Added support for truncating long URLs
| * | [ticket/14323] Renamed AUTOLINK_TEXT to LINK_TEXTJoshyPHP2015-12-271-4/+4
| | | | | | | | | | | | | | | | | | Expanded link text shortening to [url] BBCodes with no parameters PHPBB3-14323
| * | [ticket/14323] Moved autolink-related functions to a separate helperJoshyPHP2015-12-261-0/+4
| | | | | | | | | | | | PHPBB3-14323
* | | [ticket/14250] Change token_storage class to fit changed interfaceOliver Schramm2016-01-042-0/+2
|/ / | | | | | | PHPBB3-14250
* | [ticket/14359] Fix console.command.reparser.reparse service definitionTristan Darricau2015-12-141-1/+1
| | | | | | | | PHPBB3-14359
* | [ticket/14247] Use quotes around @ and % strings in YAMLMatt Friedman2015-12-0752-1120/+1120
| | | | | | | | PHPBB3-14247
* | Merge pull request #4046 from CHItA/ticket/14269Tristan Darricau2015-12-071-0/+9
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14269] Use http_exceptions in the installer instead of die() * CHItA/ticket/14269: [ticket/14269] Change HTTP status codes to 403 [ticket/14269] Fix comments and language var names [ticket/14269] Use http_exceptions in the installer instead of die()
| * | [ticket/14269] Use http_exceptions in the installer instead of die()Mate Bartus2015-11-271-0/+9
| | | | | | | | | | | | PHPBB3-14269
* | | Merge pull request #4005 from Elsensee/ticket/14257Tristan Darricau2015-12-053-1/+86
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14257] Reparse after update * Elsensee/ticket/14257: [ticket/14257] Add tests for reparser manager [ticket/14257] Fix CLI reparser and set cron interval [ticket/14257] Fix CLI error message [ticket/14257] Fix phpdoc in CLI command [ticket/14257] Add text_reparser manager [ticket/14257] Use migrations instead of cron job for some reparsers [ticket/14257] Fix lock acquire in CLI command [ticket/14257] Fix if condition [ticket/14257] Add reparse_lock to CLI command [ticket/14257] Add cron tasks for reparsing text
| * | [ticket/14257] Add text_reparser managerOliver Schramm2015-10-263-2/+14
| | | | | | | | | | | | PHPBB3-14257
| * | [ticket/14257] Use migrations instead of cron job for some reparsersOliver Schramm2015-10-251-52/+0
| | | | | | | | | | | | PHPBB3-14257
| * | [ticket/14257] Add reparse_lock to CLI commandOliver Schramm2015-10-241-0/+1
| | | | | | | | | | | | PHPBB3-14257
| * | [ticket/14257] Add cron tasks for reparsing textOliver Schramm2015-10-242-0/+124
| | | | | | | | | | | | PHPBB3-14257