summaryrefslogtreecommitdiffstats
path: root/tests/lib/Files
Commit message (Expand)AuthorAgeFilesLines
* optimize UserMountCache::registerStorageRobin Appelman2023-11-161-14/+18
* optimize isShared and isMountedRobin Appelman2023-11-091-4/+14
* apply known mtime wrapper for external storagesRobin Appelman2023-10-101-1/+0
* add wrapper to ensure we don't get an mtime that is lower than we know it isRobin Appelman2023-10-101-0/+71
* only determine quota_include_external_storage once for quota wrapperRobin Appelman2023-09-071-1/+2
* cleanup di for share permissions wrapperRobin Appelman2023-09-041-2/+3
* tests: Add test for CacheEntry gettersFerdinand Thiessen2023-08-171-0/+25
* chore: ugly type jugglingArthur Schiwon2023-06-231-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
|/
* Fix hookconnector testsLouis Chemineau2023-01-261-1/+2
* composer run cs:fixCôme Chilliet2023-01-2013-28/+15
* Fix gzip mimetype mappingCôme Chilliet2023-01-201-2/+2
* Remove workarounds specific to 7.4Côme Chilliet2023-01-201-1/+1
* Also update the unencrypted size of files when creating them with empty contentJulius Härtl2022-12-071-9/+11
* test disabling write checkRobin Appelman2022-10-262-0/+13
* Fix testsJohn Molakvoæ2022-10-141-0/+19
* add test for trying to fopen a file which no longer exists on diskRobin Appelman2022-09-291-0/+19
* fix using FSEEK_END with SeekableHttpStream to get file sizeRobin Appelman2022-09-153-0/+33
* Merge pull request #33788 from nextcloud/improve-recentCarl Schwan2022-09-081-4/+4
|\
| * Filter out old files when trying to get recent filesCarl Schwan2022-09-051-4/+4
* | Merge pull request #33600 from nextcloud/lazy-quotablizzz2022-09-071-84/+0
|\ \ | |/ |/|
| * get quota for user only when neededRobin Appelman2022-09-011-84/+0
* | Only pass parent if paths matchJulius Härtl2022-08-241-3/+33
* | Avoid extra query for the parent node if we can pass it alongJulius Härtl2022-08-241-2/+2
|/
* Merge pull request #32943 from nextcloud/unencrypted-size-revert-interface-ch...Vincent Petry2022-08-171-1/+1
|\
| * store unencrypted size in the unencrypted_size columnRobin Appelman2022-08-162-4/+5
| * Revert "store unencrypted size in the unencrypted_size column"Robin Appelman2022-08-161-4/+3
* | Merge pull request #33540 from nextcloud/mount-provider-migrationVincent Petry2022-08-171-0/+25
|\ \
| * | add tests for cached mount provider migrationRobin Appelman2022-08-161-0/+25
| |/
* / cleanup scannertest a bitRobin Appelman2022-08-161-42/+36
|/
* Move CappedMemoryCache to OCPCarl Schwan2022-07-143-3/+3
* Remove some more at matchers in tests/libCôme Chilliet2022-06-202-44/+31
* store unencrypted size in the unencrypted_size columnRobin Appelman2022-06-021-3/+4
* Merge pull request #26813 from nextcloud/feature/files-search-tagsSimon L2022-05-181-1/+1
|\
| * Files: Extend search to also cover tagsMarcel Klehr2022-05-171-1/+1
* | Add stricter psalm type for CappedMemoryCacheCarl Schwan2022-05-121-1/+2
|/
* Fix testJoas Schilling2022-04-201-3/+1
* allow reusing known folder info when getting directory contentsRobin Appelman2022-04-061-0/+2
* dont needlessly resolve path when getting internalPath/storage from NodeRobin Appelman2022-04-043-48/+32
* Fix codestyleCôme Chilliet2022-03-241-1/+0