aboutsummaryrefslogtreecommitdiffstats
path: root/includes/upload
Commit message (Expand)AuthorAgeFilesLines
* Merge "upload: Modernize callback code to make use of PHP7 syntax"jenkins-bot2020-06-161-6/+7
|\
| * upload: Modernize callback code to make use of PHP7 syntaxThiemo Kreuz2020-05-291-6/+7
* | Merge "Format file sizes in upload warning"jenkins-bot2020-06-091-1/+4
|\ \
| * | Format file sizes in upload warningGergő Tisza2020-05-081-1/+4
* | | Remove terminating line breaks from debug messagesTim Starling2020-06-035-61/+61
* | | Stop throwing an exception in UploadStash::getExtensionForPathReedy2020-05-311-8/+1
* | | Hooks::run() call site migrationTim Starling2020-05-302-8/+9
* | | upload: Fix incomplete …|null documentation in UploadBaseThiemo Kreuz2020-05-291-2/+2
| |/ |/|
* | mime: Update usage of MimeAnalyzer methodsOri Livneh2020-05-282-8/+5
* | upload: Fix incorrect handling of missing file extension in UploadStashOri Livneh2020-05-221-3/+3
* | Fix numerous PSR12.Properties.ConstantVisibility.NotFoundReedy2020-05-111-2/+2
* | Add missing visibility on methods of upload related classesUmherirrender2020-05-103-5/+5
|/
* upload: Move MinUploadChunkSize logic from Setup.php to ApiUploadTimo Tijhof2020-05-051-1/+1
* Pass a user to ArchivedFile::userCan in UploadBaseDannyS7122020-04-291-4/+12
* Hook interface doc comment followupTim Starling2020-04-211-1/+1
* docs: Hook interface doc comment reviewapaskulin2020-04-216-39/+50
* Automatically generated hook interfacesTim Starling2020-04-206-0/+150
* Fix ignore of local dupes in UploadBaseUmherirrender2020-04-141-1/+1
* Merge "Use MediaWikiServices::getRepoGroup in file related classes"jenkins-bot2020-03-143-15/+22
|\
| * Use MediaWikiServices::getRepoGroup in file related classesUmherirrender2020-03-143-15/+22
* | Fix typo, accesible -> accessibleankit2020-03-111-1/+1
|/
* Hard deprecate Title::getUserPermissionsErrorsDannyS7122020-02-261-2/+2
* Replace calls to Title::getUserPermissionsErrors (part 5)DannyS7122020-02-261-3/+4
* Clean up redundant Exception|Throwable union typeRicordisamoa2020-02-121-2/+2
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-103-9/+9
* upload: Fix incomplete type hint in UploadBase::initializePathInfoThiemo Kreuz2019-12-291-3/+2
* upload: Improve method documentation blocksMáté Szabó2019-12-141-8/+20
* Set constant visibility, part 1Max Semenik2019-10-181-13/+13
* UploadBase: remove HHVM supportMax Semenik2019-10-021-8/+3
* Fix using null for a non-nullable argumentDaimona Eaytoy2019-09-191-1/+1
* Replace usages of deprecated User::isAllowed. Step 2.Petr Pchelko2019-09-112-13/+26
* Simplify some code by changing single-scope properties to local variablesDaimona Eaytoy2019-09-071-5/+2
* Unsuppress more phan issues (part 3)Daimona Eaytoy2019-08-311-1/+0
* Fix call to non-existing TempFSFileFactory::getTempFSFile()daniel2019-08-281-1/+1
* TempFSFileFactory serviceAryeh Gregor2019-08-212-2/+10
* Don't try to store File objects to the upload sessionTim Starling2019-07-261-0/+27
* Drop UploadBase:: and UploadFromChunks::stashFileGetKey() and stashSession(),...James D. Forrester2019-07-192-45/+3
* Drop the UploadVerification hook, deprecated in 1.28James D. Forrester2019-07-191-7/+0
* upload: move UploadBase status store from $wgMainStash to "db-replicated"Aaron Schulz2019-07-132-17/+69
* Fix return type of UploadStash::listFilesUmherirrender2019-06-181-1/+1
* Replace some uses of deprecated wfFindFile() and wfLocalFile()Derick Alangi2019-06-111-4/+4
* Relax HTML sniffing checks on image uploadBrion Vibber2019-06-071-38/+22
* Fix return type of UploadBase::check* functionsUmherirrender2019-06-041-6/+6
* Remove "Squiz.WhiteSpace.FunctionSpacing" from phpcs exclusionsReedy2019-05-111-0/+1
* Simplify by using ?: operatorFomafix2019-04-151-6/+2
* Move UploadStashFile to its own fileReedy2019-04-142-192/+211
* Fix return type of UploadStashFile::remove()Reedy2019-04-141-1/+1
* Replace deprecated function wfEscapeShellArg with Shell::escape()Derick Alangi2019-04-071-2/+3
* Collapse some nested if statementsReedy2019-04-042-14/+8
* Merge "upload: Simplify file extension extraction in UploadBase"jenkins-bot2019-03-251-2/+2
|\