summaryrefslogtreecommitdiffstats
path: root/tests/lib/files
Commit message (Expand)AuthorAgeFilesLines
* Further unit test suite tweatsThomas Müller2015-11-301-0/+79
* Apply DB group annotation ...Thomas Müller2015-11-3013-0/+91
* Skip unavailable storages in scannerRobin Appelman2015-11-272-6/+6
* Make Cache\Updater per storageRobin Appelman2015-11-251-30/+11
* update testsRobin Appelman2015-11-192-38/+10
* take the etag of child mounts into account for the folder etagRobin Appelman2015-11-191-0/+33
* Add tests for FileInfo ownerRobin Appelman2015-11-101-10/+44
* Merge pull request #16604 from owncloud/cache-escape-likeRobin Appelman2015-11-101-0/+48
|\
| * Add test for special character during moveRobin Appelman2015-11-051-0/+48
* | make sure that we update the unencrypted size for the versionsBjörn Schießle2015-11-041-0/+96
|/
* Fix locking unit tests due to filemtime additionVincent Petry2015-10-261-2/+10
* Also adjust storage_mtime of target after renameVincent Petry2015-10-261-0/+41
* Throw exception on `getPath` if file does not existLukas Reschke2015-10-251-0/+16
* Merge pull request #17641 from owncloud/fix_objectstore_renameJörn Friedrich Dreyer2015-10-192-0/+22
|\
| * Add tests for double cache renameRobin Appelman2015-10-161-0/+18
| * Skip checkupdate test for swiftRobin Appelman2015-10-161-0/+4
* | Added test for rmdir on moveablemountRoeland Jago Douma2015-10-161-0/+49
|/
* also detect files in a .part folder as part fileBjoern Schiessle2015-10-121-0/+23
* adjust filesystem tests to objectstoreJörn Friedrich Dreyer2015-10-091-3/+12
* Merge pull request #19414 from owncloud/swift_primary_storage_testsThomas Müller2015-10-081-21/+11
|\
| * test objectstore with ceph dockerJörn Friedrich Dreyer2015-10-061-21/+11
* | Add unit test for searching in storage rootRobin Appelman2015-10-061-0/+39
|/
* Merge pull request #19416 from owncloud/node-hook-connectorThomas Müller2015-10-051-0/+176
|\
| * remove unused useRobin Appelman2015-09-281-1/+0
| * Add hook connector to connect view and node hooksRobin Appelman2015-09-281-0/+177
* | Prevent moving mount point into already shared folder (outgoing)Vincent Petry2015-10-021-19/+112
* | versions should always use the keys of the original file, no need to create n...Bjoern Schiessle2015-10-011-0/+23
|/
* Merge pull request #19335 from owncloud/phil-davis-view-typosThomas Müller2015-09-241-3/+3
|\
| * Comment typos in tests/lib/files/view.phpPhil Davis2015-09-241-3/+3
* | Merge pull request #19303 from owncloud/usecorrectvariableThomas Müller2015-09-241-0/+25
|\ \ | |/ |/|
| * add is* storage testsJörn Friedrich Dreyer2015-09-231-0/+25
* | Merge pull request #16479 from owncloud/core-fixgetrelativepathwrongmatchesThomas Müller2015-09-241-28/+103
|\ \ | |/ |/|
| * Add more tests for relativePathJoas Schilling2015-09-221-23/+91
| * Prevent wrong matches in getRelativePathVincent Petry2015-09-221-10/+17
* | Merge pull request #19236 from owncloud/call_dot_directories_functionThomas Müller2015-09-231-1/+1
|\ \
| * | Replaces if ($file === '.' || $file === '..') by if(\OC\Files\Filesystem::isI...Martin2015-09-221-1/+1
* | | Merge pull request #19247 from owncloud/fix_locking_copy_operationThomas Müller2015-09-231-0/+43
|\ \ \ | |/ / |/| |
| * | catch excexptions during the copy operation and make sure that we free the lo...Bjoern Schiessle2015-09-221-0/+43
| |/
* | Move mimetype files into /resources/config/Lukas Reschke2015-09-221-31/+35
* | Move dummy backend to Tests namespaceLukas Reschke2015-09-229-12/+12
|/
* occ script to disable encryption and to decrypt all files againBjoern Schiessle2015-09-152-2/+2
* Use the view logic for getFolderContent for the node apiRobin Appelman2015-09-081-30/+7
* Unit tests for mimetype loaderRobin McCorkell2015-09-041-0/+93
* Merge pull request #18423 from owncloud/occ_encrypt_allBjörn Schießle2015-08-282-55/+10
|\
| * copy always file by file to encrypt/decrypt it if neededBjoern Schiessle2015-08-261-53/+8
| * occ tool to encrypt all filesBjoern Schiessle2015-08-262-2/+2
* | Revert "Fix mounting wrapped storages resulting in many-layered wrapping"Robin McCorkell2015-08-191-21/+0
|/
* Merge pull request #17932 from owncloud/fix_move_filesThomas Müller2015-08-111-1/+3
|\
| * make sure that we emit the hooks if a file gets moved from a subfolder to the...Bjoern Schiessle2015-07-291-1/+3
* | Merge pull request #18124 from owncloud/share-permwrongvarMorris Jobke2015-08-071-3/+60
|\ \