Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | only check if the user exists if a user was added as parameter | Bjoern Schiessle | 2015-09-24 | 1 | -1/+1 |
| | |||||
* | improved error message if user doesn't exists | Bjoern Schiessle | 2015-09-21 | 1 | -0/+5 |
| | |||||
* | occ script to disable encryption and to decrypt all files again | Bjoern Schiessle | 2015-09-15 | 1 | -0/+268 |
| | |||||
* | make system root of key storage configurable | Bjoern Schiessle | 2015-08-30 | 3 | -22/+98 |
| | |||||
* | make sure that we always detect legacy files correctly | Bjoern Schiessle | 2015-07-17 | 1 | -29/+0 |
| | |||||
* | update license headers and authors | Morris Jobke | 2015-06-25 | 5 | -0/+12 |
| | |||||
* | Check if the part files has keys when the original file does not | Joas Schilling | 2015-06-08 | 1 | -1/+11 |
| | |||||
* | Catch NotFoundException and return no quota information which simply ↵ | Thomas Müller | 2015-06-03 | 1 | -1/+1 |
| | | | | reflects the current state - no file storage has been initialized for the user. | ||||
* | Fixing grammar - refs ↵ | Thomas Müller | 2015-06-03 | 1 | -1/+1 |
| | | | | https://www.transifex.com/projects/p/owncloud/translate/#en_GB/lib/50330746 | ||||
* | make sure that we always use the correct owner for both source and target | Bjoern Schiessle | 2015-06-03 | 1 | -31/+24 |
| | |||||
* | Correctly ignore remote shares aswell | Joas Schilling | 2015-06-02 | 1 | -1/+4 |
| | |||||
* | Add unit tests for wrapStorage | Joas Schilling | 2015-06-02 | 1 | -2/+1 |
| | |||||
* | Move the storage wrapping into a testable method | Joas Schilling | 2015-06-02 | 2 | -43/+59 |
| | |||||
* | Merge pull request #16501 from owncloud/enc_fix_move_versions_between_storages | Vincent Petry | 2015-05-28 | 2 | -7/+19 |
|\ | | | | | [encryption] fix move versions between storages | ||||
| * | copy keys before we move a file between storages to make sure that the new ↵ | Bjoern Schiessle | 2015-05-22 | 1 | -1/+4 |
| | | | | | | | | target file reuses the old file key, otherwise versions will break | ||||
| * | distinguish between source and target mount point to allow copy/rename ↵ | Bjoern Schiessle | 2015-05-21 | 1 | -6/+15 |
| | | | | | | | | between system wide mount points and user specific mountpoints | ||||
* | | improve error messages displayed to the user | Bjoern Schiessle | 2015-05-27 | 2 | -13/+9 |
| | | |||||
* | | remove part file extension before we read a filekey to reuse a existing key ↵ | Bjoern Schiessle | 2015-05-22 | 1 | -1/+2 |
|/ | | | | if possible, otherwise stuff like versioning will break | ||||
* | Merge pull request #16085 from owncloud/encryption-module-rename | Thomas Müller | 2015-05-19 | 2 | -2/+2 |
|\ | | | | | rename to 'Default encryption module' | ||||
| * | rename to 'Default encryption module' | Jan-Christoph Borchardt | 2015-05-06 | 2 | -2/+2 |
| | | |||||
* | | a new approach to display the error message | Bjoern Schiessle | 2015-05-18 | 1 | -0/+11 |
| | | |||||
* | | delete all file keys doesn't need the encryption module as parameter; ↵ | Bjoern Schiessle | 2015-05-13 | 1 | -11/+3 |
| | | | | | | | | implement rmdir; getFileKeyDir should also work for part files and complete directories | ||||
* | | Merge pull request #16228 from owncloud/enc_fix_restore | Björn Schießle | 2015-05-12 | 2 | -1/+41 |
|\ \ | | | | | | | use hooks to update encryption keys | ||||
| * | | use hooks to update encryption keys instead of the storage wrapper if a file ↵ | Bjoern Schiessle | 2015-05-11 | 2 | -1/+41 |
| |/ | | | | | | | | | | | gets renamed/restored, as long as we are in the storage wrapper the file cache isn't up-to-date | ||||
* / | fix check if file is excluded from encryption | Bjoern Schiessle | 2015-05-11 | 1 | -1/+1 |
|/ | |||||
* | check if encryption is enbaled before we start moving keys | Bjoern Schiessle | 2015-05-06 | 1 | -10/+14 |
| | |||||
* | Make getDefaultModuleId public and get module protected | Joas Schilling | 2015-04-27 | 2 | -10/+6 |
| | |||||
* | Verify that the encryption module exists before setting it | Joas Schilling | 2015-04-27 | 1 | -6/+7 |
| | |||||
* | only update share keys if the file was encrypted | Bjoern Schiessle | 2015-04-24 | 1 | -0/+9 |
| | |||||
* | update share keys if a file is moved to a shared folder | Bjoern Schiessle | 2015-04-23 | 4 | -33/+77 |
| | |||||
* | fix PHPDoc | Thomas Müller | 2015-04-22 | 1 | -7/+8 |
| | |||||
* | pass KeyStorage via ctor | Thomas Müller | 2015-04-22 | 1 | -1/+2 |
| | |||||
* | add $encryptionModuleId to methods of Keys/IStorage | Thomas Müller | 2015-04-22 | 2 | -139/+39 |
| | |||||
* | Fix display name of encryption modules | Joas Schilling | 2015-04-18 | 1 | -4/+4 |
| | |||||
* | Delay initialization of the OC\Encryption\Update - introducing ↵ | Thomas Müller | 2015-04-17 | 1 | -0/+66 |
| | | | | 'OC\Encryption\HookManager' | ||||
* | always create a new instance of the encryption module | Bjoern Schiessle | 2015-04-17 | 1 | -23/+19 |
| | |||||
* | detect system wide mount points correctly | Bjoern Schiessle | 2015-04-16 | 3 | -8/+41 |
| | |||||
* | add migration script from old encryption to new one | Bjoern Schiessle | 2015-04-16 | 2 | -7/+45 |
| | |||||
* | Check if the key exists, before trying to delete it | Joas Schilling | 2015-04-09 | 1 | -8/+9 |
| | |||||
* | fixing license headers - encryption code related | Thomas Müller | 2015-04-07 | 14 | -141/+136 |
| | |||||
* | PHPDoc cleanup - clean code \o/ | Thomas Müller | 2015-04-07 | 1 | -1/+1 |
| | |||||
* | add unit tests to the keystorage | Bjoern Schiessle | 2015-04-07 | 1 | -1/+1 |
| | |||||
* | implement webdav copy | Bjoern Schiessle | 2015-04-07 | 1 | -1/+34 |
| | |||||
* | Fixing encryption storage wrapper tests | Thomas Müller | 2015-04-07 | 1 | -1/+1 |
| | |||||
* | fix re-shares with encryption | Bjoern Schiessle | 2015-04-07 | 2 | -5/+9 |
| | |||||
* | don't wrap share storages | Bjoern Schiessle | 2015-04-07 | 1 | -11/+14 |
| | |||||
* | cleaning up exception mess | Thomas Müller | 2015-04-07 | 15 | -125/+37 |
| | |||||
* | getUidAndFilename() always get uid from path | Bjoern Schiessle | 2015-04-07 | 1 | -46/+6 |
| | |||||
* | Finally fixing encryption with public share | Thomas Müller | 2015-04-07 | 1 | -16/+16 |
| | |||||
* | PHPDoc | Thomas Müller | 2015-04-07 | 1 | -4/+2 |
| |