aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/16239] Remove deprecated phpbb\db\toolsmrgoldy2019-11-301-21/+0
| | | | PHPBB3-16239
* [prep-release-3.3.0-b2] Add migration for 3.3.0-b2Marc Alexander2019-11-221-0/+38
|
* Merge pull request #5686 from v12mike/ticket/9837Marc Alexander2019-11-221-0/+24
|\ | | | | | | [ticket/9837] Display unapproved posts to their authors
| * [ticket/9837] Make unapproved posts visible to authorv12mike2019-11-211-1/+1
| | | | | | | | | | | | review comments PHPBB3-9837
| * [ticket/9837] Display unapproved posts to their authorsv12mike2019-11-211-3/+3
| | | | | | | | | | | | Coding guidelines fixes PHPBB3-9837
| * [ticket/9837] Make unapproved posts visible to postersv12mike2019-11-211-0/+24
| | | | | | | | | | | | Improvements for feature following review PHPBB3-9837
* | [ticket/16167] Add migration for removing user_email_hashMarc Alexander2019-11-181-0/+57
| | | | | | | | PHPBB3-16167
* | [ticket/12559] Use short array syntaxMarc Alexander2019-11-041-14/+14
| | | | | | | | PHPBB3-12559
* | [ticket/12559] Move migration to v330 folderMarc Alexander2019-11-011-2/+2
| | | | | | | | PHPBB3-12559
* | [ticket/12559] Update migration dependenciesPayBas2019-11-011-2/+2
| | | | | | | | PHPBB3-12559
* | [ticket/12559] Updated copyright informationPayBas2019-11-011-3/+7
| | | | | | | | PHPBB3-12559
* | [ticket/12559] Add forum setting to limit subforum legendPayBas2019-11-011-0/+45
|/ | | | | | Squashed all commits, they were basically just typos and errors PHPBB3-12559
* [prep-release-3.3.0-b1] Add jquery update migration to 330b1 dependenciesMarc Alexander2019-10-211-0/+1
|
* Merge pull request #5716 from marc1706/ticket/15437Marc Alexander2019-10-211-0/+37
|\ | | | | [ticket/15437] Update jQuery and cookie consent to latest
| * [ticket/15437] Add migration for updating jQuery to 3.4.1Marc Alexander2019-10-201-0/+37
| | | | | | | | PHPBB3-15437
* | [prep-release-3.3.0-b1] Add migration for 3.3.0-b1Marc Alexander2019-10-191-0/+40
|/
* Merge pull request #5708 from marc1706/ticket/16051Marc Alexander2019-10-133-686/+5
|\ | | | | | | [ticket/16051] Remove mysql driver as it's no longer supported in PHP >= 7.0
| * [ticket/16051] Remove mysql driver as it's no longer supported in PHP >= 7.0Marc Alexander2019-10-063-686/+5
| | | | | | | | PHPBB3-16051
* | [ticket/14465] Remove setting for maximum password lengthMarc Alexander2019-10-031-0/+43
|/ | | | PHPBB3-14465
* Merge pull request #5652 from marc1706/ticket/11327Marc Alexander2019-10-031-0/+48
|\ | | | | | | [ticket/11327] Implement forgot password functionality via form
| * [ticket/11327] Clean up code style a bitMarc Alexander2019-08-221-2/+2
| | | | | | | | PHPBB3-11327
| * [ticket/11327] Add reset token columns & config settingMarc Alexander2019-08-091-0/+48
| | | | | | | | PHPBB3-11327
* | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-09-202-0/+39
|\ \
| * | [prep-release-3.2.8] Add migration for 3.2.8Marc Alexander2019-09-081-0/+36
| | |
| * | Merge pull request #52 from phpbb/ticket/security/247Marc Alexander2019-08-251-0/+3
| |\ \ | | | | | | | | | | | | [ticket/security/247] Disable loading of local files on client side
| | * | [ticket/security/247] Disable loading of local files on client sideMarc Alexander2019-08-111-0/+3
| | | | | | | | | | | | | | | | SECURITY-247
* | | | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-08-171-0/+37
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | [prep-release-3.2.8] Add migration for 3.2.8-RC1Marc Alexander2019-08-171-0/+37
| |/
* | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-06-171-0/+29
|\ \ | |/
| * Merge pull request #5595 from rxu/ticket/16063Marc Alexander2019-06-171-0/+29
| |\ | | | | | | | | | [ticket/16063] Remove board_dst config value since unused
| | * [ticket/16063] Move new migration file to 32x folderrxu2019-06-061-1/+1
| | | | | | | | | | | | PHPBB3-16063
| | * [ticket/16063] Remove board_dst config value since unusedrxu2019-05-181-0/+29
| | | | | | | | | | | | PHPBB3-16063
* | | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-06-171-1/+1
|\ \ \ | |/ /
| * | [ticket/16061] Migrator to drop unique indexes when neededrxu2019-05-181-1/+1
| |/ | | | | | | PHPBB3-16061
* | [ticket/16052] Add 3.3.0-dev migrationMarc Alexander2019-05-111-0/+36
| | | | | | | | PHPBB3-16052
* | [ticket/15744] Remove useless sql_freeresultsJakub Senko2019-05-091-4/+2
| | | | | | | | PHPBB3-15744
* | [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/12624] Add debug.load_time parameterJakub Senko2019-05-0910-14/+42
| | | | | | | | PHPBB3-12624
* | [ticket/12627] Add debug.sql_explain parameterJakub Senko2019-05-0910-29/+50
| | | | | | | | PHPBB3-12627
* | [ticket/15424] Multiple typo fixes in docs & commentsluzpaz2019-05-089-9/+9
| | | | | | | | | | | | Fixed typos in some docs, guidelines, some non-user-facing files. PHPBB3-15424
* | [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
* [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
|
* [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-271-0/+42
|\ | | | | | | [ticket/security/233] Make smtp_password and smtp_username dynamic
| * [ticket/security/233] Make smtp_password and smtp_username dynamicMarc Alexander2019-04-211-0/+42
| | | | | | | | SECURITY-233
* | Merge pull request #46 from phpbb/ticket/security/231Marc Alexander2019-04-271-0/+34
|\ \ | |/ |/| | | [ticket/security/231] Disable remote avatar functionality & add warning
| * [ticket/security/231] Disable remote avatar functionality & add warningMarc Alexander2019-04-171-0/+34
| | | | | | | | SECURITY-231
* | [prep-release-3.2.6] Add migration for 3.2.6-RC1Marc Alexander2019-04-201-0/+37
|/