Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2016-12-18 | 1 | -1/+1 |
|\ | |||||
| * | [ticket/14770] Decreases quality to 85, changes test to 85, too | Crizzo | 2016-12-18 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-14770 | ||||
| * | [ticket/14770] Reduce plupload resize quality | Crizzo | 2016-12-18 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-14770 | ||||
* | | Merge branch '3.1.x' | Tristan Darricau | 2015-10-14 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | * 3.1.x: [ticket/13835] Normalize filename for attachments uploaded in chunks. | ||||
| * | [ticket/13835] Normalize filename for attachments uploaded in chunks. | Cesar G | 2015-10-13 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-13835 | ||||
* | | [ticket/13904] Modify files for changes in ini wrapper | Marc Alexander | 2015-09-09 | 1 | -6/+6 |
| | | | | | | | | PHPBB3-13904 | ||||
* | | [ticket/13904] Load upload class using factory | Marc Alexander | 2015-09-09 | 1 | -1/+1 |
|/ | | | | PHPBB3-13904 | ||||
* | [ticket/13756] Fix resize after upload with plupload | Oliver Schramm | 2015-04-11 | 1 | -2/+2 |
| | | | | PHPBB3-13756 | ||||
* | [ticket/13550] Check that the Plupload temp directory is writable before moving | Cesar G | 2015-03-15 | 1 | -1/+1 |
| | | | | | | | This prevents a PHP warning from being issued that results in an invalid JSON response being returned to the user. PHPBB3-13550 | ||||
* | [ticket/12560] Add methods to set upload and temp paths in plupload | Marc Alexander | 2014-07-20 | 1 | -2/+29 |
| | | | | | | The paths will be reset to the default paths after an upload is complete. PHPBB3-12560 | ||||
* | [ticket/12715] Cleanup comments in \phpbb\plupload\* | Tristan Darricau | 2014-06-15 | 1 | -2/+0 |
| | | | | PHPBB3-12715 | ||||
* | [ticket/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 1 | -5/+7 |
| | | | | PHPBB3-12594 | ||||
* | [ticket/12356] Assign vars preventing Plupload from loading in PM editor. | Cesar G | 2014-04-09 | 1 | -1/+5 |
| | | | | PHPBB3-12356 | ||||
* | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/11912 | Marc Alexander | 2013-11-23 | 1 | -8/+0 |
|\ | | | | | | | | | Conflicts: phpBB/config/services.yml | ||||
| * | [task/code-sniffer] Remove the IN_PHPBB check side-effect from class files. | Andreas Fischer | 2013-10-30 | 1 | -8/+0 |
| | | | | | | | | PHPBB3-11980 | ||||
* | | [ticket/11912] Remove obsolete $file_info from plupload | Marc Alexander | 2013-11-11 | 1 | -2/+0 |
| | | | | | | | | PHPBB3-11912 | ||||
* | | [ticket/11912] Supply filename to content_guesser for guessing on windows | Marc Alexander | 2013-10-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | The filename of the files sent to the guesser by plupload do not contain the file extension. Therefore, it's impossible to guess the mimetype if only the content_guesser is available and the function mime_content_type() doesn't exist. By supplying the filename we can circumvent this issue. PHPBB3-11912 | ||||
* | | [ticket/11912] Integrate mimetype guesser with plupload | Marc Alexander | 2013-10-23 | 1 | -2/+9 |
|/ | | | | PHPBB3-11912 | ||||
* | [feature/plupload/integration] Integration of Plupload | Andreas Fischer | 2013-10-11 | 1 | -0/+374 |
This commit is a highly-refactored and up-to-date version of Fyorl's work which was part of his Google Summer of Code 2012 project "Attachment Improvements". PHPBB3-10929 |