aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp
Commit message (Collapse)AuthorAgeFilesLines
...
* | | [ticket/14492] Update phpBB version and fix miscellaneous code issuesMarc Alexander2016-12-031-1/+1
| | | | | | | | | | | | PHPBB3-14492
* | | [ticket/14492] Send statistics via ajax requestMarc Alexander2016-12-031-19/+17
| | | | | | | | | | | | | | | | | | | | | Flooding ajax requests will try to be prevented and sending stats without JS will also properly work. PHPBB3-14492
* | | [ticket/14492] Use new guzzlehttp clientMarc Alexander2016-12-031-9/+8
| | | | | | | | | | | | PHPBB3-14492
* | | [ticket/14492] Pass u_action to acp form and add stats configMarc Alexander2016-12-031-0/+1
| | | | | | | | | | | | PHPBB3-14492
* | | [ticket/14492] Add events for modifying help phpBB pageMarc Alexander2016-12-031-20/+36
| | | | | | | | | | | | PHPBB3-14492
* | | [ticket/14492] Use guzzle for submitting data to stats serviceMarc Alexander2016-12-031-1/+42
| | | | | | | | | | | | PHPBB3-14492
* | | [ticket/14492] Update language variables and trigger details textMarc Alexander2016-12-032-3/+3
| | | | | | | | | | | | PHPBB3-14492
* | | [ticket/14492] Rename files to help_phpbb and fix css tabbingMarc Alexander2016-12-032-5/+5
| | | | | | | | | | | | PHPBB3-14492
* | | Merge branch 'ticket/9590' into ticket/9590-rheaMarc Alexander2016-11-271-0/+5
|\ \ \ | |/ /
| * | [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 branch '3.1.x' into 3.2.xMarc Alexander2016-11-201-1/+1
|\ \ \ | |/ /
| * | 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 remote-tracking branch 'senky/ticket/14739' into 3.2.xMarc Alexander2016-11-174-6/+0
|\ \ \ \
| * | | | [ticket/14739] Remove SQLite 2.8.x database driverJakub Senko2016-11-164-6/+0
| | | | | | | | | | | | | | | | | | | | PHPBB3-14739
* | | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-11-161-1/+17
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | 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 branch '3.1.x' into 3.2.xMarc Alexander2016-11-161-1/+1
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | |
| * | | 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 branch '3.1.x' into 3.2.xMarc Alexander2016-11-121-1/+13
|\ \ \ \ | |/ / /
| * | | 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 branch '3.1.x' into 3.2.xTristan Darricau2016-11-061-6/+11
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | * 3.1.x: [ticket/11483] Add tests for generating user act key on force reactivate [ticket/11483] Generate user act key if database entry is empty
| * | | 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
* | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-10-282-18/+13
|\ \ \ | |/ /
| * | [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
* | Merge branch '3.1.x' into 3.2.xTristan Darricau2016-10-023-13/+29
|\ \ | |/ | | | | | | | | * 3.1.x: [ticket/14789] Remove obsolete check_form_key() and add missing hashes [ticket/14789] Move form key checks to where they actually do something
| * [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
* | Merge pull request #4265 from Senky/ticket/10809Tristan Darricau2016-09-252-3/+0
|\ \ | | | | | | | | | | | | | | | | | | | | | [ticket/10809] Remove MSSQL support * Senky/ticket/10809: [ticket/10809] Reflect MSSQL removal in docs files [ticket/10809] Remove MSSQL support
| * | [ticket/10809] Remove MSSQL supportJakub Senko2016-08-022-3/+0
| | | | | | | | | | | | PHPBB3-10809
* | | Merge branch '3.1.x' into 3.2.xTristan Darricau2016-09-188-16/+110
|\ \ \ | | |/ | |/| | | | | | | | | | * 3.1.x: [ticket/14789] Add form tokens to tests and uncomment add_form_key [ticket/14789] Add link hashes and form tokens to all acp links/buttons
| * | [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
* | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-09-171-4/+20
|\ \ \ | |/ /
| * | [ticket/14738] Add core events to improve modifying forum listsrxu2016-08-071-4/+20
| | | | | | | | | | | | PHPBB3-14738
* | | Merge pull request #4435 from Crizz0/ticket/14764Marc Alexander2016-09-061-1/+1
|\ \ \ | | | | | | | | | | | | [ticket/14764] Wrong link to database update script has been fixed
| * | | [ticket/14764] Wrong link to database update script has been fixedCrizzo2016-09-021-1/+1
| | |/ | |/| | | | | | | PHPBB3-14764
* | | [ticket/10961] Send HTTP 403 when applicableJakub Senko2016-09-015-0/+15
|/ / | | | | | | PHPBB3-10961
* | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-07-061-1/+1
|\ \ | |/
| * 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