aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '3.2.x' into 3.3.xMarc Alexander2019-09-221-19/+17
|\
| * Merge pull request #5664 from mrgoldy/ticket/16076Marc Alexander2019-09-221-19/+17
| |\ | | | | | | | | | [ticket/16076] addFileFilter to check max file size per mime type
| | * [ticket/16076] addFileFilter to check max file size per mime typemrgoldy2019-08-251-19/+17
| | | | | | | | | | | | PHPBB3-16076
* | | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-09-221-3/+3
|\ \ \ | |/ /
| * | Merge pull request #5673 from AlfredoRamos/ticket/15643Marc Alexander2019-09-221-3/+3
| |\ \ | | | | | | | | | | | | [ticket/15643] Fix open_basedir warnings
| | * | [ticket/15643] Fix open_basedir warningsAlfredo Ramos2019-09-031-3/+3
| | |/ | | | | | | | | | | | | | | | | | | Suppress warnings when trying to call is_link(), is_dir() and is_file() on the web server root directory when open_basedir is set. PHPBB3-15643
* | | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-09-211-1/+1
|\ \ \ | |/ /
| * | Merge pull request #5687 from rxu/ticket/16157Marc Alexander2019-09-211-1/+1
| |\ \ | | | | | | | | | | | | [ticket/16157] Fix FORM_INVALID error in the sending email form
| | * | [ticket/16157] Fix FORM_INVALID error in the sending email formrxu2019-09-131-1/+1
| | |/ | | | | | | | | | PHPBB3-16157
* | | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-09-204-2/+41
|\ \ \ | |/ /
| * | [prep-release-3.2.8] Add migration for 3.2.8Marc Alexander2019-09-081-0/+36
| | |
| * | [ticket/security/243] Fail silently on unsupported values for font sizeMarc Alexander2019-08-311-12/+1
| | | | | | | | | | | | SECURITY-243
| * | 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 pull request #51 from phpbb/ticket/security/243Marc Alexander2019-08-252-1/+12
| |\ \ \ | | |_|/ | |/| | | | | | [ticket/security/243] Limit size BBCode to int
| | * | [ticket/security/243] Use bbcode.html like formattingMarc Alexander2019-07-181-1/+1
| | | | | | | | | | | | | | | | SECURITY-243
| | * | [ticket/security/243] Limit size BBCode to 4 numeric charactersMarc Alexander2019-07-172-2/+2
| | | | | | | | | | | | | | | | SECURITY-243
| | * | [ticket/security/243] Limit size values to supported valuesMarc Alexander2019-07-161-0/+11
| | | | | | | | | | | | | | | | SECURITY-243
* | | | 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-08-171-0/+15
|\ \ \ \ | |/ / /
| * | | [ticket/13175] Check if account is already linked when using OAuthrubencm2019-08-141-0/+15
| | |/ | |/| | | | | | | PHPBB3-13175
* | | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-07-281-3/+257
|\ \ \ | |/ /
| * | Merge pull request #5459 from mrgoldy/ticket/15886Marc Alexander2019-07-281-3/+257
| |\ \ | | | | | | | | | | | | [ticket/15886] Group helper functions
| | * | [ticket/15886] Fix minor code style issuesMarc Alexander2019-07-281-9/+9
| | | | | | | | | | | | | | | | PHPBB3-15886
| | * | [ticket/15886] Appropriate HTML docsmrgoldy2019-03-101-1/+6
| | | | | | | | | | | | | | | | PHPBB3-15886
| | * | [ticket/15886] Add @html doc for group/user stringsmrgoldy2019-03-091-0/+1
| | | | | | | | | | | | | | | | PHPBB3-15886
| | * | [ticket/15886] Move append_sid from constructormrgoldy2019-01-071-2/+2
| | | | | | | | | | | | | | | | PHPBB3-15886
| | * | [ticket/15886] No profile url for BOTS groupmrgoldy2019-01-021-3/+5
| | | | | | | | | | | | | | | | PHPBB3-15886
| | * | [ticket/15886] Clean up servicesmrgoldy2018-12-291-26/+20
| | | | | | | | | | | | | | | | PHPBB3-15886
| | * | [ticket/15886] Class variable, comment splitting, events since tag, class namesmrgoldy2018-12-291-35/+52
| | | | | | | | | | | | | | | | PHPBB3-15886
| | * | [ticket/15886] Group helper functionsmrgoldy2018-11-291-23/+21
| | | | | | | | | | | | | | | | PHPBB3-15886
| | * | [ticket/15886] Enhance group helpermrgoldy2018-11-291-2/+239
| | | | | | | | | | | | | | | | PHPBB3-15886
* | | | [ticket/15088] Avoid code repetitions in extension managerJakub Senko2019-07-271-96/+54
| | | | | | | | | | | | | | | | PHPBB3-15088
* | | | Merge pull request #5566 from JoshyPHP/ticket/16017Marc Alexander2019-07-271-0/+33
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/16017] Add support for Argon2id as default password hashing
| * | | | [ticket/16017] Add support for Argon2id as default password hashingJoshyPHP2019-07-231-0/+33
| | | | | | | | | | | | | | | | | | | | PHPBB3-16017
* | | | | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-07-271-3/+11
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Merge pull request #5626 from cpeel/ticket/16096Marc Alexander2019-07-271-3/+11
| |\ \ \ | | | | | | | | | | | | | | | [ticket/16096] Use InnoDB fulltext limits for InnoDB tables
| | * | | [ticket/16096] Use InnoDB fulltext limits for InnoDB tablesCasey Peel2019-07-081-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/16016] Add a base class for native password hashingJoshyPHP2019-07-232-33/+80
| | | | | | | | | | | | | | | | PHPBB3-16016
* | | | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-07-221-1/+1
|\ \ \ \ | |/ / /
| * | | [ticket/15982] fix warning with PHP >= 7.2 with Q&A captcha pluginNuno Lopes2019-07-221-1/+1
| | | | | | | | | | | | | | | | PHPBB3-15982
* | | | Merge pull request #5619 from marc1706/ticket/16082Marc Alexander2019-07-221-107/+0
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/16082] Remove XCache as it does not support PHP 7
| * | | | [ticket/16082] Remove XCache as it does not support PHP 7Marc Alexander2019-06-061-107/+0
| | | | | | | | | | | | | | | | | | | | PHPBB3-16082
* | | | | Merge pull request #5618 from marc1706/ticket/16081Marc Alexander2019-07-221-107/+0
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/16081] Remove eAccelerator cache driver
| * | | | | [ticket/16081] Remove eAccelerator cache driverMarc Alexander2019-06-061-107/+0
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | eAccelerator does not support any PHP version above 5.3. PHPBB3-16081
* | | | | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-07-211-3/+10
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge pull request #5571 from dark-1/ticket/16021Marc Alexander2019-07-211-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 fileDark❶2019-04-191-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-16021
| | * | | [ticket/16021] Recognize number of Template Event instances in events.md fileDark❶2019-04-191-3/+10
| | | | | | | | | | | | | | | | | | | | PHPBB3-16021