Commit Graph

  • 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
  • d401866fbe ported migration code (no testing yet) azivner 2017-10-15 17:31:49 -04:00
  • e8655a84e2 move API routes into api subdir azivner 2017-10-15 17:09:41 -04:00
  • 597a9063e5 filestore for sessions azivner 2017-10-15 17:07:34 -04:00
  • f2d2dad3d8 fix wrong dates - timestamps are number of seconds, not milliseconds azivner 2017-10-15 16:39:20 -04:00
  • 649dc0fbbb node authentication azivner 2017-10-15 16:32:49 -04:00
  • cc3a621324 backend ported to node.js (work in progress) azivner 2017-10-14 23:31:44 -04:00
  • 14acacf2e9 clicking on links inside tooltip now works too azivner 2017-10-11 21:20:05 -04:00
  • c4ed01128b hover tooltip for internal links azivner 2017-10-11 20:37:27 -04:00
  • 562a071350 escape now closes recent notes (as works in other dialogs) azivner 2017-10-11 19:59:49 -04:00
  • c3462a3d0e scroll to current note now works again! azivner 2017-10-11 19:55:40 -04:00
  • 4a4228cd03 making dialogs wider to accompany deeper hierarchies. Recent changes now display full path of the note azivner 2017-10-11 19:41:45 -04:00
  • a363b43c2b added "jump to note" to header azivner 2017-10-10 20:37:45 -04:00
  • af8b26cbd5 unified naming of IDs in all lower case azivner 2017-10-10 20:19:16 -04:00
  • fb28111288 notecase webapp renamed to trilium azivner 2017-10-10 19:47:46 -04:00
  • c9322465a5 refactored naming to conform to PEP 8 azivner 2017-10-09 19:48:10 -04:00
  • 8a5ff3968b routes separated from the main app file azivner 2017-10-09 19:38:35 -04:00
  • ca87ff9215 consistent usage of arrow syntax instead of anonymous functions azivner 2017-10-09 18:53:11 -04:00
  • 49460dfb8a we should probably try to work on a newer database (assuming changes are mostly additive and backwards compatible) azivner 2017-10-09 16:55:58 -04:00
  • b02f5dac5b basic implementation of DB upgrades azivner 2017-10-09 16:50:36 -04:00
  • 29f50f47b8 added history button azivner 2017-10-09 11:28:56 -04:00
  • 5b3dafd395 added top header azivner 2017-10-06 22:46:30 -04:00
  • b7a5dca803 cleanup of old backup files azivner 2017-10-06 20:39:00 -04:00
  • ee4eca33d4 basic backup implementation (in progress) azivner 2017-10-05 21:43:39 -04:00
  • 9abb97627c fixed link color in recent changes azivner 2017-10-05 20:15:45 -04:00
  • 3a60feae4d doubleclick on the link to note will go there azivner 2017-10-05 20:08:15 -04:00
  • d5320bff0f fixed tree scrolling azivner 2017-10-05 19:28:56 -04:00
  • 29f5a35a1f using Map for grouped changes azivner 2017-10-03 00:02:58 -04:00
  • 8f91b8f5d5 we now add link to exact history revision to recent changes azivner 2017-10-02 23:38:05 -04:00
  • ade9da4a8a recent notes can now both jump and add link azivner 2017-10-01 23:07:32 -04:00
  • 5d4c06a229 fixed sorting of recent changes azivner 2017-10-01 22:47:41 -04:00
  • bd7be9a8fd hiding the search resets filtering, showing gives focus to input box azivner 2017-10-01 09:49:50 -04:00
  • 2e8787ff91 moved search behind tree action button azivner 2017-10-01 08:47:26 -04:00
  • 566008baae cleaned up fuse.js which isn't used anymore azivner 2017-09-30 22:37:25 -04:00
  • 16eb7a0639 moved date functions to utils.js azivner 2017-09-30 22:36:14 -04:00
  • d0cc5f4a5f dates are now stored in UTC and displayed in local time azivner 2017-09-30 22:35:13 -04:00
  • 569f7a392d recording note content and title changes to audit_log azivner 2017-09-30 21:18:23 -04:00