aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/15142] Check extension updates on current branchMatt Friedman2017-03-241-6/+3
| | | | PHPBB3-15142
* Merge pull request #4734 from rxu/ticket/14806Tristan Darricau2017-03-191-2/+2
|\ | | | | | | | | | | | | [ticket/14806] Fix ACP test emails authentication failure * github.com:phpbb/phpbb: [ticket/14806] Fix ACP test emails authentication failure
| * [ticket/14806] Fix ACP test emails authentication failurerxu2017-03-111-2/+2
| | | | | | | | PHPBB3-14806
* | Merge pull request #4745 from rxu/ticket/13558Tristan Darricau2017-03-191-0/+3
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13558] Add smtp SSL context configuration options * rxu/ticket/13558: [ticket/13558] Change options prefix and add settings precautions. [ticket/13558] Make SSL context specific options more SMTP general [ticket/13558] Add smtp SSL context configuration options
| * | [ticket/13558] Change options prefix and add settings precautions.rxu2017-03-191-3/+3
| | | | | | | | | | | | PHPBB3-13558
| * | [ticket/13558] Add smtp SSL context configuration optionsrxu2017-03-171-0/+3
| |/ | | | | | | PHPBB3-13558
* | Merge pull request #4578 from javiexin/ticket/14849Marc Alexander2017-03-191-15/+47
|\ \ | | | | | | | | | [ticket/14849] Add core.acp_extensions_run_action
| * | [ticket/14849] Add core.acp_extensions_run_actionjaviexin2017-02-191-3/+4
| | | | | | | | | | | | | | | | | | Rename event to core.acp_extensions_run_action_before PHPBB-14849
| * | [ticket/14849] Add core.acp_extensions_run_actionjaviexin2016-12-301-8/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | Moved the event to a slightly modified position. Added an extra variable to the event. Additional event to be run after the execution of the action in ACP. Added a new action to allow for extension execution control. PHPBB-14849
| * | [ticket/14849] Add core.acp_extensions_run_action_afterjaviexin2016-12-161-0/+1
| | | | | | | | | | | | | | | | | | | | | Additional event to be run after the execution of the action in ACP. Adding missing var as input to event. PHPBB-14849
| * | [ticket/14849] Add core.acp_extensions_run_action_afterjaviexin2016-12-161-0/+20
| | | | | | | | | | | | | | | | | | Additional event to be run after the execution of the action in ACP PHPBB-14849
| * | [ticket/14849] Add core.acp_extensions_run_actionjaviexin2016-12-111-9/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | Moved the event to a slightly modified position to perform common checks before calling the event, added an extra variable to allow execution control, honor the extension modified value of u_action (if any) PHPBB-14849
* | | Merge pull request #4703 from javiexin/ticket/15011Marc Alexander2017-03-191-10/+8
|\ \ \ | | | | | | | | | | | | [ticket/15011] All errors on metadata throw exceptions
| * \ \ Merge branch '3.1.x' into ticket/15011javiexin2017-02-152-6/+23
| |\ \ \
| * | | | [ticket/15011] All errors on metadata throw exceptionsjaviexin2017-02-151-10/+8
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is inconsistency in the way error are treated in metadata_manager. Some method return false on error, others throw exception. With this, the usage is homogeneus, and the uses of these are also adapted. Using same ticket as it is the same issue, solved in a different way. PHPBB3-15011
* | | | Merge pull request #4743 from rubencm/ticket/14820Marc Alexander2017-03-191-0/+4
|\ \ \ \ | |_|_|/ |/| | | | | | | [ticket/14820] Add style version in ACP
| * | | [ticket/14820] Add style version in ACPRubén Calvo2017-03-161-0/+4
| | |/ | |/| | | | | | | PHPBB3-14820
* | | Merge pull request #4604 from rxu/ticket/13344Marc Alexander2017-02-211-6/+21
|\ \ \ | |/ / |/| | | | | [ticket/13344] Add core event to acp/info/acp_logs.php
| * | [ticket/13344] Add core event to acp/info/acp_logs.phprxu2017-01-011-6/+20
| |/ | | | | | | PHPBB3-13344
* | [ticket/14998] Point only to install dir from acp_updateMarc Alexander2017-01-281-1/+1
| | | | | | | | PHPBB3-14998
* | [ticket/14968] Display possible upgrade on acp index and update pageMarc Alexander2017-01-222-3/+20
| | | | | | | | PHPBB3-14968
* | [ticket/11076] State current and minimum required versions in old PHP noticeMarc Alexander2017-01-151-2/+2
|/ | | | PHPBB3-11076
* Merge pull request #4555 from javiexin/ticket/14888Tristan Darricau2016-12-041-0/+4
|\ | | | | | | | | | | | | [ticket/14888] Missing check for disabled profile field types * javiexin/ticket/14888: [ticket/14888] Missing check for disabled profile field types
| * [ticket/14888] Missing check for disabled profile field typesjaviexin2016-12-041-0/+4
| | | | | | | | | | | | Checks if a profile field type is enabled before using it. PHPBB3-14888
* | [ticket/9590] Submit permissions form in chunks when using "Apply all"Marc Alexander2016-11-261-0/+5
| | | | | | | | | | | | | | This will add an AJAX call that will submit the permissions form in chunks of 5 fieldsets when clicking on "Apply all permissions". PHPBB3-9590
* | Merge pull request #4511 from senky/ticket/14842Marc Alexander2016-11-201-1/+1
|\ \ | | | | | | | | | [ticket/14842] Don't display filesize limit if there is none
| * | [ticket/14842] Don't display filesize limit if there is noneJakub Senko2016-11-151-1/+1
| | | | | | | | | | | | PHPBB3-14842
* | | Merge pull request #4497 from senky/ticket/14849Marc Alexander2016-11-161-1/+17
|\ \ \ | | | | | | | | | | | | [ticket/14849] Add core.acp_extensions_run_action
| * | | [ticket/14849] Add core.acp_extensions_run_actionJakub Senko2016-11-131-1/+17
| |/ / | | | | | | | | | PHPBB3-14849
* | | Merge pull request #4510 from senky/ticket/14864Marc Alexander2016-11-161-1/+1
|\ \ \ | | | | | | | | | | | | [ticket/14864] Set maxlength=64 to dateformat in ACP
| * | | [ticket/14864] Set maxlength=64 to dateformat in ACPJakub Senko2016-11-131-1/+1
| |/ / | | | | | | | | | PHPBB3-14864
* | | Merge pull request #4495 from senky/ticket/14847Marc Alexander2016-11-121-1/+13
|\ \ \ | | | | | | | | | | | | [ticket/14847] Add core.acp_attachments_config_edit_add
| * | | [ticket/14847] Add core.acp_attachments_config_edit_addJakub Senko2016-11-021-1/+13
| |/ / | | | | | | | | | PHPBB3-14847
* | | Merge pull request #4486 from marc1706/ticket/11483Tristan Darricau2016-11-061-6/+11
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | [ticket/11483] Generate user act key if database entry is empty * github.com:phpbb/phpbb: [ticket/11483] Add tests for generating user act key on force reactivate [ticket/11483] Generate user act key if database entry is empty
| * | [ticket/11483] Generate user act key if database entry is emptyMarc Alexander2016-10-161-6/+11
| |/ | | | | | | | | | | | | | | | | The force reactivation action in the ACP will no longer overwrite the generated activation key in case the key stored in the database is empty. It will also save the generated key back to the database to actually allow the activation by the user. PHPBB3-11483
* | [ticket/14823] Move check_form_key() inside actual save data stepMarc Alexander2016-10-281-5/+5
| | | | | | | | PHPBB3-14823
* | [ticket/14830] Fix FORM_INVALID error on cpf settings changingrxu2016-10-241-1/+1
| | | | | | | | PHPBB3-14830
* | [ticket/14830] Fix FORM_INVALID error during AСP search index deletionrxu2016-10-211-1/+1
| | | | | | | | PHPBB3-14830
* | [ticket/14830] Fix FORM_INVALID error on search backend changingrxu2016-10-211-5/+3
| | | | | | | | PHPBB3-14830
* | [ticket/14830] Fix link hash checking caserxu2016-10-211-1/+1
| | | | | | | | PHPBB3-14830
* | [ticket/14830] Fix FORM_INVALID error during AXP search index creation/deletionrxu2016-10-211-8/+5
|/ | | | PHPBB3-14830
* [ticket/14789] Remove obsolete check_form_key() and add missing hashesMarc Alexander2016-09-302-7/+8
| | | | PHPBB3-14789
* [ticket/14789] Move form key checks to where they actually do somethingMarc Alexander2016-09-302-11/+26
| | | | PHPBB3-14789
* [ticket/14789] Add form tokens to tests and uncomment add_form_keyMarc Alexander2016-09-181-1/+1
| | | | PHPBB3-14789
* [ticket/14789] Add link hashes and form tokens to all acp links/buttonsMarc Alexander2016-09-188-17/+111
| | | | | | | | | | | This will further harden the ACP security by adding link hashes to links and form tokens to forms that did not have these yet and result in modified settings or write action on the filesystem or database. These few links and forms were still relying on the global ACP protection, mainly due to them not posing further risks of compromising data. After this change these will now also be properly protected against tampering. PHPBB3-14789
* [ticket/14738] Add core events to improve modifying forum listsrxu2016-08-071-4/+20
| | | | PHPBB3-14738
* Merge pull request #4354 from Stanzilla/smtp_explainMarc Alexander2016-07-061-1/+1
|\ | | | | | | [ticket/14184] Add a _EXPLAIN translation entry for the SMTP server option
| * [ticket/14184] Add a _EXPLAIN translation entry for the SMTP server optionBenjamin Staneck2016-06-171-1/+1
| | | | | | | | | | | | | | This should help users trying to figure out why their mail config is not working when they forgot to use a protocol prefix. PHPBB3-14184
* | [ticket/13716] Fix verbosenessRichard McGirr2016-04-121-1/+1
| | | | | | | | PHPBB3-13716
* | [ticket/13716] Remove extraneous blank lineRMcGirr832016-04-051-1/+0
| | | | | | | | PHPBB3-13716