aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #5688 from rxu/ticket/16156Marc Alexander2019-09-211-1/+1
|\ | | | | | | [ticket/16156] Fix bots seeing register and logout links
| * [ticket/16156] Fix bots seeing register and logout linksrxu2019-09-131-1/+1
| | | | | | | | PHPBB3-16156
* | Merge pull request #5692 from stevendegroote/ticket/16159Marc Alexander2019-09-218-9/+18
|\ \ | | | | | | | | | [ticket/16159] Wrap post times in html time tag
| * | [ticket/16159] Use predefined DATE_RFC3339stevendegroote2019-09-184-8/+8
| | | | | | | | | | | | PHPBB3-16159
| * | Merge branch '3.2.x' into ticket/16159stevendegroote2019-09-17511-4030/+11295
| |\ \ | | |/
| * | [ticket/16159] Wrap post times in html time tagstevendegroote2019-09-178-9/+18
| | | | | | | | | | | | PHPBB3-16159
* | | Merge pull request #5693 from marc1706/ticket/16160Marc Alexander2019-09-211-0/+127
|\ \ \ | | | | | | | | | | | | [ticket/16160] Add script for generating package json file
| * | | [ticket/16160] Add missing trailing slashMarc Alexander2019-09-211-1/+1
| | | | | | | | | | | | | | | | PHPBB3-16160
| * | | [ticket/16160] Make script compatible with PHP 5.xMarc Alexander2019-09-191-9/+8
| | | | | | | | | | | | | | | | PHPBB3-16160
| * | | [ticket/16160] Add script for generating package json fileMarc Alexander2019-09-181-0/+128
| | |/ | |/| | | | | | | PHPBB3-16160
* | | Merge branch 'prep-release-3.2.8' into 3.2.xMarc Alexander2019-09-2026-44/+236
|\ \ \ | |/ / |/| |
| * | [prep-release-3.2.8] Add migration for 3.2.8Marc Alexander2019-09-081-0/+36
| | |
| * | [prep-release-3.2.8] Update version numbers for 3.2.8 releaseMarc Alexander2019-09-084-5/+5
| | |
| * | [prep-release-3.2.8] Update changelog for 3.2.8Marc Alexander2019-09-081-1/+27
| | |
| * | [prep-release-3.2.8] Update CREDITS.txtMarc Alexander2019-09-081-3/+3
| | |
| * | Merge pull request #5679 from mrgoldy/ticket/16123Marc Alexander2019-09-083-5/+36
| |\ \ | | | | | | | | | | | | [ticket/16123] Show proper banned email message
| | * | [ticket/16123] Specify ban_id in validate email fixtureMarc Alexander2019-09-081-0/+3
| | | | | | | | | | | | | | | | PHPBB3-16123
| | * | [ticket/16123] Purge cache to ensure up to date ban list in testsMarc Alexander2019-09-071-1/+3
| | | | | | | | | | | | | | | | PHPBB3-16123
| | * | [ticket/16123] Remove redundant if checkmrgoldy2019-09-071-5/+3
| | | | | | | | | | | | | | | | PHPBB3-16123
| | * | [ticket/16123] Add tests to cover different ban reasonsMarc Alexander2019-09-072-3/+28
| | | | | | | | | | | | | | | | PHPBB3-16123
| | * | [ticket/16123] Check with empty()mrgoldy2019-09-071-1/+1
| | | | | | | | | | | | | | | | PHPBB3-16123
| | * | [ticket/16123] Show proper banned email messagemrgoldy2019-09-071-1/+4
| | | | | | | | | | | | | | | | PHPBB3-16123
| * | | Merge pull request #54 from phpbb/ticket/security/243Marc Alexander2019-09-021-1/+1
| |\ \ \ | | | | | | | | | | [ticket/security/243] Remove invalid markup from bbcode.html
| | * | | [ticket/security/243] Remove invalid markup from bbcode.htmlMarc Alexander2019-09-021-1/+1
| | | | | | | | | | | | | | | | | | | | SECURITY-243
| * | | | Merge pull request #53 from phpbb/ticket/security/243Marc Alexander2019-08-312-13/+1
| |\ \ \ \ | | |/ / / | |/| | | | | | | | [ticket/security/243] Fail silently on unsupported values for font size
| | * | | [ticket/security/243] Fail silently on unsupported values for font sizeMarc Alexander2019-08-312-13/+1
| |/ / / | | | | | | | | | | | | SECURITY-243
| * | | Merge pull request #5070 from rxu/ticket/15467Marc Alexander2019-08-312-0/+6
| |\ \ \ | | | | | | | | | | | | | | | [ticket/15467] Fix JS for permissions setting
| | * | | [ticket/15467] Fix JS for permissions settingNekstati2019-07-281-9/+3
| | | | | | | | | | | | | | | | | | | | PHPBB3-15467
| | * | | [ticket/15467] Fix JS for permissions settingrxu2019-07-282-0/+12
| | | | | | | | | | | | | | | | | | | | PHPBB3-15467
| * | | | Merge pull request #52 from phpbb/ticket/security/247Marc Alexander2019-08-251-0/+3
| |\ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/security/247] Disable loading of local files on client side
| | * | | | [ticket/security/247] Disable loading of local files on client sideMarc Alexander2019-08-111-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | SECURITY-247
| * | | | | Merge pull request #51 from phpbb/ticket/security/243Marc Alexander2019-08-256-4/+16
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/security/243] Limit size BBCode to int
| | * | | | | [ticket/security/243] Use bbcode.html like formattingMarc Alexander2019-07-183-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | SECURITY-243
| | * | | | | [ticket/security/243] Limit size BBCode to 4 numeric charactersMarc Alexander2019-07-173-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | SECURITY-243
| | * | | | | [ticket/security/243] Limit size values to supported valuesMarc Alexander2019-07-162-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | SECURITY-243
| * | | | | | 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
| * | | | | | Merge pull request #49 from phpbb/ticket/security/244Marc Alexander2019-08-258-22/+111
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | | | | | | | [security/244] Add form token check to plupload
| | * | | | | [ticket/security/244] Add missing form parameters to testsMarc Alexander2019-08-243-19/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | SECURITY-244
| | * | | | | [ticket/security/244] Add parse_attachment form token check to posting.phpMarc Alexander2019-08-241-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | SECURITY-244
| | * | | | | [ticket/security/244] Add form token check to pluploadMarc Alexander2019-08-244-2/+52
| |/ / / / / | | | | | | | | | | | | | | | | | | SECURTIY-244
| * | | | | Merge pull request #5661 from Crizz0/ticket/16136Marc Alexander2019-08-241-1/+1
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/16136] Reword sentence for account already linked
| | * | | | | [ticket/16136] Implement extended explainationChristian Schnegelberger2019-08-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16136
| | * | | | | [ticket/16136] Reword sentence for account already linkedChristian Schnegelberger2019-08-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16136
| * | | | | | Merge pull request #5662 from kinerity/ticket/16134Marc Alexander2019-08-241-0/+1
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | [ticket/16134] Exclude group leaders on group member purge
| | * | | | | [ticket/16134] Exclude group leaders on group member purgekinerity2019-08-221-0/+1
| |/ / / / / | | | | | | | | | | | | | | | | | | PHPBB3-16134
* | | | | | Merge pull request #5666 from mrgoldy/ticket/16084Marc Alexander2019-09-012-13/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/16084] Remove redundant backup radio button
| * | | | | | [ticket/16084] Remove redundant backup radio buttonmrgoldy2019-08-262-13/+3
|/ / / / / / | | | | | | | | | | | | | | | | | | PHPBB3-16084
* | | | | | [3.2.x] Update version numbers to 3.2.9-devMarc Alexander2019-08-173-3/+3
| | | | | |
* | | | | | Merge branch 'prep-release-3.2.8' into 3.2.xMarc Alexander2019-08-178-7/+119
|\ \ \ \ \ \ | |/ / / / /