summaryrefslogtreecommitdiffstats
path: root/tests/lib/Files
Commit message (Expand)AuthorAgeFilesLines
* 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
* Migrate from ILogger to LoggerInterface where needed in the testsCôme Chilliet2022-03-2410-33/+34
* type fixesRobin Appelman2022-03-041-4/+0
* simplify setup of circular SetupManager<->ManagerRobin Appelman2022-03-041-6/+2
* move logic to decide what to setup to setupmanagerRobin Appelman2022-03-041-2/+2
* adjust tests to new fs setupRobin Appelman2022-03-0412-58/+106
* move root mount setup to mountprovidersRobin Appelman2022-02-241-0/+141
* store mountprovider for each mount in the mounts tableRobin Appelman2022-02-231-0/+4
* Check style updateCarl Schwan2022-01-132-14/+8
* Fix PHP deprecation warning in File/ViewTestCôme Chilliet2021-12-161-1/+4
* fix testsRobin Appelman2021-12-021-20/+0
* Make mock config return default value to fix warningsCôme Chilliet2021-11-231-1/+12
* Fix FolderTest calls to Mountpoint constructor with wrong typeCôme Chilliet2021-11-231-3/+3
* Merge pull request #29622 from nextcloud/feat/objectstore_multibucket-shiftVincent Petry2021-11-192-17/+41
|\
| * Implement multibucket shift for ObjectStoreJohn Molakvoæ2021-11-112-17/+41
* | Normalize directory entries in Encoding wrapperVincent Petry2021-11-171-1/+43
|/
* Merge pull request #27440 from nextcloud/is-file-handleJohn Molakvoæ2021-10-231-2/+2
|\
| * Update Testsacsfer2021-10-221-1/+1
| * Tests updateacsfer2021-08-151-1/+1
* | Merge pull request #29220 from nextcloud/s3-external-listJohn Molakvoæ2021-10-221-0/+3
|\ \
| * | ciRobin Appelman2021-10-151-0/+3
* | | Merge pull request #26347 from J0WI/clean-path-regexJohn Molakvoæ2021-10-221-5/+22
|\ \ \ | |/ / |/| |
| * | Cleaner normalizePath regexJ0WI2021-03-271-5/+22
* | | explicitly close source stream on local storageDaniel Kesselberg2021-09-211-1/+2
* | | Refactor writeObject to only use MultipartUpload when requiredBernd Rederlechner2021-08-202-0/+105
| |/ |/|
* | Merge pull request #28220 from nextcloud/get-by-id-multiple-mounts-single-sto...John Molakvoæ2021-08-091-68/+30
|\ \
| * | fix Folder->getById() when a single storage is mounted multiple timesRobin Appelman2021-07-281-68/+30
* | | add test for searching within a "root jail"Robin Appelman2021-07-281-0/+18
|/ /
* | Run s3 tests againJulius Härtl2021-06-301-6/+1
* | split of query building bits from searchhelperRobin Appelman2021-06-141-20/+9
* | update tests and fix some edge cases around new searchRobin Appelman2021-06-141-77/+69
* | rework search api to allow searching on multiple caches at onceRobin Appelman2021-06-142-3/+17
* | Merge pull request #26322 from nextcloud/recent-searchJulius Härtl2021-05-181-0/+13
|\ \