aboutsummaryrefslogtreecommitdiffstats
path: root/includes/filerepo/ForeignAPIRepo.php
Commit message (Expand)AuthorAgeFilesLines
* Namespace all remaining files in includes/filerepoJames D. Forrester2025-03-191-0/+10
* Add namespace to remaining parts of Wikimedia\ObjectCacheJames D. Forrester2024-09-271-0/+1
* filerepo: Add missing documentation to class propertiesUmherirrender2024-09-011-0/+1
* Add namespace and deprecation alias to FileBackendEbrahim Byagowi2024-05-191-0/+1
* Add namespace and deprecation alias to FormatJsonEbrahim Byagowi2024-05-161-0/+1
* Merge "Replace deprecated MWException"jenkins-bot2024-01-161-3/+5
|\
| * Replace deprecated MWExceptionDaimona Eaytoy2024-01-161-3/+5
* | Replace various magic numbers with easy-to-verify expressionsTimo Tijhof2024-01-111-4/+4
|/
* Inline once-called short private methods to its caller, part 1Amir Sarabadani2023-12-181-8/+1
* Use thousands separators in selected integer literalsTim Starling2023-12-121-1/+1
* Replace some more usages of deprecated MWExceptionDaimona Eaytoy2023-06-091-2/+1
* Fix even more PHPStorm inspections (#3)Tim Starling2023-03-251-3/+1
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Replace comment about deprecated Http::requestUmherirrender2022-12-111-1/+0
* Various doc fixes about false and null on method arguments/return typesUmherirrender2022-11-031-5/+5
* filerepo: Replace deprecated wfExpandUrlUmherirrender2022-10-051-1/+5
* filerepo: Allow shared caching of ForeignAPIRepo responses across wikisMáté Szabó2022-08-191-1/+4
* Use MainConfigNames instead of string literals, #2Aryeh Gregor2022-04-131-2/+5
* filerepo: Clean up file and class doc commentsTimo Tijhof2022-04-071-3/+3
* Rename ForeignRepoWithMWAPI -> IForeignRepoWithMWApiBrian Wolff2022-02-081-1/+1
* ForeignAPIRepo: Convert timestamps to unix before arithmetic operationUmherirrender2022-02-051-3/+3
* Merge "Add a new interface ForeignRepoWithMWApi"jenkins-bot2022-01-311-1/+3
|\
| * Add a new interface ForeignRepoWithMWApiBrian Wolff2022-01-281-1/+3
* | filerepo: Simplify and document 'favicon' FileRepo optionTimo Tijhof2022-01-261-2/+1
|/
* Explicit cast TS_UNIX to int for arithmetic operations and int argsUmherirrender2022-01-111-1/+1
* Refactor global variables to use MediaWikiServices insteadTChin2022-01-101-4/+4
* filerepo: Increase ttl for foreign metadata to 4h and make configurableBrian Wolff2021-12-091-1/+19
* Remove or replace usages of "sane"Reedy2021-11-221-1/+1
* file: Fix nullable documentation for property, args and return typesUmherirrender2021-10-201-2/+2
* Using @return never documentation on always-throw-functionUmherirrender2021-09-071-0/+1
* filerepo: Replace deprecated Http function in ForeignAPIRepoUmherirrender2021-08-041-6/+7
* FileRepo: replace Title in method signaturesdaniel2021-04-161-1/+3
* docs: Fix 'dependant' typosTimo Tijhof2021-02-181-3/+1
* Use const for ForeignAPIRepo::$imageInfoPropsUmherirrender2020-11-221-3/+2
* filerepo: clean up shared cache keys to avoid key metrics clutterAaron Schulz2020-10-211-4/+6
* Remove terminating line breaks from debug messagesTim Starling2020-06-031-10/+10
* Fix more of includes/filerepo/ Squiz.Scope.MethodScope.MissingReedy2020-05-191-16/+19
* Fix even more PSR12.Properties.ConstantVisibility.NotFoundReedy2020-05-161-1/+1
* Unsuppress more phan issues (part 3)Daimona Eaytoy2019-08-311-2/+2
* filerepo: make ForeignApiRepo::httpGetCached() use "pcGroup"Aaron Schulz2019-07-211-1/+1
* Adjust type hints in file related classesUmherirrender2019-07-051-1/+1
* Deprecate the Http classAryeh Gregor2019-05-061-2/+3
* Collapse some nested if statementsReedy2019-04-041-7/+4
* filerepo: Inject the WAN cache info FileRepo instancesAaron Schulz2018-10-251-12/+9
* Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenientBartosz Dziewoński2018-05-301-1/+1
* Replace deprecated ObjectCache and CommentStore calls in filerepoWMDE-Fisch2018-05-071-2/+3
* Fix and improve PHPDoc type hints in FileBackend and FileRepoThiemo Kreuz2018-04-191-6/+6
* Use PHP's implode() with the suggested order of argumentsFomafix2018-02-221-1/+1
* Use ::class to resolve class names in includes filesUmherirrender2018-01-271-2/+2
* Improve some parameter docsUmherirrender2017-09-101-1/+1