| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [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 #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 | ||||
| | * | | [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 | ||||
