| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | |/ / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
That's a very edge case, I am using the same approach done in user.php
PHPBB3-16080
|
|\ \ \ \ \ \
| |/ / / / / |
|
| |\ \ \ \ \
| | |/ / / /
| |/| | | |
| | | | | | |
[ticket/16127] Add UI for email $max_chunk_size
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-16127
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-16127
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-16127
|
|\ \ \ \ \ \
| |/ / / / / |
|
| |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
[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/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
|
|\ \ \ \ \ \
| |/ / / / / |
|
| |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
[ticket/16101] Add Referrer-Policy header to phpBB's headers
|
| | | |_|/ /
| | |/| | |
| | | | | |
| | | | | | |
PHPBB3-16101
|
|\ \ \ \ \ \
| |/ / / / / |
|
| |\ \ \ \ \
| | |_|_|/ /
| |/| | | |
| | | | | | |
[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/15886] Group helper functions
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-15886
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-15886
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-15886
|
|\ \ \ \ \
| |/ / / / |
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/14459] Check language input for group and fix template logic
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-14459
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-14459
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-14459
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-14459
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-14459
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-14459
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-14459
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-14459
|
| | | |/ /
| | |/| |
| | | | |
| | | | | |
PHPBB3-14459
|
|\ \ \ \ \
| |/ / / / |
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/16013] Allow admins to use disallowed username
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-16013
|
|\ \ \ \ \ \
| |/ / / / / |
|
| |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
[ticket/16106] Add core.mcp_main_before
|
| | | |/ / /
| | |/| | |
| | | | | |
| | | | | | |
PHPBB3-16106
|
|\ \ \ \ \ \
| |/ / / / / |
|
| |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
[ticket/16103] Add core.pm_modify_message_subject
|