aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/files
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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 early
| * Fix encryption feof to not return too earlyVincent Petry2015-04-201-6/+40
| | | | | | | | | | | | | | | | | | | | This is because stream_read will pre-cache the next block which causes feof($this->source) to return true prematurely. So we cannot rely on it. Fixed encryption stream wrapper unit tests to actually simulate 6k/8k blocks to make sure we cover the matching logic. Added two data files with 8192 and 8193 bytes.
* | 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
|\ | | | | Fix file size of encrypted files
| * remove calculateUnencryptedSize() - not neededThomas Müller2015-04-142-14/+2
| |
* | Merge pull request #13360 from owncloud/cross-storage-moveMorris Jobke2015-04-141-7/+81
|\ \ | |/ |/| Proper copy/move between multiple local storages
| * 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
| | | | | Fixes resolving mount points when shared mount point's target name has the same prefix as the source name
* fix cherrypickingJörn Friedrich Dreyer2015-04-101-1/+10
|
* fix filesystem and encryption testsJörn Friedrich Dreyer2015-04-101-7/+4
| | | | | | Conflicts: apps/files_encryption/lib/util.php apps/files_encryption/tests/hooks.php
* 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
| | | | | | | | | | The purpose of $originalStorage in unit tests was to remount the old root. However that storage itself is already wrapped by storage wrapper, so remounting it would rewrap the storage several times. This fix makes use of "loginAsUser()" and "logout()" from the TestCase class to properly initialize and cleanup the FS as expected.
* fixing unit test - expected value change due to different size being stored ↵Thomas Müller2015-04-072-2/+2
| | | | in cache table
* 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 GDrive
| * 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 wrappers
| * | 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
|\ | | | | pass mountpoint to storage wrapper callback
| * fix testRobin Appelman2015-03-161-2/+2
| |
| * fix factory testRobin Appelman2015-03-112-6/+5
| |
| * Allow setting the watcher policy as mount optionRobin Appelman2015-03-111-0/+9
| |
| * Copy mount options to the storageRobin Appelman2015-03-111-0/+10
| |
| * Add test for storage factoryRobin Appelman2015-03-111-0/+45
| |
* | Add test for backticks in path and etagJoas Schilling2015-03-181-0/+22
| |
* | Add positive test for path verificationVincent Petry2015-03-171-0/+26
| |