aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_upload.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/13031] Guess with all mimetype guessers and pick best guessMarc Alexander2014-09-051-2/+2
* [ticket/13031] Only use mimetype guesser guess if it helps usMarc Alexander2014-09-031-1/+6
* [ticket/12941] Fix remaining Sami complaints.Andreas Fischer2014-08-091-0/+2
* Merge pull request #2477 from n-aleha/ticket/12557ascraeusJoas Schilling2014-08-071-1/+5
|\
| * [ticket/12557] Fix doc block errors found by Samin-aleha2014-08-031-2/+2
| * [ticket/12557] Fix doc block errors found by Samin-aleha2014-08-031-1/+1
| * [ticket/12557] Fix doc block errors found by Samin-aleha2014-08-031-0/+4
* | Merge remote-tracking branch 'github-marc1706/ticket/11148' into develop-ascr...Nils Adermann2014-08-071-35/+25
|\ \ | |/ |/|
| * [ticket/11148] Remove unneeded variable mimetype and use type octet-streamMarc Alexander2014-06-231-2/+1
| * [ticket/11148] Always use the output of the mimetype guesser in get_mimetypeMarc Alexander2014-06-231-6/+1
| * [ticket/11148] Add missing parts to docblock of get_mimetype() methodMarc Alexander2014-06-231-0/+2
| * [ticket/11148] Default to application/octet-stream if no mimetype givenMarc Alexander2014-06-231-1/+1
| * [ticket/11148] Add mimetype guesser to filespec and fileupload classMarc Alexander2014-06-231-32/+26
* | Merge branch 'develop-olympus' into develop-ascraeusAndreas Fischer2014-06-241-2/+29
|\ \ | |/ |/|
| * [ticket/12755] Apply de morgan to conditionalMarc Alexander2014-06-241-1/+1
| * [ticket/12755] Terminate upload loop if upload reaches filesizeMarc Alexander2014-06-241-2/+12
| * [ticket/12755] Change upload in remote_upload() method to fit get_remote_fileMarc Alexander2014-06-241-12/+14
| * [ticket/12755] Add language string for timed out remote uploadMarc Alexander2014-06-231-1/+1
| * [ticket/12755] Add timeout to remote upload to prevent infinite loopMarc Alexander2014-06-211-0/+15
* | [ticket/12673] IMAGETYPE_SWC might be missing when SWC is not supported.Andreas Fischer2014-06-081-2/+8
* | Merge pull request #2432 from Nicofuma/ticket/11226Joas Schilling2014-05-291-0/+3
|\ \
| * | [ticket/11226] Explicity set file_moved to falseTristan Darricau2014-05-281-0/+1
| * | [ticket/11226] Use $user->lang()Tristan Darricau2014-05-101-1/+1
| * | [ticket/11226] filespec::move_file() should error correctlyTristan Darricau2014-05-101-0/+2
* | | [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-8/+7
|/ /
* | [ticket/12458] Apply Squiz.WhiteSpace.SuperfluousWhitespace.* to legacy code.Andreas Fischer2014-04-291-1/+1
* | [ticket/12211] Do not run attachment file names twice through htmlspecialcharsMarc Alexander2014-04-111-1/+1
* | [feature/plupload/integration] Integration of PluploadAndreas Fischer2013-10-111-5/+26
* | [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-1/+1
* | [ticket/11700] Modify all code to use the new interface namesNils Adermann2013-07-141-1/+1
* | [ticket/10763] Use self when calling get_extension() in filespec classMarc Alexander2012-12-171-1/+1
* | [ticket/10763] Make functions for remote avatars staticMarc Alexander2012-12-171-5/+10
* | [ticket/10939] Modified functions_upload to not use $_FILESFyorl2012-08-151-20/+25
* | [ticket/10944] strpos now stricter and removed superfluous ternaryFyorl2012-07-171-1/+1
* | [ticket/10944] Reverted changes in PHPBB3-10963Fyorl2012-07-171-6/+9
* | [ticket/10963] filespec::get_mimetype now usedFyorl2012-07-041-11/+4
* | [ticket/10963] Removed superfluous ternary statement and strpos now stricterFyorl2012-07-021-1/+1
* | [ticket/10963] Modified filespec::is_image() to check actual mimetypeFyorl2012-07-021-1/+5
* | Merge branch 'develop-olympus' into developAndreas Fischer2012-05-311-4/+29
|\ \ | |/
| * [ticket/10908] Download files only up to max_upload_filesize if limit is 0Nils Adermann2012-05-291-4/+29
* | [ticket/9916] Updating header license and removing Version $Id$Unknown2011-12-311-2/+1
* | [ticket/10345] Use the plural function in some more places.Joas Schilling2011-11-251-1/+7
* | Merge branch 'develop-olympus' into developIgor Wiedler2011-01-101-2/+2
|\ \ | |/
| * [ticket/9764] Allow $config['mime_triggers'] to be an empty string.Andreas Fischer2010-10-281-2/+2
* | [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-111-2/+0
* | Merge branch 'ticket/bantu/7252' into developIgor Wiedler2010-09-121-16/+16
|\ \
| * | [ticket/7252] Align array keys and values to "=>".Andreas Fischer2010-09-121-16/+16
| * | [ticket/7252] Replace magic values with PHP constants.Chris Smith2010-09-101-16/+16
| |/
* | [ticket/9394] Fix comment in functions_uploadIgor Wiedler2010-09-021-1/+1
|/
* [ticket/9615] magic_quotes_gpc: call stripslashes() before utf8_basename()Andreas Fischer2010-08-041-2/+3