aboutsummaryrefslogtreecommitdiffstats
path: root/includes/filerepo/file/ForeignAPIFile.php
Commit message (Expand)AuthorAgeFilesLines
* Namespace all remaining files in includes/filerepoJames D. Forrester2025-03-191-1/+9
* Remove trivial 1-line PHPDocs that just repeat the codethiemowmde2025-01-161-3/+0
* Use ContentLanguageCode service instead of heavy Language objectAmir Sarabadani2024-11-021-1/+1
* Use explicit nullable type on parameter argumentsUmherirrender2024-10-161-2/+2
* filerepo: Add missing documentation to class propertiesUmherirrender2024-09-011-0/+1
* ImageHistoryList: Link to interwiki user if the prefix is validFunc2024-05-231-2/+0
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Various doc fixes about false and null on method arguments/return typesUmherirrender2022-11-031-6/+6
* filerepo: Clean up file and class doc commentsTimo Tijhof2022-04-071-1/+0
* Merge "Correct condition for InstantCommons with 0 dimensions"jenkins-bot2022-02-041-1/+1
|\
| * Correct condition for InstantCommons with 0 dimensionsDerk-Jan Hartman2022-02-041-1/+1
* | filerepo: Fix purging of description pages for ForeignAPIFileBrian Wolff2022-02-031-5/+3
|/
* Support audio on filepage in InstantCommonsDerk-Jan Hartman2022-01-261-6/+13
* Refactor global variables to use MediaWikiServices insteadTChin2022-01-101-2/+2
* Replace some more isset() with shorter ?? syntaxThiemo Kreuz2021-11-021-5/+3
* build: Updating dependencieslibraryupgrader2021-07-221-1/+1
* filerepo: Fix parsing metadata in ForeignAPIFileAmir Sarabadani2021-06-151-1/+18
* Use the unserialized form of image metadata internallyTim Starling2021-06-081-2/+13
* Hard-deprecate File::getUserPetr Pchelko2021-06-021-13/+0
* Deprecate File::getUser in favor of File::getUploaderPetr Pchelko2021-06-021-0/+12
* Remove unused default values from class propertiesThiemo Kreuz2021-05-121-1/+1
* Convert File to Authority/UserIdentityPetr Pchelko2021-05-101-2/+3
* docs: Fix 'dependant' typosTimo Tijhof2021-02-181-4/+1
* filerepo: clean up shared cache keys to avoid key metrics clutterAaron Schulz2020-10-211-3/+5
* file: Fix ForeignAPIFile::getMetadata not matching base classThiemo Kreuz2020-08-311-2/+2
* mime: Update usage of MimeAnalyzer methodsOri Livneh2020-05-281-1/+1
* Fix more of includes/filerepo/ Squiz.Scope.MethodScope.MissingReedy2020-05-191-14/+14
* filerepo: clean up File::getRepo() subclass return type commentsAaron Schulz2020-03-191-0/+7
* Fix new phan errors, part 5Daimona Eaytoy2019-10-181-0/+1
* Unsuppress other phan issues (part 4)Daimona Eaytoy2019-08-311-0/+1
* Fix PhanUndeclaredType* errors (#3)Kunal Mehta2019-04-021-1/+1
* Use the ?? feature instead of isset() where it makes senseThiemo Kreuz2019-03-241-5/+1
* Streamline code involving .= string concatenationsThiemo Kreuz2019-03-111-8/+7
* Use short assignment operator in PHPFomafix2019-03-071-1/+1
* Delete always true conditionJakub Vrana2018-12-021-3/+1
* media: Do not pass unused parameterJakub Vrana2018-12-011-1/+1
* Reduce calls to MediaWikiServices::getInstance()Umherirrender2018-08-181-2/+3
* Mass conversion of $wgContLang to serviceAryeh Gregor2018-08-111-3/+2
* Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenientBartosz DziewoƄski2018-05-301-5/+3
* Merge "Replace deprecated ObjectCache and CommentStore calls in filerepo"jenkins-bot2018-05-071-2/+4
|\
| * Replace deprecated ObjectCache and CommentStore calls in filerepoWMDE-Fisch2018-05-071-2/+4
* | Fix class/function case mismatchesMax Semenik2018-05-051-1/+1
|/
* Fix and improve PHPDoc type hints in FileBackend and FileRepoThiemo Kreuz2018-04-191-4/+4
* Fix for warning in ForeignAPIFile when no thumbnailsBrion Vibber2018-02-071-2/+4
* Use ::class to resolve class names in includes filesUmherirrender2018-01-271-1/+1
* Replace MimeMagic::singleton() callsReedy2017-11-271-2/+2
* Cleanups and IDEA warning fixes to FileRepo classesAaron Schulz2016-09-191-4/+4
* Convert all array() syntax to []Kunal Mehta2016-02-171-9/+9
* Provide short URL to file description page in imageinfo APIvictorbarbu2016-01-121-0/+19
* Replace wfBaseConvert with Wikimedia\base_convertReedy2015-11-241-1/+1