| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
PHPBB3-13782
|
|\ |
|
| |
| |
| |
| | |
PHPBB3-13809
|
| |
| |
| |
| | |
PHPBB3-13762
|
| |
| |
| |
| | |
PHPBB3-13793
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| |
| | |
* 3.1.x:
[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
|
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* 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
|
| | |\
| | | |
| | | |
| | | |
| | | | |
Conflicts:
tests/security/redirect_test.php
|
| | | |
| | | |
| | | |
| | | | |
SECURITY-180
|
| | | |
| | | |
| | | |
| | | | |
SECURITY-180
|
| | |\ \
| | | |/
| | | |
| | | |
| | | | |
Conflicts:
tests/security/redirect_test.php
|
| | | |
| | | |
| | | |
| | | | |
SECURITY-180
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
[ticket/8672] Add class for retrieving imagesize without download
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-8672
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-8672
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-8672
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
getimagesize() always downloads the complete file before checking
the actual image dimensions. This class will be able to do the same
without having to download possibly large files.
PHPBB3-8672
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
[ticket/12745] Allow Unicode characters from the SMP to be used in text
* s9e/ticket/12745:
[ticket/12745] Added HTML entity test
[ticket/12745] Added support for Unicode characters outside BMP
[ticket/12745] Updated s9e\TextFormatter
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
https://github.com/phpbb/phpbb/pull/3548#issuecomment-96219167
PHPBB3-12745
|
| |/ / / /
| | | | |
| | | | |
| | | | | |
PHPBB3-12745
|
|\ \ \ \ \
| |/ / / /
|/| / / /
| |/ / / |
|
| |\ \ \
| | | | |
| | | | |
| | | | | |
[ticket/13755] Ignore dots in path when determining file extension.
|
| | |/ /
| | | |
| | | |
| | | | |
PHPBB3-13755
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
[ticket/13654] Moving reporting into controller
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Moving report.php's content into different services and controllers to
better comply with the MVC model.
Also implementing:
* Replacement for reasons_display()
* Adding assign_meta_refresh_var() to \controller\helper
* Adding separate routes for easy configuration
* Updating unit tests to expect to correct results
* Add BC tests
PHPBB3-13654
|
|\ \ \ \ \
| |/ / / /
|/| | | |
| | | | | |
[ticket/13697] Moving filesystem related functions to filesystem service
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* Moving filesystem service to \phpbb\filesystem namespace
* Wraping Symfony's Filesystem component
* Moving filesystem related functions from includes/functions.php
into \phpbb\filesystem\filesystem
Functions moved (and deprecated):
- phpbb_chmod
- phpbb_is_writable
- phpbb_is_absolute
- phpbb_own_realpath
- phpbb_realpath
* Adding interface for filesystem service
PHPBB3-13697
|
|\ \ \ \ \
| | |/ / /
| |/| | | |
|
| | |/ /
| |/| |
| | | |
| | | | |
PHPBB3-13756
|
|\ \ \ \
| |/ / / |
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-13749
|
|\ \ \ \
| |/ / / |
|
| |\ \ \
| | | | |
| | | | |
| | | | | |
[ticket/13493] Append page name to base url if it doesn't contain it
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-13493
|
|\ \ \ \ \
| |/ / / / |
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-13747
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-13522
|
|\ \ \ \ \
| |/ / / /
| | | | |
| | | | |
| | | | | |
Conflicts:
phpBB/phpbb/captcha/plugins/qa.php
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/13522] Remove empty answers from possible answers in Q&A
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-13522
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-13522
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-13522
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-13522
|
|\ \ \ \ \ \
| |/ / / / / |
|
| |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
[ticket/13469] Fall back to soft_delete if no permissions for delete
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-13469
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-13469
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
The name of the variable that holds the service instance is now consistent
across events.
PHPBB3-11768
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-11768
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Updated docblocks.
Removed remove_formatting() because it overlaps with clean_formatting()
PHPBB3-11768
|