aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | [ticket/15583] Update session time in AJAX request only once a minutekasimi2018-06-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15583
| * | | | | [ticket/15583] Update session time in AJAX request only once a minutekasimi2018-03-091-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15583
* | | | | | Merge pull request #5233 from rxu/ticket/15678Marc Alexander2018-06-201-1/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | [ticket/15678] Fix PHP warning in filesystem.php
| * | | | | [ticket/15678] Fix PHP warning in filesystem.phprxu2018-06-011-1/+1
| | |_|_|/ | |/| | | | | | | | | | | | | PHPBB3-15678
* | | | | Merge pull request #5158 from kasimi/ticket/15586Marc Alexander2018-06-171-6/+0
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | [ticket/15586] Fixed adding module the automatic way without specifying modes
| * | | | [ticket/15586] Fixed adding module the automatic way without specifying modeskasimi2018-03-111-6/+0
| | |/ / | |/| | | | | | | | | | PHPBB3-15586
* | | | [ticket/15504] Fix warning messageRubén Calvo2018-05-251-2/+2
| |/ / |/| | | | | | | | PHPBB3-15504
* | | Merge pull request #5163 from VSEphpbb/ticket/15595Marc Alexander2018-03-261-2/+7
|\ \ \ | | | | | | | | | | | | [ticket/15595] Fix module exists tool when ignoring parent check
| * | | [ticket/15595] Fix module exists tool when parent is falseMatt Friedman2018-03-191-2/+7
| | |/ | |/| | | | | | | PHPBB3-15595
* | | [prep-release-3.2.3] Add migration for 3.2.3-RC1Marc Alexander2018-02-281-0/+36
|/ /
* | Merge pull request #5146 from kasimi/ticket/15570Marc Alexander2018-02-281-1/+1
|\ \ | | | | | | | | | [ticket/15570] Allow file downloader to use TLS greater than 1.0
| * | [ticket/15570] Allow file downloader to use TLS greater than 1.0kasimi2018-02-251-1/+1
| |/ | | | | | | PHPBB3-15570
* | Merge pull request #5131 from kasimi/ticket/15561Marc Alexander2018-02-223-17/+129
|\ \ | | | | | | | | | [ticket/15561] Add events for adding columns to search index
| * | [ticket/15561] Add events for adding columns to search indexkasimi2018-02-163-17/+129
| |/ | | | | | | PHPBB3-15561
* | Merge pull request #5133 from rubencm/ticket/15563Marc Alexander2018-02-221-1/+1
|\ \ | | | | | | | | | [ticket/15563] Check if database file is writable only if exists
| * | [ticket/15563] Check if database file is writable only if existsRubén Calvo2018-02-171-1/+1
| | | | | | | | | | | | PHPBB3-15563
* | | Merge pull request #5138 from senky/ticket/15559Marc Alexander2018-02-221-2/+2
|\ \ \ | | | | | | | | | | | | [ticket/15559] Fix wrongly assigned uid and bitfield
| * | | [ticket/15559] Fix wrongly assigned uid and bitfieldJakub Senko2018-02-191-2/+2
| | |/ | |/| | | | | | | PHPBB3-15559
* | | Merge pull request #5094 from JoshyPHP/ticket/15518Marc Alexander2018-02-211-0/+36
|\ \ \ | | | | | | | | | | | | [ticket/15518] Add a setting to toggle permission checks for pms in viewtopic
| * | | [ticket/15518] Add a setting to toggle permission checks for pms in viewtopicJoshyPHP2018-01-171-0/+36
| | | | | | | | | | | | | | | | PHPBB3-15518
* | | | Merge pull request #5118 from FH3095/patch-1Marc Alexander2018-02-211-3/+4
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/15520] sql_build_query build subquery
| * | | | [ticket/15520] sql_build_query build subqueryFH2018-02-031-3/+4
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | Fix for the building of subqueries in sql_build_query PHPBB3-15520
* | | | Merge pull request #5116 from kasimi/ticket/15537Marc Alexander2018-02-204-0/+110
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/15537] Add core.search_(native|mysql|postgres|sphinx)_index_before
| * | | | [ticket/15537] Add cur_words argument to core.search_native_index_beforekasimi2018-01-281-0/+3
| | | | | | | | | | | | | | | | | | | | PHPBB3-15537
| * | | | [ticket/15537] Add core.search_(native|mysql|postgres|sphinx)_index_beforekasimi2018-01-284-0/+107
| | |_|/ | |/| | | | | | | | | | PHPBB3-15537
* | | | Merge pull request #5137 from senky/ticket/15558Marc Alexander2018-02-191-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/15558] Fix wrongly assigned uid and bitfield
| * | | | [ticket/15558] Fix wrongly assigned uid and bitfieldJakub Senko2018-02-191-2/+2
| |/ / / | | | | | | | | | | | | PHPBB3-15558
* | | | Merge remote-tracking branch 'GerB/patch-4' into 3.2.xMarc Alexander2018-02-191-0/+3
|\ \ \ \
| * | | | [ticket/15547] Add file object to eventGerB2018-02-131-0/+3
| | |/ / | |/| | | | | | | | | | | | | | | | | | Add file object to core.avatar_driver_upload_move_file_before. PHPBB3-15547
* | | | Merge pull request #5105 from senky/ticket/15398Marc Alexander2018-02-181-0/+16
|\ \ \ \ | |/ / / |/| | | | | | | [ticket/15398] Add core.oauth_login_after_check_if_provider_id_has_match
| * | | [ticket/15398] Add core.oauth_login_after_check_if_provider_id_has_matchJakub Senko2018-01-271-0/+16
| |/ / | | | | | | | | | PHPBB3-15398
* | | Merge pull request #5103 from JoshyPHP/ticket/15531Marc Alexander2018-01-251-13/+30
|\ \ \ | | | | | | | | | | | | [ticket/15531] Log malformed BBCodes
| * | | [ticket/15531] Workaround for false-positive sniffJoshyPHP2018-01-221-2/+1
| | | | | | | | | | | | | | | | PHPBB3-15531
| * | | [ticket/15531] Log malformed BBCodesJoshyPHP2018-01-221-13/+31
| |/ / | | | | | | | | | PHPBB3-15531
* | | Merge pull request #5102 from JoshyPHP/ticket/15527Marc Alexander2018-01-242-10/+22
|\ \ \ | | | | | | | | | | | | [ticket/15527] Skip malformed BBCodes during merge_duplicate_bbcodes migration
| * | | [ticket/15527] Remove "use" and specify full class name for exceptionMarc Alexander2018-01-241-3/+1
| | | | | | | | | | | | | | | | PHPBB3-15527
| * | | [ticket/15527] Skip malformed BBCodes during merge_duplicate_bbcodes migrationJoshyPHP2018-01-222-10/+24
| |/ / | | | | | | | | | PHPBB3-15527
* | | [ticket/15526] Cast bbcode id to INT in merge bbcodes migrationMatt Friedman2018-01-201-2/+2
|/ / | | | | | | PHPBB3-15526
* | Merge pull request #5083 from JoshyPHP/ticket/15512Marc Alexander2018-01-191-1/+1
|\ \ | | | | | | | | | [ticket/15512] Avoid reparsing non-existent polls
| * | [ticket/15512] Avoid reparsing non-existent pollsJoshyPHP2018-01-121-1/+1
| |/ | | | | | | PHPBB3-15512
* | [ticket/15099] Remove type attr from INCLUDECSS and INCLUDEJSJakub Senko2018-01-171-2/+2
|/ | | | PHPBB3-15099
* [ticket/15502] Fix migrationsrxu2018-01-092-3/+7
| | | | PHPBB3-15502
* [prep-release-3.2.2] Add 3.1.12 to build and fix display of download boxMarc Alexander2018-01-072-5/+6
|
* [prep-release-3.2.2] Add migration for 3.2.2Marc Alexander2018-01-071-0/+37
|
* Merge pull request #5077 from marc1706/ticket/15353Marc Alexander2018-01-072-4/+4
|\ | | | | | | [ticket/15353] Do not use empty to not offer empty archive for download
| * [ticket/15353] Do not use empty to not offer empty archive for downloadMarc Alexander2018-01-062-4/+4
| | | | | | | | PHPBB3-15353
* | Merge pull request #5076 from marc1706/ticket/15496Marc Alexander2018-01-071-1/+1
|\ \ | | | | | | | | | [ticket/15496] Add sort key to SELECT in fulltext_postgres
| * | [ticket/15496] Add sort key to SELECT in fulltext_postgresMarc Alexander2018-01-061-1/+1
| |/ | | | | | | | | | | | | Postgres requires that the column being ordered also appears in the SELECT part of the query. PHPBB3-15496
* | Merge remote-tracking branch 'upstream/3.2.x' into prep-release-3.2.2Marc Alexander2018-01-0777-308/+359
|\ \
| * \ Merge pull request #4680 from marc1706/ticket/15055Derky2018-01-054-22/+82
| |\ \ | | | | | | | | | | | | [ticket/15055] Add appveyor file to allow running tests on appveyor as well