summaryrefslogtreecommitdiffstats
path: root/lib/private/encryption/manager.php
Commit message (Expand)AuthorAgeFilesLines
* Introduce isReadyForUser and verify in file transfer ownership - fixes #23786Thomas Müller2016-04-151-0/+19
* fix creation of versions of encrypted files on external storagesBjoern Schiessle2016-03-311-9/+10
* 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 reflects...Thomas Müller2015-06-031-1/+1
* Fixing grammar - refs https://www.transifex.com/projects/p/owncloud/translate...Thomas Müller2015-06-031-1/+1
* 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
|\
| * copy keys before we move a file between storages to make sure that the new ta...Bjoern Schiessle2015-05-221-1/+4
* | 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 wra...Thomas Müller2015-04-071-1/+19
* 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 encrypti...Bjoern Schiessle2015-03-261-0/+170