Commit Graph

  • 3fb30a0b5c persisted recent notes azivner 2017-11-04 23:46:50 -04:00
  • 30df3cba1c tree utils as a module azivner 2017-11-04 22:18:36 -04:00
  • 900f169dab tree changes as a module azivner 2017-11-04 22:10:41 -04:00
  • 68c2edea45 better reporting of sync error when "sync now" azivner 2017-11-04 21:21:09 -04:00
  • b64ef6311c use native concat instead of own reimplementation azivner 2017-11-04 21:10:19 -04:00
  • b192336113 fixed unloading the encrypted page after encryption timeout by simply reloading the app completely plus some unrelated refactorings azivner 2017-11-04 21:02:56 -04:00
  • 9c88fc6060 encryption settings loading moved from tree to encryption module azivner 2017-11-04 19:57:40 -04:00
  • dfaa59b0a9 clipboard is now owned by note tree azivner 2017-11-04 19:49:26 -04:00
  • 19c5404d02 "use strict" for all frontend files (backend was done earlier) azivner 2017-11-04 19:38:50 -04:00
  • 60a3abdea9 status converted to module azivner 2017-11-04 19:35:39 -04:00
  • ad7803f9dc context menu converted to module azivner 2017-11-04 19:33:39 -04:00
  • 9880a4d6f6 tree converted to module azivner 2017-11-04 19:28:49 -04:00
  • e7f0187b29 encryption converted to module azivner 2017-11-04 18:18:55 -04:00
  • b44c685f23 note converted to module azivner 2017-11-04 17:54:27 -04:00
  • adc7d15819 link module azivner 2017-11-04 17:07:03 -04:00
  • 819ae7c4c0 more generic handling of links to note azivner 2017-11-04 17:03:15 -04:00
  • c723bfc3ac add link converted to module azivner 2017-11-04 14:43:20 -04:00
  • 979acc8b4a moved dialog scripts into separate folder azivner 2017-11-04 14:35:53 -04:00
  • 819c01bb04 converted settings to module(s) azivner 2017-11-04 14:31:53 -04:00
  • fd48a97c6d converted event log to module azivner 2017-11-04 14:02:43 -04:00
  • 1d0e96a314 converted jump to note to module azivner 2017-11-04 13:59:43 -04:00
  • 394fd6f527 converted note history to module azivner 2017-11-04 13:55:46 -04:00
  • 6d82a0e03f converted recent changes to module azivner 2017-11-04 13:39:26 -04:00
  • af5ecd1869 refactoring recent notes into encapsulated module azivner 2017-11-04 13:21:41 -04:00
  • 869bccea18 event log now shows full path of notes and works with encryption azivner 2017-11-04 11:44:42 -04:00
  • ee07d2d2d8 fixes in recent changes and handling encrypted notes azivner 2017-11-04 11:32:05 -04:00
  • 44cfff09d9 moved all global variables into glob object azivner 2017-11-04 00:05:08 -04:00
  • 3892666961 added event log dialog azivner 2017-11-03 23:00:35 -04:00
  • e35c2dd4ad event_log - entity and logging sync info azivner 2017-11-03 22:08:27 -04:00
  • bd71547258 when reloading tree after sync, decrypt tree items if in encryption context azivner 2017-11-03 21:20:06 -04:00
  • cf45594d89 don't alert in case of updated note in current editor azivner 2017-11-03 20:50:48 -04:00
  • 702d47e6b0 initial decallbackization and promisification of frontend azivner 2017-11-03 20:01:32 -04:00
  • ac0e5ada6e also de-encryption of note history plus bug fixes azivner 2017-11-02 23:55:22 -04:00
  • 471f7c669d encryption of note history if the note is encrypted azivner 2017-11-02 23:36:58 -04:00
  • 4073f6a967 removed ID from options, opt_name is now new primary key azivner 2017-11-02 23:02:35 -04:00
  • a7f95e95e9 proper syncing of note positions azivner 2017-11-02 22:55:22 -04:00
  • c3d776ae13 sync of options azivner 2017-11-02 20:48:02 -04:00
  • 40e27cd6f7 removed id from notes_history, new primary key is note_history_id azivner 2017-11-02 19:23:52 -04:00
  • 9e3515b122 fixed sync bug azivner 2017-11-01 23:39:17 -04:00
  • a5735961a4 don't push changes to server which have been pulled from it azivner 2017-11-01 23:16:21 -04:00
  • 1cf247f164 more fine grained handling of conflicts without having to reload whole page most of the time azivner 2017-11-01 22:36:26 -04:00
  • 962c078bbc number of sync changes to push next to "sync now" button azivner 2017-11-01 20:31:44 -04:00
  • 72905a9854 sync cleanup azivner 2017-11-01 00:47:39 -04:00
  • 0e8fcbc0f5 better error handling / logging of sync events azivner 2017-11-01 00:39:07 -04:00
  • 7af6b69331 sync fixes azivner 2017-10-31 20:44:32 -04:00
  • 0df7b0bfcf sync fixes azivner 2017-10-31 20:09:07 -04:00
  • 15abee3ed0 incremental pull implementation azivner 2017-10-31 19:34:58 -04:00
  • 43940f1140 added sourceId to sync, fixes to sync etc. azivner 2017-10-31 00:15:49 -04:00
  • d88d562d63 created sync table azivner 2017-10-30 18:44:26 -04:00
  • 8630b3685d incremental push sync azivner 2017-10-29 22:22:30 -04:00
  • de3d1b3e39 better transaction handling with rollback on exception azivner 2017-10-29 18:50:28 -04:00
  • afadd6ec06 added date_modified to options as preparation for options syncing azivner 2017-10-29 16:14:59 -04:00
  • af13b28cab fixes for sync azivner 2017-10-29 14:55:48 -04:00
  • d613200925 "sync now" button azivner 2017-10-29 11:22:41 -04:00
  • c28b7775a5 API auth (untested) azivner 2017-10-28 22:17:00 -04:00
  • eb6f9f8f81 added document_secret as basis for API authentication azivner 2017-10-28 19:55:55 -04:00
  • 724f4b43b7 added document_id for sync identification azivner 2017-10-28 13:19:12 -04:00
  • c5f80051ae backup is now triggered after start of the app and with timer azivner 2017-10-28 12:23:11 -04:00
  • 94a0f3e041 cleanup up config sample to only sync, nothing else is used azivner 2017-10-28 12:18:46 -04:00
  • 966ac6f620 shortening of noteIds to 12 characters azivner 2017-10-28 12:12:20 -04:00
  • 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 -04:00
  • a2f0a372a5 sync fixes etc., push/pull sync is now working in basic form azivner 2017-10-26 23:21:31 -04:00
  • 297da47b34 fix sync of audit log azivner 2017-10-26 21:53:26 -04:00
  • 791314ba1a push sync azivner 2017-10-26 21:16:21 -04:00
  • 9cef647811 fixed setting last_synced_pull azivner 2017-10-26 20:54:10 -04:00
  • 266727a21b separate sync for pull (implemented) and push (not yet) azivner 2017-10-26 20:31:31 -04:00
  • f6033705a7 last_synced is now updated after sync is completed azivner 2017-10-26 19:22:21 -04:00
  • 18d23af01a fix the unhandled rejection logging to lock stack trace azivner 2017-10-26 19:16:36 -04:00
  • 1c733fbfab sync WIP azivner 2017-10-25 22:39:21 -04:00
  • 5253f680f6 sync WIP azivner 2017-10-24 23:14:26 -04:00
  • 5df3b78abc notes_tree is now soft deleted as well azivner 2017-10-24 22:58:59 -04:00
  • 8e47e34d1f more logging azivner 2017-10-24 22:17:48 -04:00
  • b4bb1b539e logging stuff to rotated files through simple-node-logger azivner 2017-10-24 22:04:52 -04:00
  • 11bfae4007 fixed primary keys, added indexes azivner 2017-10-24 20:00:54 -04:00
  • d1981eb6c3 note history snapshots now have date from and date to azivner 2017-10-24 19:36:37 -04:00
  • 11bbf9e633 fix formatting of date/time azivner 2017-10-24 18:57:00 -04:00
  • f089a0d7c3 cleanup of options azivner 2017-10-23 23:41:43 -04:00
  • 10b94f3a7d store session secret in file azivner 2017-10-23 23:38:52 -04:00
  • 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 -04:00
  • 4409485ca1 store trilium sessions in default OS temp directory azivner 2017-10-23 22:36:18 -04:00
  • b9de810c69 remove max-width on layout to allow more natural design in electron azivner 2017-10-23 19:03:29 -04:00
  • a5020719e4 fixed adding new note azivner 2017-10-23 19:01:37 -04:00
  • a5bd4c7b6a added date_modified to notes_tree azivner 2017-10-22 22:56:42 -04:00
  • 3009c5e15e notes are now soft-deleted azivner 2017-10-22 22:13:24 -04:00
  • 1cc75ad385 cleanup columns from notes table azivner 2017-10-22 21:05:01 -04:00
  • 14625cc613 more fixes to migration azivner 2017-10-22 20:29:31 -04:00
  • f49963dc67 remove old python backend files azivner 2017-10-22 20:22:59 -04:00
  • 06328929ec fix migration + cleanup unused Notecase tables in migration script azivner 2017-10-22 20:22:09 -04:00
  • dcdabe79d1 use strict in all JS files azivner 2017-10-21 21:10:33 -04:00
  • aecd78b42b added missing app icons + favicon azivner 2017-10-21 20:33:32 -04:00
  • e0fd38e121 favicon azivner 2017-10-21 00:19:13 -04:00
  • 83243dd936 electron prototype azivner 2017-10-20 23:43:20 -04:00
  • 0a793d0c47 fixed encryption azivner 2017-10-16 23:18:43 -04:00
  • 6bca1cddcd remember me reimplemented azivner 2017-10-16 19:14:15 -04:00
  • a13b4a6f7e CTRL-X and CTRL-V now cuts and pastes tree nodes azivner 2017-10-15 20:55:38 -04:00
  • 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 -04:00
  • ae5bba83b1 fixed search azivner 2017-10-15 20:20:07 -04:00
  • 4459b22552 regenerate session after login/logout azivner 2017-10-15 20:16:30 -04:00
  • 0c823a2927 reorganization of source code azivner 2017-10-15 19:47:05 -04:00
  • 38b95a743b moved /app into just / azivner 2017-10-15 19:10:36 -04:00