| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | ||||
| | * | [ticket/15886] Change phpbb_get_group_avatar variable names | mrgoldy | 2018-12-30 | 1 | -2/+2 |
| | | | | | | | | | PHPBB3-15886 | ||||
| * | | Merge pull request #5575 from rubencm/ticket/14459 | Marc Alexander | 2019-07-28 | 1 | -14/+10 |
| |\ \ | | | | | | | | | | [ticket/14459] Check language input for group and fix template logic | ||||
| | * | | [ticket/14459] Use language property | rubencm | 2019-07-27 | 1 | -4/+4 |
| | | | | | | | | | | | | | PHPBB3-14459 | ||||
| | * | | [ticket/14459] Rename variable | rubencm | 2019-07-27 | 1 | -3/+3 |
| | | | | | | | | | | | | | PHPBB3-14459 | ||||
| | * | | [ticket/14459] Fix | rubencm | 2019-06-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | PHPBB3-14459 | ||||
| | * | | [ticket/14459] Uppercase string to try to match language keys | rubencm | 2019-06-25 | 1 | -2/+2 |
| | | | | | | | | | | | | | PHPBB3-14459 | ||||
| | * | | [ticket/14459] Uppercase string to try to match language keys | rubencm | 2019-06-25 | 1 | -4/+4 |
| | | | | | | | | | | | | | PHPBB3-14459 | ||||
| | * | | [ticket/14459] Remove unused variables | rubencm | 2019-06-25 | 1 | -4/+0 |
| | | | | | | | | | | | | | PHPBB3-14459 | ||||
| | * | | [ticket/14459] Fix template logic | rubencm | 2019-06-21 | 1 | -5/+2 |
| | | | | | | | | | | | | | PHPBB3-14459 | ||||
| | * | | [ticket/14459] Fix rebase | rubencm | 2019-06-20 | 1 | -1/+0 |
| | | | | | | | | | | | | | PHPBB3-14459 | ||||
| | * | | [ticket/14459] Check language input for group | rubencm | 2019-06-20 | 1 | -1/+5 |
| | | | | | | | | | | | | | PHPBB3-14459 | ||||
| * | | | Merge pull request #5601 from senky/ticket/16013 | Marc Alexander | 2019-07-27 | 2 | -7/+10 |
| |\ \ \ | | | | | | | | | | | | | [ticket/16013] Allow admins to use disallowed username | ||||
| | * | | | [ticket/16013] Allow admins to use disallowed username | Jakub Senko | 2019-05-24 | 2 | -7/+10 |
| | | | | | | | | | | | | | | | | | PHPBB3-16013 | ||||
| * | | | | Merge pull request #5631 from kasimi/ticket/16106 | Marc Alexander | 2019-07-27 | 1 | -0/+16 |
| |\ \ \ \ | | | | | | | | | | | | | | | | [ticket/16106] Add core.mcp_main_before | ||||
| | * | | | | [ticket/16106] Add core.mcp_main_before | kasimi | 2019-07-23 | 1 | -0/+16 |
| | | |/ / | |/| | | | | | | | | | | PHPBB3-16106 | ||||
| * | | | | Merge pull request #5630 from 3D-I/ticket/16103 | Marc Alexander | 2019-07-27 | 1 | -0/+10 |
| |\ \ \ \ | | | | | | | | | | | | | | | | [ticket/16103] Add core.pm_modify_message_subject | ||||
| | * | | | | [ticket/16103] Add core.pm_modify_message_subject | 3D-I | 2019-07-20 | 1 | -0/+10 |
| | |/ / / | | | | | | | | | | | | | PHPBB3-16103 | ||||
| * | | | | Merge pull request #5610 from espipj/ticket/16070 | Marc Alexander | 2019-07-23 | 1 | -21/+0 |
| |\ \ \ \ | | | | | | | | | | | | | | | | [ticket/16070] Remove support for WebSTAR and Xitami | ||||
| | * | | | | [ticket/16070] Remove unused code | espipj | 2019-05-27 | 1 | -21/+0 |
| | | |/ / | |/| | | | | | | | | | | PHPBB3-16070 | ||||
| * | | | | Merge pull request #5624 from senky/ticket/16089 | Marc Alexander | 2019-07-23 | 1 | -4/+24 |
| |\ \ \ \ | | | | | | | | | | | | | | | | [ticket/16089] Add core.confirm_box_ajax_before | ||||
| | * | | | | [ticket/16089] Add core.confirm_box_ajax_before | Jakub Senko | 2019-07-22 | 1 | -4/+24 |
| | | |/ / | |/| | | | | | | | | | | PHPBB3-16089 | ||||
| * | | | | Merge pull request #5606 from senky/ticket/15976 | Marc Alexander | 2019-07-22 | 1 | -1/+2 |
| |\ \ \ \ | | | | | | | | | | | | | | | | [ticket/15976] Reset user_passchg only if user changed password | ||||
| | * | | | | [ticket/15976] Reset user_passchg only if user changed password | Jakub Senko | 2019-05-27 | 1 | -1/+2 |
| | | |/ / | |/| | | | | | | | | | | PHPBB3-15976 | ||||
| * | | | | Merge pull request #5572 from dark-1/ticket/16023 | Marc Alexander | 2019-07-22 | 1 | -3/+20 |
| |\ \ \ \ | | | | | | | | | | | | | | | | [ticket/16023] Add core.message_history_modify_template_vars | ||||
| | * | | | | [ticket/16023] Add core.message_history_modify_template_vars | Dark❶ | 2019-05-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-16023 | ||||
| | * | | | | [ticket/16023] Add core.message_history_modify_template_vars | Dark❶ | 2019-04-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-16023 | ||||
| | * | | | | [ticket/16023] Add core.message_history_modify_template_vars | Dark❶ | 2019-04-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-16023 | ||||
| | * | | | | [ticket/16023] Add core.message_history_modify_template_vars | Dark❶ | 2019-04-20 | 1 | -2/+19 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-16023 | ||||
| * | | | | | Merge pull request #5562 from senky/ticket/15961 | Marc Alexander | 2019-07-21 | 1 | -1/+11 |
| |\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | [ticket/15961] Use newer TLS in SMTP | ||||
| | * | | | | [ticket/15961] Use newer TLS in SMTP | Jakub Senko | 2019-04-08 | 1 | -1/+11 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-15961 | ||||
| * | | | | | Merge pull request #5620 from senky/ticket/16075 | Marc Alexander | 2019-06-17 | 1 | -1/+1 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | [ticket/16075] Fix warning in PM filter | ||||
| | * | | | | | [ticket/16075] Fix warning in PM filter | Jakub Senko | 2019-06-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16075 | ||||
| * | | | | | | Merge pull request #5622 from 3D-I/ticket/15211 | Marc Alexander | 2019-06-17 | 1 | -0/+7 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | [ticket/15211] Fix Emoji characters in forum name | ||||
| | * | | | | | | [ticket/15211] Fix Emoji characters in forum name | 3D-I | 2019-06-11 | 1 | -0/+7 |
| | |/ / / / / | | | | | | | | | | | | | | | | | | | PHPBB3-15211 | ||||
| * | | | | | | Merge pull request #5604 from senky/ticket/15984 | Marc Alexander | 2019-06-17 | 1 | -2/+2 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | [ticket/15984] Use private cache-control | ||||
| | * | | | | | | [ticket/15984] Use private cache-control | Jakub Senko | 2019-05-27 | 1 | -2/+2 |
| | | |_|_|/ / | |/| | | | | | | | | | | | | | | | | PHPBB3-15984 | ||||
| * | | | | | | Merge pull request #5602 from senky/ticket/16003 | Marc Alexander | 2019-06-17 | 1 | -0/+1 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | [ticket/16003] Fix num_posts sync | ||||
| | * | | | | | | [ticket/16003] Fix num_posts sync | Jakub Senko | 2019-05-24 | 1 | -0/+1 |
| | |/ / / / / | | | | | | | | | | | | | | | | | | | PHPBB3-16003 | ||||
| * | | | | | | Merge pull request #5599 from mrgoldy/ticket/16068 | Marc Alexander | 2019-06-17 | 1 | -4/+3 |
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | [ticket/16068] Adjust DocBlock @param's | ||||
| | * | | | | | [ticket/16068] Adjust DocBlock @param's | mrgoldy | 2019-05-24 | 1 | -4/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16068 | ||||
| * | | | | | | Merge pull request #5573 from dark-1/ticket/16024 | Marc Alexander | 2019-06-06 | 1 | -0/+24 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | [ticket/16024] Add core.topic_review_modify_sql_ary | ||||
| | * | | | | | | [ticket/16024] Add core.topic_review_modify_sql_ary | Dark❶ | 2019-05-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16024 | ||||
| | * | | | | | | [ticket/16024] Add core.topic_review_modify_sql_ary | Dark❶ | 2019-04-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16024 | ||||
| | * | | | | | | [ticket/16024] Add core.topic_review_modify_sql_ary | Dark❶ | 2019-04-20 | 1 | -0/+24 |
| | | |_|_|/ / | |/| | | | | | | | | | | | | | | | | PHPBB3-16024 | ||||
| * | | | | | | Merge pull request #5615 from 3D-I/ticket/16073 | Marc Alexander | 2019-06-05 | 1 | -7/+9 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | [ticket/16073] Fix warning in ACP version check | ||||
