aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/plupload/plupload.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/16271] Fix invalid docblocksMarc Alexander2019-12-271-0/+2
| | | | PHPBB3-16271
* Merge pull request #5667 from EA117/ticket/16141Marc Alexander2019-10-201-11/+26
|\ | | | | | | [ticket/16141] plupload chunk_size incorrect when 'unlimited' is involved.
| * [ticket/16141] plupload chunk_size when 'unlimited' is involved.EA1172019-08-301-33/+23
| | | | | | | | | | | | | | | | Change get_chunk_size() calculation to correctly calculate limits without letting a zero "unlimited" value always win. Also ensure get_chunk_size() can only return zero if all of the limits were in fact set to unlimited. PHPBB3-16141
| * [ticket/16141] plupload chunk_size when 'unlimited' is involved.EA1172019-08-291-1/+1
| | | | | | | | | | | | | | | | Change get_chunk_size() calculation to correctly calculate limits without letting a zero "unlimited" value always win. Also ensure get_chunk_size() can only return zero if all of the limits were in fact set to unlimited. PHPBB3-16141
| * [ticket/16141] plupload chunk_size when 'unlimited' is involved.EA1172019-08-281-2/+2
| | | | | | | | | | | | | | | | Change get_chunk_size() calculation to correctly calculate limits without letting a zero "unlimited" value always win. Also ensure get_chunk_size() can only return zero if all of the limits were in fact set to unlimited. PHPBB3-16141
| * [ticket/16141] plupload chunk_size incorrect when 'unlimited' is involved.EA1172019-08-281-31/+20
| | | | | | | | | | | | | | | | Change get_chunk_size() calculation to correctly calculate limits without letting a zero "unlimited" value always win. Also ensure get_chunk_size() can only return zero if all of the limits were in fact set to unlimited. PHPBB3-16141
| * [ticket/16141] plupload chunk_size incorrect when 'unlimited' is involved.EA1172019-08-261-8/+44
| | | | | | | | | | | | | | | | Change get_chunk_size() calculation to correctly calculate limits without letting a zero "unlimited" value always win. Also ensure get_chunk_size() can only return zero if all of the limits were in fact set to unlimited. PHPBB3-16141
* | [ticket/16076] addFileFilter to check max file size per mime typemrgoldy2019-08-251-19/+17
|/ | | | PHPBB3-16076
* Merge branch '3.1.x' into 3.2.xMarc Alexander2016-12-181-1/+1
|\
| * [ticket/14770] Decreases quality to 85, changes test to 85, tooCrizzo2016-12-181-1/+1
| | | | | | | | PHPBB3-14770
| * [ticket/14770] Reduce plupload resize qualityCrizzo2016-12-181-1/+1
| | | | | | | | PHPBB3-14770
* | Merge branch '3.1.x'Tristan Darricau2015-10-141-1/+1
|\ \ | |/ | | | | | | * 3.1.x: [ticket/13835] Normalize filename for attachments uploaded in chunks.
| * [ticket/13835] Normalize filename for attachments uploaded in chunks.Cesar G2015-10-131-1/+1
| | | | | | | | PHPBB3-13835
* | [ticket/13904] Modify files for changes in ini wrapperMarc Alexander2015-09-091-6/+6
| | | | | | | | PHPBB3-13904
* | [ticket/13904] Load upload class using factoryMarc Alexander2015-09-091-1/+1
|/ | | | PHPBB3-13904
* [ticket/13756] Fix resize after upload with pluploadOliver Schramm2015-04-111-2/+2
| | | | PHPBB3-13756
* [ticket/13550] Check that the Plupload temp directory is writable before movingCesar G2015-03-151-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 pluploadMarc Alexander2014-07-201-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 Darricau2014-06-151-2/+0
| | | | PHPBB3-12715
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-5/+7
| | | | PHPBB3-12594
* [ticket/12356] Assign vars preventing Plupload from loading in PM editor.Cesar G2014-04-091-1/+5
| | | | PHPBB3-12356
* Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/11912Marc Alexander2013-11-231-8/+0
|\ | | | | | | | | Conflicts: phpBB/config/services.yml
| * [task/code-sniffer] Remove the IN_PHPBB check side-effect from class files.Andreas Fischer2013-10-301-8/+0
| | | | | | | | PHPBB3-11980
* | [ticket/11912] Remove obsolete $file_info from pluploadMarc Alexander2013-11-111-2/+0
| | | | | | | | PHPBB3-11912
* | [ticket/11912] Supply filename to content_guesser for guessing on windowsMarc Alexander2013-10-241-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 pluploadMarc Alexander2013-10-231-2/+9
|/ | | | PHPBB3-11912
* [feature/plupload/integration] Integration of PluploadAndreas Fischer2013-10-111-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