aboutsummaryrefslogtreecommitdiffstats
path: root/core/Controller/ReferenceApiController.php
Commit message (Expand)AuthorAgeFilesLines
* fix(ReferenceApiController): Remove accidently added AnonRateLimitJonas2024-07-171-1/+0
* feat(Reference): Add public API endpoints to get referencesJonas2024-07-171-0/+89
* fix(core): use OC namespace for core ReponseDefinitions instead of OCAJulien CHATY-CAPELLE2024-07-151-1/+1
* chore: Add SPDX headerAndy Scherzinger2024-05-271-19/+2
* refactor(core): Switch to attribute based routingprovokateurin2024-02-211-0/+6
* Add single status code descriptions for OpenAPIjld31032023-09-271-0/+10
* core: Fix OpenAPI for reference APIjld31032023-09-141-2/+2
* core: Add OpenAPI specjld31032023-07-131-6/+41
* Applies agreed-upon indentation convention to the changed controllers.Faraz Samapoor2023-06-161-4/+6
* Refactors controllers by using PHP8's constructor property promotion.Faraz Samapoor2023-06-161-7/+2
* handle and return touchProvider errorsJulien Veyssier2023-01-271-7/+3
* add 'last used timestamp' management for reference providersJulien Veyssier2023-01-271-1/+19
* extend the reference API for the new link pickerJulien Veyssier2023-01-271-0/+14
* Fix URLs on reference resolvingJoas Schilling2022-09-301-1/+1
* Add endpoint to fetch a cachable reference dataJulius Härtl2022-09-261-0/+10
* Refactor cache handlingJulius Härtl2022-08-311-2/+4
* CleanupJulius Härtl2022-08-311-11/+8
* Implement image cachingJulius Härtl2022-08-311-0/+82