| .. |
|
templates
|
moved search behind tree action button
|
2017-10-01 08:47:26 +07:00 |
|
__init__.py
|
password change (reencryption)
|
2017-09-09 13:53:58 +07:00 |
|
app.py
|
returning 401 for unauthorized API calls while redirecting to /login for unauthorized page access
|
2017-09-30 18:38:22 +07:00 |
|
audit_api.py
|
all APIs are not prefixed with /api
|
2017-09-30 10:05:12 +07:00 |
|
audit_category.py
|
recording note content and title changes to audit_log
|
2017-09-30 21:18:23 +07:00 |
|
change_password.py
|
basic implementation of audit logging
|
2017-09-28 23:16:36 +07:00 |
|
config_provider.py
|
password change (reencryption)
|
2017-09-09 13:53:58 +07: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 +07:00 |
|
notes_api.py
|
dates are now stored in UTC and displayed in local time
|
2017-09-30 22:35:13 +07:00 |
|
notes_history_api.py
|
all APIs are not prefixed with /api
|
2017-09-30 10:05:12 +07:00 |
|
notes_move_api.py
|
all APIs are not prefixed with /api
|
2017-09-30 10:05:12 +07:00 |
|
password_api.py
|
all APIs are not prefixed with /api
|
2017-09-30 10:05:12 +07:00 |
|
settings_api.py
|
all APIs are not prefixed with /api
|
2017-09-30 10:05:12 +07:00 |
|
sql.py
|
dates are now stored in UTC and displayed in local time
|
2017-09-30 22:35:13 +07:00 |
|
tree_api.py
|
dates are now stored in UTC and displayed in local time
|
2017-09-30 22:35:13 +07:00 |
|
utils.py
|
dates are now stored in UTC and displayed in local time
|
2017-09-30 22:35:13 +07:00 |