aboutsummaryrefslogtreecommitdiffstats
path: root/img_auth.php
Commit message (Expand)AuthorAgeFilesLines
* phpcs: More require/include is not a functionTimo Tijhof2013-05-211-1/+1
* cleanup: variable referenced without initializationYuri Astrakhan2013-05-151-0/+2
* Remove hphpc support and deprecate related functionsTim Starling2013-05-091-5/+1
* Update code formattingSiebrand Mazeland2013-02-141-5/+5
* style: fix up commas in function argumentsAntoine Musso2013-02-061-1/+1
* Simplified thumb.php for 404 handling.Aaron Schulz2012-11-081-1/+1
* Use __DIR__ instead of dirname( __FILE__ )jeroendedauw2012-08-271-1/+1
* Replace deprecated wfMsg* calls with Message class calls.Siebrand Mazeland2012-08-221-4/+4
* Added missing GPLv2 headers in some places.Alexandre Emsenhuber2012-05-231-3/+16
* Fixed use of undefined FILES_ONLY constant.Aaron2012-04-111-1/+1
* trunk/phase3 is now mediawiki/corePlatonides2012-03-231-1/+1
* Cleanup a few unused globalsSam Reed2012-02-161-1/+1
* w/sMark A. Hershberger2012-02-071-1/+1
* * Fix for r81363: instead of giving a PHP notice when PATH_INFO is missing, s...Tim Starling2012-02-071-0/+4
* Merged FileBackend branch. Manually avoiding merging the many prop-only chang...Aaron Schulz2011-12-201-24/+14
* update all core usage of deprecated Title::userCanRead()Robin Pepermans2011-12-131-2/+2
* Reverted r105208 per CRAaron Schulz2011-12-061-4/+4
* FU r104216: keep the r103738 regex check for thumbnails but use the parent di...Aaron Schulz2011-12-051-4/+4
* FU r103738: redid the method of getting the source file name for thumbnails a...Aaron Schulz2011-11-251-5/+6
* Update img_auth.php and WebRequest code to handle non index.php scripts like ...Daniel Friesen2011-11-241-2/+7
* image_auth.php cleanups:Aaron Schulz2011-11-201-76/+100
* Fix whitespace, bracesSam Reed2011-10-151-15/+22
* Move wfStreamFile() into a class, update all callers in core (only 3 extensio...Chad Horohoe2011-08-131-2/+1
* * (bug 29531) r89628 breaks img_auth.phpSam Reed2011-06-301-1/+1
* * Added a REQUEST_URI check to the bug 28235 handling. Tim Starling2011-06-061-5/+11
* * Only blacklist query string extensions which match /^[a-zA-Z0-9_-]+$/. This...Tim Starling2011-06-011-2/+1
* HipHop improvements:Tim Starling2011-05-301-1/+5
* * Fix for bug 28534: IE 6 content type detection againTim Starling2011-05-051-1/+1
* (bug 28507) Fix for r85844: that revision was not actually sufficient to fix ...Tim Starling2011-04-141-1/+1
* Fix for bug 28235: IE6 looks for the file extension in the query stringTim Starling2011-04-121-0/+7
* * Remove last bit of code that uses PATH_INFO from img_auth.php so that peopl...Mark A. Hershberger2011-02-021-11/+3
* Whitespace cleanupMark A. Hershberger2011-02-011-7/+7
* Follow-up r65652: Do not double-slash the path if it came from PATH_INFOBryan Tong Minh2010-12-121-1/+2
* Use WebRequest here tooChad Horohoe2010-08-111-3/+5
* allow img_auth.php to use path= in place of PATH_INFO, so it can be used in C...Daniel Kinzler2010-04-291-4/+7
* Don't call User::getGroupPermissions() unless $wgImgAuthPublicTest==true. Eff...Tim Starling2009-10-141-3/+4
* Cleaned up img_auth code and re-integrated core img-auth- messages.Jack D. Pond2009-09-101-71/+60
* Revert r55800 "bug 19646 Localization of img_auth.php - with enhancements"Brion Vibber2009-09-081-61/+71
* bug 19646 Localization of img_auth.php - with enhancementsJack D. Pond2009-09-041-71/+61
* (bug 18394) img_auth.php now respects userCanChad Horohoe2009-07-031-0/+4
* Same as r48631; added "@file" when needed, also added doc in redirect.php and...Alexandre Emsenhuber2009-03-211-2/+4
* Step 2 in NS_IMAGE -> NS_FILE transition (bug 44) (WARNING: huge commit).Ilmari Karonen2008-12-011-1/+1
* Revert "Follow up on r43982. Reduce dirname(__FILE__) calls in core and exten...Andrew Garrett2008-11-301-3/+2
* Follow up on r43982. Reduce dirname(__FILE__) calls in core and extensions.Siebrand Mazeland2008-11-261-2/+3
* Protect users from attacks against their browsers via malicious script-contai...Tim Starling2008-11-181-0/+28
* Send Cache-Control: private and Vary headers in img_auth.php. Tim Starling2007-11-031-4/+5
* * Fix img_auth.php image name extraction for whitelist checkingRob Church2007-08-061-30/+56
* Remove ?>'s from files. They're pointless, and just asking for people to mes...Aryeh Gregor2007-06-291-1/+1
* * Add 'charset' to Content-Type headers on various HTTP error responsesBrion Vibber2007-02-211-0/+1
* * Moved the main ob_start() from the default LocalSettings.php to WebStart.php. Tim Starling2007-02-191-0/+1