aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiUpload.php
Commit message (Expand)AuthorAgeFilesLines
* Namespace all remaining files in includes/changetagsJames D. Forrester2025-03-251-1/+1
* UploadBase: Replace use of deprecated PermissionStatus methodsBartosz Dziewoński2025-03-241-3/+3
* Namespace all remaining files in includes/jobqueueJames D. Forrester2025-03-201-4/+4
* Namespace all remaining files in includes/filerepoJames D. Forrester2025-03-191-0/+1
* Replace isset() with falsy checksUmherirrender2024-12-191-2/+2
* api: Use type-declaration for string arg in ApiBase::__constructUmherirrender2024-10-171-8/+1
* Add namespace to includes/api classesJames D. Forrester2024-09-251-0/+25
* api: Add missing documentation to class propertiesUmherirrender2024-09-071-0/+1
* Namespace MessageSpecifier under Wikimedia\Message\Bartosz Dziewoński2024-07-281-0/+1
* Remove superfluous spacesFomafix2024-07-031-4/+4
* api: Use namespaced classesUmherirrender2024-06-141-0/+1
* Replace deprecated status->getErrors calls in API classesWMDE-Fisch2024-06-131-2/+2
* Document more ApiBase methods that accept MessageSpecifier, not just MessageMichael Große2024-05-311-1/+0
* api: Reduce use of WebRequest in action=uploadUmherirrender2024-03-291-12/+6
* Switch Special:Upload to use async upload-by-urlGiuseppe Lavagetto2024-03-281-3/+4
* Allow async upload by url via the ApiGiuseppe Lavagetto2024-03-231-26/+64
* Merge "Use transactional time limit on api Upload (except checkstatus)"jenkins-bot2024-03-111-0/+4
|\
| * Use transactional time limit on api Upload (except checkstatus)Brian Wolff2024-03-011-0/+4
* | Merge "upload: switch AssembleUploadChunksJob to GenericParameterJob"jenkins-bot2024-03-031-10/+6
|\ \
| * | upload: switch AssembleUploadChunksJob to GenericParameterJobAaron Schulz2024-03-031-10/+6
| |/
* / Fix typo in log messageBrian Wolff2024-03-021-1/+1
|/
* Use ->push not lazyPush for PublishStashedFile jobBrian Wolff2024-02-271-1/+4
* Prevent race condition between AssembleUploadChunksJob and transactionBrian Wolff2024-02-221-2/+7
* Improve chunked upload jobs and abort assemble job if already in progressBrian Wolff2024-02-211-0/+1
* Add additional debug logging for chunked uploadBrian Wolff2024-02-161-3/+145
* Make use of the [ ... ] operator instead of array_mergethiemowmde2024-01-311-1/+1
* Merge "layering: UploadBase should not depend on API modules."jenkins-bot2023-12-161-1/+56
|\
| * layering: UploadBase should not depend on API modules.daniel2023-12-161-1/+56
* | Convert PublishStashedFileJob to GenericParameterJobGiuseppe Lavagetto2023-12-131-1/+0
|/
* Move user options related classes into its own namespaceMartin Urbanec2023-11-291-1/+1
* Deprecate UploadBase::isThrottleddaniel2023-10-231-5/+0
* Namespace Config-related classes under \MediaWiki\ConfigJames D. Forrester2023-09-211-0/+1
* Namespace User under \MediaWiki\UserJames D. Forrester2023-09-191-0/+1
* Use real type hints for services etc. in api/ except ApiQuery*.phpBartosz Dziewoński2023-08-291-2/+1
* Reorg: Move Status to MediaWiki\Status\Amir Sarabadani2023-08-251-0/+1
* build: Remove unneeded newline from one line condition/foreachUmherirrender2023-08-221-2/+1
* Prompt temporary users without upload permissions to log inThalia2023-05-241-1/+1
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Make use of ??= in more placesDannyS7122022-12-171-3/+1
* Remove separate checks for global blocks from APIUpload and SpecialUploadcsimiyu2022-11-091-5/+0
* Use short array destructuring instead of list()Tim Starling2022-10-211-1/+1
* build: Update mediawiki/mediawiki-phan-config to 0.12.0Daimona Eaytoy2022-10-081-3/+0
* api: Replace numerous more deprecated constantsReedy2022-06-061-2/+2
* api: Replace numerous deprecated constantsReedy2022-06-061-13/+15
* Use MainConfigNames instead of string literals, #2Aryeh Gregor2022-04-131-6/+10
* phan: Disable null_casts_as_any_type settingUmherirrender2022-03-211-0/+1
* ApiUpload: Pass empty tags as empty array instead of nullAmmarpad2022-03-031-2/+2
* Remove or replace usages of "sane"Reedy2021-11-221-1/+1
* Remove or replace usages of "sanity"Reedy2021-11-191-1/+1
* API: Using @return never documentation on more functionsUmherirrender2021-09-111-0/+6