summaryrefslogtreecommitdiffstats
path: root/lib/private/Collaboration/Reference
Commit message (Expand)AuthorAgeFilesLines
* fix(references): Do not log errors on 404 responses of opengraph image fetchingJulius Härtl2023-03-131-0/+3
* Implement file reference wigetJulius Härtl2023-03-021-9/+33
* safer URL match in FileReferenceProviderJulien Veyssier2023-02-091-4/+4
* Merge pull request #35160 from nextcloud/artonge/feat/version_naming_backendLouis2023-01-301-0/+6
|\
| * Adapt files_versions tests to modernized hooksLouis Chemineau2023-01-261-0/+6
* | style: Fix php-cs and psalmJulius Härtl2023-01-272-2/+4
* | improve getUserProviderTimestampsJulien Veyssier2023-01-271-3/+4
* | use array_filter instead of array_map + array_searchJulien Veyssier2023-01-271-5/+5
* | handle and return touchProvider errorsJulien Veyssier2023-01-271-1/+3
* | add 'last used timestamp' management for reference providersJulien Veyssier2023-01-273-5/+58
* | extend the reference API for the new link pickerJulien Veyssier2023-01-272-0/+124
|/
* improve link reference content-type check, accept 'text/html;*'Julien Veyssier2023-01-101-1/+3
* in the link reference provider, check if the link content type begins with te...Julien Veyssier2023-01-091-1/+3
* add restrictions on content-type and content-size when downloading to resolve...Julien Veyssier2023-01-051-0/+16
* File reference: use the file type icon as fallback when no preview provider f...Julien Veyssier2022-10-061-2/+14
* Move Reference class to public namespaceJulius Härtl2022-09-264-164/+3
* Inject all dependnencies and increase cache timeoutJulius Härtl2022-08-313-6/+12
* Refactor cache handlingJulius Härtl2022-08-314-31/+131
* CleanupJulius Härtl2022-08-314-41/+73
* Limit preview file sizeJulius Härtl2022-08-311-2/+10
* Move registration to IBootstrapJulius Härtl2022-08-311-9/+41
* Add full public interfacesJulius Härtl2022-08-314-6/+8
* Implement image cachingJulius Härtl2022-08-313-3/+55
* Add cache invalidationJulius Härtl2022-08-311-10/+41
* Implement reference provider based cachingJulius Härtl2022-08-313-13/+53
* Make reference fetching configurableJulius Härtl2022-08-312-10/+14
* API for fetching reference metadataJulius Härtl2022-08-314-0/+401