summaryrefslogtreecommitdiffstats
path: root/tests/lib/files
Commit message (Expand)AuthorAgeFilesLines
* Deduplicate data provider and fix method visibilityJoas Schilling2015-04-241-18/+14
* only update share keys if the file was encryptedBjoern Schiessle2015-04-241-2/+4
* update share keys if file gets copiedBjoern Schiessle2015-04-231-16/+67
* update share keys if a file is moved to a shared folderBjoern Schiessle2015-04-231-6/+53
* Merge pull request #15809 from owncloud/view-null-rootVincent Petry2015-04-221-2/+19
|\
| * add unit tests for null handling in viewRobin Appelman2015-04-221-2/+19
* | pass KeyStorage via ctorThomas Müller2015-04-221-26/+1
* | calling renameKeys() on directory level as well - fixes #15778Thomas Müller2015-04-221-2/+15
* | add $encryptionModuleId to methods of Keys/IStorageThomas Müller2015-04-221-1/+1
|/
* Merge pull request #15757 from owncloud/enc-fixfeofforlastblockBjörn Schießle2015-04-221-6/+40
|\
| * Fix encryption feof to not return too earlyVincent Petry2015-04-201-6/+40
* | get dirname from sharePathBjoern Schiessle2015-04-211-1/+95
|/
* detect system wide mount points correctlyBjoern Schiessle2015-04-162-2/+8
* Merge pull request #15598 from owncloud/fix-enc-file-size-masterBjörn Schießle2015-04-142-14/+2
|\
| * remove calculateUnencryptedSize() - not neededThomas Müller2015-04-142-14/+2
* | Merge pull request #13360 from owncloud/cross-storage-moveMorris Jobke2015-04-141-7/+81
|\ \ | |/ |/|
| * Properly handle copy/move failures in cross storage copy/moveRobin Appelman2015-04-131-5/+14
| * Improve cross storage copy between local storagesRobin Appelman2015-04-131-2/+67
* | upda testsRobin Appelman2015-04-131-6/+1
* | preserve cache data when doing a cross storage moveRobin Appelman2015-04-131-0/+74
|/
* Properly add trailing slash to mount pointVincent Petry2015-04-131-0/+4
* fix cherrypickingJörn Friedrich Dreyer2015-04-101-1/+10
* fix filesystem and encryption testsJörn Friedrich Dreyer2015-04-101-7/+4
* Fix mock object to return proper typeThomas Müller2015-04-091-0/+2
* Fix mock object to return proper typeThomas Müller2015-04-091-0/+2
* Replace originalStorage in tests with a proper teardownVincent Petry2015-04-088-70/+19
* fixing unit test - expected value change due to different size being stored i...Thomas Müller2015-04-072-2/+2
* fixing unit testsThomas Müller2015-04-071-1/+7
* fixing unit test execution - test dummy module was behaving wrongThomas Müller2015-04-072-2/+2
* fixing unit test executionThomas Müller2015-04-071-7/+12
* Properly set size and unencrypted size in the stream unit testsThomas Müller2015-04-071-9/+8
* Adding unit test for read and write of big fileThomas Müller2015-04-071-0/+16
* Fixing encryption storage wrapper testsThomas Müller2015-04-072-5/+66
* fixing unit tests for encryption stream wrapper seekThomas Müller2015-04-071-0/+13
* fixing unit tests for stream wrapperThomas Müller2015-04-071-10/+42
* update unit tests after ctor signature change of \OC\Encryption\UtilThomas Müller2015-04-072-2/+8
* Removing files_encryption left oversThomas Müller2015-04-071-11/+0
* remove unencrypted_size from the cache, size will contain the unencrypted sizeBjoern Schiessle2015-04-072-8/+5
* adding unit tests for stream wrapperThomas Müller2015-04-071-0/+41
* various fixes & start to unit test the encryption storage wrapperThomas Müller2015-04-072-4/+50
* Properly quote file names in listFiles query for GDriveVincent Petry2015-03-311-16/+18
* Revert "Properly quote file names in listFiles query for GDrive"Lukas Reschke2015-03-311-18/+16
* Merge pull request #15215 from owncloud/ext-gdrivelistfilequotingFrank Karlitschek2015-03-311-16/+18
|\
| * Properly quote file names in listFiles query for GDriveVincent Petry2015-03-261-16/+18
* | Merge pull request #15240 from owncloud/storage-wrapper-priorityThomas Müller2015-03-271-0/+27
|\ \
| * | add priority to storage wrappersRobin Appelman2015-03-261-0/+27
| |/
* / SQLite autoincrement testVincent Petry2015-03-251-0/+13
|/
* Add `getNonExistingName()` to the node apiRobin Appelman2015-03-241-0/+36
* Merge pull request #14704 from owncloud/storage-wrapper-mountRobin Appelman2015-03-192-0/+63
|\
| * fix testRobin Appelman2015-03-161-2/+2