aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14465] Remove setting for maximum password lengthMarc Alexander2019-10-032-7/+5
| | | | PHPBB3-14465
* [ticket/15257] Improve readability of check_is_enableableMarc Alexander2019-09-301-8/+15
| | | | PHPBB3-15257
* [ticket/15257] Address validation issuesJakub Senko2019-09-301-0/+7
| | | | PHPBB3-15257
* [ticket/15257] Provide extension not enableable messagesJakub Senko2019-09-301-8/+14
| | | | PHPBB3-15257
* Merge branch '3.2.x' into 3.3.xMarc Alexander2019-09-202-6/+7
|\
| * Merge branch 'prep-release-3.2.8' into 3.2.xMarc Alexander2019-09-202-6/+7
| |\
| | * Merge pull request #50 from phpbb/ticket/security/246Marc Alexander2019-08-251-6/+6
| | |\ | | | | | | | | | | | | [ticket/security/246] Check form key no matter if submit is set
| | | * [ticket/security/246] Check form key no matter if submit is setMarc Alexander2019-07-141-6/+6
| | | | | | | | | | | | | | | | SECURITY-246
| | * | [ticket/16134] Exclude group leaders on group member purgekinerity2019-08-221-0/+1
| | | | | | | | | | | | | | | | PHPBB3-16134
* | | | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-09-011-7/+3
|\ \ \ \ | |/ / /
| * | | [ticket/16084] Remove redundant backup radio buttonmrgoldy2019-08-261-7/+3
| |/ / | | | | | | | | | PHPBB3-16084
* | | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-08-171-5/+21
|\ \ \ | |/ /
| * | Merge pull request #5656 from 3D-I/ticket/16019Marc Alexander2019-08-171-5/+21
| |\ \ | | | | | | | | | | | | [ticket/16019] Deny prosilver's uninstallation
| | * | [ticket/16019] Code's enhancement3D-I2019-08-131-5/+2
| | | | | | | | | | | | | | | | PHPBB3-16019
| | * | [ticket/16019] Get rid of the uninstall link3D-I2019-08-131-5/+8
| | | | | | | | | | | | | | | | PHPBB3-16019
| | * | [ticket/16019] Amend code for the better3D-I2019-08-131-3/+6
| | | | | | | | | | | | | | | | PHPBB3-16019
| | * | [ticket/16019] Move code to before of confirm box is submitted3D-I2019-08-131-12/+13
| | | | | | | | | | | | | | | | PHPBB3-16019
| | * | [ticket/16019] Deny prosilver's uninstallation3D-I2019-08-131-0/+12
| | | | | | | | | | | | | | | | PHPBB3-16019
* | | | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-08-151-0/+7
|\ \ \ \ | |/ / /
| * | | Merge pull request #5654 from 3D-I/ticket/16080Marc Alexander2019-08-151-0/+7
| |\ \ \ | | | | | | | | | | | | | | | [ticket/16080] ACP - Provide meaningful error msg for deleted installed style
| | * | | [ticket/16080] Remove sprintf()3D-I2019-08-131-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-16080
| | * | | [ticket/16080] Use placeholder3D-I2019-08-121-1/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-16080
| | * | | [ticket/16080] Provide a meaningful error message for deleted installed style3D-I2019-08-121-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-16080
| | * | | [ticket/16080] Change location as it should have been.3D-I2019-08-121-0/+6
| | |/ / | | | | | | | | | | | | PHPBB3-16080
* | | | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-08-121-0/+1
|\ \ \ \ | |/ / /
| * | | [ticket/16127] Amend input validation PHP side3D-I2019-08-081-1/+1
| | | | | | | | | | | | | | | | PHPBB3-16127
| * | | [ticket/16127] Minimum 1 and rephrasing.3D-I2019-08-081-1/+1
| | | | | | | | | | | | | | | | PHPBB3-16127
| * | | [ticket/16127] Add UI for email $max_chunk_size3D-I2019-08-071-0/+1
| |/ / | | | | | | | | | PHPBB3-16127
* | | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-07-281-14/+10
|\ \ \ | |/ /
| * | Merge pull request #5575 from rubencm/ticket/14459Marc Alexander2019-07-281-14/+10
| |\ \ | | | | | | | | | | | | [ticket/14459] Check language input for group and fix template logic
| | * | [ticket/14459] Use language propertyrubencm2019-07-271-4/+4
| | | | | | | | | | | | | | | | PHPBB3-14459
| | * | [ticket/14459] Rename variablerubencm2019-07-271-3/+3
| | | | | | | | | | | | | | | | PHPBB3-14459
| | * | [ticket/14459] Fixrubencm2019-06-251-1/+1
| | | | | | | | | | | | | | | | PHPBB3-14459
| | * | [ticket/14459] Uppercase string to try to match language keysrubencm2019-06-251-2/+2
| | | | | | | | | | | | | | | | PHPBB3-14459
| | * | [ticket/14459] Uppercase string to try to match language keysrubencm2019-06-251-4/+4
| | | | | | | | | | | | | | | | PHPBB3-14459
| | * | [ticket/14459] Remove unused variablesrubencm2019-06-251-4/+0
| | | | | | | | | | | | | | | | PHPBB3-14459
| | * | [ticket/14459] Fix template logicrubencm2019-06-211-5/+2
| | | | | | | | | | | | | | | | PHPBB3-14459
| | * | [ticket/14459] Fix rebaserubencm2019-06-201-1/+0
| | | | | | | | | | | | | | | | PHPBB3-14459
| | * | [ticket/14459] Check language input for grouprubencm2019-06-201-1/+5
| | |/ | | | | | | | | | PHPBB3-14459
* | | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-07-271-1/+1
|\ \ \ | |/ /
| * | Merge pull request #5601 from senky/ticket/16013Marc Alexander2019-07-271-1/+1
| |\ \ | | |/ | |/| | | | [ticket/16013] Allow admins to use disallowed username
| | * [ticket/16013] Allow admins to use disallowed usernameJakub Senko2019-05-241-1/+1
| | | | | | | | | | | | PHPBB3-16013
* | | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-06-171-0/+7
|\ \ \ | |/ /
| * | [ticket/15211] Fix Emoji characters in forum name3D-I2019-06-111-0/+7
| | | | | | | | | | | | PHPBB3-15211
* | | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-06-051-7/+9
|\ \ \ | |/ /
| * | Merge pull request #5615 from 3D-I/ticket/16073Marc Alexander2019-06-051-7/+9
| |\ \ | | | | | | | | | | | | [ticket/16073] Fix warning in ACP version check
| | * | [ticket/16073] Fix warning in ACP version check3D-I2019-06-011-7/+9
| | |/ | | | | | | | | | PHPBB3-16073
* | | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-06-031-1/+5
|\ \ \ | |/ /
| * | [ticket/16071] Undefined index for custom attachments groups3D-I2019-05-291-1/+5
| |/ | | | | | | PHPBB3-16071
* | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-05-141-1/+1
|\ \ | |/