summaryrefslogtreecommitdiffstats
path: root/tests/lib/Files
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Correctly remove the charset from finfo mimetypeJoas Schilling2016-09-051-1/+1
* | File getMock Files testsRoeland Jago Douma2016-09-075-23/+30
|/
* prevent infinite recursion while getting storage from mountRobin Appelman2016-08-231-4/+4
* Merge pull request #746 from nextcloud/jail-rootLukas Reschke2016-08-091-2/+11
|\
| * Adding test case for getPathById including a jailed cache where root is just ...Thomas Müller2016-08-051-2/+11
* | Move Share backends to PSR-4 instead of using class path (#24941)Joas Schilling2016-08-051-2/+2
|/
* use limit instead of since when listing recent filesRobin Appelman2016-07-221-7/+6
* fix testRobin Appelman2016-07-221-1/+4
* add recent files to node apiRobin Appelman2016-07-221-4/+167
* Merge pull request #471 from nextcloud/storage-fopenspecialcharsMorris Jobke2016-07-201-6/+20
|\
| * Added storage tests for fopen with special charsVincent Petry2016-07-201-6/+20
* | Merge pull request #402 from nextcloud/smb-notificationsMorris Jobke2016-07-201-1/+26
|\ \ | |/ |/|
| * Save the files external mount id in the mount cache tableRobin Appelman2016-07-131-1/+26
* | RootTest does not require DBRoeland Jago Douma2016-07-131-20/+39
|/
* Improve NodeTestRoeland Jago Douma2016-07-111-123/+76
* Merge pull request #347 from nextcloud/drop-windows-fooLukas Reschke2016-07-115-136/+3
|\
| * Fix some more testsJoas Schilling2016-07-111-96/+1
| * Remove unneeded checks if it runs on a Windows machineMorris Jobke2016-07-084-40/+2
* | Improve FileTestRoeland Jago Douma2016-07-081-237/+153
|/
* mysql only works with 3 byte UTF-8Morris Jobke2016-06-291-0/+8
* Fix unit testsRoeland Jago Douma2016-06-141-0/+7
* Merge pull request #24863 from owncloud/propagator-batchingVincent Petry2016-06-101-0/+125
|\
| * add tests for propagator batchingRobin Appelman2016-06-021-0/+125
* | dissalow symlinks in local storages that point outside the datadirRobin Appelman2016-06-071-0/+31
* | allow deleting "ghost files" trough the View and Node apiRobin Appelman2016-06-031-1/+50
* | Add keepUnicode value in the cache key of normalizedPathCacheVincent Petry2016-06-011-0/+27
|/
* Move Test\Files\Storage\Wrapper\EncodingTest to PSR-4Joas Schilling2016-05-251-0/+203
* Store user bucket in preferencesRoeland Jago Douma2016-05-231-8/+82
* Fix NameRoeland Jago Douma2016-05-231-3/+3
* Add unit tests for ObjectHomeMountProviderRoeland Jago Douma2016-05-231-0/+170
* Add mapper unit testsRoeland Jago Douma2016-05-231-0/+50
* Only recurse into incomplete folders during background scansRobin Appelman2016-05-231-0/+27
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-2045-0/+12279