aboutsummaryrefslogtreecommitdiffstats
path: root/includes/filerepo/FileRepo.php
Commit message (Expand)AuthorAgeFilesLines
* FileRepo: Add support for the new Shellbox large file featureTim Starling2024-10-291-0/+18
* Use namespaced classesUmherirrender2024-10-211-0/+2
* Use explicit nullable type on parameter argumentsUmherirrender2024-10-161-2/+2
* Add namespace to remaining parts of Wikimedia\ObjectCacheJames D. Forrester2024-09-271-0/+1
* Add namespace to IDBAccessObject and DBAccessObjectUtilsJames D. Forrester2024-09-271-0/+1
* Add namespace and deprecation alias to FileBackendEbrahim Byagowi2024-05-191-0/+1
* Namespace includes/cacheJames D. Forrester2024-02-201-1/+1
* Namespace includes/contextJames D. Forrester2024-02-081-0/+1
* Remove more indirect calls to IDBAccessObject::READ_* constantsAmir Sarabadani2024-01-231-1/+1
* Replace more instances of deprecated MWExceptionDaimona Eaytoy2024-01-191-23/+16
* Replace deprecated MWExceptionDaimona Eaytoy2024-01-161-1/+1
* Use thousands separators in selected integer literalsTim Starling2023-12-121-1/+1
* FileRepo: Reduce duplicated calls to resolveToStoragePathIfVirtual()Func2023-09-231-2/+1
* Reorg: Move Status to MediaWiki\Status\Amir Sarabadani2023-08-251-0/+1
* Reorg: Move MWTimestamp to MediaWiki\UtilsAmir Sarabadani2023-08-191-0/+1
* Move array destructuring into foreachUmherirrender2023-07-081-2/+1
* filebackend: Split missing file and error on getLocalReference/CopyUmherirrender2023-04-291-2/+2
* Fix even more PHPStorm inspections (#3)Tim Starling2023-03-251-1/+0
* Fix more PHPStorm inspections (#2)Tim Starling2023-03-251-2/+2
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Use str_starts_with/str_ends_with/str_containsUmherirrender2022-12-121-2/+2
* Use short array destructuring instead of list()Tim Starling2022-10-211-8/+8
* filerepo: Replace deprecated wfExpandUrlUmherirrender2022-10-051-1/+2
* Make use of ?? and ?: operators where it makes senseThiemo Kreuz2022-08-041-6/+3
* Fix many typos in commentsMatěj Suchánek2022-05-101-1/+1
* Use str_starts_with/str_ends_withAryeh Gregor2022-05-021-1/+1
* Use MainConfigNames instead of string literalsAryeh Gregor2022-04-111-1/+2
* phan: Upgrade mediawiki-phan-config to 0.11.1 and set minimum_target_php_versionJames D. Forrester2022-03-291-1/+0
* phan: Disable scalar_implicit_cast settingUmherirrender2022-03-181-0/+1
* Fix various documentation related to scalar typesUmherirrender2022-03-091-1/+1
* Fix documentation about query parameter as string[]Umherirrender2022-03-031-1/+1
* Replace some more usages of Wikimedia\(suppress|restore)Warnings()Reedy2022-02-241-2/+3
* filerepo: Simplify and document 'favicon' FileRepo optionTimo Tijhof2022-01-261-4/+14
* Refactor global variables to use MediaWikiServices insteadTChin2022-01-101-3/+3
* Merge "Use DeletePage in FileDeleteForm and fix output of ApiDelete"jenkins-bot2021-11-231-18/+9
|\
| * Use DeletePage in FileDeleteForm and fix output of ApiDeleteDaimona Eaytoy2021-11-181-18/+9
* | Remove or replace usages of "sanity"Reedy2021-11-191-1/+1
|/
* Drop experimental FileJournal system without deprecationJames D. Forrester2021-11-011-4/+4
* Using @return never documentation on always-throw-functionUmherirrender2021-09-071-1/+1
* build: Update mediawiki/mediawiki-phan-config to 0.11.0Umherirrender2021-09-071-0/+1
* filerepo: Improve return types in documentationUmherirrender2021-09-041-13/+13
* Support fluent interface for StatusValueTChin2021-08-021-25/+16
* FileRepo::findFile - support AuthorityPetr Pchelko2021-05-261-12/+14
* Convert UploadStash to UserIdentityPetr Pchelko2021-05-101-2/+3
* UploadBase::getSha1Base36FromPath can return falseUmherirrender2021-04-271-1/+1
* FileRepo: replace Title in method signaturesdaniel2021-04-161-10/+12
* Better config for disabling all local image scalingTim Starling2021-02-221-1/+14
* Merge "Update a lot of unspecific "array" types in PHPDocs"jenkins-bot2020-11-131-1/+1
|\
| * Update a lot of unspecific "array" types in PHPDocsThiemo Kreuz2020-10-281-1/+1
* | Merge "Replace deprecated Title::getCdnUrls"jenkins-bot2020-11-131-1/+1
|\ \