Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move Encryption app to PSR-4 (#24524) | Joas Schilling | 2016-05-12 | 1 | -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 Schiessle | 2016-04-26 | 1 | -0/+1 |
| | | | | enabled | ||||
* | only create and update user specific key if no master key is enabled | Bjoern Schiessle | 2016-03-18 | 1 | -0/+5 |
| | |||||
* | sign all encrypted blocks and check signature on decrypt | Björn Schießle | 2016-02-09 | 1 | -1/+2 |
| | |||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -1/+1 |
| | |||||
* | make encryption configurable for home storage | Bjoern Schiessle | 2015-10-27 | 1 | -1/+2 |
| | |||||
* | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -2/+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 | ||||
| * | 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 |
|/ | |||||
* | 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 |
| | |||||
* | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -1/+2 |
| | |||||
* | detect migration status | Bjoern Schiessle | 2015-05-27 | 1 | -1/+7 |
| | |||||
* | 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 | 1 | -0/+14 |
|\ | | | | | [encryption] let user update the private key password | ||||
| * | let user update the private key password in case the login password was ↵ | Bjoern Schiessle | 2015-04-17 | 1 | -0/+14 |
| | | | | | | | | changed from outside | ||||
* | | always create a new instance of the encryption module | Bjoern Schiessle | 2015-04-17 | 1 | -7/+11 |
|/ | |||||
* | Merge pull request #15675 from owncloud/enc_error_messages | Clark Tomlinson | 2015-04-16 | 1 | -2/+20 |
|\ | | | | | [encryption] display warning if password changed or if the keys are not initialized | ||||
| * | display warning if password changed or if the keys are not initialized | Bjoern Schiessle | 2015-04-16 | 1 | -2/+20 |
| | | |||||
* | | add migration script from old encryption to new one | Bjoern Schiessle | 2015-04-16 | 1 | -6/+7 |
|/ | |||||
* | Fix PHPDoc | Lukas Reschke | 2015-04-09 | 1 | -14/+1 |
| | |||||
* | fixing license headers - encryption code related | Thomas Müller | 2015-04-07 | 1 | -2/+4 |
| | |||||
* | make recovery key work | Bjoern Schiessle | 2015-04-07 | 1 | -0/+1 |
| | |||||
* | let user enable recovery key | Bjoern Schiessle | 2015-04-07 | 1 | -3/+8 |
| | |||||
* | add helper class accessible for encryption modules to ask for a list of ↵ | Bjoern Schiessle | 2015-04-07 | 1 | -1/+3 |
| | | | | users with access to a file, needed to apply the recovery key to all files | ||||
* | register settings and hooks only once | Bjoern Schiessle | 2015-04-07 | 1 | -8/+0 |
| | |||||
* | Fix double registration of encryption module | Thomas Müller | 2015-04-07 | 1 | -1/+1 |
| | |||||
* | use password change logic to userhooks to avoid recursions | Bjoern Schiessle | 2015-04-07 | 1 | -3/+3 |
| | |||||
* | add session class to handle all session operations | Bjoern Schiessle | 2015-04-07 | 1 | -3/+2 |
| | |||||
* | moving methods to their final places | Clark Tomlinson | 2015-04-07 | 1 | -8/+3 |
| | | | | and updating test some. | ||||
* | make recovery settings work | Bjoern Schiessle | 2015-04-07 | 1 | -0/+196 |