Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #15677 from owncloud/enc_reset_private_key_password | Thomas Müller | 2015-04-20 | 1 | -0/+131 |
|\ | | | | | [encryption] let user update the private key password | ||||
| * | Dont use the old .status way | Joas Schilling | 2015-04-20 | 1 | -11/+2 |
| | | |||||
| * | Fix several minor things | Joas Schilling | 2015-04-20 | 1 | -17/+13 |
| | | |||||
| * | let user update the private key password in case the login password was ↵ | Bjoern Schiessle | 2015-04-17 | 1 | -0/+144 |
| | | | | | | | | changed from outside | ||||
* | | Do not concat translation string | Thomas Müller | 2015-04-17 | 1 | -5/+4 |
| | | |||||
* | | fixing undefined variable | Thomas Müller | 2015-04-17 | 1 | -8/+8 |
|/ | |||||
* | display warning if password changed or if the keys are not initialized | Bjoern Schiessle | 2015-04-16 | 1 | -0/+89 |
| | |||||
* | Fix code style | Lukas Reschke | 2015-04-09 | 1 | -1/+8 |
| | |||||
* | Enforce string as passed type | Lukas Reschke | 2015-04-09 | 1 | -1/+13 |
| | |||||
* | fixing license headers - encryption code related | Thomas Müller | 2015-04-07 | 1 | -2/+3 |
| | |||||
* | userRecovery() was replaced by setRecoveryForUser() | Bjoern Schiessle | 2015-04-07 | 1 | -12/+0 |
| | |||||
* | make recovery key work | Bjoern Schiessle | 2015-04-07 | 1 | -0/+3 |
| | |||||
* | add helper class accessible for encryption modules to ask for a list of ↵ | Bjoern Schiessle | 2015-04-07 | 1 | -13/+48 |
| | | | | users with access to a file, needed to apply the recovery key to all files | ||||
* | fix set recovery key and implement change password | Bjoern Schiessle | 2015-04-07 | 1 | -13/+41 |
| | |||||
* | Initial commit | Clark Tomlinson | 2015-04-07 | 1 | -0/+106 |