| Commit message (Expand) | Author | Age | Files | Lines |
* | since the default for the master key changed we need to write the setting exp... | Bjoern Schiessle | 2017-07-06 | 1 | -1/+7 |
* | after the master key was loaded we are ready to go, no re-login needed | Bjoern Schiessle | 2017-07-06 | 1 | -0/+1 |
* | make master key the new default | Bjoern Schiessle | 2017-07-06 | 1 | -0/+1 |
* | move encryption to security (and behind two factor things) | Arthur Schiwon | 2017-06-27 | 1 | -1/+0 |
* | adapt encryption | Arthur Schiwon | 2017-06-23 | 2 | -2/+3 |
* | Split multi-author entries | Joas Schilling | 2017-05-22 | 1 | -1/+2 |
* | Bump app versions as well | Joas Schilling | 2017-05-22 | 1 | -1/+1 |
* | Adjust version requirement | Joas Schilling | 2017-05-22 | 1 | -1/+1 |
* | minor version bump | Christoph Wurst | 2017-01-17 | 1 | -1/+1 |
* | always allow remembered login | Christoph Wurst | 2017-01-11 | 1 | -1/+0 |
* | Update app versions and requirements | Joas Schilling | 2016-12-13 | 1 | -2/+2 |
* | Use 11.0 instead 9.2 | Lukas Reschke | 2016-11-15 | 1 | -1/+1 |
* | Move console command registration to info.xml for encryption as well as files... | Thomas Müller | 2016-10-12 | 2 | -38/+4 |
* | fixes, improvements, and another app: | Arthur Schiwon | 2016-08-11 | 1 | -2/+4 |
* | Also increase the min version | Joas Schilling | 2016-07-22 | 1 | -1/+1 |
* | bumb compatible app versions for core apps | Robin Appelman | 2016-07-22 | 1 | -1/+1 |
* | Merge pull request #500 from nextcloud/bump_version | Joas Schilling | 2016-07-22 | 1 | -1/+1 |
|\ |
|
| * | Increase app versions | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
* | | Fix apps/ | Joas Schilling | 2016-07-21 | 3 | -3/+6 |
|/ |
|
* | Update license headers | Lukas Reschke | 2016-05-26 | 3 | -3/+3 |
* | Move Encryption app to PSR-4 (#24524) | Joas Schilling | 2016-05-12 | 1 | -274/+0 |
* | don't create a private-/public-key pair for each user if the master key is en... | Bjoern Schiessle | 2016-04-26 | 1 | -0/+1 |
* | only create and update user specific key if no master key is enabled | Bjoern Schiessle | 2016-03-18 | 1 | -0/+5 |
* | Increase all versions on master which is now 9.1 | Joas Schilling | 2016-03-02 | 1 | -2/+2 |
* | sign all encrypted blocks and check signature on decrypt | Björn Schießle | 2016-02-09 | 2 | -2/+4 |
* | Make sure encryption has a valid licence tag | Joas Schilling | 2016-02-03 | 1 | -1/+1 |
* | Happy new year! | Thomas Müller | 2016-01-12 | 4 | -4/+4 |
* | Remove deprecated shipped flag from info.xml which has no use anymore | Joas Schilling | 2016-01-07 | 1 | -1/+0 |
* | Add ownCloud min and max version for shipped apps | Joas Schilling | 2016-01-07 | 1 | -1/+1 |
* | make encryption configurable for home storage | Bjoern Schiessle | 2015-10-27 | 2 | -1/+7 |
* | Increase the 2nd digit of shipped apps | Joas Schilling | 2015-10-17 | 2 | -2/+2 |
* | update licence headers via script | Morris Jobke | 2015-10-05 | 4 | -6/+0 |
* | Merge pull request #18983 from owncloud/fix_18926 | Thomas Müller | 2015-09-18 | 1 | -0/+1 |
|\ |
|
| * | check for the right user if we can change his password | Bjoern Schiessle | 2015-09-14 | 1 | -0/+1 |
* | | occ script to disable encryption and to decrypt all files again | Bjoern Schiessle | 2015-09-15 | 1 | -0/+15 |
|/ |
|
* | occ command to enable master key | Bjoern Schiessle | 2015-09-08 | 1 | -0/+7 |
* | use login name for password reset | Bjoern Schiessle | 2015-08-30 | 1 | -1/+2 |
* | occ tool to encrypt all files | Bjoern Schiessle | 2015-08-26 | 1 | -0/+20 |
* | improved app description and adjust it to the way the new encryption module w... | Bjoern Schiessle | 2015-07-22 | 1 | -13/+8 |
* | don't move keys if the key where already moved in a previous migration run | Bjoern Schiessle | 2015-07-17 | 1 | -1/+2 |
* | update license headers and authors | Morris Jobke | 2015-06-25 | 3 | -5/+22 |
* | detect migration status | Bjoern Schiessle | 2015-05-27 | 2 | -3/+11 |
* | Merge pull request #16085 from owncloud/encryption-module-rename | Thomas Müller | 2015-05-19 | 1 | -1/+1 |
|\ |
|
| * | rename to 'Default encryption module' | Jan-Christoph Borchardt | 2015-05-06 | 1 | -1/+1 |
* | | add l10n to constructor | Bjoern Schiessle | 2015-05-18 | 1 | -1/+2 |
* | | a new approach to display the error message | Bjoern Schiessle | 2015-05-18 | 1 | -1/+2 |
|/ |
|
* | skip user if we don't have a public key | Bjoern Schiessle | 2015-04-30 | 1 | -0/+3 |
* | skip update of encryption keys if file is not encrypted | Bjoern Schiessle | 2015-04-28 | 1 | -1/+2 |
* | add $encryptionModuleId to methods of Keys/IStorage | Thomas Müller | 2015-04-22 | 1 | -8/+10 |
* | Merge pull request #15677 from owncloud/enc_reset_private_key_password | Thomas Müller | 2015-04-20 | 2 | -0/+19 |
|\ |
|