summaryrefslogtreecommitdiffstats
path: root/tests/lib/Files
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | adjust testsRobin Appelman2021-04-211-0/+13
* | | set mimetype for objects uploaded to object storagesRobin Appelman2021-04-213-4/+4
|/ /
* | Merge pull request #24966 from nextcloud/jknockaert-patch-1Lukas Reschke2021-04-061-4/+14
|\ \
| * | Update EncryptionTest.phpJasper Knockaert2021-01-051-3/+3
| * | 2nd attempt to fix testsJasper Knockaert2021-01-051-7/+11
| * | attemtp to fix testJasper Knockaert2021-01-051-1/+7
* | | Set umask before operations that create local filesRobin Appelman2021-03-231-3/+34
| |/ |/|
* | handle ordering in folder searchRobin Appelman2021-03-191-20/+34
* | folder filtering in sqlRobin Appelman2021-03-191-1/+0
* | cleanup fileinfo creationRobin Appelman2021-03-191-60/+30
* | handle limit and offset in folder file searchRobin Appelman2021-03-181-41/+157
* | only require user to be set in a query that handles tagsRobin Appelman2021-03-181-16/+11
* | Merge pull request #25136 from nextcloud/cachejail-search-filterVincent Petry2021-03-151-0/+70
|\ \
| * | fix search in nested jailsRobin Appelman2021-01-261-0/+18
| * | fix cachjail searching for rootRobin Appelman2021-01-261-2/+17
| * | do cachejail search filtering in sqlRobin Appelman2021-01-261-0/+37
* | | apply object store copy optimization when 'cross storage' copy is within the ...Robin Appelman2021-03-091-0/+24
* | | Add some typing to SharedStorageRoeland Jago Douma2021-03-041-5/+4
* | | Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-185-26/+26
* | | Cache the user backend info for 300sJoas Schilling2021-02-153-5/+28
|/ /
* | Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-082-2/+2
* | Properly handle result when copying with failure and throw in testsJulius Härtl2021-01-051-1/+2
* | Fix writeStream mockingJulius Härtl2021-01-051-1/+1
|/