trilium/src/services
2019-03-03 20:41:03 +01:00
..
export fix OPML export to include correct OPML version 2019-03-03 19:43:30 +01:00
import detect mime types from the filename instead of relying on upload mime type 2019-03-03 00:25:31 +01:00
anonymization.js fix anonymization 2019-01-09 19:49:02 +01:00
app_icon.js fix icon in desktop linux build, fixes #372 2019-01-22 19:49:33 +01:00
app_info.js added sync fill for note_contents 2019-03-02 19:59:32 +01:00
attributes.js safe import implementation 2019-02-11 23:45:58 +01: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 add possibility to create week note, closes #416 2019-02-19 22:49:57 +01: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.30.2-beta 2019-02-28 22:33:33 +01:00
build_search_query.js better detection of float parameter in label filters, fixes #265 2018-12-30 22:09:14 +01:00
change_password.js label service refactoring + rename of doInTransaction to transactional 2018-04-07 13:03:16 -04:00
cloning.js before we clone the note we must make sure it's not deleted 2019-01-17 23:24:59 +01:00
cls.js entity events are not triggered on imported entities 2018-11-26 22:27:57 +01:00
config.js refactored backend to use new naming convention for modules 2018-04-01 21:27:46 -04:00
consistency_checks.js progress of tar import through WS 2019-02-10 16:36:25 +01:00
content_hash.js note content is also part of hash check 2019-03-02 12:40:46 +01:00
data_dir.js removed unnecessary logging of data dir which is now logged as part of app info 2019-01-03 21:46:32 +01:00
data_encryption.js delete note through its entity instead of manually with SQL, closes #303 2019-01-13 00:24:51 +01:00
date_notes.js add possibility to create week note, closes #416 2019-02-19 22:49:57 +01:00
date_utils.js use local dates to create day notes, closes #337 2019-01-15 23:46:01 +01:00
event_log.js #98, better error reporting for sync setup 2018-07-25 22:54:37 +02:00
events.js updating the note cache after sync 2019-01-03 23:27:10 +01:00
handlers.js error handling in custom request handler 2019-02-03 11:15:32 +01:00
hoisted_note.js note titles in jump to note start from hoisted note instead of root 2018-12-13 21:18:35 +01:00
image.js debugging info for image shrinking 2019-03-03 20:41:03 +01:00
import_context.js switchable image shrinking 2019-02-24 12:24:28 +01:00
log.js removed unnecessary logging of data dir which is now logged as part of app info 2019-01-03 21:46:32 +01:00
messaging.js added ImportContext 2019-02-10 19:36:03 +01:00
migration.js fixed app termination after unsuccessful migration for electron 2018-11-18 09:05:50 +01: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 reload note cache after import, closes #293 2019-01-08 20:19:41 +01:00
notes.js improve logging a little bit 2019-02-27 22:15:52 +01:00
options.js left pane sizing taking effect 2018-09-06 11:54:04 +02:00
options_init.js font sizes were not created for new documents - fix plus migration for existing ones 2019-01-22 20:34:45 +01:00
parse_filters.js renamed outstanding attribute references to labels 2018-04-01 09:59:44 -04:00
password_encryption.js delete note through its entity instead of manually with SQL, closes #303 2019-01-13 00:24:51 +01:00
port.js electron build uses random free port, fixes #142 2018-07-31 19:50:18 +02:00
protected_session.js note content refactoring, WIP 2019-02-07 22:16:40 +01:00
repository.js note content refactoring, WIP 2019-02-06 21:29:23 +01:00
request.js explicit error handler for connection errors 2018-12-19 21:29:35 +01:00
resource_dir.js fix icon in desktop linux build, fixes #372 2019-01-22 19:49:33 +01:00
scheduler.js error handling in custom request handler 2019-02-03 11:15:32 +01:00
script.js note content refactoring, WIP 2019-02-06 21:29:23 +01:00
script_context.js custom HTTP handler which triggers associated script notes WIP, #356 2019-01-27 12:28:20 +01:00
session_secret.js moved all sources to src directory 2018-01-28 22:18:15 -05:00
setup.js using http service for sync setup as well, removed request(-promise) dependency 2018-12-17 22:12:26 +01:00
source_id.js separated DB initialization methods into sql_init 2018-04-02 21:25:20 -04:00
sql.js improve logging a little bit 2019-02-27 22:15:52 +01:00
sql_init.js switchable image shrinking 2019-02-24 12:24:28 +01:00
sync.js sync changes for note content 2019-02-15 00:15:09 +01: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 image sync fixes and 4.0.0 electron 2018-12-22 09:54:09 +01:00
sync_table.js sync changes for note content 2019-02-15 00:15:09 +01:00
sync_update.js sync changes for note content 2019-02-15 00:15:09 +01:00
tree.js check that note is not deleted before creating a branch 2019-01-21 21:55:40 +01:00
utils.js progress of tar import through WS 2019-02-10 16:36:25 +01:00