aboutsummaryrefslogtreecommitdiffstats
path: root/includes/filerepo/file/MediaFileTrait.php
Commit message (Expand)AuthorAgeFilesLines
* Add support for conditional user defaultsMartin Urbanec2024-01-091-1/+1
* Replace array_keys in foreach to use $_ as value insteadUmherirrender2023-07-101-1/+1
* Replace deprecated MWExceptionDaimona Eaytoy2023-06-121-23/+19
* Use short array destructuring instead of list()Tim Starling2022-10-211-1/+1
* filerepo: Replace deprecated wfExpandUrlUmherirrender2022-10-051-3/+5
* Use MainConfigNames instead of string literals, #2Aryeh Gregor2022-04-131-1/+3
* filerepo: Clean up file and class doc commentsTimo Tijhof2022-04-071-1/+2
* phan: Disable null_casts_as_any_type settingUmherirrender2022-03-211-0/+1
* Refactor global variables to use MediaWikiServices insteadTChin2022-01-101-4/+4
* file: Fix nullable documentation for property, args and return typesUmherirrender2021-10-201-1/+1
* Deprecate File::getUser in favor of File::getUploaderPetr Pchelko2021-06-021-3/+4
* Convert File to Authority/UserIdentityPetr Pchelko2021-05-101-3/+4
* Rest: use Authority in all core handlersPetr Pchelko2021-01-211-5/+8
* Remove documentation that literally repeats the codeThiemo Kreuz2020-10-271-1/+1
* Add core REST API endpoint for media linksBill Pirkle2020-01-221-0/+162