| Commit message (Expand) | Author | Age | Files | Lines |
* | cache result from parent folders | Bjoern Schiessle | 2015-11-04 | 1 | -3/+24 |
* | update licence headers via script | Morris Jobke | 2015-10-05 | 5 | -5/+0 |
* | add some output to explain the pre-conditions for decrypt-all | Bjoern Schiessle | 2015-10-05 | 1 | -0/+3 |
* | 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 reflects... | Thomas Müller | 2015-06-03 | 1 | -1/+1 |
* | Fixing grammar - refs https://www.transifex.com/projects/p/owncloud/translate... | Thomas Müller | 2015-06-03 | 1 | -1/+1 |
* | 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 |
|\ |
|
| * | copy keys before we move a file between storages to make sure that the new ta... | Bjoern Schiessle | 2015-05-22 | 1 | -1/+4 |
| * | distinguish between source and target mount point to allow copy/rename betwee... | Bjoern Schiessle | 2015-05-21 | 1 | -6/+15 |
* | | 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 i... | Bjoern Schiessle | 2015-05-22 | 1 | -1/+2 |
|/ |
|
* | Merge pull request #16085 from owncloud/encryption-module-rename | Thomas Müller | 2015-05-19 | 2 | -2/+2 |
|\ |
|
| * | 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; impleme... | Bjoern Schiessle | 2015-05-13 | 1 | -11/+3 |
* | | 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 instead of the storage wrapper if a file ... | Bjoern Schiessle | 2015-05-11 | 2 | -1/+41 |
| |/ |
|
* / | 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 'OC\Encryption... | Thomas Müller | 2015-04-17 | 1 | -0/+66 |
* | 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 |