aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Rest/Handler/MediaLinksHandler.php
Commit message (Expand)AuthorAgeFilesLines
* mocha: Test Page media links endpointAtieno2025-03-201-0/+6
* Namespace all remaining files in includes/filerepoJames D. Forrester2025-03-191-3/+2
* Remove 2-line PHPDocs that just repeat the types from the codethiemowmde2025-01-171-3/+0
* REST: JSON schema definitions for additional response bodiesWendy Quarshie2024-12-031-0/+4
* REST: Specify param descriptions as MessageValue objectsAtieno2024-11-261-0/+2
* Use real type hints for services etc. in includes/Rest/Bartosz DziewoƄski2024-06-111-13/+3
* Change error code for rest-media-too-many-linksfrankie2023-10-021-4/+13
* Start relying on IConnectionProvider instead of LB/LBFAmir Sarabadani2023-04-111-7/+7
* Switch some simple use of LoadBalancer to use new LBFactory methodsAmir Sarabadani2023-02-231-7/+7
* Merge "Make use of ?:, ?? and ??= operators in mostly trivial cases"jenkins-bot2022-12-161-5/+1
|\
| * Make use of ?:, ?? and ??= operators in mostly trivial casesthiemowmde2022-12-051-5/+1
* | Rest: Migrate most of db queries to SelectQueryBuilderAmir Sarabadani2022-12-121-11/+7
|/
* Use short array destructuring instead of list()Tim Starling2022-10-211-1/+1
* FileRepo::findFile - support AuthorityPetr Pchelko2021-05-261-6/+4
* Eliminate use of Title object in REST infrastructurePetr Pchelko2021-05-051-21/+29
* Rename Authority::getPerformer() to ::getUser()Petr Pchelko2021-03-041-2/+2
* Rename Authority::getActor to Authority::getPerformerPetr Pchelko2021-02-221-2/+2
* Use static closures where safe to useUmherirrender2021-02-111-1/+1
* Rest: use Authority in all core handlersPetr Pchelko2021-01-211-19/+10
* REST endpoints: Add etag and last-modified headersdaniel2020-03-261-0/+50
* Add core REST API endpoint for media linksBill Pirkle2020-01-221-0/+157