aboutsummaryrefslogtreecommitdiffstats
path: root/thumb.php
Commit message (Expand)AuthorAgeFilesLines
...
* thumb.php: support an optional "px" width suffixFaidon Liambotis2014-05-111-0/+4
* Added missing File::RENDER_NOW flag to thumb.phpAaron Schulz2014-05-021-1/+1
* Made wfThumbIsStandard() aware of the width/height handler scaling choiceAaron Schulz2014-05-011-22/+36
* Merge "Fixed "getCachedWork" callback in thumb.php to avoid 404s in the strea...jenkins-bot2014-04-301-4/+9
|\
| * Fixed "getCachedWork" callback in thumb.php to avoid 404s in the stream methodAaron Schulz2014-04-301-4/+9
* | Moved isDeleted() check down to avoid information leakage in thumb.phpAaron Schulz2014-04-301-6/+6
|/
* Tweaked wfThumbIsStandard() to recognize handler-specific default parametersAaron Schulz2014-04-291-6/+21
* Randomize thumbnail failure key TTL a bit to avoid stampedesAaron Schulz2014-04-251-2/+4
* Added pool counter support for all thumb.php requestsAaron Schulz2014-04-231-59/+71
* Avoid uncommitted transaction notices in thumb.php and img_auth.phpAaron Schulz2014-04-221-0/+4
* Lowered limit for wfThumbIsAttemptThrottled() to 4Aaron Schulz2014-04-211-2/+2
* Merge "thumb.php and img_auth.php cleanups"jenkins-bot2014-04-211-0/+6
|\
| * thumb.php and img_auth.php cleanupsAaron Schulz2014-04-201-0/+6
* | Merge "Call wfThumbIncrAttemptFailures() in thumb.php on fatals"jenkins-bot2014-04-211-0/+7
|\ \
| * | Call wfThumbIncrAttemptFailures() in thumb.php on fatalsAaron Schulz2014-04-211-0/+7
| |/
* / Support tighter rate limiting for "non-standard" thumbnailsAaron Schulz2014-04-171-5/+41
|/
* Fixed some @params documentationumherirrender2014-04-141-8/+8
* Have ?download parameter trigger Content-Disposition: attachmentGilles Dubuc2014-03-251-1/+3
* Limit attempts to render the same thumbnail after failuresAaron Schulz2014-02-121-0/+43
* Fixed spacingumherirrender2013-11-211-2/+0
* thumb.php: map b/c params prior to attempting redirectionTim Starling2013-11-121-8/+9
* Merge "Support rate-limiting thumbnail generation"jenkins-bot2013-10-161-0/+6
|\
| * Support rate-limiting thumbnail generationAaron Schulz2013-10-041-0/+6
* | Fix "Unsupported operand types at thumb.php on line 429"Reedy2013-10-071-1/+1
|/
* Merge "Make thumb_handler.php use MediaHandler::parseParamString"jenkins-bot2013-09-301-22/+98
|\
| * Make thumb_handler.php use MediaHandler::parseParamStringBrian Wolff2013-09-281-22/+98
* | Add a header on thumb.php saying which thumb server on error.Brian Wolff2013-09-281-0/+1
|/
* Simplified some code and broke lines in thumb.phpAaron Schulz2013-09-201-10/+7
* Make thumb.php give http redirects if given a file redirectBrian Wolff2013-08-271-0/+42
* Simplified some tedious profiling codeAaron Schulz2013-08-221-15/+1
* thumb_handler.php doesn't seem to extract path_info correctlyBrian Wolff2013-06-161-1/+7
* docs: Remove odd colons after @todoTimo Tijhof2013-05-151-1/+1
* phpcs: Fix WhiteSpace.LanguageConstructSpacing warningsTimo Tijhof2013-05-091-1/+1
* Remove hphpc support and deprecate related functionsTim Starling2013-05-091-5/+1
* Update code formattingSiebrand Mazeland2013-02-141-2/+2
* Improved some thumb.php error messages.Aaron Schulz2013-01-231-2/+2
* (bug 42302) Fixed broken thumbnails for files with a "+" in the name.Aaron Schulz2012-11-241-3/+5
* Fixed uncaught thumbName() exceptions and use $_GET.Aaron Schulz2012-11-151-52/+50
* Simplified thumb.php for 404 handling.Aaron Schulz2012-11-081-39/+17
* [FileRepo] Allow different file URLs for media based on file extension.Aaron Schulz2012-11-081-1/+2
* Allow ExtractThumbParameters before local regexpJan Gerber2012-11-021-4/+5
* Avoid thumb.php fatal for bad titles on private wikis.Aaron Schulz2012-10-101-5/+7
* Merge "Worked around hash path inconsistency to unbreak stash file thumbs."Aaron2012-09-201-15/+9
|\
| * Worked around hash path inconsistency to unbreak stash file thumbs.Aaron2012-09-191-15/+9
* | Don't send empty Vary headers.Aaron Schulz2012-09-191-3/+10
|/
* (bug 39975) Fixed thumb_handler.php handling of /temp thumb urls.Aaron Schulz2012-09-181-31/+35
* Add Vary: X-Forwarded-Proto to the thumb.php redirectTim Starling2012-09-121-1/+11
* thumb.php now handles short and long thumbnail name formats when possible.Aaron2012-09-121-6/+16
* Revert "thumb.php now handles short and long thumbnail name formats when poss...Aaron Schulz2012-09-061-12/+6
* thumb.php now handles short and long thumbnail name formats when possible.Aaron2012-09-041-6/+12