| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-16124
|
| | |/ /
| | | |
| | | |
| | | | |
PHPBB3-16124
|
|\ \ \ \
| |/ / / |
|
| |\ \ \
| | | | |
| | | | |
| | | | | |
[ticket/16054] Restore ability to login from any template.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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
|
|\ \ \ \ \
| |/ / / / |
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/16113] Add core.mcp_topic_modify_sql_ary
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-16113
|
|\ \ \ \ \ \
| |/ / / / / |
|
| |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
[ticket/16114] mcp_topic_post_author_full_{append/prepend}
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-16114
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-16114
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-16114
|
| | |/ / / /
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-16114
|
|\ \ \ \ \ \
| |/ / / / / |
|
| |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
[ticket/15897] Fix Emojis' SQL Error in Attachment Comment
|
| | | |_|_|/
| | |/| | |
| | | | | |
| | | | | | |
PHPBB3-15897
|
|\ \ \ \ \ \
| |/ / / / / |
|
| |\ \ \ \ \
| | |/ / / /
| |/| | | |
| | | | | | |
[ticket/16111] Add core.message_history_modify_sql_ary
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-16111
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-16111
|
| | | |/ /
| | |/| |
| | | | |
| | | | | |
PHPBB3-16111
|
|\ \ \ \ \
| |/ / / / |
|
| | |_|/
| |/| |
| | | |
| | | | |
PHPBB3-16119
|
|\ \ \ \
| |/ / / |
|
| |\ \ \
| | | | |
| | | | |
| | | | | |
[ticket/16040] Forum list won't display topic icons containing a space.
|
| | |/ /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Change proSilver's viewforum_body.html template to be in line with existing
viewtopic_body.html behavior, in which the topic icon path will be surrounded
in quotes, and presence of a space in the topic icon file name will not fail.
PHPBB3-16040
|
|\ \ \ \
| |/ / / |
|
| |\ \ \
| | | | |
| | | | |
| | | | | |
[ticket/16101] Add Referrer-Policy header to phpBB's headers
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-16101
|
|\ \ \ \ \
| |/ / / / |
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/16108] Add topiclist_row_topic_by_author_before|after
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-16108
|
| | |/ / /
| | | | |
| | | | |
| | | | | |
PHPBB3-16108
|
|\ \ \ \ \
| |/ / / / |
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/16107] Add mcp_move_destination_forum_before|after
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-16107
|
| | |/ / /
| | | | |
| | | | |
| | | | | |
PHPBB3-16107
|
|\ \ \ \ \
| |/ / / / |
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/16066] Fix FORM_INVALID always returned for banned user.
|
| | | |/ /
| | |/| |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/16112] Update composer dependencies for 3.2.x
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
[ticket/16112] Update composer dependencies for 3.3.x
|
| |\ \ \ \ \ \
| | | |/ / / /
| | |/| | | | |
|
| | | |_|_|/
| | |/| | |
| | | | | |
| | | | | | |
PHPBB3-16112
|
|\ \ \ \ \ \
| |/ / / / /
|/| | / / /
| | |/ / /
| |/| | | |
|
| |\ \ \ \
| | |/ / /
| |/| | |
| | | | | |
[ticket/16097] Add core.viewtopic_gen_sort_selects_before
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-16097
|
| | | |/
| | |/|
| | | |
| | | | |
PHPBB3-16097
|
|\ \ \ \
| |/ / / |
|