trilium/src/services
2018-11-01 11:18:54 +01:00
..
anonymization.js allow creating anonymized database from command line as well, fixes #200 2018-10-25 18:03:28 +02:00
app_info.js fixes for invalid operations on root note 2018-10-21 22:42:20 +02:00
attributes.js use relations to pick note to render, fixes #141 2018-08-28 20:55:21 +02:00
auth.js #98, sync to server now works as well + a lot of related changes 2018-07-24 20:35:03 +02:00
backend_script_api.js more API docs 2018-08-23 15:33:19 +02:00
backup.js changed backup to simple scheme with one daily, one weekly and one monthly backup, fixes #15 2018-07-30 16:40:50 +02:00
build.js release 0.23.0 2018-10-09 21:08:11 +02:00
build_search_query.js fix search by attributes was finding also deleted attributes 2018-08-13 11:06:17 +02:00
change_password.js label service refactoring + rename of doInTransaction to transactional 2018-04-07 13:03:16 -04:00
cloning.js script API changes for task management #140 2018-08-13 13:53:08 +02:00
cls.js #98, working sync setup from server to desktop instance + refactoring of DB initialization 2018-07-22 19:56:20 +02:00
config.js refactored backend to use new naming convention for modules 2018-04-01 21:27:46 -04:00
consistency_checks.js Merge branch 'master' into canvas 2018-10-23 18:11:29 +02:00
content_hash.js fix in passing originEntity from frontend to backend, some refactorings 2018-08-16 23:00:04 +02:00
data_dir.js added missing sync check hashes 2018-03-31 23:19:54 -04:00
data_encryption.js fix encrypting new notes 2018-08-27 23:04:52 +02:00
date_notes.js cleanup of labels and relations from backend 2018-08-07 13:33:10 +02:00
date_utils.js split out dateUtils on the backend 2018-04-02 20:46:46 -04:00
event_log.js #98, better error reporting for sync setup 2018-07-25 22:54:37 +02:00
events.js more relation events, events are now not triggered on sync changes 2018-08-15 22:06:49 +02:00
handlers.js trigger events after note attributes are created 2018-10-08 11:09:45 +02:00
image.js smaller refactorings 2018-04-02 22:53:01 -04:00
log.js async logging of info messages 2018-04-07 21:30:01 -04:00
messaging.js #98, sync button now shows total number of outstanding syncs instead of just pushes 2018-07-24 21:43:15 +02:00
migration.js changed backup to simple scheme with one daily, one weekly and one monthly backup, fixes #15 2018-07-30 16:40:50 +02:00
my_scrypt.js using new scrypt api from node 10 as a replacement of third party library 2018-10-14 11:48:29 +02:00
note_cache.js consistently use root/ prefix for note paths 2018-10-06 21:32:07 +02:00
notes.js cleanup of note (& revisions) content is now postponed and done 48 hours after deleting it. This makes it possible to correct user mistake without having to use a real backup 2018-11-01 10:23:21 +01:00
options.js left pane sizing taking effect 2018-09-06 11:54:04 +02:00
options_init.js put missing options also to sqlInit 2018-09-06 23:21:14 +02:00
parse_filters.js renamed outstanding attribute references to labels 2018-04-01 09:59:44 -04:00
password_encryption.js option names now follow camelCase 2018-04-02 21:47:46 -04:00
port.js electron build uses random free port, fixes #142 2018-07-31 19:50:18 +02:00
protected_session.js exceptions on decryption 2018-08-27 21:58:02 +02:00
repository.js changing title directly from relation map 2018-10-30 22:18:20 +01:00
resource_dir.js moved all sources to src directory 2018-01-28 22:18:15 -05:00
scheduler.js fixed runOnAttributeChange event 2018-08-10 14:31:57 +02:00
script.js commonjs modules should have "this" available 2018-09-03 17:31:52 +02:00
script_context.js backend script API documentation 2018-08-23 10:10:04 +02:00
session_secret.js moved all sources to src directory 2018-01-28 22:18:15 -05:00
setup.js fix sync double initialization issue 2018-09-11 10:01:40 +02:00
source_id.js separated DB initialization methods into sql_init 2018-04-02 21:25:20 -04:00
sql.js logging of slow queries (currently >= 200ms) 2018-11-01 11:18:54 +01:00
sql_init.js electron 2.0.9 and other small library updates 2018-09-10 19:09:05 +02:00
sync.js fix sync double initialization issue 2018-09-11 10:01:40 +02:00
sync_mutex.js #98, sync to server now works as well + a lot of related changes 2018-07-24 20:35:03 +02:00
sync_options.js fix undefined Sync section in the config file 2018-08-30 23:28:38 +02:00
sync_table.js more relation events, events are now not triggered on sync changes 2018-08-15 22:06:49 +02:00
sync_update.js cleanup of labels and relations from backend 2018-08-07 13:33:10 +02:00
tree.js fixes for invalid operations on root note 2018-10-21 22:42:20 +02:00
utils.js new UI for search, closes #108 (still needs cleanup) 2018-06-03 20:42:25 -04:00