aboutsummaryrefslogtreecommitdiffstats
path: root/apps/encryption/appinfo
Commit message (Collapse)AuthorAgeFilesLines
* Update license headersLukas Reschke2016-05-263-3/+3
|
* Move Encryption app to PSR-4 (#24524)Joas Schilling2016-05-121-274/+0
| | | | | | | | * Move Encryption to PSR-4 * Move encryption tests to PSR-4 * Fix the tests
* don't create a private-/public-key pair for each user if the master key is ↵Bjoern Schiessle2016-04-261-0/+1
| | | | enabled
* only create and update user specific key if no master key is enabledBjoern Schiessle2016-03-181-0/+5
|
* Increase all versions on master which is now 9.1Joas Schilling2016-03-021-2/+2
|
* sign all encrypted blocks and check signature on decryptBjörn Schießle2016-02-092-2/+4
|
* Make sure encryption has a valid licence tagJoas Schilling2016-02-031-1/+1
|
* Happy new year!Thomas Müller2016-01-124-4/+4
|
* Remove deprecated shipped flag from info.xml which has no use anymoreJoas Schilling2016-01-071-1/+0
|
* Add ownCloud min and max version for shipped appsJoas Schilling2016-01-071-1/+1
|
* make encryption configurable for home storageBjoern Schiessle2015-10-272-1/+7
|
* Increase the 2nd digit of shipped appsJoas Schilling2015-10-172-2/+2
|
* update licence headers via scriptMorris Jobke2015-10-054-6/+0
|
* Merge pull request #18983 from owncloud/fix_18926Thomas Müller2015-09-181-0/+1
|\ | | | | check for the right user if we can change his password
| * check for the right user if we can change his passwordBjoern Schiessle2015-09-141-0/+1
| |
* | occ script to disable encryption and to decrypt all files againBjoern Schiessle2015-09-151-0/+15
|/
* occ command to enable master keyBjoern Schiessle2015-09-081-0/+7
|
* use login name for password resetBjoern Schiessle2015-08-301-1/+2
|
* occ tool to encrypt all filesBjoern Schiessle2015-08-261-0/+20
|
* improved app description and adjust it to the way the new encryption module ↵Bjoern Schiessle2015-07-221-13/+8
| | | | works
* 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'
| * 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
|\ | | | | [encryption] let user update the private key password
| * let user update the private key password in case the login password was ↵Bjoern Schiessle2015-04-172-0/+19
| | | | | | | | changed from outside
* | 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
|\ | | | | [encryption] display warning if password changed or if the keys are not initialized
| * 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 ↵Bjoern Schiessle2015-04-072-1/+8
| | | | users with access to a file, needed to apply the recovery key to all files
* 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
| | | | and updating test some.
* make recovery settings workBjoern Schiessle2015-04-073-25/+22
|