| Commit message (Expand) | Author | Age | Files | Lines |
* | make encryption configurable for home storage | Bjoern Schiessle | 2015-10-27 | 1 | -1/+20 |
* | update licence headers via script | Morris Jobke | 2015-10-05 | 3 | -4/+0 |
* | use login name for password reset | Bjoern Schiessle | 2015-08-30 | 1 | -1/+15 |
* | use uid as additional information for salt | Bjoern Schiessle | 2015-08-07 | 1 | -2/+2 |
* | use password hash instead of the plain password to encrypt the private key | Bjoern Schiessle | 2015-08-07 | 1 | -1/+1 |
* | update license headers and authors | Morris Jobke | 2015-06-25 | 3 | -0/+6 |
* | detect migration status | Bjoern Schiessle | 2015-05-27 | 1 | -3/+12 |
* | change error codes to 400 | Clark Tomlinson | 2015-04-24 | 1 | -12/+12 |
* | fix messages from settings crontroller | Clark Tomlinson | 2015-04-22 | 1 | -12/+13 |
* | remove status's and adjust js | Clark Tomlinson | 2015-04-22 | 1 | -18/+24 |
* | destupify tests | Clark Tomlinson | 2015-04-22 | 1 | -24/+23 |
* | fixing return values and adding tests | Clark Tomlinson | 2015-04-22 | 1 | -32/+38 |
* | Merge pull request #15677 from owncloud/enc_reset_private_key_password | Thomas Müller | 2015-04-20 | 1 | -0/+131 |
|\ |
|
| * | 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 chang... | Bjoern Schiessle | 2015-04-17 | 1 | -0/+144 |
* | | 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 users... | Bjoern Schiessle | 2015-04-07 | 1 | -13/+48 |
* | 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 |