aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
Commit message (Collapse)AuthorAgeFilesLines
* [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-093-5/+5
| | | | PHPBB3-12636
* [ticket/12636] Add log.session_errorsRubén Calvo2019-05-093-1/+13
| | | | 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/15255] Move language strings from acp/common to commonRubén Calvo2019-05-091-12/+12
| | | | PHPBB3-15255
* [ticket/11838] OAuth registration from ucp_registerJakub Senko2019-05-091-1/+1
| | | | PHPBB3-11838
* [ticket/15744] Remove useless sql_freeresultsJakub Senko2019-05-091-4/+2
| | | | PHPBB3-15744
* [ticket/12623] Add allow_install_dirRubén Calvo2019-05-093-2/+5
| | | | PHPBB3-12623
* [ticket/15746] Update symfony to latest on masterMarc Alexander2019-05-091-1/+1
| | | | | | | Also fixed incorrect creation of dumped container (Container instead of ContainerBuilder). PHPBB3-15746
* [ticket/15663] Remove empty lineRubén Calvo2019-05-091-1/+0
| | | | PHPBB3-15663
* [ticket/15663] Add migrationRubén Calvo2019-05-091-0/+87
| | | | PHPBB3-15663
* [ticket/15738] Remove code related with safe_modeRubén Calvo2019-05-091-1/+1
| | | | PHPBB3-15738
* [ticket/12591] Improve breadcrumb naming and extend it's usageJakub Senko2019-05-092-4/+4
| | | | PHPBB3-12591
* [ticket/12624] Add debug.load_time parameterJakub Senko2019-05-0912-15/+43
| | | | PHPBB3-12624
* [ticket/12627] Add debug.sql_explain parameterJakub Senko2019-05-0911-29/+51
| | | | PHPBB3-12627
* [ticket/15671] Rewrite load extensions from a variable instead of harcode itRubén Calvo2019-05-081-1/+1
| | | | PHPBB3-15671
* [ticket/15671] Load extensions from a variable instead of harcode itRubén Calvo2019-05-081-0/+1
| | | | PHPBB3-15671
* [ticket/15646] Added support for Argon2i passwordsJoshyPHP2019-05-081-0/+101
| | | | PHPBB3-15646
* [ticket/15424] Multiple typo fixes in docs & commentsluzpaz2019-05-0838-50/+50
| | | | | | Fixed typos in some docs, guidelines, some non-user-facing files. PHPBB3-15424
* [ticket/15377] Use __DIR__ constantRubén Calvo2019-05-081-1/+1
| | | | PHPBB3-15377
* [ticket/15351] Fix missing global usageMáté Bartus2019-05-081-2/+2
| | | | PHPBB3-15351
* [ticket/15330] Fix typoRubén Calvo2019-05-081-1/+1
| | | | PHPBB3-15330
* [ticket/15330] Twig function to know if a language string is definedRubén Calvo2019-05-081-2/+13
| | | | PHPBB3-15330
* [ticket/15274] Allow "custom" migrations to use parametersjaviexin2019-05-081-1/+1
| | | | | | | Add the possibility to have custom migrations with parameters, allowing the use of a single function for several uses. PHPBB3-15274
* [ticket/15258] Adds a method to get a service by class in service_collectionTristan Darricau2019-05-081-0/+31
| | | | PHPBB3-15258
* [ticket/11515] If condition changesVishal Pandey2019-05-081-1/+0
| | | | | | Duplicate return statements removed. PHPBB3-11515
* [ticket/11515] Inverted LogicVishal Pandey2019-05-081-3/+3
| | | | | | Inverted the logic to raise exception inside if. PHPBB3-11515
* [ticket/11515] Refactoring changes.Vishal Pandey2019-05-081-3/+2
| | | | | | Refactoring the code as suggested. PHPBB3-11515
* [ticket/11515] Refactoring the patch.Vishal Pandey2019-05-083-13/+3
| | | | | | Removing else conditions. PHPBB3-11515
* [ticket/11515] Space between if and bracesVishal Pandey2019-05-081-1/+1
| | | | | | Exactly one space between if and opening brace. PHPBB3-11515
* [ticket/11515] Change If...else statement structVishal Pandey2019-05-083-3/+9
| | | | | | Modifications in if-else structure. PHPBB3-11515
* [ticket/11515] Extra check after acquiring locks.Vishal Pandey2019-05-083-2/+37
| | | | | | Add additional check to flock.php and db.php to ensure lock aquiring. PHPBB3-11515
* [ticket/14769] Fix CLI installer configuration compatibility with SF 3Tristan Darricau2019-05-061-5/+4
| | | | PHPBB3-14769
* [ticket/14573] Add FAQ breadcrumbsJakub Senko2019-05-062-0/+10
| | | | PHPBB3-14573
* [ticket/14542] Add missing dockblocksMáté Bartus2019-05-062-0/+4
| | | | PHPBB3-14542
* [ticket/14542] Move cron to controllerMáté Bartus2019-05-064-20/+187
| | | | PHPBB3-14542
* [ticket/14584] Change all to be removed tags to 4.0Máté Bartus2019-05-063-8/+8
| | | | PHPBB3-14584
* [prep-release-3.2.7] Add 3.2.7 migrationMarc Alexander2019-05-041-0/+37
|
* [prep-release-3.2.7] Add migration for 3.2.7-RC1Marc Alexander2019-05-021-0/+36
|
* Merge pull request #5577 from JoshyPHP/ticket/16034Marc Alexander2019-05-021-2/+4
|\ | | | | | | [ticket/16034] Fix [url=] links being incorrectly shortened
| * [ticket/16034] Fix [url=] links being incorrectly shortenedJoshyPHP2019-04-281-2/+4
| | | | | | | | PHPBB3-16034
* | [prep-release-3.2.6] Update Changelog and add missing preg_matchMarc Alexander2019-04-281-1/+2
| |
* | [prep-release-3.2.6] Add migration to 3.2.6Marc Alexander2019-04-271-0/+39
| |
* | Merge pull request #47 from phpbb/ticket/security/233Marc Alexander2019-04-272-0/+44
|\ \ | | | | | | | | | [ticket/security/233] Make smtp_password and smtp_username dynamic
| * | [ticket/security/233] Make smtp_password and smtp_username dynamicMarc Alexander2019-04-212-0/+44
| |/ | | | | | | SECURITY-233
* | Merge pull request #46 from phpbb/ticket/security/231Marc Alexander2019-04-272-1/+35
|\ \ | | | | | | | | | [ticket/security/231] Disable remote avatar functionality & add warning
| * | [ticket/security/231] Disable remote avatar functionality & add warningMarc Alexander2019-04-172-1/+35
| | | | | | | | | | | | SECURITY-231
* | | Merge pull request #44 from phpbb/ticket/security/235Marc Alexander2019-04-271-9/+29
|\ \ \ | |_|/ |/| | | | | Ticket/security/235 Wildcard char count in search
| * | [ticket/security/235] Only allow one wildcard in the search query to limit ↵Derky2019-04-261-0/+9
| | | | | | | | | | | | | | | | | | the database load SECURITY-235
| * | [ticket/security/235] Use whitespace instead of word boundary regex to ↵Derky2019-04-261-1/+1
| | | | | | | | | | | | | | | | | | | | | remove wildcards This fixes removing the wildcard in the following search query: *.test SECURITY-235