trilium/services
2017-12-07 22:57:39 -05:00
..
app_info.js renamed start_note_tree_id option to startNotePath 2017-12-06 23:15:53 -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 fix handling of note history - when saving note history we save previous state, not current 2017-12-06 22:31:28 -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 fix migration in electron build 2017-12-06 20:58:59 -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 log data dir location 2017-12-06 19:42:23 -05:00
messaging.js logging JS errors to backend logs 2017-12-01 22:28:22 -05:00
migration.js better fix for migration in electron + electron upgrade to 1.8.2 beta 3 2017-12-06 21:15:46 -05:00
my_scrypt.js sync of options 2017-11-02 20:48:02 -04:00
notes.js fix saving history for encrypted notes 2017-12-06 23:39:43 -05:00
options.js renamed start_note_tree_id option to startNotePath 2017-12-06 23:15:53 -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 fix migration in electron build 2017-12-06 20:58:59 -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 fix migration in electron build 2017-12-06 20:58:59 -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 generating all IDs with secure method (important now since it's used as salt for encryption) 2017-12-07 22:57:39 -05:00