Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #5688 from rxu/ticket/16156 | Marc Alexander | 2019-09-21 | 1 | -1/+1 |
|\ | | | | | | | [ticket/16156] Fix bots seeing register and logout links | ||||
| * | [ticket/16156] Fix bots seeing register and logout links | rxu | 2019-09-13 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-16156 | ||||
* | | Merge pull request #5692 from stevendegroote/ticket/16159 | Marc Alexander | 2019-09-21 | 8 | -9/+18 |
|\ \ | | | | | | | | | | [ticket/16159] Wrap post times in html time tag | ||||
| * | | [ticket/16159] Use predefined DATE_RFC3339 | stevendegroote | 2019-09-18 | 4 | -8/+8 |
| | | | | | | | | | | | | PHPBB3-16159 | ||||
| * | | Merge branch '3.2.x' into ticket/16159 | stevendegroote | 2019-09-17 | 511 | -4030/+11295 |
| |\ \ | | |/ | |||||
| * | | [ticket/16159] Wrap post times in html time tag | stevendegroote | 2019-09-17 | 8 | -9/+18 |
| | | | | | | | | | | | | PHPBB3-16159 | ||||
* | | | Merge pull request #5693 from marc1706/ticket/16160 | Marc Alexander | 2019-09-21 | 1 | -0/+127 |
|\ \ \ | | | | | | | | | | | | | [ticket/16160] Add script for generating package json file | ||||
| * | | | [ticket/16160] Add missing trailing slash | Marc Alexander | 2019-09-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | PHPBB3-16160 | ||||
| * | | | [ticket/16160] Make script compatible with PHP 5.x | Marc Alexander | 2019-09-19 | 1 | -9/+8 |
| | | | | | | | | | | | | | | | | PHPBB3-16160 | ||||
| * | | | [ticket/16160] Add script for generating package json file | Marc Alexander | 2019-09-18 | 1 | -0/+128 |
| | |/ | |/| | | | | | | | PHPBB3-16160 | ||||
* | | | Merge branch 'prep-release-3.2.8' into 3.2.x | Marc Alexander | 2019-09-20 | 26 | -44/+236 |
|\ \ \ | |/ / |/| | | |||||
| * | | [prep-release-3.2.8] Add migration for 3.2.8 | Marc Alexander | 2019-09-08 | 1 | -0/+36 |
| | | | |||||
| * | | [prep-release-3.2.8] Update version numbers for 3.2.8 release | Marc Alexander | 2019-09-08 | 4 | -5/+5 |
| | | | |||||
| * | | [prep-release-3.2.8] Update changelog for 3.2.8 | Marc Alexander | 2019-09-08 | 1 | -1/+27 |
| | | | |||||
| * | | [prep-release-3.2.8] Update CREDITS.txt | Marc Alexander | 2019-09-08 | 1 | -3/+3 |
| | | | |||||
| * | | Merge pull request #5679 from mrgoldy/ticket/16123 | Marc Alexander | 2019-09-08 | 3 | -5/+36 |
| |\ \ | | | | | | | | | | | | | [ticket/16123] Show proper banned email message | ||||
| | * | | [ticket/16123] Specify ban_id in validate email fixture | Marc Alexander | 2019-09-08 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | PHPBB3-16123 | ||||
| | * | | [ticket/16123] Purge cache to ensure up to date ban list in tests | Marc Alexander | 2019-09-07 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | PHPBB3-16123 | ||||
| | * | | [ticket/16123] Remove redundant if check | mrgoldy | 2019-09-07 | 1 | -5/+3 |
| | | | | | | | | | | | | | | | | PHPBB3-16123 | ||||
| | * | | [ticket/16123] Add tests to cover different ban reasons | Marc Alexander | 2019-09-07 | 2 | -3/+28 |
| | | | | | | | | | | | | | | | | PHPBB3-16123 | ||||
| | * | | [ticket/16123] Check with empty() | mrgoldy | 2019-09-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | PHPBB3-16123 | ||||
| | * | | [ticket/16123] Show proper banned email message | mrgoldy | 2019-09-07 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | PHPBB3-16123 | ||||
| * | | | Merge pull request #54 from phpbb/ticket/security/243 | Marc Alexander | 2019-09-02 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | | | [ticket/security/243] Remove invalid markup from bbcode.html | ||||
| | * | | | [ticket/security/243] Remove invalid markup from bbcode.html | Marc Alexander | 2019-09-02 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | SECURITY-243 | ||||
| * | | | | Merge pull request #53 from phpbb/ticket/security/243 | Marc Alexander | 2019-08-31 | 2 | -13/+1 |
| |\ \ \ \ | | |/ / / | |/| | | | | | | | | [ticket/security/243] Fail silently on unsupported values for font size | ||||
| | * | | | [ticket/security/243] Fail silently on unsupported values for font size | Marc Alexander | 2019-08-31 | 2 | -13/+1 |
| |/ / / | | | | | | | | | | | | | SECURITY-243 | ||||
| * | | | Merge pull request #5070 from rxu/ticket/15467 | Marc Alexander | 2019-08-31 | 2 | -0/+6 |
| |\ \ \ | | | | | | | | | | | | | | | | [ticket/15467] Fix JS for permissions setting | ||||
| | * | | | [ticket/15467] Fix JS for permissions setting | Nekstati | 2019-07-28 | 1 | -9/+3 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-15467 | ||||
| | * | | | [ticket/15467] Fix JS for permissions setting | rxu | 2019-07-28 | 2 | -0/+12 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-15467 | ||||
| * | | | | Merge pull request #52 from phpbb/ticket/security/247 | Marc Alexander | 2019-08-25 | 1 | -0/+3 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | [ticket/security/247] Disable loading of local files on client side | ||||
| | * | | | | [ticket/security/247] Disable loading of local files on client side | Marc Alexander | 2019-08-11 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | SECURITY-247 | ||||
| * | | | | | Merge pull request #51 from phpbb/ticket/security/243 | Marc Alexander | 2019-08-25 | 6 | -4/+16 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | [ticket/security/243] Limit size BBCode to int | ||||
| | * | | | | | [ticket/security/243] Use bbcode.html like formatting | Marc Alexander | 2019-07-18 | 3 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | SECURITY-243 | ||||
| | * | | | | | [ticket/security/243] Limit size BBCode to 4 numeric characters | Marc Alexander | 2019-07-17 | 3 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | SECURITY-243 | ||||
| | * | | | | | [ticket/security/243] Limit size values to supported values | Marc Alexander | 2019-07-16 | 2 | -0/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | SECURITY-243 | ||||
| * | | | | | | Merge pull request #50 from phpbb/ticket/security/246 | Marc Alexander | 2019-08-25 | 1 | -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 set | Marc Alexander | 2019-07-14 | 1 | -6/+6 |
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | SECURITY-246 | ||||
| * | | | | | | Merge pull request #49 from phpbb/ticket/security/244 | Marc Alexander | 2019-08-25 | 8 | -22/+111 |
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | | | | | | | | [security/244] Add form token check to plupload | ||||
| | * | | | | | [ticket/security/244] Add missing form parameters to tests | Marc Alexander | 2019-08-24 | 3 | -19/+55 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | SECURITY-244 | ||||
| | * | | | | | [ticket/security/244] Add parse_attachment form token check to posting.php | Marc Alexander | 2019-08-24 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | SECURITY-244 | ||||
| | * | | | | | [ticket/security/244] Add form token check to plupload | Marc Alexander | 2019-08-24 | 4 | -2/+52 |
| |/ / / / / | | | | | | | | | | | | | | | | | | | SECURTIY-244 | ||||
| * | | | | | Merge pull request #5661 from Crizz0/ticket/16136 | Marc Alexander | 2019-08-24 | 1 | -1/+1 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | [ticket/16136] Reword sentence for account already linked | ||||
| | * | | | | | [ticket/16136] Implement extended explaination | Christian Schnegelberger | 2019-08-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16136 | ||||
| | * | | | | | [ticket/16136] Reword sentence for account already linked | Christian Schnegelberger | 2019-08-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16136 | ||||
| * | | | | | | Merge pull request #5662 from kinerity/ticket/16134 | Marc Alexander | 2019-08-24 | 1 | -0/+1 |
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | | [ticket/16134] Exclude group leaders on group member purge | ||||
| | * | | | | | [ticket/16134] Exclude group leaders on group member purge | kinerity | 2019-08-22 | 1 | -0/+1 |
| |/ / / / / | | | | | | | | | | | | | | | | | | | PHPBB3-16134 | ||||
* | | | | | | Merge pull request #5666 from mrgoldy/ticket/16084 | Marc Alexander | 2019-09-01 | 2 | -13/+3 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | [ticket/16084] Remove redundant backup radio button | ||||
| * | | | | | | [ticket/16084] Remove redundant backup radio button | mrgoldy | 2019-08-26 | 2 | -13/+3 |
|/ / / / / / | | | | | | | | | | | | | | | | | | | PHPBB3-16084 | ||||
* | | | | | | [3.2.x] Update version numbers to 3.2.9-dev | Marc Alexander | 2019-08-17 | 3 | -3/+3 |
| | | | | | | |||||
* | | | | | | Merge branch 'prep-release-3.2.8' into 3.2.x | Marc Alexander | 2019-08-17 | 8 | -7/+119 |
|\ \ \ \ \ \ | |/ / / / / |