Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #5692 from stevendegroote/ticket/16159 | Marc Alexander | 2019-09-21 | 1 | -1/+3 |
|\ | | | | | | | [ticket/16159] Wrap post times in html time tag | ||||
| * | [ticket/16159] Use predefined DATE_RFC3339 | stevendegroote | 2019-09-18 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-16159 | ||||
| * | Merge branch '3.2.x' into ticket/16159 | stevendegroote | 2019-09-17 | 83 | -1405/+2593 |
| |\ | |||||
| * | | [ticket/16159] Wrap post times in html time tag | stevendegroote | 2019-09-17 | 1 | -1/+3 |
| | | | | | | | | | | | | PHPBB3-16159 | ||||
* | | | Merge branch 'prep-release-3.2.8' into 3.2.x | Marc Alexander | 2019-09-20 | 5 | -10/+44 |
|\ \ \ | |_|/ |/| | | |||||
| * | | [prep-release-3.2.8] Update version numbers for 3.2.8 release | Marc Alexander | 2019-09-08 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #5679 from mrgoldy/ticket/16123 | Marc Alexander | 2019-09-08 | 1 | -2/+3 |
| |\ \ | | | | | | | | | | | | | [ticket/16123] Show proper banned email message | ||||
| | * | | [ticket/16123] Remove redundant if check | mrgoldy | 2019-09-07 | 1 | -5/+3 |
| | | | | | | | | | | | | | | | | 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 #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 | ||||
| * | | | | [ticket/security/244] Add form token check to plupload | Marc Alexander | 2019-08-24 | 2 | -2/+34 |
| | |/ / | |/| | | | | | | | | | | SECURTIY-244 | ||||
| * | | | [ticket/16134] Exclude group leaders on group member purge | kinerity | 2019-08-22 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | PHPBB3-16134 | ||||
* | | | | [ticket/16084] Remove redundant backup radio button | mrgoldy | 2019-08-26 | 1 | -7/+3 |
| | | | | | | | | | | | | | | | | PHPBB3-16084 | ||||
* | | | | [3.2.x] Update version numbers to 3.2.9-dev | Marc Alexander | 2019-08-17 | 1 | -1/+1 |
|/ / / | |||||
* | | | [prep-release-3.2.8] Update version numbers to 3.2.8-RC1 | Marc Alexander | 2019-08-17 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #5656 from 3D-I/ticket/16019 | Marc Alexander | 2019-08-17 | 1 | -5/+21 |
|\ \ \ | | | | | | | | | | | | | [ticket/16019] Deny prosilver's uninstallation | ||||
| * | | | [ticket/16019] Code's enhancement | 3D-I | 2019-08-13 | 1 | -5/+2 |
| | | | | | | | | | | | | | | | | PHPBB3-16019 | ||||
| * | | | [ticket/16019] Get rid of the uninstall link | 3D-I | 2019-08-13 | 1 | -5/+8 |
| | | | | | | | | | | | | | | | | PHPBB3-16019 | ||||
| * | | | [ticket/16019] Amend code for the better | 3D-I | 2019-08-13 | 1 | -3/+6 |
| | | | | | | | | | | | | | | | | PHPBB3-16019 | ||||
| * | | | [ticket/16019] Move code to before of confirm box is submitted | 3D-I | 2019-08-13 | 1 | -12/+13 |
| | | | | | | | | | | | | | | | | PHPBB3-16019 | ||||
| * | | | [ticket/16019] Deny prosilver's uninstallation | 3D-I | 2019-08-13 | 1 | -0/+12 |
| | | | | | | | | | | | | | | | | PHPBB3-16019 | ||||
* | | | | Merge pull request #5654 from 3D-I/ticket/16080 | Marc Alexander | 2019-08-15 | 1 | -0/+7 |
|\ \ \ \ | | | | | | | | | | | | | | | | [ticket/16080] ACP - Provide meaningful error msg for deleted installed style | ||||
| * | | | | [ticket/16080] Remove sprintf() | 3D-I | 2019-08-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-16080 | ||||
| * | | | | [ticket/16080] Use placeholder | 3D-I | 2019-08-12 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-16080 | ||||
| * | | | | [ticket/16080] Provide a meaningful error message for deleted installed style | 3D-I | 2019-08-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-16080 | ||||
| * | | | | [ticket/16080] Change location as it should have been. | 3D-I | 2019-08-12 | 2 | -5/+6 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-16080 | ||||
| * | | | | [ticket/16080] Provide a back-trace for deleted installed style | 3D-I | 2019-08-11 | 1 | -0/+5 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | That's a very edge case, I am using the same approach done in user.php PHPBB3-16080 | ||||
* | | | | Merge pull request #5650 from 3D-I/ticket/16127 | Marc Alexander | 2019-08-12 | 1 | -0/+1 |
|\ \ \ \ | |/ / / |/| | | | | | | | [ticket/16127] Add UI for email $max_chunk_size | ||||
| * | | | [ticket/16127] Amend input validation PHP side | 3D-I | 2019-08-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | PHPBB3-16127 | ||||
| * | | | [ticket/16127] Minimum 1 and rephrasing. | 3D-I | 2019-08-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | PHPBB3-16127 | ||||
| * | | | [ticket/16127] Add UI for email $max_chunk_size | 3D-I | 2019-08-07 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | PHPBB3-16127 | ||||
* | | | | Merge pull request #5637 from EA117/ticket/16054 | Marc Alexander | 2019-08-11 | 1 | -6/+4 |
|\ \ \ \ | | | | | | | | | | | | | | | | [ticket/16054] Restore ability to login from any template. | ||||
| * | | | | [ticket/16054] Restore ability to login from any template. | EA117 | 2019-07-28 | 1 | -6/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Moving the login form's add_form_key() work into page_header(), so that the template variables required for presenting a login form are again available to any template that chooses to consume them. PHPBB3-16054 | ||||
* | | | | | Merge pull request #5643 from dark-1/ticket/16113 | Marc Alexander | 2019-08-11 | 1 | -5/+27 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | [ticket/16113] Add core.mcp_topic_modify_sql_ary | ||||
| * | | | | | [ticket/16113] Add core.mcp_topic_modify_sql_ary | Dark❶ | 2019-07-29 | 1 | -5/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16113 | ||||
* | | | | | | Merge pull request #5651 from 3D-I/ticket/15897 | Marc Alexander | 2019-08-11 | 1 | -0/+5 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | [ticket/15897] Fix Emojis' SQL Error in Attachment Comment | ||||
| * | | | | | | [ticket/15897] Fix Emojis' SQL Error in Attachment Comment | 3D-I | 2019-08-10 | 1 | -0/+5 |
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | PHPBB3-15897 | ||||
* | | | | | | Merge pull request #5634 from dark-1/ticket/16111 | Marc Alexander | 2019-08-11 | 1 | -6/+28 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | [ticket/16111] Add core.message_history_modify_sql_ary | ||||
| * | | | | | [ticket/16111] Add core.message_history_modify_sql_ary | Dark❶ | 2019-07-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16111 | ||||
| * | | | | | [ticket/16111] Add core.message_history_modify_sql_ary | Dark❶ | 2019-07-28 | 1 | -13/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16111 | ||||
| * | | | | | [ticket/16111] Add core.message_history_modify_sql_ary | Dark❶ | 2019-07-28 | 1 | -6/+33 |
| | |/ / / | |/| | | | | | | | | | | | | | PHPBB3-16111 | ||||
* | | | | | Merge pull request #5628 from marc1706/ticket/16101 | Derky | 2019-07-30 | 2 | -2/+4 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | [ticket/16101] Add Referrer-Policy header to phpBB's headers | ||||
| * | | | | | [ticket/16101] Add Referrer-Policy header to phpBB's headers | Marc Alexander | 2019-07-20 | 2 | -2/+4 |
| | |_|/ / | |/| | | | | | | | | | | | | | PHPBB3-16101 | ||||
* | | | | | Merge pull request #5635 from EA117/ticket/16066 | Marc Alexander | 2019-07-29 | 1 | -1/+1 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | [ticket/16066] Fix FORM_INVALID always returned for banned user. | ||||
| * | | | | [ticket/16066] Fix FORM_INVALID always returned for banned user. | EA117 | 2019-07-28 | 1 | -1/+1 |
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After the introduction of add_form_key() and check_form_key() calls to login_box() in phpBB 3.2.6 and later, if a banned user attempts to login, they receive a "The submitted form was invalid. Try submitting again." Instead of the message indicating that they are banned, and why. This is happening because check_ban() actually calls into login_box() recursively, but after the $user->session_id has been switched to a new session ID for the logging-on user. Therefore, now that check_form_key() has been introduced to login_box(), it is impossible for check_form_key() to succeed during this recursive call. Fix is to make login_box()'s use of check_form_key() conditional on whether IN_CHECK_BAN is defined, so that the recursive call does not attempt to re-validate the form_key again. Note the form_key has already been successfully verified by the original call into login_box(), prior to calling into check_ban() and attempting to recursively call login_box(). So the protection of why check_form_key() was added is still intact with this change. PHPBB3-16066 | ||||
* | | | | Merge pull request #5459 from mrgoldy/ticket/15886 | Marc Alexander | 2019-07-28 | 2 | -2/+5 |
|\ \ \ \ | |/ / / |/| | | | | | | | [ticket/15886] Group helper functions | ||||
| * | | | [ticket/15886] Appropriate HTML docs | mrgoldy | 2019-03-10 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | PHPBB3-15886 | ||||
| * | | | [ticket/15886] Add @html doc for group/user strings | mrgoldy | 2019-03-09 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | PHPBB3-15886 |