trilium/src
2017-09-17 11:20:33 -04:00
..
templates added conversion of notes to html 2017-09-17 11:20:33 -04:00
__init__.py password change (reencryption) 2017-09-09 13:53:58 -04:00
app.py password now encrypts random "data key" which is then used for encryption of the actual data 2017-09-16 23:21:46 -04:00
change_password.py fixed changing password 2017-09-17 00:18:03 -04:00
config_provider.py password change (reencryption) 2017-09-09 13:53:58 -04:00
my_scrypt.py password now encrypts random "data key" which is then used for encryption of the actual data 2017-09-16 23:21:46 -04:00
notes_api.py if parent note is encrypted, then child note will be created as encrypted as well 2017-09-08 22:43:02 -04:00
notes_move_api.py got rid of flask_restful and using plain flask to handle REST API calls 2017-08-30 23:07:45 -04:00
password_api.py fixed changing password 2017-09-17 00:18:03 -04:00
settings_api.py encryption timeout is now configurable in the db 2017-09-12 23:04:17 -04:00
sql.py username, password and flask_secret_key are now persisted in database 2017-09-12 21:06:09 -04:00
tree_api.py password now encrypts random "data key" which is then used for encryption of the actual data 2017-09-16 23:21:46 -04:00