| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
PHPBB3-12594
|
|
|
|
|
|
|
|
| |
Upload filenames are already processed via htmlspecialchars in the
type_cast_helper of the new request class. There is no need to run it through
htmlspecialchars() again in the filespec class.
PHPBB3-12211
|
|
|
|
|
|
|
| |
These tests will make sure that fileuploads now work as expected regarding
the check for disallowed content.
PHPBB3-10851
|
|
|
|
|
|
|
|
|
| |
fileupload::image_types() and filespec::get_extension() are called
statically while submitting the form for the remote avatar. Make them
static as described in the ticket in order to prevent a PHP notice.
Also change the tests to use the static functions.
PHPBB3-10763
|
|
|
|
| |
PHPBB3-10941
|
|
|
|
| |
PHPBB3-10941
|
|
|
|
| |
PHPBB3-10941
|
|
|
|
|
|
|
| |
Also marked a test as incomplete even though this appears to be
ignored when actually running the tests.
PHPBB3-10941
|
|
Also removed common.php as it was unnecessary.
PHPBB3-10941
|