trilium/src/services
2020-06-20 00:04:31 +02:00
..
export zip import using yazl 2020-03-20 21:57:16 +01:00
import fix import 2020-06-07 23:55:55 +02:00
app_icon.js refactoring of router search code into service 2019-03-16 22:19:01 +01:00
app_info.js added isSynced to sync table to allow forward compatibility with 0.41 2020-03-09 20:56:43 +01:00
attributes.js add word count widget to the demo document (plus cleanup of external links) 2020-06-14 16:29:29 +02:00
auth.js relaunch app after successful sync 2019-12-28 12:55:53 +01:00
backend_script_api.js updates to the demo document 2020-03-26 22:22:18 +01:00
backup.js transaction handling fixes 2020-06-14 00:35:53 +02:00
build.js release 0.43.0-beta 2020-06-15 23:26:12 +02:00
build_search_query.js revert #980 because of performance issues 2020-05-04 21:49:03 +02:00
change_password.js label service refactoring + rename of doInTransaction to transactional 2018-04-07 13:03:16 -04:00
cloning.js fix moving/cloning notes broken in 0.42.4, closes #1066 2020-05-31 22:33:02 +02:00
cls.js fixes and polish 2020-06-15 17:56:53 +02:00
config.js refactored backend to use new naming convention for modules 2018-04-01 21:27:46 -04:00
consistency_checks.js note title widget and protected session entering fixes 2020-05-03 22:49:20 +02:00
content_hash.js sync recovery fixes 2019-12-24 16:00:31 +01:00
data_dir.js create trilium data directory if it doesn't exist, closes #491 2019-04-21 09:05:55 +02:00
data_encryption.js fix protecting files/images 2019-05-04 16:05:28 +02:00
date_notes.js fix creating root calendar note when missing, #752 2020-01-18 08:59:46 +01:00
date_utils.js in web version use local client time instead of server time for recording dateModified etc. 2020-04-26 14:26:57 +02:00
env.js in web version use local client time instead of server time for recording dateModified etc. 2020-04-26 14:26:57 +02:00
events.js updating the note cache after sync 2019-01-03 23:27:10 +01:00
handlers.js moving from inherited attribute queries to owned one where it makes sense 2019-12-01 11:10:04 +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
host.js Add host option (#588) 2019-07-09 22:50:20 +02:00
image.js added some logging 2020-04-08 11:07:38 +02:00
keyboard_actions.js fix keyboard shortcut for print this note, #1118 2020-06-20 00:04:31 +02:00
log.js fix setup of new document, closes #966 2020-04-14 21:57:42 +02:00
migration.js removed foreign keys PRAGMAs since foreign key constraints are not used anymore 2019-11-30 10:41:53 +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 fix showing deleted notes in "recent changes" dialog, closes #994 2020-04-29 23:25:34 +02:00
note_revisions.js correctly respect label @disableVersioning 2019-12-02 23:06:06 +01:00
notes.js fix db anonymization 2020-06-02 23:13:55 +02:00
options.js collapsible widget remember their collapsed state 2020-03-01 20:49:11 +01:00
options_init.js downgrade sqlite3 library which has issues with electron build 2020-05-03 21:27:24 +02:00
parse_filters.js Fix regex bug (#1005) 2020-05-11 22:06:39 +02: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 choose port dynamically from range based on environment 2019-07-07 10:49:34 +02:00
protected_session.js fixes and polish 2020-06-15 17:56:53 +02:00
repository.js transaction handling fixes 2020-06-14 00:35:53 +02:00
request.js fix enforcing node's http requests for sync 2020-06-15 18:24:43 +02: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 fixes and polish 2020-06-15 17:56:53 +02:00
script_context.js allow requiring native node modules from backend scripts 2019-08-12 20:41:38 +02:00
search.js allow multiple instances of @in operator, closes #716 2019-11-22 21:17:46 +01:00
session_secret.js moved all sources to src directory 2018-01-28 22:18:15 -05:00
setup.js opening transactions only on write operations which enforces exclusive lock only there to improve concurrency, custom handling of sync request timeouts, #1093, #1018 2020-06-13 10:23:36 +02:00
source_id.js sync refactorings, added logging for performance tracking 2020-04-04 14:57:19 +02:00
sql.js fixes and polish 2020-06-15 17:56:53 +02:00
sql_init.js downgrade sqlite3 library which has issues with electron build 2020-05-03 21:27:24 +02:00
sync.js transaction handling fixes 2020-06-14 00:35:53 +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 set timeout for the initial sync seed request 2019-12-29 10:19:00 +01:00
sync_table.js significantly faster sync with transactions 2020-04-04 21:49:57 +02:00
sync_update.js sync refactorings, added logging for performance tracking 2020-04-04 14:57:19 +02:00
task_context.js task context progress fixes 2020-01-04 21:59:28 +01:00
tree.js small fixes 2020-02-17 22:38:46 +01:00
utils.js fix sync 2020-06-13 22:34:15 +02:00
window.js fix setup on server edition 2020-05-08 10:24:57 +02:00
ws.js fix ctrl+click opening the link twice/thrice, closes #1094 2020-06-10 00:10:27 +02:00