Bjoern Schiessle
|
5fad45b230
|
make encryption configurable for home storage
|
2015-10-27 14:24:20 +01:00 |
Morris Jobke
|
b945d71384
|
update licence headers via script
|
2015-10-05 21:15:52 +02:00 |
Bjoern Schiessle
|
f893de4136
|
use login name for password reset
|
2015-08-30 15:31:19 +02:00 |
Bjoern Schiessle
|
854fd63ea9
|
use uid as additional information for salt
|
2015-08-07 15:51:43 +02:00 |
Bjoern Schiessle
|
62bc0e5264
|
use password hash instead of the plain password to encrypt the private key
|
2015-08-07 15:21:08 +02:00 |
Morris Jobke
|
f63915d0c8
|
update license headers and authors
|
2015-06-25 14:13:49 +02:00 |
Bjoern Schiessle
|
68db3059ee
|
detect migration status
|
2015-05-27 21:00:02 +02:00 |
Clark Tomlinson
|
8c0856779b
|
change error codes to 400
|
2015-04-24 09:42:02 -04:00 |
Clark Tomlinson
|
29168665cb
|
fix messages from settings crontroller
|
2015-04-22 13:26:06 -04:00 |
Clark Tomlinson
|
e3ec1a8bb8
|
remove status's and adjust js
|
2015-04-22 11:07:56 -04:00 |
Clark Tomlinson
|
1747117edf
|
destupify tests
|
2015-04-22 10:46:56 -04:00 |
Clark Tomlinson
|
c81bc152d7
|
fixing return values and adding tests
|
2015-04-22 10:46:55 -04:00 |
Thomas Müller
|
b78e76a1cb
|
Merge pull request #15677 from owncloud/enc_reset_private_key_password
[encryption] let user update the private key password
|
2015-04-20 20:48:12 +02:00 |
Joas Schilling
|
04674c06cc
|
Dont use the old .status way
|
2015-04-20 18:26:14 +02:00 |
Joas Schilling
|
3f96662609
|
Fix several minor things
|
2015-04-20 17:44:34 +02:00 |
Bjoern Schiessle
|
d0a6fb1f2c
|
let user update the private key password in case the login password was changed from outside
|
2015-04-17 20:11:22 +02:00 |
Thomas Müller
|
2e803fd2cd
|
Do not concat translation string
|
2015-04-17 14:26:58 +02:00 |
Thomas Müller
|
d9f23c0578
|
fixing undefined variable
|
2015-04-17 14:25:57 +02:00 |
Bjoern Schiessle
|
e93f262eac
|
display warning if password changed or if the keys are not initialized
|
2015-04-16 14:30:19 +02:00 |
Lukas Reschke
|
3aad47c0f0
|
Fix code style
|
2015-04-09 10:46:46 +02:00 |
Lukas Reschke
|
d869f8212b
|
Enforce string as passed type
|
2015-04-09 10:45:50 +02:00 |
Thomas Müller
|
a4483243ac
|
fixing license headers - encryption code related
|
2015-04-07 17:02:49 +02:00 |
Bjoern Schiessle
|
b9e4e61759
|
userRecovery() was replaced by setRecoveryForUser()
|
2015-04-07 13:30:31 +02:00 |
Bjoern Schiessle
|
a057108c0c
|
make recovery key work
|
2015-04-07 13:30:30 +02:00 |
Bjoern Schiessle
|
e4895bda01
|
add helper class accessible for encryption modules to ask for a list of users with access to a file, needed to apply the recovery key to all files
|
2015-04-07 13:30:29 +02:00 |
Bjoern Schiessle
|
4b4aeaa5b2
|
fix set recovery key and implement change password
|
2015-04-07 13:30:29 +02:00 |
Clark Tomlinson
|
39733c8da1
|
Initial commit
|
2015-04-07 13:30:27 +02:00 |