trilium/services
2017-12-04 00:17:08 -05:00
..
app_info.js implemented initial setup of the app 2017-12-03 22:29:23 -05:00
auth.js implemented initial setup of the app 2017-12-03 22:29:23 -05:00
backup.js distinguishing between when DB is just connected and when it's ready for queries (validated) 2017-12-03 19:18:33 -05:00
build.js migration now works also in electron 2017-11-30 19:58:00 -05:00
change_password.js synchronization of transactions using promise so only one can be active 2017-11-28 17:24:08 -05:00
config.js all user files are now stored in one directory, by default trilium-data in users home directory 2017-10-23 23:30:23 -04:00
content_hash.js recent notes are now keyed by note tree id which simplifies things 2017-12-03 10:06:53 -05:00
data_dir.js export subtree to filesystem 2017-12-02 21:48:22 -05:00
data_encryption.js cleaned up "CBC" from methods since we don't have CTR 2017-11-18 12:53:17 -05:00
event_log.js synchronization of transactions using promise so only one can be active 2017-11-28 17:24:08 -05:00
log.js removed audit_log 2017-11-24 20:51:44 -05:00
messaging.js logging JS errors to backend logs 2017-12-01 22:28:22 -05:00
migration.js implemented initial setup of the app 2017-12-03 22:29:23 -05:00
my_scrypt.js sync of options 2017-11-02 20:48:02 -04:00
notes.js not creating note history immediatelly after creating a note since it's empty at that point which is useless 2017-11-30 22:49:40 -05:00
options.js creating new starting page when creating database 2017-12-04 00:17:08 -05:00
password_encryption.js synchronization of transactions using promise so only one can be active 2017-11-28 17:24:08 -05:00
ping_job.js distinguishing between when DB is just connected and when it's ready for queries (validated) 2017-12-03 19:18:33 -05:00
protected_session.js more complete support for network-less electron frontend-backend communication including protected session 2017-11-29 23:30:35 -05:00
request_context.js removed audit_log 2017-11-24 20:51:44 -05:00
session_secret.js more logging 2017-10-24 22:17:48 -04:00
source_id.js fixed sync 2017-11-28 18:33:23 -05:00
sql.js creating new starting page when creating database 2017-12-04 00:17:08 -05:00
sync.js implemented initial setup of the app 2017-12-03 22:29:23 -05:00
sync_table.js synchronization of transactions using promise so only one can be active 2017-11-28 17:24:08 -05:00
sync_update.js recent notes are now keyed by note tree id which simplifies things 2017-12-03 10:06:53 -05:00
utils.js sync fix to prefix and some usability improvements 2017-11-26 23:10:23 -05:00