Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | pass KeyStorage via ctor | Thomas Müller | 2015-04-22 | 1 | -26/+1 | |
| | | ||||||
* | | calling renameKeys() on directory level as well - fixes #15778 | Thomas Müller | 2015-04-22 | 1 | -2/+15 | |
| | | ||||||
* | | add $encryptionModuleId to methods of Keys/IStorage | Thomas Müller | 2015-04-22 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #15757 from owncloud/enc-fixfeofforlastblock | Björn Schießle | 2015-04-22 | 1 | -6/+40 | |
|\ | | | | | Fix encryption feof to not return too early | |||||
| * | Fix encryption feof to not return too early | Vincent Petry | 2015-04-20 | 1 | -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 sharePath | Bjoern Schiessle | 2015-04-21 | 1 | -1/+95 | |
|/ | ||||||
* | detect system wide mount points correctly | Bjoern Schiessle | 2015-04-16 | 2 | -2/+8 | |
| | ||||||
* | Merge pull request #15598 from owncloud/fix-enc-file-size-master | Björn Schießle | 2015-04-14 | 2 | -14/+2 | |
|\ | | | | | Fix file size of encrypted files | |||||
| * | remove calculateUnencryptedSize() - not needed | Thomas Müller | 2015-04-14 | 2 | -14/+2 | |
| | | ||||||
* | | Merge pull request #13360 from owncloud/cross-storage-move | Morris Jobke | 2015-04-14 | 1 | -7/+81 | |
|\ \ | |/ |/| | Proper copy/move between multiple local storages | |||||
| * | Properly handle copy/move failures in cross storage copy/move | Robin Appelman | 2015-04-13 | 1 | -5/+14 | |
| | | ||||||
| * | Improve cross storage copy between local storages | Robin Appelman | 2015-04-13 | 1 | -2/+67 | |
| | | ||||||
* | | upda tests | Robin Appelman | 2015-04-13 | 1 | -6/+1 | |
| | | ||||||
* | | preserve cache data when doing a cross storage move | Robin Appelman | 2015-04-13 | 1 | -0/+74 | |
|/ | ||||||
* | Properly add trailing slash to mount point | Vincent Petry | 2015-04-13 | 1 | -0/+4 | |
| | | | | | Fixes resolving mount points when shared mount point's target name has the same prefix as the source name | |||||
* | fix cherrypicking | Jörn Friedrich Dreyer | 2015-04-10 | 1 | -1/+10 | |
| | ||||||
* | fix filesystem and encryption tests | Jörn Friedrich Dreyer | 2015-04-10 | 1 | -7/+4 | |
| | | | | | | Conflicts: apps/files_encryption/lib/util.php apps/files_encryption/tests/hooks.php | |||||
* | Fix mock object to return proper type | Thomas Müller | 2015-04-09 | 1 | -0/+2 | |
| | ||||||
* | Fix mock object to return proper type | Thomas Müller | 2015-04-09 | 1 | -0/+2 | |
| | ||||||
* | Replace originalStorage in tests with a proper teardown | Vincent Petry | 2015-04-08 | 8 | -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üller | 2015-04-07 | 2 | -2/+2 | |
| | | | | in cache table | |||||
* | fixing unit tests | Thomas Müller | 2015-04-07 | 1 | -1/+7 | |
| | ||||||
* | fixing unit test execution - test dummy module was behaving wrong | Thomas Müller | 2015-04-07 | 2 | -2/+2 | |
| | ||||||
* | fixing unit test execution | Thomas Müller | 2015-04-07 | 1 | -7/+12 | |
| | ||||||
* | Properly set size and unencrypted size in the stream unit tests | Thomas Müller | 2015-04-07 | 1 | -9/+8 | |
| | ||||||
* | Adding unit test for read and write of big file | Thomas Müller | 2015-04-07 | 1 | -0/+16 | |
| | ||||||
* | Fixing encryption storage wrapper tests | Thomas Müller | 2015-04-07 | 2 | -5/+66 | |
| | ||||||
* | fixing unit tests for encryption stream wrapper seek | Thomas Müller | 2015-04-07 | 1 | -0/+13 | |
| | ||||||
* | fixing unit tests for stream wrapper | Thomas Müller | 2015-04-07 | 1 | -10/+42 | |
| | ||||||
* | update unit tests after ctor signature change of \OC\Encryption\Util | Thomas Müller | 2015-04-07 | 2 | -2/+8 | |
| | ||||||
* | Removing files_encryption left overs | Thomas Müller | 2015-04-07 | 1 | -11/+0 | |
| | ||||||
* | remove unencrypted_size from the cache, size will contain the unencrypted size | Bjoern Schiessle | 2015-04-07 | 2 | -8/+5 | |
| | ||||||
* | adding unit tests for stream wrapper | Thomas Müller | 2015-04-07 | 1 | -0/+41 | |
| | ||||||
* | various fixes & start to unit test the encryption storage wrapper | Thomas Müller | 2015-04-07 | 2 | -4/+50 | |
| | ||||||
* | Properly quote file names in listFiles query for GDrive | Vincent Petry | 2015-03-31 | 1 | -16/+18 | |
| | ||||||
* | Revert "Properly quote file names in listFiles query for GDrive" | Lukas Reschke | 2015-03-31 | 1 | -18/+16 | |
| | ||||||
* | Merge pull request #15215 from owncloud/ext-gdrivelistfilequoting | Frank Karlitschek | 2015-03-31 | 1 | -16/+18 | |
|\ | | | | | Properly quote file names in listFiles query for GDrive | |||||
| * | Properly quote file names in listFiles query for GDrive | Vincent Petry | 2015-03-26 | 1 | -16/+18 | |
| | | ||||||
* | | Merge pull request #15240 from owncloud/storage-wrapper-priority | Thomas Müller | 2015-03-27 | 1 | -0/+27 | |
|\ \ | | | | | | | add priority to storage wrappers | |||||
| * | | add priority to storage wrappers | Robin Appelman | 2015-03-26 | 1 | -0/+27 | |
| |/ | ||||||
* / | SQLite autoincrement test | Vincent Petry | 2015-03-25 | 1 | -0/+13 | |
|/ | ||||||
* | Add `getNonExistingName()` to the node api | Robin Appelman | 2015-03-24 | 1 | -0/+36 | |
| | ||||||
* | Merge pull request #14704 from owncloud/storage-wrapper-mount | Robin Appelman | 2015-03-19 | 2 | -0/+63 | |
|\ | | | | | pass mountpoint to storage wrapper callback | |||||
| * | fix test | Robin Appelman | 2015-03-16 | 1 | -2/+2 | |
| | | ||||||
| * | fix factory test | Robin Appelman | 2015-03-11 | 2 | -6/+5 | |
| | | ||||||
| * | Allow setting the watcher policy as mount option | Robin Appelman | 2015-03-11 | 1 | -0/+9 | |
| | | ||||||
| * | Copy mount options to the storage | Robin Appelman | 2015-03-11 | 1 | -0/+10 | |
| | | ||||||
| * | Add test for storage factory | Robin Appelman | 2015-03-11 | 1 | -0/+45 | |
| | | ||||||
* | | Add test for backticks in path and etag | Joas Schilling | 2015-03-18 | 1 | -0/+22 | |
| | | ||||||
* | | Add positive test for path verification | Vincent Petry | 2015-03-17 | 1 | -0/+26 | |
| | |