aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiUpload.php
Commit message (Expand)AuthorAgeFilesLines
* api: Inject services into ApiWatchlistTraitUmherirrender2021-07-061-2/+12
* api: Inject services into ApiUpload classUmherirrender2021-07-021-4/+17
* Convert ChangeTags public interface to Authority.Petr Pchelko2021-02-241-1/+1
* Swap out uses of User->isLoggedIn() with ->isRegistered()James D. Forrester2020-12-221-1/+1
* Make use of native array_column() function where possibleThiemo Kreuz2020-11-111-4/+1
* Remove requirement for ApiWatchlistTrait to be in ApiBase.Ammar Abdulhamid2020-09-071-4/+6
* Merge "Add watchlist expiry support to applicable APIs"jenkins-bot2020-07-141-10/+31
|\
| * Add watchlist expiry support to applicable APIsMusikAnimal2020-07-131-10/+31
* | Validate name for async uploadsMatthias Mullie2020-07-071-17/+30
|/
* Remove terminating line breaks from debug messagesTim Starling2020-06-031-3/+3
* upload: Move MinUploadChunkSize logic from Setup.php to ApiUploadTimo Tijhof2020-05-051-1/+28
* Pass a user to ArchivedFile::userCan in UploadBaseDannyS7122020-04-291-1/+3
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-2/+2
* Improve param docsUmherirrender2019-11-281-1/+1
* Fix new phan errors, part 5Daimona Eaytoy2019-10-181-0/+2
* phan: Enable PhanTypeMismatchArgument issueUmherirrender2019-09-191-0/+1
* Better grouping for code adding elements to arraysDaimona Eaytoy2019-09-031-1/+1
* Unsuppress more phan issues (part 5)Daimona Eaytoy2019-09-011-0/+1
* Don't try to store File objects to the upload sessionTim Starling2019-07-261-9/+5
* Revert "Always validate uploads over api"Hashar2019-05-171-2/+14
* Always validate uploads over apiUmherirrender2019-05-091-14/+2
* Fix api error for apierror-upload-missingresultUmherirrender2019-03-261-1/+1
* Check whether a user is blocked from upload in ApiUploadThalia2019-03-201-1/+1
* Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenientBartosz Dziewoński2018-05-301-3/+1
* Use ::class to resolve class names in includes filesUmherirrender2018-01-271-7/+7
* Remove "Created on" from file header commentsUmherirrender2018-01-261-4/+0
* Always put type information before variable name for @var tagsKunal Mehta2017-09-041-3/+3
* Make API documentation links language awareBaha2017-04-051-1/+1
* ApiUpload: Raise an error on attempts to async-upload a POSTed fileBrad Jorsch2017-01-261-0/+7
* Un-blacklist PhanUndeclaredVariableErik Bernhardson2017-01-181-1/+2
* Fix var name in ApiUploadWMDE-Fisch2017-01-041-1/+1
* Add ILocalizedException interfaceBrad Jorsch2016-12-081-12/+22
* API: i18n for warnings and errorsBrad Jorsch2016-12-061-138/+99
* Add API warnings when upload is same as older versionsMatthias Mullie2016-09-061-0/+24
* ApiUpload: Better handle unreasonably large metadata in 'imageinfo'Bartosz Dziewoński2016-08-261-4/+18
* ApiUpload: Fix fatal in dieStatusWithCode()Bartosz Dziewoński2016-08-221-0/+1
* Check for warnings for assembled file after a chunked uploadBartosz Dziewoński2016-08-191-0/+12
* UploadBase: Stop mLocalFile doubling as stashed fileBartosz Dziewoński2016-08-191-2/+2
* Run 'UploadStashFile' hook for chunked uploads tooBartosz Dziewoński2016-08-171-4/+26
* Do not call the 'UploadStashFile' hook for partially uploaded filesBartosz Dziewoński2016-08-171-1/+2
* Introduce UploadStashFile hook, improve API handling of stash errorsBartosz Dziewoński2016-08-091-76/+76
* Merge "ApiUpload: Better handle ApiMessage errors from UploadVerifyFile hook"jenkins-bot2016-07-111-6/+22
|\
| * ApiUpload: Better handle ApiMessage errors from UploadVerifyFile hookBartosz Dziewoński2016-06-231-6/+22
* | Merge "Introduce new hook UploadVerifyUpload to allow preventing file uploads"jenkins-bot2016-07-071-4/+13
|\|
| * Introduce new hook UploadVerifyUpload to allow preventing file uploadsBartosz Dziewoński2016-06-221-4/+13
* | Allow Message::newFromSpecifier to handle ApiMessagesBrad Jorsch2016-06-281-1/+1
|/
* Check if user is blocked during upload processMatthias Mullie2016-05-031-0/+10
* Merge "Use english messages for background use of Status::getWikiText"jenkins-bot2016-04-131-3/+3
|\
| * Use english messages for background use of Status::getWikiTextumherirrender2016-04-121-3/+3
* | Add preference for watching uploaded filesMark Holmquist2016-04-081-6/+9
|/