aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/16250] Add a service to check BBCodes safenessJoshyPHP2019-12-131-0/+5
| | | | PHPBB3-16250
* [ticket/16167] Remove uses of user_email_hashMarc Alexander2019-11-181-8/+0
| | | | PHPBB3-16167
* [ticket/12574] Remove passwords manager & container requirement from oauthMarc Alexander2019-11-161-2/+1
| | | | PHPBB3-12574
* [ticket/12574] Clean up dependencies of db auth providerMarc Alexander2019-11-161-2/+2
| | | | PHPBB3-12574
* [ticket/12574] Stop using passwords manager in apache providerMarc Alexander2019-11-161-2/+2
| | | | PHPBB3-12574
* [ticket/12574] Remove passwords manager dependency from ldapMarc Alexander2019-11-161-2/+2
| | | | | | Also started to implement tests for ldap provider. PHPBB3-12574
* [ticket/16008] Unindent YML commentsmrgoldy2019-11-031-3/+3
| | | | PHPBB3-16008
* [ticket/16008] Clean up phpBB OAuth systemmrgoldy2019-11-031-7/+8
| | | | PHPBB3-16008
* Merge pull request #5652 from marc1706/ticket/11327Marc Alexander2019-10-034-0/+29
|\ | | | | | | [ticket/11327] Implement forgot password functionality via form
| * [ticket/11327] Adjust code per review commentsMarc Alexander2019-10-031-1/+1
| | | | | | | | PHPBB3-11327
| * [ticket/11327] Finish up initial version of password reset systemMarc Alexander2019-08-101-0/+1
| | | | | | | | PHPBB3-11327
| * [ticket/11327] Split up into forgot password and reset passwordMarc Alexander2019-08-092-1/+6
| | | | | | | | PHPBB3-11327
| * [ticket/11327] Move UCP remind functionality to a controller for password resetMarc Alexander2019-08-084-0/+23
| | | | | | | | PHPBB3-11327
* | [ticket/15905] Try it without authmrgoldy2019-09-251-1/+0
| | | | | | | | PHPBB3-15905
* | [ticket/15905] Try with existing phpbb extensionmrgoldy2019-09-251-7/+1
| | | | | | | | PHPBB3-15905
* | [ticket/15905] Create multiple twig extensionsmrgoldy2019-09-251-0/+24
|/ | | | PHPBB3-15905
* Merge branch '3.2.x' into 3.3.xMarc Alexander2019-07-281-0/+6
|\
| * 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
* | | [ticket/16017] Add missing passwords.driver tag to argon2idMarc Alexander2019-07-261-0/+2
| | | | | | | | | | | | PHPBB3-16017
* | | [ticket/16017] Add support for Argon2id as default password hashingJoshyPHP2019-07-232-0/+5
| | | | | | | | | | | | PHPBB3-16017
* | | [ticket/15508] Remove call to getEnvironment() from parserFrançois-Xavier de Guillebon2019-05-091-0/+1
| | | | | | | | | | | | PHPBB3-15508
* | | [ticket/12629] Rename errors_show to show_errorsrubencm2019-05-091-1/+1
| | | | | | | | | | | | PHPBB3-12629
* | | [ticket/12629] Add debug.errors_showRubén Calvo2019-05-091-0/+1
| | | | | | | | | | | | PHPBB3-12629
* | | [ticket/12636] Rename log.session_errors to session.log_errorsrubencm2019-05-091-2/+2
| | | | | | | | | | | | PHPBB3-12636
* | | [ticket/12636] Add log.session_errorsRubén Calvo2019-05-091-0/+3
| | | | | | | | | | | | PHPBB3-12636
* | | [ticket/12628] Introduce debug.memoryJakub Senko2019-05-091-0/+1
| | | | | | | | | | | | | | | | | | Also fix one debug.sql_explain missing from the previous PR PHPBB3-12628
* | | [ticket/12623] Add install dir during testsRubén Calvo2019-05-091-0/+1
| | | | | | | | | | | | PHPBB3-12623
* | | [ticket/12623] Add allow_install_dirRubén Calvo2019-05-091-0/+1
| | | | | | | | | | | | PHPBB3-12623
* | | [ticket/12624] Add debug.load_time parameterJakub Senko2019-05-091-0/+1
| | | | | | | | | | | | PHPBB3-12624
* | | [ticket/12627] Add debug.sql_explain parameterJakub Senko2019-05-091-0/+1
| | | | | | | | | | | | PHPBB3-12627
* | | [ticket/15646] Made Argon2i the default password driverJoshyPHP2019-05-081-0/+1
| | | | | | | | | | | | PHPBB3-15646
* | | [ticket/15646] Added support for Argon2i passwordsJoshyPHP2019-05-081-0/+14
| | | | | | | | | | | | PHPBB3-15646
* | | [ticket/14542] Move cron to controllerMáté Bartus2019-05-063-0/+20
| | | | | | | | | | | | PHPBB3-14542
* | | [ticket/14670] Modify service definition for RouterListenerMarc Alexander2019-05-061-2/+0
|/ / | | | | | | PHPBB3-14670
* | 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
* Merge pull request #42 from phpbb/ticket/security/227Marc Alexander2018-11-101-7/+0
|\ | | | | | | [ticket/security/227] Replace ImageMagick support with thumbnail event
| * [ticket/security/227] Replace ImageMagick support with thumbnail eventDerky2018-10-231-7/+0
| | | | | | | | SECURITY-227
* | [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