| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
The mimetype guesser will be used to get the mimetype of uploaded files.
Until now, this was only used for files uploaded with plupload. If a file
doesn't have a mimetype supplied, we will now try to get the correct mimetype.
PHPBB3-11148
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| | |
[ticket/11226] filespec::move_file() should error correctly
* Nicofuma/ticket/11226:
[ticket/11226] Explicity set file_moved to false
[ticket/11226] Add tests
[ticket/11226] Use $user->lang()
[ticket/11226] filespec::move_file() should error correctly
|
| |
| |
| |
| | |
PHPBB3-11226
|
| |
| |
| |
| | |
PHPBB3-11226
|
|/
|
|
| |
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
|
|
|
|
| |
PHPBB3-11698
|
|
|
|
|
|
|
|
|
| |
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-10939
|
|
|
|
| |
PHPBB3-10941
|
|
|
|
| |
PHPBB3-10941
|
|
|
|
| |
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
|