aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Files
Commit message (Expand)AuthorAgeFilesLines
* feat(files): copy live photosMaxence Lange2024-03-081-3/+6
* fix: clearify logic around getMountsForFileId filteringRobin Appelman2024-03-061-11/+11
* Merge pull request #43471 from nextcloud/cache-path-by-idRobin Appelman2024-03-056-45/+92
|\
| * perf: cache path by id to speedup getting nodes by idRobin Appelman2024-03-046-45/+92
* | test: Additional tests for issue #35776Dariusz Olszewski2024-03-041-0/+146
|/
* fix: Enforce forbidden filename characters on backendFerdinand Thiessen2024-02-281-3/+48
* add some comments for the distributive operation and add another testRobin Appelman2024-02-161-0/+27
* add extra flatten step to improve "or eq" -> "in" optimizationRobin Appelman2024-02-151-3/+3
* add a search query step to split IN statements that are to large for ociRobin Appelman2024-02-151-0/+44
* optimize query pattern used by storage filterRobin Appelman2024-02-155-0/+341
* only get the path for the users cached mount info when we use itRobin Appelman2024-02-091-3/+5
* make storage directory test be a bit less strict about mtimesRobin Appelman2024-02-071-2/+3
* refactor(objectstorage): cleanup typesThomas Citharel2024-02-021-2/+2
* add test for updating etag with unchanged mtime in child folderRobin Appelman2024-01-311-0/+25
* add test for updating etag with unchanged mtimeRobin Appelman2024-01-311-0/+19
* fix(tests): Add messages to assertions to explain what failedJoas Schilling2024-01-261-8/+8
* chore(tests): Migrate object storage unit tests from drone to GitHub ActionsFerdinand Thiessen2024-01-261-0/+4
* fix(tests): Fix deprecation errors in S3 testsFerdinand Thiessen2024-01-261-1/+2
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-238-24/+24
* fix(ObjectStore): Make copying behavior consistent with local storageFerdinand Thiessen2023-11-171-0/+38
* optimize UserMountCache::registerStorageRobin Appelman2023-11-161-14/+18
* optimize isShared and isMountedRobin Appelman2023-11-081-4/+14
* Merge pull request #40499 from nextcloud/known-mtime-wrapperRobin Appelman2023-09-211-0/+70
|\
| * apply known mtime wrapper for external storagesRobin Appelman2023-09-191-1/+0
| * add wrapper to ensure we don't get an mtime that is lower than we know it isRobin Appelman2023-09-191-0/+71
* | test: add test for cache mount providerDaniel Kesselberg2023-09-201-0/+108
|/
* fix: Pass parent to NonExistingFile instancesJulius Härtl2023-09-131-2/+1
* Merge pull request #39863 from nextcloud/sharing-mask-wrapperRobin Appelman2023-09-041-2/+3
|\
| * cleanup di for share permissions wrapperRobin Appelman2023-08-161-2/+3
* | Merge pull request #39707 from nextcloud/bugfix/39706/local-ext-storage-unava...Simon L2023-09-041-0/+11
|\ \
| * | Allow ext storage Local to go unavailableVincent Petry2023-08-291-0/+11
* | | Fix sharing creation insert and getJohn Molakvoæ (skjnldsv)2023-09-021-2/+0
* | | update testsRobin Appelman2023-08-311-46/+10
|/ /
* | only determine quota_include_external_storage once for quota wrapperRobin Appelman2023-08-181-1/+2
* | tests: Add test for CacheEntry gettersFerdinand Thiessen2023-08-161-0/+25
* | Fix setting static property in tests on PHP 8.3Côme Chilliet2023-08-141-2/+2
|/
* fix!: Remove symfony EventDispatcherInterface from UserJoas Schilling2023-07-275-11/+5
* fix: Move Node HookConnecter events to IEventDispatcherJoas Schilling2023-07-271-12/+6
* chore: ugly type jugglingArthur Schiwon2023-06-211-3/+5
* repair -1 folder sizes for object store background scanRobin Appelman2023-05-101-16/+26
* Merge branch 'master' into enh/type-iconfig-getter-callsCôme Chilliet2023-04-204-125/+67
|\
| * tests: Adapt node related unit tests mocks to required root viewJulius Härtl2023-04-174-126/+66
| * fix: Use proper path when creating node instancesJulius Härtl2023-04-171-0/+2
* | Adapt tests to config value typingCôme Chilliet2023-04-052-4/+4
|/
* Remove unused method getLocalFolderCôme Chilliet2023-04-031-1/+0
* Tidy up typing in OC\Files\ViewCôme Chilliet2023-04-031-1/+1
* more filesystem setup performance instrumentationRobin Appelman2023-02-101-1/+2
* Merge pull request #36566 from nextcloud/mount-find-by-numeric-idJulius Härtl2023-02-081-0/+3
|\
| * fix testsRobin Appelman2023-02-071-0/+3
* | Fix filesize return type error in ViewTestCôme Chilliet2023-02-071-4/+16
|/