Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [prep-release-3.2.8] Add migration for 3.2.8-RC1 | Marc Alexander | 2019-08-17 | 1 | -0/+37 |
| | |||||
* | [ticket/13175] Check if account is already linked when using OAuth | rubencm | 2019-08-14 | 1 | -0/+15 |
| | | | | PHPBB3-13175 | ||||
* | Merge pull request #5459 from mrgoldy/ticket/15886 | Marc Alexander | 2019-07-28 | 1 | -3/+257 |
|\ | | | | | | | [ticket/15886] Group helper functions | ||||
| * | [ticket/15886] Fix minor code style issues | Marc Alexander | 2019-07-28 | 1 | -9/+9 |
| | | | | | | | | PHPBB3-15886 | ||||
| * | [ticket/15886] Appropriate HTML docs | mrgoldy | 2019-03-10 | 1 | -1/+6 |
| | | | | | | | | PHPBB3-15886 | ||||
| * | [ticket/15886] Add @html doc for group/user strings | mrgoldy | 2019-03-09 | 1 | -0/+1 |
| | | | | | | | | PHPBB3-15886 | ||||
| * | [ticket/15886] Move append_sid from constructor | mrgoldy | 2019-01-07 | 1 | -2/+2 |
| | | | | | | | | PHPBB3-15886 | ||||
| * | [ticket/15886] No profile url for BOTS group | mrgoldy | 2019-01-02 | 1 | -3/+5 |
| | | | | | | | | PHPBB3-15886 | ||||
| * | [ticket/15886] Clean up services | mrgoldy | 2018-12-29 | 1 | -26/+20 |
| | | | | | | | | PHPBB3-15886 | ||||
| * | [ticket/15886] Class variable, comment splitting, events since tag, class names | mrgoldy | 2018-12-29 | 1 | -35/+52 |
| | | | | | | | | PHPBB3-15886 | ||||
| * | [ticket/15886] Group helper functions | mrgoldy | 2018-11-29 | 1 | -23/+21 |
| | | | | | | | | PHPBB3-15886 | ||||
| * | [ticket/15886] Enhance group helper | mrgoldy | 2018-11-29 | 1 | -2/+239 |
| | | | | | | | | PHPBB3-15886 | ||||
* | | Merge pull request #5626 from cpeel/ticket/16096 | Marc Alexander | 2019-07-27 | 1 | -3/+11 |
|\ \ | | | | | | | | | | [ticket/16096] Use InnoDB fulltext limits for InnoDB tables | ||||
| * | | [ticket/16096] Use InnoDB fulltext limits for InnoDB tables | Casey Peel | 2019-07-08 | 1 | -3/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The max and min search length for the MySQL database vary based on the engine for the underlying table. For MyISAM tables, the variables are ft_max_word_len and ft_min_word_len, but for InnoDB tables the variables are innodb_ft_max_token_size and innodb_ft_min_token_size. Take the posts table type into account when setting the max and min search length. PHPBB3-16096 | ||||
* | | | [ticket/15982] fix warning with PHP >= 7.2 with Q&A captcha plugin | Nuno Lopes | 2019-07-22 | 1 | -1/+1 |
| | | | | | | | | | | | | PHPBB3-15982 | ||||
* | | | Merge pull request #5571 from dark-1/ticket/16021 | Marc Alexander | 2019-07-21 | 1 | -3/+10 |
|\ \ \ | |/ / |/| | | | | | [ticket/16021] Recognize number of Template Event instances in events.md file | ||||
| * | | [ticket/16021] Recognize number of Template Event instances in events.md file | Dark❶ | 2019-04-19 | 1 | -1/+1 |
| | | | | | | | | | | | | PHPBB3-16021 | ||||
| * | | [ticket/16021] Recognize number of Template Event instances in events.md file | Dark❶ | 2019-04-19 | 1 | -3/+10 |
| | | | | | | | | | | | | PHPBB3-16021 | ||||
* | | | Merge pull request #5599 from mrgoldy/ticket/16068 | Marc Alexander | 2019-06-17 | 1 | -3/+4 |
|\ \ \ | | | | | | | | | | | | | [ticket/16068] Adjust DocBlock @param's | ||||
| * | | | [ticket/16068] Adjust DocBlock @param's | mrgoldy | 2019-05-24 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | | PHPBB3-16068 | ||||
* | | | | Merge pull request #5597 from senky/ticket/16065 | Marc Alexander | 2019-06-17 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | | | | | | [ticket/16065] Add user_ip to SQL query | ||||
| * | | | | [ticket/16065] Add user_ip to SQL query | Jakub Senko | 2019-05-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-16065 | ||||
* | | | | | Merge pull request #5595 from rxu/ticket/16063 | Marc Alexander | 2019-06-17 | 1 | -0/+29 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | [ticket/16063] Remove board_dst config value since unused | ||||
| * | | | | | [ticket/16063] Move new migration file to 32x folder | rxu | 2019-06-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16063 | ||||
| * | | | | | [ticket/16063] Remove board_dst config value since unused | rxu | 2019-05-18 | 1 | -0/+29 |
| |/ / / / | | | | | | | | | | | | | | | | PHPBB3-16063 | ||||
* | | | | | Merge pull request #5594 from rxu/ticket/16061 | Marc Alexander | 2019-06-17 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | [ticket/16061] Migrator to drop unique indexes when needed | ||||
| * | | | | | [ticket/16061] Migrator to drop unique indexes when needed | rxu | 2019-05-18 | 1 | -1/+1 |
| |/ / / / | | | | | | | | | | | | | | | | PHPBB3-16061 | ||||
* | | | | | [ticket/16055] Fix Oauth's redirects | 3D-I | 2019-05-16 | 1 | -1/+1 |
|/ / / / | | | | | | | | | | | | | | | | | | | | | Via forum, memberlist, topic or post etc.. PHPBB3-16055 | ||||
* | | | | [prep-release-3.2.7] Add 3.2.7 migration | Marc Alexander | 2019-05-04 | 1 | -0/+37 |
| | | | | |||||
* | | | | [prep-release-3.2.7] Add migration for 3.2.7-RC1 | Marc Alexander | 2019-05-02 | 1 | -0/+36 |
| | | | | |||||
* | | | | Merge pull request #5577 from JoshyPHP/ticket/16034 | Marc Alexander | 2019-05-02 | 1 | -2/+4 |
|\ \ \ \ | |/ / / |/| | | | | | | | [ticket/16034] Fix [url=] links being incorrectly shortened | ||||
| * | | | [ticket/16034] Fix [url=] links being incorrectly shortened | JoshyPHP | 2019-04-28 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | PHPBB3-16034 | ||||
* | | | | [prep-release-3.2.6] Update Changelog and add missing preg_match | Marc Alexander | 2019-04-28 | 1 | -1/+2 |
| | | | | |||||
* | | | | [prep-release-3.2.6] Add migration to 3.2.6 | Marc Alexander | 2019-04-27 | 1 | -0/+39 |
| | | | | |||||
* | | | | Merge pull request #47 from phpbb/ticket/security/233 | Marc Alexander | 2019-04-27 | 2 | -0/+44 |
|\ \ \ \ | | | | | | | | | | | | | | | | [ticket/security/233] Make smtp_password and smtp_username dynamic | ||||
| * | | | | [ticket/security/233] Make smtp_password and smtp_username dynamic | Marc Alexander | 2019-04-21 | 2 | -0/+44 |
| |/ / / | | | | | | | | | | | | | SECURITY-233 | ||||
* | | | | Merge pull request #46 from phpbb/ticket/security/231 | Marc Alexander | 2019-04-27 | 2 | -1/+35 |
|\ \ \ \ | | | | | | | | | | | | | | | | [ticket/security/231] Disable remote avatar functionality & add warning | ||||
| * | | | | [ticket/security/231] Disable remote avatar functionality & add warning | Marc Alexander | 2019-04-17 | 2 | -1/+35 |
| | | | | | | | | | | | | | | | | | | | | SECURITY-231 | ||||
* | | | | | Merge pull request #44 from phpbb/ticket/security/235 | Marc Alexander | 2019-04-27 | 1 | -9/+29 |
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | Ticket/security/235 Wildcard char count in search | ||||
| * | | | | [ticket/security/235] Only allow one wildcard in the search query to limit ↵ | Derky | 2019-04-26 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the database load SECURITY-235 | ||||
| * | | | | [ticket/security/235] Use whitespace instead of word boundary regex to ↵ | Derky | 2019-04-26 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | remove wildcards This fixes removing the wildcard in the following search query: *.test SECURITY-235 | ||||
| * | | | | [ticket/security/235] Remove non trailing wildcards from search keywords | Derky | 2019-04-25 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Database indexes are only used if wildcards are used at the end. SECURITY-235 | ||||
| * | | | | [ticket/security/235] Apply wildcard char count patch | Derky | 2019-03-14 | 1 | -9/+15 |
| | | | | | | | | | | | | | | | | | | | | SECURITY-235 | ||||
* | | | | | [prep-release-3.2.6] Add migration for 3.2.6-RC1 | Marc Alexander | 2019-04-20 | 1 | -0/+37 |
| |_|/ / |/| | | | |||||
* | | | | Merge pull request #5559 from mrgoldy/ticket/16007 | Marc Alexander | 2019-04-17 | 2 | -4/+34 |
|\ \ \ \ | |_|/ / |/| | | | | | | | [ticket/16007] Show ban message for OAuth login | ||||
| * | | | [ticket/16007] No strict comparison against "false" | mrgoldy | 2019-04-02 | 2 | -3/+6 |
| | | | | | | | | | | | | | | | | PHPBB3-16007 | ||||
| * | | | [ticket/16007] Show ban message for OAuth login | mrgoldy | 2019-04-02 | 2 | -4/+31 |
| | | | | | | | | | | | | | | | | PHPBB3-16007 | ||||
* | | | | [ticket/16010] Enforce alphabetical order for events in events.md | Marc Alexander | 2019-04-11 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | PHPBB3-16010 | ||||
* | | | | Merge pull request #5554 from 3D-I/ticket/16001 | Marc Alexander | 2019-04-07 | 1 | -7/+13 |
|\ \ \ \ | | | | | | | | | | | | | | | | [ticket/16001] Append data to the OAuth's redirect URL | ||||
| * | | | | [ticket/16001] Append data to the OAuth's redirect URL | 3D-I | 2019-03-25 | 1 | -7/+13 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-16001 |