aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/files
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | Add a unit test for the disabled encryption caseJoas Schilling2015-07-231-1/+60
| |/
* / Add unit testsLukas Reschke2015-07-271-0/+28
|/
* make sure that we always detect legacy files correctlyBjoern Schiessle2015-07-171-5/+115
* Merge pull request #16924 from owncloud/copy-recursive-polyfillThomas Müller2015-07-061-0/+46
|\
| * add unit testsRobin Appelman2015-07-031-0/+46
* | Remove file mapper - was only use in Windows and never worked properlyThomas Müller2015-07-033-177/+0
* | Merge pull request #17077 from owncloud/files-scan-absolute-pathMorris Jobke2015-07-021-0/+43
|\ \
| * | add unit testRobin Appelman2015-06-291-0/+43
* | | Unlock first path on rename if second path is lockedVincent Petry2015-06-291-0/+33
* | | Merge pull request #17030 from owncloud/lock-posthooksJoas Schilling2015-06-291-1/+623
|\ \ \ | |/ / |/| |
| * | Remove test-specific method to make Bjoern and Joas happyVincent Petry2015-06-261-1/+1
| * | Keep shared locks in post hooksVincent Petry2015-06-251-1/+623
* | | Correctly check if the real file exists, otherwise try the part fileJoas Schilling2015-06-261-8/+18
|/ /
* | Merge pull request #17070 from owncloud/lock-movemountbugVincent Petry2015-06-241-0/+91
|\ \
| * | Fix locked paths in the moveMount caseVincent Petry2015-06-241-0/+91
* | | Merge pull request #17045 from owncloud/enc_improvementsBjörn Schießle2015-06-231-3/+60
|\ \ \ | |/ / |/| |
| * | make sure that we always read the header from the original fileBjoern Schiessle2015-06-231-3/+60
* | | Merge pull request #16657 from owncloud/view-emit-pathThomas Müller2015-06-221-0/+29
|\ \ \
| * | | emit hooks from a view as long as the path is inside the default rootRobin Appelman2015-06-021-0/+29
* | | | Workaround for empty dir deletion for SFTPVincent Petry2015-06-181-0/+7
| |/ / |/| |
* | | Normalize path in View's lock methodsVincent Petry2015-06-161-0/+22
* | | Rethrow LockedException with full pathVincent Petry2015-06-161-0/+39
| |/ |/|
* | Add return value to lock methods and check it in testsJoas Schilling2015-06-121-8/+70
* | Merge pull request #16158 from owncloud/mountprovider-after-setupThomas Müller2015-06-081-0/+42
|\ \