summaryrefslogtreecommitdiffstats
path: root/apps/encryption/appinfo
Commit message (Expand)AuthorAgeFilesLines
* improved app description and adjust it to the way the new encryption module w...Bjoern Schiessle2015-07-221-13/+8
* don't move keys if the key where already moved in a previous migration runBjoern Schiessle2015-07-171-1/+2
* update license headers and authorsMorris Jobke2015-06-253-5/+22
* detect migration statusBjoern Schiessle2015-05-272-3/+11
* Merge pull request #16085 from owncloud/encryption-module-renameThomas Müller2015-05-191-1/+1
|\
| * rename to 'Default encryption module'Jan-Christoph Borchardt2015-05-061-1/+1
* | add l10n to constructorBjoern Schiessle2015-05-181-1/+2
* | a new approach to display the error messageBjoern Schiessle2015-05-181-1/+2
|/
* skip user if we don't have a public keyBjoern Schiessle2015-04-301-0/+3
* skip update of encryption keys if file is not encryptedBjoern Schiessle2015-04-281-1/+2
* add $encryptionModuleId to methods of Keys/IStorageThomas Müller2015-04-221-8/+10
* Merge pull request #15677 from owncloud/enc_reset_private_key_passwordThomas Müller2015-04-202-0/+19
|\
| * let user update the private key password in case the login password was chang...Bjoern Schiessle2015-04-172-0/+19
* | always create a new instance of the encryption moduleBjoern Schiessle2015-04-171-7/+11
|/
* Merge pull request #15675 from owncloud/enc_error_messagesClark Tomlinson2015-04-163-3/+28
|\
| * display warning if password changed or if the keys are not initializedBjoern Schiessle2015-04-163-3/+28
* | add versionBjoern Schiessle2015-04-161-0/+1
* | add migration script from old encryption to new oneBjoern Schiessle2015-04-164-10/+28
|/
* Fix PHPDocLukas Reschke2015-04-091-14/+1
* fixing license headers - encryption code relatedThomas Müller2015-04-073-6/+11
* userRecovery() was replaced by setRecoveryForUser()Bjoern Schiessle2015-04-071-5/+0
* make recovery key workBjoern Schiessle2015-04-071-0/+1
* let user enable recovery keyBjoern Schiessle2015-04-071-3/+8
* add helper class accessible for encryption modules to ask for a list of users...Bjoern Schiessle2015-04-072-1/+8
* register settings and hooks only onceBjoern Schiessle2015-04-072-8/+2
* fix set recovery key and implement change passwordBjoern Schiessle2015-04-071-0/+5
* Fix double registration of encryption moduleThomas Müller2015-04-072-6/+3
* use password change logic to userhooks to avoid recursionsBjoern Schiessle2015-04-071-3/+3
* add session class to handle all session operationsBjoern Schiessle2015-04-071-3/+2
* moving methods to their final placesClark Tomlinson2015-04-071-8/+3
* make recovery settings workBjoern Schiessle2015-04-073-25/+22
* fix parameter declaration and class initialisationBjoern Schiessle2015-04-071-1/+2
* check if recovery key exists and encrypt the file with the recovery key if ne...Bjoern Schiessle2015-04-071-1/+4
* add setting templatesBjoern Schiessle2015-04-071-1/+1
* cleanup and removing cachefactoryClark Tomlinson2015-04-071-2/+6
* read encrypted filesBjoern Schiessle2015-04-071-0/+1
* write encrypted file to discBjoern Schiessle2015-04-071-6/+3
* fixing obvious bugs while testingThomas Müller2015-04-071-14/+11
* Updating keystorage movement and fixing hooksClark Tomlinson2015-04-071-17/+26
* Initial commitClark Tomlinson2015-04-074-0/+290