azivner
|
c9322465a5
|
refactored naming to conform to PEP 8
|
2017-10-09 19:48:10 -04:00 |
|
azivner
|
e28c06ef37
|
all APIs are not prefixed with /api
|
2017-09-30 10:05:12 -04:00 |
|
azivner
|
0fc604e7b4
|
fixed changing password
|
2017-09-17 00:18:03 -04:00 |
|
azivner
|
1d395badfa
|
password now encrypts random "data key" which is then used for encryption of the actual data
|
2017-09-16 23:21:46 -04:00 |
|
azivner
|
3e97cdf085
|
changing password in settings dialog
|
2017-09-12 22:23:57 -04:00 |
|
azivner
|
b4f9fc3a5e
|
username, password and flask_secret_key are now persisted in database
|
2017-09-12 21:06:09 -04:00 |
|
azivner
|
c06c837904
|
password is moved out of config file into separate generated file
|
2017-09-09 14:21:57 -04:00 |
|
azivner
|
b83f090486
|
password change (reencryption)
|
2017-09-09 13:53:58 -04:00 |
|
azivner
|
87c1a95ccc
|
verifying password with hash on the backend to make sure we don't decrypt garbage and also to make sure that everything is encrypted with same password/key
|
2017-09-05 21:22:16 -04:00 |
|