aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Collaboration/Reference/File
Commit message (Collapse)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-242-36/+4
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* perf: switch places that always use the first getById result to getFirstNodeByIdRobin Appelman2024-03-041-6/+2
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Refactors lib/private/Collaboration.Faraz Samapoor2023-10-032-18/+9
| | | | | | Mainly using PHP8's constructor property promotion. Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
* Implement file reference wigetJulius Härtl2023-03-021-9/+33
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* safer URL match in FileReferenceProviderJulien Veyssier2023-02-091-4/+4
| | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* Merge pull request #35160 from nextcloud/artonge/feat/version_naming_backendLouis2023-01-301-0/+6
|\ | | | | Allow to name a version
| * Adapt files_versions tests to modernized hooksLouis Chemineau2023-01-261-0/+6
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | style: Fix php-cs and psalmJulius Härtl2023-01-271-2/+3
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | add 'last used timestamp' management for reference providersJulien Veyssier2023-01-271-0/+1
|/ | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* File reference: use the file type icon as fallback when no preview provider ↵Julien Veyssier2022-10-061-2/+14
| | | | | | for this type Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
* Move Reference class to public namespaceJulius Härtl2022-09-261-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Inject all dependnencies and increase cache timeoutJulius Härtl2022-08-311-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Refactor cache handlingJulius Härtl2022-08-312-0/+214
Signed-off-by: Julius Härtl <jus@bitgrid.net>