summaryrefslogtreecommitdiffstats
path: root/tests/lib/files
Commit message (Expand)AuthorAgeFilesLines
* recalculate unencrypted size if we assume that the size stored in the db is n...Bjoern Schiessle2016-02-251-1/+157
* Skip unavailable storages in scannerRobin Appelman2016-01-072-6/+6
* Fix more unit tests to pass a mock storage instead of null to FileInfoVincent Petry2015-12-093-3/+27
* Add test for special character during moveRobin Appelman2015-11-201-0/+48
* Prevent moving mount point into already shared folder (outgoing)Vincent Petry2015-11-041-19/+112
* Add unit test for searching in storage rootRobin Appelman2015-10-091-0/+39
* Merge pull request #18139 from owncloud/stable8.1-share-permwrongvarThomas Müller2015-08-121-3/+60
|\
| * Fix removal of share permissions when share disabled for userVincent Petry2015-08-071-3/+60
* | Merge pull request #17991 from owncloud/backport-correct-regexThomas Müller2015-08-121-0/+4
|\ \
| * | Add more unit testsLukas Reschke2015-07-301-0/+2
| * | Correct regular expressionsLukas Reschke2015-07-301-0/+2
* | | Merge pull request #17947 from owncloud/fix_move_files_8.1Thomas Müller2015-08-121-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
| |/
* / always update file cache, the cache can handle partial data correctly if the ...Bjoern Schiessle2015-07-311-3/+5
|/
* Add a unit test for the disabled encryption caseJoas Schilling2015-07-271-1/+60
* Add unit testsLukas Reschke2015-07-271-0/+28
* make sure that we always detect legacy files correctlyBjoern Schiessle2015-07-171-5/+115
* add unit testRobin Appelman2015-07-021-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
|\ \
| * | phpdoc, strict and type hintsRobin Appelman2015-06-021-0/+7
| * | call mount providers that are registered after the filesystem is setupRobin Appelman2015-06-021-0/+35
| |/
* | Merge pull request #15895 from owncloud/dav-getremoteetagJoas Schilling2015-06-031-0/+18
|\ \
| * | Disable update check test when testing wrappersVincent Petry2015-06-021-0/+3
| * | Added storage backend test for checkUpdateVincent Petry2015-06-021-0/+15
| |/
* / Move the helpful method to the TestCase classJoas Schilling2015-06-032-6/+6
|/
* fix testRobin Appelman2015-06-011-2/+2
* high level locking wipRobin Appelman2015-06-011-0/+27
* Merge pull request #16517 from owncloud/remove-logo-wideThomas Müller2015-05-291-6/+6
|\
| * remove logo-wide from testsJan-Christoph Borchardt2015-05-211-6/+6
* | Only use quota stream wrapper on "files"Vincent Petry2015-05-281-11/+23
* | Merge pull request #16501 from owncloud/enc_fix_move_versions_between_storagesVincent Petry2015-05-281-4/+45
|\ \
| * | copy keys before we move a file between storages to make sure that the new ta...Bjoern Schiessle2015-05-221-4/+45
| |/
* | Merge pull request #16452 from owncloud/enc_ftp_uploadBjörn Schießle2015-05-262-3/+84
|\ \
| * | test to simulate a non-seekable stream wrapperBjoern Schiessle2015-05-212-3/+84
* | | Get correct mimetype when moving and changing extensionVincent Petry2015-05-211-7/+19
| |/ |/|