trilium/src
2017-10-09 11:28:56 -04:00
..
templates added history button 2017-10-09 11:28:56 -04:00
__init__.py password change (reencryption) 2017-09-09 13:53:58 -04:00
app.py returning 401 for unauthorized API calls while redirecting to /login for unauthorized page access 2017-09-30 18:38:22 -04:00
audit_api.py all APIs are not prefixed with /api 2017-09-30 10:05:12 -04:00
audit_category.py recording note content and title changes to audit_log 2017-09-30 21:18:23 -04:00
backup.py cleanup of old backup files 2017-10-06 20:39:00 -04:00
change_password.py basic implementation of audit logging 2017-09-28 23:16:36 -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 dates are now stored in UTC and displayed in local time 2017-09-30 22:35:13 -04:00
notes_history_api.py all APIs are not prefixed with /api 2017-09-30 10:05:12 -04:00
notes_move_api.py all APIs are not prefixed with /api 2017-09-30 10:05:12 -04:00
password_api.py all APIs are not prefixed with /api 2017-09-30 10:05:12 -04:00
settings_api.py all APIs are not prefixed with /api 2017-09-30 10:05:12 -04:00
sql.py dates are now stored in UTC and displayed in local time 2017-09-30 22:35:13 -04:00
tree_api.py basic backup implementation (in progress) 2017-10-05 21:43:39 -04:00
utils.py basic backup implementation (in progress) 2017-10-05 21:43:39 -04:00