aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp
Commit message (Collapse)AuthorAgeFilesLines
* [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 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 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
* | [ticket/15211] Fix Emoji characters in forum name3D-I2019-06-111-0/+7
| | | | | | | | PHPBB3-15211
* | 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
* | [ticket/16071] Undefined index for custom attachments groups3D-I2019-05-291-1/+5
|/ | | | PHPBB3-16071
* [ticket/16048] Fix restore backup from ACP3D-I2019-05-071-1/+1
| | | | PHPBB3-16048
* Merge pull request #46 from phpbb/ticket/security/231Marc Alexander2019-04-271-1/+2
|\ | | | | | | [ticket/security/231] Disable remote avatar functionality & add warning
| * [ticket/security/231] Disable remote avatar functionality & add warningMarc Alexander2019-04-171-1/+2
| | | | | | | | SECURITY-231
* | [ticket/security/234] Add URL validation for input fieldsMarc Alexander2019-04-141-2/+5
|/ | | | SECURITY-234
* [ticket/15928] Remove support for downloading backupsMarc Alexander2019-01-061-99/+107
| | | | PHPBB3-15928
* Merge pull request #5457 from battye/ticket/15883Marc Alexander2019-01-051-1/+16
|\ | | | | | | [ticket/15883] New error message for when users try adding invalid usernames to a group
| * [ticket/15883] Review changesbattye2019-01-041-1/+1
| | | | | | | | PHPBB3-15883
| * [ticket/15883] Use the new language objectbattye2018-11-291-2/+5
| | | | | | | | | | | | | | | | | | | | Using the new ->lang() format. Made the username comparison case insensitive. Also fixed a bug where the return to previous page link in the UCP was going back to the list of groups rather than the specific manage group page when an error occurred. PHPBB3-15883
| * [ticket/15883] Add error for invalid usernames being added to a groupbattye2018-11-261-1/+13
| | | | | | | | | | | | | | | | | | Update the ACP and the UCP so that when bulk adding users to a group, if invalid usernames are submitted alongside valid usernames then a message will be displayed to inform the user what the invalid usernames are. PHPBB3-15883
* | [ticket/15910] Pass object arguments by reference implicitlykasimi2018-12-124-9/+9
|/ | | | PHPBB3-15910
* Merge pull request #5442 from rxu/ticket/15871Marc Alexander2018-11-181-2/+6
|\ | | | | | | [ticket/15871] Fix PHP 7.1+ warning in ACP extensions module
| * [ticket/15871] Add $php_ini to the class properties listrxu2018-11-151-0/+1
| | | | | | | | PHPBB3-15871
| * [ticket/15871] Use php_ini servicerxu2018-11-111-2/+5
| | | | | | | | PHPBB3-15871
| * [ticket/15871] Fix PHP 7.1+ warning in ACR extensions modulerxu2018-11-111-1/+1
| | | | | | | | PHPBB3-15871
* | Merge pull request #42 from phpbb/ticket/security/227Marc Alexander2018-11-101-74/+0
|\ \ | | | | | | | | | [ticket/security/227] Replace ImageMagick support with thumbnail event
| * | [ticket/security/227] Remove "no thumbnail support" messageDerky2018-11-041-10/+0
| | | | | | | | | | | | SECURITY-227
| * | [ticket/security/227] Replace ImageMagick support with thumbnail eventDerky2018-10-231-66/+2
| | | | | | | | | | | | SECURITY-227
* | | [ticket/15860] Fix regexpRuben Calvo2018-10-301-2/+2
| | | | | | | | | | | | PHPBB3-15860
* | | [ticket/15860] Limit regexp to expected formatsMarc Alexander2018-10-301-1/+1
| | | | | | | | | | | | PHPBB3-15860
* | | [ticket/15860] Fix format of backup filesRuben Calvo2018-10-301-2/+2
| |/ |/| | | | | PHPBB3-15860
* | Merge pull request #5407 from senky/ticket/15832Marc Alexander2018-10-281-0/+11
|\ \ | | | | | | | | | [ticket/15832] Add core.acp_users_avatar_sql event
| * | [ticket/15832] Add core.acp_users_avatar_sql eventJakub Senko2018-10-081-0/+11
| | | | | | | | | | | | PHPBB3-15832
* | | Merge pull request #5406 from senky/ticket/15831Marc Alexander2018-10-281-0/+11
|\ \ \ | | | | | | | | | | | | [ticket/15831] Add core.acp_users_modify_signature_sql_ary event
| * | | [ticket/15831] Add core.acp_users_modify_signature_sql_ary eventJakub Senko2018-10-081-0/+11
| |/ / | | | | | | | | | PHPBB3-15831
* | | Merge pull request #5402 from 3D-I/ticket/15825Marc Alexander2018-10-281-0/+10
|\ \ \ | | | | | | | | | | | | [ticket/15825] Add core.acp_manage_forums_move_content_sql_before
| * | | [ticket/15825] Add core.acp_manage_forums_move_content_sql_before3D-I2018-10-021-0/+10
| |/ / | | | | | | | | | PHPBB3-15825
* | | [ticket/15849] Stop using php4 constructorsRuben Calvo2018-10-213-4/+4
| |/ |/| | | | | PHPBB3-15849
* | Merge pull request #5326 from rubencm/ticket/15762Marc Alexander2018-10-091-1/+1
|\ \ | |/ |/| | | [ticket/15762] Update type for forum_topics_per_page
| * [ticket/15762] Update type for forum_topics_per_page in acp_forumsRubén Calvo2018-08-301-1/+1
| | | | | | | | PHPBB3-15762
* | Merge pull request #5160 from kasimi/ticket/15590Marc Alexander2018-09-161-1/+35
|\ \ | | | | | | | | | [ticket/15590] Add events core.acp_bbcodes_(modify_create|delete)_after