Commit graph

231 commits

Author SHA1 Message Date
azivner 266727a21b separate sync for pull (implemented) and push (not yet) 2017-10-26 20:31:31 -04:00
azivner f6033705a7 last_synced is now updated after sync is completed 2017-10-26 19:22:21 -04:00
azivner 18d23af01a fix the unhandled rejection logging to lock stack trace 2017-10-26 19:16:36 -04:00
azivner 1c733fbfab sync WIP 2017-10-25 22:39:21 -04:00
azivner 5253f680f6 sync WIP 2017-10-24 23:14:26 -04:00
azivner 5df3b78abc notes_tree is now soft deleted as well 2017-10-24 22:58:59 -04:00
azivner 8e47e34d1f more logging 2017-10-24 22:17:48 -04:00
azivner b4bb1b539e logging stuff to rotated files through simple-node-logger 2017-10-24 22:04:52 -04:00
azivner 11bfae4007 fixed primary keys, added indexes 2017-10-24 20:00:54 -04:00
azivner d1981eb6c3 note history snapshots now have date from and date to 2017-10-24 19:36:37 -04:00
azivner 11bbf9e633 fix formatting of date/time 2017-10-24 18:57:00 -04:00
azivner f089a0d7c3 cleanup of options 2017-10-23 23:41:43 -04:00
azivner 10b94f3a7d store session secret in file 2017-10-23 23:38:52 -04:00
azivner 2df7940392 all user files are now stored in one directory, by default trilium-data in users home directory 2017-10-23 23:30:23 -04:00
azivner 4409485ca1 store trilium sessions in default OS temp directory 2017-10-23 22:36:18 -04:00
azivner b9de810c69 remove max-width on layout to allow more natural design in electron 2017-10-23 19:03:29 -04:00
azivner a5020719e4 fixed adding new note 2017-10-23 19:01:37 -04:00
azivner a5bd4c7b6a added date_modified to notes_tree 2017-10-22 22:56:42 -04:00
azivner 3009c5e15e notes are now soft-deleted 2017-10-22 22:13:24 -04:00
azivner 1cc75ad385 cleanup columns from notes table 2017-10-22 21:05:01 -04:00
azivner 14625cc613 more fixes to migration 2017-10-22 20:29:31 -04:00
azivner f49963dc67 remove old python backend files 2017-10-22 20:22:59 -04:00
azivner 06328929ec fix migration + cleanup unused Notecase tables in migration script 2017-10-22 20:22:09 -04:00
azivner dcdabe79d1 use strict in all JS files 2017-10-21 21:10:33 -04:00
azivner aecd78b42b added missing app icons + favicon 2017-10-21 20:33:32 -04:00
azivner e0fd38e121 favicon 2017-10-21 00:19:13 -04:00
azivner 83243dd936 electron prototype 2017-10-20 23:43:20 -04:00
azivner 0a793d0c47 fixed encryption 2017-10-16 23:18:43 -04:00
azivner 6bca1cddcd remember me reimplemented 2017-10-16 19:14:15 -04:00
azivner a13b4a6f7e CTRL-X and CTRL-V now cuts and pastes tree nodes 2017-10-15 20:55:38 -04:00
azivner 81187ebb0e use visibility instead of display for alt+m so design doesn't break when pressing alt+m again 2017-10-15 20:22:18 -04:00
azivner ae5bba83b1 fixed search 2017-10-15 20:20:07 -04:00
azivner 4459b22552 regenerate session after login/logout 2017-10-15 20:16:30 -04:00
azivner 0c823a2927 reorganization of source code 2017-10-15 19:47:05 -04:00
azivner 38b95a743b moved /app into just / 2017-10-15 19:10:36 -04:00
azivner d401866fbe ported migration code (no testing yet) 2017-10-15 17:31:49 -04:00
azivner e8655a84e2 move API routes into api subdir 2017-10-15 17:09:41 -04:00
azivner 597a9063e5 filestore for sessions 2017-10-15 17:07:34 -04:00
azivner f2d2dad3d8 fix wrong dates - timestamps are number of seconds, not milliseconds 2017-10-15 16:39:20 -04:00
azivner 649dc0fbbb node authentication 2017-10-15 16:32:49 -04:00
azivner cc3a621324 backend ported to node.js (work in progress) 2017-10-14 23:31:44 -04:00
azivner 14acacf2e9 clicking on links inside tooltip now works too 2017-10-11 21:20:05 -04:00
azivner c4ed01128b hover tooltip for internal links 2017-10-11 20:37:27 -04:00
azivner 562a071350 escape now closes recent notes (as works in other dialogs) 2017-10-11 19:59:49 -04:00
azivner c3462a3d0e scroll to current note now works again! 2017-10-11 19:55:40 -04:00
azivner 4a4228cd03 making dialogs wider to accompany deeper hierarchies. Recent changes now display full path of the note 2017-10-11 19:41:45 -04:00
azivner a363b43c2b added "jump to note" to header 2017-10-10 20:37:45 -04:00
azivner af8b26cbd5 unified naming of IDs in all lower case 2017-10-10 20:19:16 -04:00
azivner fb28111288 notecase webapp renamed to trilium 2017-10-10 19:47:46 -04:00
azivner c9322465a5 refactored naming to conform to PEP 8 2017-10-09 19:48:10 -04:00