aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/files
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | Fix removal of share permissions when share disabled for userVincent Petry2015-08-071-3/+60
* | | Merge pull request #13641 from owncloud/cache-storage-statusVincent Petry2015-08-072-0/+170
|\ \ \ | |/ / |/| |
| * | Fix mounting wrapped storages resulting in many-layered wrappingRobin McCorkell2015-07-201-0/+21
| * | Store storage availability in databaseRobin McCorkell2015-07-201-0/+149
* | | always update file cache, the cache can handle partial data correctly if the ...Bjoern Schiessle2015-07-311-3/+5
* | | Merge pull request #17981 from owncloud/correct-regexThomas Müller2015-07-301-0/+4
|\ \ \
| * | | Add more unit testsLukas Reschke2015-07-301-0/+2
| * | | Correct regular expressionsLukas Reschke2015-07-301-0/+2
| | |/ | |/|
* | | Merge pull request #17950 from owncloud/config-dontdetectfschangesinrootbydef...Robin McCorkell2015-07-291-0/+3
|\ \ \ | |/ / |/| |
| * | Fix watcher tests to explicitly set policyVincent Petry2015-07-291-0/+3
* | | Merge pull request #15543 from rullzer/mimetypedetectorMorris Jobke2015-07-281-0/+283
|\ \ \ | |/ / |/| |
| * | Pass config dir as parameter to detection classRoeland Jago Douma2015-07-271-4/+199
| * | Loading of mapping/aliases is done in classRoeland Jago Douma2015-07-271-9/+0
| * | Move mimetypedetection to files/type/detectionRoeland Jago Douma2015-07-271-4/+4
| * | Added mimetype detectorRoeland Jago Douma2015-07-271-0/+97
| |/
* | Merge pull request #17840 from owncloud/fix-enc-wrapper-without-encryptionThomas Müller2015-07-271-1/+60
|\ \