summaryrefslogtreecommitdiffstats
path: root/lib/private/encryption/manager.php
Commit message (Collapse)AuthorAgeFilesLines
* Happy new year!Thomas Müller2016-01-121-1/+1
|
* update licence headers via scriptMorris Jobke2015-10-051-1/+0
|
* make system root of key storage configurableBjoern Schiessle2015-08-301-7/+46
|
* update license headers and authorsMorris Jobke2015-06-251-0/+3
|
* Catch NotFoundException and return no quota information which simply ↵Thomas Müller2015-06-031-1/+1
| | | | reflects the current state - no file storage has been initialized for the user.
* Fixing grammar - refs ↵Thomas Müller2015-06-031-1/+1
| | | | https://www.transifex.com/projects/p/owncloud/translate/#en_GB/lib/50330746
* Move the storage wrapping into a testable methodJoas Schilling2015-06-021-43/+10
|
* Merge pull request #16501 from owncloud/enc_fix_move_versions_between_storagesVincent Petry2015-05-281-1/+4
|\ | | | | [encryption] fix move versions between storages
| * copy keys before we move a file between storages to make sure that the new ↵Bjoern Schiessle2015-05-221-1/+4
| | | | | | | | target file reuses the old file key, otherwise versions will break
* | improve error messages displayed to the userBjoern Schiessle2015-05-271-2/+9
|/
* rename to 'Default encryption module'Jan-Christoph Borchardt2015-05-061-1/+1
|
* Make getDefaultModuleId public and get module protectedJoas Schilling2015-04-271-9/+5
|
* Verify that the encryption module exists before setting itJoas Schilling2015-04-271-6/+7
|
* update share keys if a file is moved to a shared folderBjoern Schiessle2015-04-231-1/+19
|
* pass KeyStorage via ctorThomas Müller2015-04-221-1/+2
|
* Fix display name of encryption modulesJoas Schilling2015-04-181-4/+4
|
* always create a new instance of the encryption moduleBjoern Schiessle2015-04-171-23/+19
|
* detect system wide mount points correctlyBjoern Schiessle2015-04-161-1/+5
|
* add migration script from old encryption to new oneBjoern Schiessle2015-04-161-7/+35
|
* fixing license headers - encryption code relatedThomas Müller2015-04-071-14/+13
|
* don't wrap share storagesBjoern Schiessle2015-04-071-11/+14
|
* cleaning up exception messThomas Müller2015-04-071-2/+1
|
* pass file helper to encryption wrapperBjoern Schiessle2015-04-071-1/+2
|
* Fix double registration of encryption moduleThomas Müller2015-04-071-4/+1
|
* Setting up the encryption wrapper in a setup hook - temporarily fixes the ↵Thomas Müller2015-04-071-1/+19
| | | | wrapping order
* make recovery settings workBjoern Schiessle2015-04-071-1/+4
|
* fix encryption manager to handle more than one encryption moduleBjoern Schiessle2015-04-071-6/+18
|
* implement basic encryption functionallity in core to enable multiple ↵Bjoern Schiessle2015-03-261-0/+170
encryption modules