Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -1/+1 |
| | |||||
* | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -1/+0 |
| | |||||
* | make system root of key storage configurable | Bjoern Schiessle | 2015-08-30 | 1 | -7/+46 |
| | |||||
* | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -0/+3 |
| | |||||
* | 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 | ||||
* | Move the storage wrapping into a testable method | Joas Schilling | 2015-06-02 | 1 | -43/+10 |
| | |||||
* | Merge pull request #16501 from owncloud/enc_fix_move_versions_between_storages | Vincent Petry | 2015-05-28 | 1 | -1/+4 |
|\ | | | | | [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 | ||||
* | | improve error messages displayed to the user | Bjoern Schiessle | 2015-05-27 | 1 | -2/+9 |
|/ | |||||
* | rename to 'Default encryption module' | Jan-Christoph Borchardt | 2015-05-06 | 1 | -1/+1 |
| | |||||
* | Make getDefaultModuleId public and get module protected | Joas Schilling | 2015-04-27 | 1 | -9/+5 |
| | |||||
* | Verify that the encryption module exists before setting it | Joas Schilling | 2015-04-27 | 1 | -6/+7 |
| | |||||
* | update share keys if a file is moved to a shared folder | Bjoern Schiessle | 2015-04-23 | 1 | -1/+19 |
| | |||||
* | pass KeyStorage via ctor | Thomas Müller | 2015-04-22 | 1 | -1/+2 |
| | |||||
* | Fix display name of encryption modules | Joas Schilling | 2015-04-18 | 1 | -4/+4 |
| | |||||
* | 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 | 1 | -1/+5 |
| | |||||
* | add migration script from old encryption to new one | Bjoern Schiessle | 2015-04-16 | 1 | -7/+35 |
| | |||||
* | fixing license headers - encryption code related | Thomas Müller | 2015-04-07 | 1 | -14/+13 |
| | |||||
* | don't wrap share storages | Bjoern Schiessle | 2015-04-07 | 1 | -11/+14 |
| | |||||
* | cleaning up exception mess | Thomas Müller | 2015-04-07 | 1 | -2/+1 |
| | |||||
* | pass file helper to encryption wrapper | Bjoern Schiessle | 2015-04-07 | 1 | -1/+2 |
| | |||||
* | Fix double registration of encryption module | Thomas Müller | 2015-04-07 | 1 | -4/+1 |
| | |||||
* | Setting up the encryption wrapper in a setup hook - temporarily fixes the ↵ | Thomas Müller | 2015-04-07 | 1 | -1/+19 |
| | | | | wrapping order | ||||
* | make recovery settings work | Bjoern Schiessle | 2015-04-07 | 1 | -1/+4 |
| | |||||
* | fix encryption manager to handle more than one encryption module | Bjoern Schiessle | 2015-04-07 | 1 | -6/+18 |
| | |||||
* | implement basic encryption functionallity in core to enable multiple ↵ | Bjoern Schiessle | 2015-03-26 | 1 | -0/+170 |
encryption modules |