aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config/default
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #5459 from mrgoldy/ticket/15886Marc Alexander2019-07-281-0/+6
|\ | | | | | | [ticket/15886] Group helper functions
| * [ticket/15886] Clean up servicesmrgoldy2018-12-291-2/+0
| | | | | | | | PHPBB3-15886
| * [ticket/15886] Enhance group helpermrgoldy2018-11-291-0/+8
| | | | | | | | PHPBB3-15886
* | Merge pull request #5537 from senky/ticket/15970Marc Alexander2019-04-071-0/+1
|\ \ | | | | | | | | | [ticket/15970] Add core.message_admin_form_submit_before
| * | [ticket/15970] Add core.message_admin_form_submit_beforeJakub Senko2019-02-271-0/+1
| |/ | | | | | | PHPBB3-15970
* | [ticket/15965] Fix hardcoded directoryrubencm2019-02-121-0/+2
|/ | | | PHPBB3-15965
* [ticket/15833] Add core.avatar_manager_avatar_delete_after eventJakub Senko2018-10-281-0/+1
| | | | PHPBB3-15833
* [ticket/15531] Log malformed BBCodesJoshyPHP2018-01-221-0/+1
| | | | PHPBB3-15531
* [ticket/15468] Add a service to merge duplicate BBCodesJoshyPHP2017-12-101-0/+5
| | | | PHPBB3-15468
* Merge pull request #4969 from Elsensee/ticket/15245Marc Alexander2017-10-311-2/+7
|\ | | | | | | [ticket/15245] Fix images in feeds when accessing via app.php
| * [ticket/15245] Fix comments, class names and code styleOliver Schramm2017-09-281-0/+5
| | | | | | | | PHPBB3-15245
| * [ticket/15245] Configure TextFormatter before rendering feedsOliver Schramm2017-09-281-2/+1
| | | | | | | | PHPBB3-15245
| * [ticket/15245] Fix images in feeds when accessing via app.phpOliver Schramm2017-09-221-0/+1
| | | | | | | | PHPBB3-15245
* | Merge pull request #4950 from Nicofuma/ticket/15357-3.2.xMarc Alexander2017-10-291-1/+0
|\ \ | |/ |/| | | [ticket/15298] Never suppress exception trace when using CLI
| * [ticket/15298] Never suppress exception trace when using CLITristan Darricau2017-09-101-1/+0
| | | | | | | | PHPBB3-15298
* | [ticket/14933] Fix parameter for kernel_exception_subscriberOliver Schramm2017-09-091-1/+1
| | | | | | | | PHPBB3-14933
* | [ticket/14933] Make "route not found" more user-friendlyOliver Schramm2017-09-091-0/+1
|/ | | | PHPBB3-14933
* [ticket/15238] Add console command to fix forums/modules left/right IDsrxu2017-06-181-0/+9
| | | | PHPBB3-15238
* Merge branch 'ticket/15219' into ticket/15219-rheaMarc Alexander2017-06-031-0/+12
|
* Merge branch 'ticket/15219' into ticket/15219-rheaMarc Alexander2017-05-052-0/+21
|
* [ticket/14990] Move dispatcher object to the front of the options arrayrxu2017-04-161-1/+1
| | | | PHPBB3-14990
* [ticket/14990] Add core events to the Twig environmentrxu2017-04-161-0/+1
| | | | PHPBB3-14990
* Merge branch 'ticket/14957' into ticket/14957-rheaMarc Alexander2017-01-031-3/+1
|
* [ticket/14925] Set reparser names in service definitionsMatt Friedman2016-12-181-0/+18
| | | | PHPBB3-14925
* [ticket/14895] Fix issues in CLI classesMatt Friedman2016-12-081-9/+1
| | | | PHPBB3-14895
* [ticket/12610] Use Symfony style guideTristan Darricau2016-12-041-0/+1
| | | | PHPBB3-12610
* [ticket/12610] Correctly handle empty cacheTristan Darricau2016-12-031-3/+3
| | | | PHPBB3-12610
* [ticket/12610] Add command to check if the board is up to date.Etienne Baroux2016-12-032-1/+10
| | | | PHPBB3-12610
* Merge pull request #4405 from marc1706/ticket/14733Tristan Darricau2016-12-031-0/+5
|\ | | | | | | | | | | | | | | | | | | | | [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
| * [ticket/14733] Support increasing hashing cost factorMarc Alexander2016-10-031-0/+5
| | | | | | | | PHPBB3-14733
* | 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/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
* Merge pull request #4236 from Nicofuma/ticket/13616Máté Bartus2016-04-131-1/+3
|\ | | | | [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-031-1/+3
| | | | | | | | 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-244-4/+4
| | | | | | | | PHPBB3-14555
* | [ticket/14523] Replace prototype definition with shared servicesMarc Alexander2016-03-108-56/+56
|/ | | | PHPBB3-14523