aboutsummaryrefslogtreecommitdiffstats
path: root/img_auth.php
Commit message (Expand)AuthorAgeFilesLines
* filerepo: extract AuthenticatedFileEntryPoint from img_auth.phpdaniel2024-05-161-187/+10
* Namespace includes/contextJames D. Forrester2024-02-081-0/+1
* Reorg: Move WebRequest to includes\RequestAmir Sarabadani2023-09-111-0/+1
* doc: Update redirected linkMeno252023-07-031-1/+1
* Replace substr with cleaner string methodsMatěj Suchánek2023-05-201-1/+1
* Replace internal Hooks::runnerUmherirrender2023-05-111-2/+4
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Reorg: Move HTML-related classes out of includes/ to Html/Amir Sarabadani2023-02-161-0/+2
* Replace deprecated PermissionManager::getGroupPermissionsUmherirrender2022-11-131-1/+1
* Revert "Reorg: Move some of request related classes to MediaWiki/Request"Zabe2022-10-271-2/+0
* Reorg: Move some of request related classes to MediaWiki/RequestAmir Sarabadani2022-10-261-0/+2
* Use short array destructuring instead of list()Tim Starling2022-10-211-1/+1
* Revert "Enhance GroupPermissionsLookup and use it."Ppchelko2021-01-121-2/+1
* Enhance GroupPermissionsLookup and use it.Petr Pchelko2021-01-111-1/+2
* SECURITY: Fix accidental public CC headers in img_auth.phpTim Starling2020-06-241-2/+4
* Hooks::run() call site migrationTim Starling2020-05-301-2/+2
* Stop using SCRIPT_NAME where possible, rely on statically configured routingTim Starling2020-04-011-12/+20
* img_auth: Avoid various usage of deprecated code and also optimizeDerick A2020-02-201-4/+7
* docs: Improve "Entry points" documentation pageTimo Tijhof2020-02-041-1/+2
* Remove IE 6 security features from server-side codeTim Starling2019-11-281-10/+0
* Use Mustache template in img_auth.phpFomafix2019-10-051-15/+7
* Avoid using "enqueue" mode for deferred updates in doPostOutputShutdownAaron Schulz2019-09-301-1/+1
* 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