| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| | |
[ticket/13648] Allow extensions using custom bbcode validation methods
|
| |
| |
| |
| | |
PHPBB3-13648
|
| |
| |
| |
| | |
PHPBB3-13868
|
| |
| |
| |
| | |
PHPBB3-13838
|
|\ \
| | |
| | |
| | | |
[ticket/13750] Add core event to allow modifying navlinks text
|
| |/
| |
| |
| |
| |
| |
| |
| | |
Add generate_forum_nav() core event in includes/functions_display.php
to allow modifying navlinks text. Use case example: extension(s) implementing
multilanguage boards including translated forum names and so on.
PHPBB3-13750
|
|\ \
| | |
| | |
| | | |
[ticket/13664] Add event to allow changing number of unapproved posts in mcp_front
|
| | |
| | |
| | |
| | | |
PHPBB3-13664
|
| | |
| | |
| | |
| | | |
PHPBB3-13664
|
| | |
| | |
| | |
| | | |
PHPBB3-13664
|
| | |
| | |
| | |
| | | |
PHPBB3-13664
|
|\ \ \
| | | |
| | | |
| | | | |
[ticket/13660] Allow changing the query for total reports in mcp_front
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-13660
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-13660
|
| |/ /
| | |
| | |
| | | |
PHPBB3-13660
|
|\ \ \
| | | |
| | | |
| | | | |
Ticket/13807 Allow building changesets for the event list
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-13807
|
|/ / /
| | |
| | |
| | | |
PHPBB3-13819
|
|\ \ \
| |_|/
|/| |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* prep-release-3.1.4:
[ticket/security-180] Use language variable for redirect error in 3.1+
[ticket/security-180] Merge if statement with previous one in 3.1.x
[ticket/security-180] Add tests for redirecting to main URL
[ticket/security-180] Always fail when redirecting to an insecure URL
[ticket/security-180] Make sure that redirect goes to full URL plus slash
[ticket/security-180] Check if redirect URL contains board URL
|
| | |
| | |
| | |
| | | |
SECURITY-180
|
| |\ \
| | | |
| | | |
| | | |
| | | | |
Conflicts:
tests/security/redirect_test.php
|
| | | |
| | | |
| | | |
| | | | |
SECURITY-180
|
| | | |
| | | |
| | | |
| | | | |
SECURITY-180
|
| |\ \ \
| | |/ /
| | | |
| | | |
| | | | |
Conflicts:
tests/security/redirect_test.php
|
| | | |
| | | |
| | | |
| | | | |
SECURITY-180
|
| | | |
| | | |
| | | |
| | | | |
SECURITY-180
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The code was added as a workaround for bugs in very old versions of IIS,
dating back to 2002: see commit 849d76697444f4e3523845f8c96569ccde57d868.
Newer IIS versions handle the 'Location' header just fine, so we can avoid
the unnecessary HTML page for redirects. Given that it seems to work fine
since IIS 6.0 (on WinServer 2003), I don't think it's worth adding a special
check for earlier versions as they are no longer supported by MS as well.
PHPBB3-12101
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
[ticket/13755] Ignore dots in path when determining file extension.
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-13755
|
|\ \ \ \ \
| |/ / / /
|/| / / /
| |/ / /
| | | |
| | | |
| | | | |
[ticket/13765] Verify SERVER_PROTOCOL has the expected format before using it.
* bantu/ticket/13765-3.1.4:
[ticket/13765] Verify SERVER_PROTOCOL has the expected format before using it.
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* ticket/13765:
[ticket/13765] Verify SERVER_PROTOCOL has the expected format before using it.
Conflicts:
phpBB/includes/functions.php
phpBB/includes/startup.php
|
| | |/ /
| | | |
| | | |
| | | | |
PHPBB3-13765
|
| | |\ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
[ticket/13568] Validate imagick path as readable absolute path
closes #3359
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-13617
|
|/ / / / |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
[ticket/11424] Quick-Mod Tools race condition results in NO_MODE
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11424
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11424
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
message_parser.php performs include of bbcode.php at the very start using
$phpbb_root_path and $phpEx vars, so there's a possibility those can be
undefined at that point, especially when message_parser.php is being included
in event listener or another extension file where $phpbb_root_path and $phpEx
don't exist. This can be fixed by adding the appropriate vars definitions.
PHPBB3-13743
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
[ticket/13568] Validate imagick path as readable absolute path
closes #3376
|
| |\ \ \ \ \
| | | |_|/ /
| | |/| | |
| | | | | |
| | | | | |
| | | | | | |
Conflicts:
phpBB/adm/index.php
phpBB/includes/acp/acp_attachments.php
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-13568
|
| | | |/ /
| | |/| |
| | | | |
| | | | | |
PHPBB3-13568
|
| | |\ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* prep-release-3.0.13:
[ticket/13549] Do not exit when ORIG_PATH_INFO just contains SCRIPT_NAME.
|
| | | |\ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
[ticket/13549] Do not exit when ORIG_PATH_INFO just contains SCRIPT_NAME...
* bantu/ticket/13549:
[ticket/13549] Do not exit when ORIG_PATH_INFO just contains SCRIPT_NAME.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
The ORIG_PATH_INFO on IIS also contains the script name. Only use that
for killing the script after removing the script name from ORIG_PATH_INFO.
PHPBB3-13549
|
| | |\ \ \ \ \
| | | |/ / / /
| | | | | | |
| | | | | | |
| | | | | | | |
* prep-release-3.0.13:
[ticket/12933] Handle case when * is last character of word
|
| | | |/ / /
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-12933
|
| | | | | | |
|