aboutsummaryrefslogtreecommitdiffstats
path: root/img_auth.php
Commit message (Expand)AuthorAgeFilesLines
* Add MW_REST_API and MW_ENTRY_POINTTim Starling2019-09-031-0/+1
* Remove deprecated User groups/permission static calls.Petr Pchelko2019-08-211-2/+2
* Add ImgAuthModifyHeaders hook to img_auth.php to modify headersJames Montalvo2019-07-151-7/+11
* Migrate remaining usages of Title::userCan() to PermissionManagerMáté Szabó2019-06-031-2/+6
* Stop calling FileRepo->streamFile()Reedy2019-04-201-1/+1
* Get rid of unnecessary func_get_args() and friendsAryeh Gregor2019-04-121-4/+3
* Fix order of @var parameter in PHPFomafix2019-04-081-1/+1
* INSTALL: Don't warn against using PHP "as a CGI plugin"Kevin Israel2018-07-261-1/+2
* /*.php: Replace implicit Bugzilla bug numbers with Phab onesJames D. Forrester2017-02-211-1/+1
* Added Range support to FileBackend::streamFile()Aaron Schulz2016-06-041-1/+9
* Convert all array() syntax to []Kunal Mehta2016-02-171-8/+8
* Use HttpStatus::header instead of manually crafting header()Timo Tijhof2015-06-041-1/+1
* Refactored entry points to have uniform shutdown handlingAaron Schulz2015-05-291-5/+3
* wfRunHooks() -> Hooks::run() in remaining entry point filesChad Horohoe2015-04-271-1/+1
* Generate valid HTML code on error pagesFomafix2015-02-091-0/+5
* Removed remaining profile callsAaron Schulz2015-01-081-2/+0
* img_auth: fix mismatched profilingChad Horohoe2014-09-051-0/+1
* Fixed spacingumherirrender2014-07-201-1/+1
* img_auth: handle files in the transcoded zoneFaidon Liambotis2014-05-081-4/+5
* Merge "Avoid bogus IE extension check errors in img_auth.php"jenkins-bot2014-04-221-1/+1
|\
| * Avoid bogus IE extension check errors in img_auth.phpAaron Schulz2014-04-211-1/+1
* | Merge "Removed $wgImgAuthPublicTest"jenkins-bot2014-04-221-10/+1
|\ \
| * | Removed $wgImgAuthPublicTestAaron Schulz2014-04-211-10/+1
| |/
* / Avoid uncommitted transaction notices in thumb.php and img_auth.phpAaron Schulz2014-04-221-0/+4
|/
* thumb.php and img_auth.php cleanupsAaron Schulz2014-04-201-30/+49
* Fixed some @params documentationumherirrender2014-04-141-2/+2
* Have ?download parameter trigger Content-Disposition: attachmentGilles Dubuc2014-03-251-0/+4
* Use Tab instead of Space as per PHP codesnifferKartik Mistry2014-03-151-5/+5
* Changing URLs of mediawiki.org in scripts to the SSL-based websiteLadsgroup2014-03-121-1/+1
* SECURITY: Added missing auth check in img_auth.phpAaron Schulz2014-01-131-1/+6
* Added support to img_auth.php for non-repo containersAaron Schulz2013-12-041-4/+23
* 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