Commit graph

43 commits

Author SHA1 Message Date
azivner e28c06ef37 all APIs are not prefixed with /api 2017-09-30 10:05:12 -04:00
azivner 50b61d30f0 cleanup of old code which used notecase formatting 2017-09-27 00:04:50 -04:00
azivner d6ffae2035 encrypt and decrypt subtrees (in tree context menu) 2017-09-17 12:46:14 -04:00
azivner aad90f016b refactoring - moving stuff to separate files 2017-09-09 12:06:15 -04:00
azivner 7c623d9a0b toggling encrypted/decrypted switches tree node status as well 2017-09-08 23:41:29 -04:00
azivner 07af2de0f5 encrypted notes are distinguished in the tree by shaded icons 2017-09-08 23:14:42 -04:00
azivner adf18132fb if parent note is encrypted, then child note will be created as encrypted as well 2017-09-08 22:43:02 -04:00
azivner fe3d3c1995 note titles are now encrypted as well - plus auto-decryption of note tree and unloading 2017-09-06 23:13:39 -04:00
azivner a8c576298b encryption code separated into its own file 2017-09-06 22:06:43 -04:00
azivner 1bc8a744a6 some tweaking of password input box 2017-09-06 22:03:53 -04:00
azivner 5a64eed1dd encryption key has now limited time to live if not used for 10 minutes 2017-09-06 21:56:06 -04:00
azivner 7bc322f9a1 using globalTree consistently 2017-09-06 21:34:54 -04:00
azivner b6007a25e8 fix for note duplication in recent notes 2017-09-06 21:11:19 -04:00
azivner 465c9e56eb fix for dialog's focus stealing 2017-09-05 23:56:39 -04:00
azivner d41c9349b8 distinction when user asks for action (encryption -> modal) and system asks for password (viewing - non-modal) 2017-09-05 23:51:50 -04:00
azivner a024978d7b jquery ui dialog for encryption password 2017-09-05 23:48:41 -04:00
azivner a760fbbf1b note decryption 2017-09-05 22:01:22 -04:00
azivner 87c1a95ccc verifying password with hash on the backend to make sure we don't decrypt garbage and also to make sure that everything is encrypted with same password/key 2017-09-05 21:22:16 -04:00
azivner 53d327e435 fixed update of encrypted note 2017-09-04 21:58:17 -04:00
azivner b2338c31d7 encrypted notes have grey background to see immediatelly their status 2017-09-04 21:37:55 -04:00
azivner 49db61e5e0 initial support for encryption of individual notes. Shouldn't be used for now. 2017-09-04 21:28:07 -04:00
azivner af33a30ad8 handling of beforeunload - we save the note before unloading the page 2017-09-04 16:03:07 -04:00
azivner 573e2f7ace cleanup 2017-09-03 18:50:56 -04:00
azivner 81c534104f recent notes and insert link now include whole note path 2017-09-03 15:08:17 -04:00
azivner e862ddae13 cleanup 2017-08-29 22:25:58 -04:00
azivner a2d174665b resetting the editor after note load - not complete solution because ctrl-z will revert to initial editor state 2017-08-28 21:41:04 -04:00
azivner 5e8edf4469 basic support for internal links 2017-08-27 14:39:26 -04:00
azivner 001d91172a better handling of renames in recent notes list (but hacky and not perfect) 2017-08-27 10:30:32 -04:00
azivner 1b3a113639 correct tabindex so that tab from note title jumps to note content 2017-08-25 19:30:26 -04:00
azivner d1ed730b54 fixed recent list for cloned notes 2017-08-23 23:42:26 -04:00
azivner c23928d070 scrolling inside tree fixed 2017-08-23 23:36:16 -04:00
azivner 9d260e9f5c handling of cloned notes moved to backend which should fix some annoying behaviors 2017-08-23 21:43:02 -04:00
azivner 8a928f05f3 adding notes to recent list only after some time period (currently 1500ms) 2017-08-23 19:57:44 -04:00
azivner c1f9ca4796 added "show recent notes" widget 2017-08-22 22:40:54 -04:00
azivner 2692ca14ca noteId is now in the URL hash. When this is present during notecase startup, then this note will be loaded 2017-08-22 21:32:03 -04:00
azivner 1aeb0eec59 auto linkification (plus some refactorings to silent pycharm warnings) 2017-08-21 21:31:23 -04:00
azivner 0c602299b2 encryption POC 2017-08-21 20:34:17 -04:00
azivner bcc4f22cf5 better autosave - only once per 5 seconds with guaranteed save when changing notes 2017-08-16 20:41:41 -04:00
azivner bd19dd3e55 auto resizing (full height) of tree and editor to fill the window without creating global scrollbar (instead there are independent scrollbars for tree and editor) 2017-08-15 22:32:30 -04:00
azivner b986e93356 support for cloned notes including updating clones. Creating clones is not supported. Renaming is handled a bit differently - all clones and original share the same name, while in Notecase desktop each clone has separate name. 2017-08-15 21:29:12 -04:00
azivner 6fe81cd93a various small usability improvements 2017-08-13 21:42:10 -04:00
azivner 53aa563cdb focus and select title name for immediate change after creating new note 2017-06-13 22:36:56 -04:00
azivner 6efe28c283 WIP authentication with flask-login, restructuring of static files 2017-06-12 23:28:38 -04:00
Renamed from frontend/note.js (Browse further)