aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Files/Cache/FileAccessTest.php
Commit message (Collapse)AuthorAgeFilesLines
* fix(FileAccess): Use one param for rewriting home dirs and excluding ↵feat/getByAncestorInStorageMarcel Klehr2025-07-151-4/+41
| | | | | | non-user files mounts Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* fix(FileAccess*): fix testsJulien Veyssier2025-07-151-1/+2
| | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* fix(FileAccess*): Change the way home dir root is found, remove the ↵Julien Veyssier2025-07-151-37/+0
| | | | | | excludeTrashbinMounts param of getDistinctMounts Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* fix(FileAccess*): Adress review commentsJulien Veyssier2025-07-151-12/+8
| | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* fix(FileAccessTest): Adress review commentsMarcel Klehr2025-07-151-31/+32
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* fix(FileAccessTest): Make it work on sharded instanceMarcel Klehr2025-07-151-1/+3
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* fix(FileAccessTest): Make sure path_hash is not NULLMarcel Klehr2025-07-151-0/+1
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* fix(FileAccess#getByAncestorInStorage): Use a subquery to fix testsMarcel Klehr2025-07-151-5/+4
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* fix(FileAccess): Add testsMarcel Klehr2025-07-151-0/+438
Signed-off-by: Marcel Klehr <mklehr@gmx.net>