aboutsummaryrefslogtreecommitdiffstats
path: root/includes/upload/UploadFromStash.php
Commit message (Expand)AuthorAgeFilesLines
* Namespace all remaining files in includes/filerepoJames D. Forrester2025-03-191-0/+1
* Use explicit nullable type on parameter argumentsUmherirrender2024-10-161-1/+1
* upload: Add missing documentation to class propertiesUmherirrender2024-09-041-0/+3
* Make verifyPartialFile reuse SHA1 hash if we already knowBrian Wolff2024-03-021-2/+8
* Reorg: Move WebRequest to includes\RequestAmir Sarabadani2023-09-111-0/+1
* Various doc fixes about false and null on method arguments/return typesUmherirrender2022-11-031-2/+2
* Revert "Reorg: Move some of request related classes to MediaWiki/Request"Zabe2022-10-271-1/+0
* Reorg: Move some of request related classes to MediaWiki/RequestAmir Sarabadani2022-10-261-0/+1
* build: Update mediawiki/mediawiki-phan-config to 0.12.0Daimona Eaytoy2022-10-081-1/+0
* build: Update mediawiki/mediawiki-phan-config to 0.11.0Umherirrender2021-09-071-0/+1
* UploadFromStash: convert default user from false to nullPetr Pchelko2021-05-191-2/+2
* Upload: convert b/c cases to UserIdentityPetr Pchelko2021-05-131-1/+2
* Improve class property documentationUmherirrender2020-10-301-2/+2
* Remove terminating line breaks from debug messagesTim Starling2020-06-031-2/+2
* Use MediaWikiServices::getRepoGroup in file related classesUmherirrender2020-03-141-1/+3
* Simplify some code by changing single-scope properties to local variablesDaimona Eaytoy2019-09-071-5/+2
* Add missing & to @param documentation to match functon callUmherirrender2017-08-111-1/+1
* Remove pointless override of doStashFile in UploadFromStashAaron Schulz2016-08-171-18/+0
* Introduce UploadStashFile hook, improve API handling of stash errorsBartosz Dziewoński2016-08-091-2/+2
* UploadBase: Formally deprecate old methods for stashing filesBartosz Dziewoński2016-08-031-8/+0
* UploadFromStash: Only remove stashed file on successful uploadsBartosz Dziewoński2016-01-211-10/+3
* Fix issues identified by SpaceBeforeSingleLineComment sniffVivek Ghaisas2015-09-261-1/+1
* Update formatting of includes/upload/Siebrand Mazeland2014-05-091-0/+2
* Update docs and declare visibility on class propsSiebrand Mazeland2013-11-011-19/+25
* SECURITY: Do checks on all upload typescsteipp2013-05-211-7/+2
* Fixed spacing in context/installer/media/templates/upload folderumherirrender2013-04-211-3/+3
* Make UploadBase::getTempFileSha1Base36 publicMarius Hoch2013-02-281-1/+1
* Added async upload-from-stash support.Aaron Schulz2013-01-091-2/+10
* Fix method declaration in UploadFromStashumherirrender2012-12-071-2/+3
* [Upload] [Schema] Added us_props column to avoid expensive GETs.Aaron Schulz2012-12-031-1/+1
* Minor bits of documentation updates to upload codeReedy2012-08-091-2/+0
* Big oops - merged to wrong branch.awjrichards2012-06-051-0/+22
* Revert to arbitrarily old point before initial remote branch creation to help...awjrichards2012-06-021-22/+0
* Added missing GPLv2 headers in some places.Alexandre Emsenhuber2012-05-291-0/+22
* Can't return values from functions that don't return anythingReedy2012-04-191-1/+1
* Fixing some of the "@return true" or "@return false", need to be "@return boo...Sam Reed2012-02-091-1/+1
* Fix doc for includes/uploadAntoine Musso2012-02-081-3/+1
* Use database to track uploaded chunks and concatenate at the end.Jan Gerber2011-11-301-36/+0
* Revert r104659 and its followup r104665: break the unit tests with a fatal er...Roan Kattouw2011-11-301-0/+36
* Use database to track uploaded chunks and concatenate at the end.Jan Gerber2011-11-301-36/+0
* Few bits of documentationSam Reed2011-10-161-1/+5
* Update some deprecated codeSam Reed2011-10-141-9/+32
* UploadFromStash::stashSession returned an object instead of a file key, which...Ian Baker2011-08-261-2/+2
* Two bugs:Ian Baker2011-08-181-6/+11
* Cleaning up little things, updates to code clarity, documentation fixes per C...Ian Baker2011-08-161-1/+1
* Removed the ability to pass a key into stashFile(), which simplifies the stas...Ian Baker2011-08-151-4/+4
* checking for existence of mLocalFile in stashFile() was invertedIan Baker2011-08-151-1/+1
* Fixed incorrect usage of || operator, added testIan Baker2011-08-151-8/+11
* Extend upload api adding an option to upload files in chunks,Jan Gerber2011-08-021-1/+33
* properly handle the case where a file disappears during the uploadwizard processIan Baker2011-07-141-4/+13