Commit graph

  • b44c685f23 note converted to module azivner 2017-11-04 17:54:27 -0400
  • adc7d15819 link module azivner 2017-11-04 17:07:03 -0400
  • 819ae7c4c0 more generic handling of links to note azivner 2017-11-04 17:03:15 -0400
  • c723bfc3ac add link converted to module azivner 2017-11-04 14:43:20 -0400
  • 979acc8b4a moved dialog scripts into separate folder azivner 2017-11-04 14:35:53 -0400
  • 819c01bb04 converted settings to module(s) azivner 2017-11-04 14:31:53 -0400
  • fd48a97c6d converted event log to module azivner 2017-11-04 14:02:43 -0400
  • 1d0e96a314 converted jump to note to module azivner 2017-11-04 13:59:43 -0400
  • 394fd6f527 converted note history to module azivner 2017-11-04 13:55:46 -0400
  • 6d82a0e03f converted recent changes to module azivner 2017-11-04 13:39:26 -0400
  • af5ecd1869 refactoring recent notes into encapsulated module azivner 2017-11-04 13:21:41 -0400
  • 869bccea18 event log now shows full path of notes and works with encryption azivner 2017-11-04 11:44:42 -0400
  • ee07d2d2d8 fixes in recent changes and handling encrypted notes azivner 2017-11-04 11:32:05 -0400
  • 44cfff09d9 moved all global variables into glob object azivner 2017-11-04 00:05:08 -0400
  • 3892666961 added event log dialog azivner 2017-11-03 23:00:35 -0400
  • e35c2dd4ad event_log - entity and logging sync info azivner 2017-11-03 22:08:27 -0400
  • bd71547258 when reloading tree after sync, decrypt tree items if in encryption context azivner 2017-11-03 21:20:06 -0400
  • cf45594d89 don't alert in case of updated note in current editor azivner 2017-11-03 20:50:48 -0400
  • 702d47e6b0 initial decallbackization and promisification of frontend azivner 2017-11-03 20:01:32 -0400
  • ac0e5ada6e also de-encryption of note history plus bug fixes azivner 2017-11-02 23:55:22 -0400
  • 471f7c669d encryption of note history if the note is encrypted azivner 2017-11-02 23:36:58 -0400
  • 4073f6a967 removed ID from options, opt_name is now new primary key azivner 2017-11-02 23:02:35 -0400
  • a7f95e95e9 proper syncing of note positions azivner 2017-11-02 22:55:22 -0400
  • c3d776ae13 sync of options azivner 2017-11-02 20:48:02 -0400
  • 40e27cd6f7 removed id from notes_history, new primary key is note_history_id azivner 2017-11-02 19:23:52 -0400
  • 9e3515b122 fixed sync bug azivner 2017-11-01 23:39:17 -0400
  • a5735961a4 don't push changes to server which have been pulled from it azivner 2017-11-01 23:16:21 -0400
  • 1cf247f164 more fine grained handling of conflicts without having to reload whole page most of the time azivner 2017-11-01 22:36:26 -0400
  • 962c078bbc number of sync changes to push next to "sync now" button azivner 2017-11-01 20:31:44 -0400
  • 72905a9854 sync cleanup azivner 2017-11-01 00:47:39 -0400
  • 0e8fcbc0f5 better error handling / logging of sync events azivner 2017-11-01 00:39:07 -0400
  • 7af6b69331 sync fixes azivner 2017-10-31 20:44:32 -0400
  • 0df7b0bfcf sync fixes azivner 2017-10-31 20:09:07 -0400
  • 15abee3ed0 incremental pull implementation azivner 2017-10-31 19:34:58 -0400
  • 43940f1140 added sourceId to sync, fixes to sync etc. azivner 2017-10-31 00:15:49 -0400
  • d88d562d63 created sync table azivner 2017-10-30 18:44:26 -0400
  • 8630b3685d incremental push sync azivner 2017-10-29 22:22:30 -0400
  • de3d1b3e39 better transaction handling with rollback on exception azivner 2017-10-29 18:50:28 -0400
  • afadd6ec06 added date_modified to options as preparation for options syncing azivner 2017-10-29 16:14:59 -0400
  • af13b28cab fixes for sync azivner 2017-10-29 14:55:48 -0400
  • d613200925 "sync now" button azivner 2017-10-29 11:22:41 -0400
  • c28b7775a5 API auth (untested) azivner 2017-10-28 22:17:00 -0400
  • eb6f9f8f81 added document_secret as basis for API authentication azivner 2017-10-28 19:55:55 -0400
  • 724f4b43b7 added document_id for sync identification azivner 2017-10-28 13:19:12 -0400
  • c5f80051ae backup is now triggered after start of the app and with timer azivner 2017-10-28 12:23:11 -0400
  • 94a0f3e041 cleanup up config sample to only sync, nothing else is used azivner 2017-10-28 12:18:46 -0400
  • 966ac6f620 shortening of noteIds to 12 characters azivner 2017-10-28 12:12:20 -0400
  • a76e82e9a2 trim note_ids to 22 characters (there was a bug in nodejs backend which generated 32 character noteids) azivner 2017-10-28 10:21:55 -0400
  • a2f0a372a5 sync fixes etc., push/pull sync is now working in basic form azivner 2017-10-26 23:21:31 -0400
  • 297da47b34 fix sync of audit log azivner 2017-10-26 21:53:26 -0400
  • 791314ba1a push sync azivner 2017-10-26 21:16:21 -0400
  • 9cef647811 fixed setting last_synced_pull azivner 2017-10-26 20:54:10 -0400
  • 266727a21b separate sync for pull (implemented) and push (not yet) azivner 2017-10-26 20:31:31 -0400
  • f6033705a7 last_synced is now updated after sync is completed azivner 2017-10-26 19:22:21 -0400
  • 18d23af01a fix the unhandled rejection logging to lock stack trace azivner 2017-10-26 19:16:36 -0400
  • 1c733fbfab sync WIP azivner 2017-10-25 22:39:21 -0400
  • 5253f680f6 sync WIP azivner 2017-10-24 23:14:26 -0400
  • 5df3b78abc notes_tree is now soft deleted as well azivner 2017-10-24 22:58:59 -0400
  • 8e47e34d1f more logging azivner 2017-10-24 22:17:48 -0400
  • b4bb1b539e logging stuff to rotated files through simple-node-logger azivner 2017-10-24 22:04:52 -0400
  • 11bfae4007 fixed primary keys, added indexes azivner 2017-10-24 20:00:54 -0400
  • d1981eb6c3 note history snapshots now have date from and date to azivner 2017-10-24 19:36:37 -0400
  • 11bbf9e633 fix formatting of date/time azivner 2017-10-24 18:57:00 -0400
  • f089a0d7c3 cleanup of options azivner 2017-10-23 23:41:43 -0400
  • 10b94f3a7d store session secret in file azivner 2017-10-23 23:38:52 -0400
  • 2df7940392 all user files are now stored in one directory, by default trilium-data in users home directory azivner 2017-10-23 23:30:23 -0400
  • 4409485ca1 store trilium sessions in default OS temp directory azivner 2017-10-23 22:36:18 -0400
  • b9de810c69 remove max-width on layout to allow more natural design in electron azivner 2017-10-23 19:03:29 -0400
  • a5020719e4 fixed adding new note azivner 2017-10-23 19:01:37 -0400
  • a5bd4c7b6a added date_modified to notes_tree azivner 2017-10-22 22:56:42 -0400
  • 3009c5e15e notes are now soft-deleted azivner 2017-10-22 22:13:24 -0400
  • 1cc75ad385 cleanup columns from notes table azivner 2017-10-22 21:05:01 -0400
  • 14625cc613 more fixes to migration azivner 2017-10-22 20:29:31 -0400
  • f49963dc67 remove old python backend files azivner 2017-10-22 20:22:59 -0400
  • 06328929ec fix migration + cleanup unused Notecase tables in migration script azivner 2017-10-22 20:22:09 -0400
  • dcdabe79d1 use strict in all JS files azivner 2017-10-21 21:10:33 -0400
  • aecd78b42b added missing app icons + favicon azivner 2017-10-21 20:33:32 -0400
  • e0fd38e121 favicon azivner 2017-10-21 00:19:13 -0400
  • 83243dd936 electron prototype azivner 2017-10-20 23:43:20 -0400
  • 0a793d0c47 fixed encryption azivner 2017-10-16 23:18:43 -0400
  • 6bca1cddcd remember me reimplemented azivner 2017-10-16 19:14:15 -0400
  • a13b4a6f7e CTRL-X and CTRL-V now cuts and pastes tree nodes azivner 2017-10-15 20:55:38 -0400
  • 81187ebb0e use visibility instead of display for alt+m so design doesn't break when pressing alt+m again azivner 2017-10-15 20:22:18 -0400
  • ae5bba83b1 fixed search azivner 2017-10-15 20:20:07 -0400
  • 4459b22552 regenerate session after login/logout azivner 2017-10-15 20:16:30 -0400
  • 0c823a2927 reorganization of source code azivner 2017-10-15 19:47:05 -0400
  • 38b95a743b moved /app into just / azivner 2017-10-15 19:10:36 -0400
  • d401866fbe ported migration code (no testing yet) azivner 2017-10-15 17:31:49 -0400
  • e8655a84e2 move API routes into api subdir azivner 2017-10-15 17:09:41 -0400
  • 597a9063e5 filestore for sessions azivner 2017-10-15 17:07:34 -0400
  • f2d2dad3d8 fix wrong dates - timestamps are number of seconds, not milliseconds azivner 2017-10-15 16:39:20 -0400
  • 649dc0fbbb node authentication azivner 2017-10-15 16:32:49 -0400
  • cc3a621324 backend ported to node.js (work in progress) azivner 2017-10-14 23:31:44 -0400
  • 14acacf2e9 clicking on links inside tooltip now works too azivner 2017-10-11 21:20:05 -0400
  • c4ed01128b hover tooltip for internal links azivner 2017-10-11 20:37:27 -0400
  • 562a071350 escape now closes recent notes (as works in other dialogs) azivner 2017-10-11 19:59:49 -0400
  • c3462a3d0e scroll to current note now works again! azivner 2017-10-11 19:55:40 -0400
  • 4a4228cd03 making dialogs wider to accompany deeper hierarchies. Recent changes now display full path of the note azivner 2017-10-11 19:41:45 -0400
  • a363b43c2b added "jump to note" to header azivner 2017-10-10 20:37:45 -0400
  • af8b26cbd5 unified naming of IDs in all lower case azivner 2017-10-10 20:19:16 -0400