aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Rest/Handler/MediaFileHandler.php
Commit message (Expand)AuthorAgeFilesLines
* Namespace all remaining files in includes/filerepoJames D. Forrester2025-03-191-4/+3
* Remove 2-line PHPDocs that just repeat the types from the codethiemowmde2025-01-171-6/+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-9/+2
* Fix more PHPStorm inspections (#2)Tim Starling2023-03-251-1/+1
* Use short array destructuring instead of list()Tim Starling2022-10-211-2/+2
* phan: Disable null_casts_as_any_type settingUmherirrender2022-03-211-0/+1
* build: Updating dependencieslibraryupgrader2021-07-221-1/+1
* FileRepo::findFile - support AuthorityPetr Pchelko2021-05-261-4/+1
* Remove some unneeded uses of full User objectsDannyS7122021-05-221-3/+1
* Eliminate use of Title object in REST infrastructurePetr Pchelko2021-05-051-30/+32
* Rename Authority::getPerformer() to ::getUser()Petr Pchelko2021-03-041-4/+4
* Rename Authority::getActor to Authority::getPerformerPetr Pchelko2021-02-221-4/+4
* Rest: use Authority in all core handlersPetr Pchelko2021-01-211-19/+9
* Display different errors for title vs file not found in MediaFileHandlerBill Pirkle2020-03-261-1/+10
* REST endpoints: Add etag and last-modified headersdaniel2020-03-261-9/+82
* Add a core REST API endpoint for media file metadataBill Pirkle2020-01-231-0/+111