summaryrefslogtreecommitdiffstats
path: root/tests/lib/Files
Commit message (Expand)AuthorAgeFilesLines
* Cleanup testJoas Schilling2017-03-171-254/+266
* Fix unit testJoas Schilling2017-03-171-2/+1
* Redirect unlink to rmdir (#27101)Vincent Petry2017-03-161-0/+24
* Allow searching for favoritesRobin Appelman2017-03-081-6/+64
* add tests for filesearchbackendRobin Appelman2017-03-011-0/+3
* add tests for searchQueryRobin Appelman2017-03-011-15/+59
* Implement webdav SEARCHRobin Appelman2017-03-011-0/+173
* add icewind/searchdavRobin Appelman2017-02-281-0/+28
* Merge pull request #3030 from nextcloud/filesapi-renamefailcaseMorris Jobke2017-01-243-532/+483
|\
| * Add tests for move/copy hooks in Node APIVincent Petry2017-01-121-0/+81
| * Fix files node API failed rename/copyVincent Petry2017-01-122-4/+46
| * Refactor files node API for more code reuseVincent Petry2017-01-113-530/+358
* | Mimetype detection for hidden filesMagnus Walbeck2017-01-231-0/+4
|/
* Only check for local shared storagesRoeland Jago Douma2017-01-101-2/+3
* Skip local shares in bkg scan and occ files:scan (#26590)Vincent Petry2017-01-101-0/+20
* Merge pull request #2934 from nextcloud/quota-stream-non-globalRoeland Jago Douma2017-01-061-4/+1
|\
| * remove the need to register the quota streamwrapper globallyRobin Appelman2017-01-041-4/+1
* | remove static:// stream wrapperRobin Appelman2017-01-041-70/+0
|/
* adjust testRobin Appelman2017-01-021-4/+2
* add ci support for s3 object storeRobin Appelman2017-01-021-0/+3
* Remove legacy home testsVincent Petry2016-12-231-31/+0
* Nuke the legacy storage fallback from orbitVincent Petry2016-12-231-8/+0
* Merge pull request #2411 from nextcloud/fix-encryption-home-storageMorris Jobke2016-12-051-0/+94
|\
| * check if the file should really be encrypted before we update the file cacheBjoern Schiessle2016-11-291-0/+94
* | update testRobin Appelman2016-12-021-1/+1
* | Add testsLukas Reschke2016-12-011-0/+71
|/
* Move the validation into one place onlyJoas Schilling2016-11-211-1/+1
* Make sure we don't scan files that can not be accessedJoas Schilling2016-11-211-0/+26
* add tests for FileInfo::isMountedRobin Appelman2016-11-161-0/+46
* add amazon s3 objectstore backendRobin Appelman2016-11-161-0/+38
* split testing of objectstoragestorage and objectstore implementationsRobin Appelman2016-11-164-177/+319
* only query substorages to calculate the final mtime/size/etag lazilyRobin Appelman2016-11-102-10/+17
* Adjust tests and DI for Share.phpLukas Reschke2016-11-021-2/+0
* DI for root.phpLukas Reschke2016-11-026-131/+307
* Fix mock warning in some FS tests (#26464)Vincent Petry2016-11-022-2/+2
* Add using casing check/fix for initMountPointsVincent Petry2016-11-022-0/+92
* Allow setting a maximun number of buckets for multibucketRobin Appelman2016-11-022-9/+13
* Proper DI of configRoeland Jago Douma2016-10-283-5/+6
* Added method to DB and fix testRoeland Jago Douma2016-10-241-2/+8
* Do not skip when mysql uses utf8mb4Joas Schilling2016-10-191-1/+2
* optimize Folder::getById to use less queriesRobin Appelman2016-10-127-117/+226
* Add TestsRoeland Jago Douma2016-10-054-0/+418
* Fix mimetype detection inside hidden folders (#26138)Vincent Petry2016-09-261-0/+2
* Fix getMock ViewTestRoeland Jago Douma2016-09-131-6/+7
* Fix getMock scannertestRoeland Jago Douma2016-09-131-1/+2
* Fix getMock QuotaTestRoeland Jago Douma2016-09-131-9/+9
* Fix getMock FolderTestsRoeland Jago Douma2016-09-131-96/+104
* Fix getMock UserMountcacheTestRoeland Jago Douma2016-09-131-1/+1
* Fix getMock CacheRoeland Jago Douma2016-09-131-1/+5
* Merge pull request #1243 from nextcloud/fix-detection-of-file-types-a-bitJoas Schilling2016-09-081-1/+1
|\