aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #5573 from dark-1/ticket/16024Marc Alexander2019-06-061-0/+24
|\ | | | | | | [ticket/16024] Add core.topic_review_modify_sql_ary
| * [ticket/16024] Add core.topic_review_modify_sql_aryDark❶2019-05-071-1/+1
| | | | | | | | PHPBB3-16024
| * [ticket/16024] Add core.topic_review_modify_sql_aryDark❶2019-04-201-1/+1
| | | | | | | | PHPBB3-16024
| * [ticket/16024] Add core.topic_review_modify_sql_aryDark❶2019-04-201-0/+24
| | | | | | | | PHPBB3-16024
* | 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 pull request #5612 from senky/ticket/15932Marc Alexander2019-06-041-8/+22
|\ \ \ | | | | | | | | | | | | [ticket/15932] Disallow deleting locked attachments
| * | | [ticket/15932] Disallow deleting locked attachmentsJakub Senko2019-05-281-8/+22
| |/ / | | | | | | | | | PHPBB3-15932
* | | [ticket/16071] Undefined index for custom attachments groups3D-I2019-05-291-1/+5
|/ / | | | | | | PHPBB3-16071
* | Merge pull request #5587 from 3D-I/ticket/16048Marc Alexander2019-05-141-1/+1
|\ \ | | | | | | | | | [ticket/16048] Fix restore backup from ACP
| * | [ticket/16048] Fix restore backup from ACP3D-I2019-05-071-1/+1
| | | | | | | | | | | | PHPBB3-16048
* | | [ticket/16050] Fix PHP warning in MCP Banning tab on PHP 7.2+rxu2019-05-111-1/+1
|/ / | | | | | | PHPBB3-16050
* | [3.2.x] Update version numbers to 3.2.8-devMarc Alexander2019-05-031-1/+1
| |
* | [ticket/16042] Adjust positioning and add comment to overwriteMarc Alexander2019-05-021-1/+2
| | | | | | | | PHPBB3-16042
* | [ticket/16042] Use S_LOGIN_REDIRECT to output login form tokenMarc Alexander2019-05-021-1/+13
| | | | | | | | PHPBB3-16042
* | [prep-release-3.2.7] Update version numbers for 3.2.7-RC1Marc Alexander2019-05-021-1/+1
| |
* | Merge pull request #5578 from rubencm/ticket/16036Marc Alexander2019-05-021-0/+3
|\ \ | | | | | | | | | [ticket/16036] Add S_FORM_TOKEN_LOGIN to all login forms
| * | [ticket/16036] Add S_FORM_TOKEN_LOGIN to all login formsrubencm2019-04-291-0/+3
| | | | | | | | | | | | PHPBB3-16036
* | | Merge pull request #5579 from VSEphpbb/ticket/16037Marc Alexander2019-05-011-2/+2
|\ \ \ | | | | | | | | | | | | [ticket/16037] Fix UCP PM ViewFolder PHP Notice error
| * | | [ticket/16037] Fix UCP PM ViewFolder PHP Notice errorMatt Friedman2019-04-301-2/+2
| |/ / | | | | | | | | | PHPBB3-16037
* | | [ticket/16039] Global dispatchermrgoldy2019-05-011-1/+1
|/ / | | | | | | PHPBB3-16039
* | Merge branch 'prep-release-3.2.6' into 3.2.xMarc Alexander2019-04-293-6/+35
|\ \
| * | [prep-release-3.2.6] Update to 3.2.6 versionMarc Alexander2019-04-271-1/+1
| | |
| * | Merge pull request #48 from phpbb/ticket/security/228Marc Alexander2019-04-271-2/+17
| |\ \ | | | | | | | | | | | | [ticket/security/228] Add form token to login box
| | * | [ticket/security/228] Add form token to login boxDerky2019-04-261-2/+17
| | | | | | | | | | | | | | | | SECURITY-228
| * | | 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
| * | | Merge pull request #45 from phpbb/ticket/security/234Marc Alexander2019-04-272-3/+16
| |\ \ \ | | | | | | | | | | | | | | | [ticket/security/234] Add URL validation for input fields & main site URL
| | * | | [ticket/security/234] Add URL validation for input fieldsMarc Alexander2019-04-142-3/+16
| | |/ / | | | | | | | | | | | | SECURITY-234
* | | | [3.2.x] Update versions to 3.2.7-devMarc Alexander2019-04-211-1/+1
|/ / /
* | | [prep-release-3.2.6] Update version numbers for 3.2.6-RC1Marc Alexander2019-04-201-1/+1
| |/ |/|
* | Merge pull request #5559 from mrgoldy/ticket/16007Marc Alexander2019-04-171-2/+2
|\ \ | | | | | | | | | [ticket/16007] Show ban message for OAuth login
| * | [ticket/16007] No strict comparison against "false"mrgoldy2019-04-021-1/+1
| | | | | | | | | | | | PHPBB3-16007
| * | [ticket/16007] Show ban message for OAuth loginmrgoldy2019-04-021-2/+2
| | | | | | | | | | | | PHPBB3-16007
* | | Merge pull request #5513 from mrgoldy/ticket/15942Marc Alexander2019-04-173-16/+41
|\ \ \ | |_|/ |/| | | | | [ticket/15942] Allow array in confirm_box title
| * | [ticket/15942] Add language to compatibility globals & use in confirm_boxMarc Alexander2019-04-172-9/+16
| | | | | | | | | | | | PHPBB3-15942
| * | [ticket/15942] Past tensemrgoldy2019-04-161-1/+1
| | | | | | | | | | | | PHPBB3-15942
| * | [ticket/15942] Update DocBlockmrgoldy2019-04-161-0/+2
| | | | | | | | | | | | PHPBB3-15942
| * | [ticket/15942] Optimize countmrgoldy2019-01-151-4/+6
| | | | | | | | | | | | PHPBB3-15942
| * | [ticket/15942] Allow array in confirm_box titlemrgoldy2019-01-152-9/+23
| | | | | | | | | | | | PHPBB3-15942
* | | Merge pull request #5518 from 3D-I/ticket/15948Marc Alexander2019-04-071-0/+33
|\ \ \ | | | | | | | | | | | | [ticket/15948] Add core.mcp_change_topic_type_after/before
| * \ \ Merge branch '3.2.x' into ticket/159483Di2019-03-2326-72/+224
| |\ \ \
| * | | | [ticket/15948] Add core.mcp_change_topic_type_after/before3D-I2019-01-211-1/+0
| | | | | | | | | | | | | | | | | | | | PHPBB3-15948
| * | | | [ticket/15948] Add core.mcp_change_topic_type_after/before3D-I2019-01-211-0/+33
| | | | | | | | | | | | | | | | | | | | PHPBB3-15948
* | | | | Merge pull request #5538 from 3D-I/ticket/15972Marc Alexander2019-04-071-8/+21
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/15972] Add core.markread_after
| * | | | | [ticket/15972] Let the event be triggered3D-I2019-02-261-8/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removes old coding which is there just to save a few iterations. PHPBB3-15972
| * | | | | [ticket/15972] Add core.markread_after3D-I2019-02-201-0/+21
| |/ / / / | | | | | | | | | | | | | | | PHPBB3-15972
* | | | | Merge pull request #5501 from marc1706/ticket/15928Marc Alexander2019-04-071-99/+107
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/15928] Remove support for downloading backups
| * | | | | [ticket/15928] Remove support for downloading backupsMarc Alexander2019-01-061-99/+107
| | |_|/ / | |/| | | | | | | | | | | | | PHPBB3-15928
* | | | | Merge pull request #5556 from 3D-I/ticket/16004Marc Alexander2019-04-071-10/+22
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | [ticket/16004] Add check-in for Emojis in Username