aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Cache/FileAccess.php
Commit message (Collapse)AuthorAgeFilesLines
* feat: add base class for extending the query builderRobin Appelman2024-07-121-3/+1
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* chore: Add SPDX headerAndy Scherzinger2024-05-241-19/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix: fix FileAccess::getByFileId(InStorage)Robin Appelman2024-05-011-2/+2
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* feat: add interface for lower level filecache acess without having to do ↵Robin Appelman2024-03-251-0/+116
direct db queries Signed-off-by: Robin Appelman <robin@icewind.nl>