Commit graph

31 commits

Author SHA1 Message Date
azivner a85bb649cb basic CKEditor integration 2017-12-02 10:37:12 -05:00
azivner 69f77ac439 update note title in tree real time instead of waiting for save event 2017-11-29 21:13:12 -05:00
azivner 3386cd790e cleaned up images and links which are not used nor supported 2017-11-29 20:47:01 -05:00
azivner 54c0ff15b3 using server.method() instead of direct call to $.ajax - preparation for electron without network requests 2017-11-28 20:52:38 -05:00
azivner 14001f67d8 fix updating note title when switching to another note 2017-11-28 19:38:33 -05:00
azivner 0cab4e3edd CTRL-C CTRL-V now clones the note 2017-11-28 11:36:32 -05:00
azivner b4e6245f7b fix 2017-11-26 21:00:42 -05:00
azivner 9fcafe44d5 fix 2017-11-26 19:56:08 -05:00
azivner f6aae68063 moved isNewNoteCreated into note_editor 2017-11-23 19:40:47 -05:00
azivner acba72ec4c cloning in context menu (copy & paste) and a lot of related refactoring and fixes 2017-11-22 23:16:54 -05:00
azivner 16818e7583 correctly updating title for all clone nodes 2017-11-22 19:58:56 -05:00
azivner a3030f845b unified SQL syntax to uppercase 2017-11-20 23:51:28 -05:00
azivner 8a1c477b8a removed glob.allNoteIds which wasn't used anymore 2017-11-19 22:32:59 -05:00
azivner 5fb94fcbbd notes_tree now has note_tree_id so we stricly distinguish between working on notes or note trees 2017-11-18 17:05:50 -05:00
azivner dd5a142fdd hiding protected session dialog when moving over to unprotected note 2017-11-15 00:10:11 -05:00
azivner c2ad14ba18 more cleanup 2017-11-14 23:01:23 -05:00
azivner 98a2322b37 refreshing protected session when loading and saving protected notes 2017-11-14 22:50:56 -05:00
azivner 4aa70d3574 renamed encryption module to protected_session 2017-11-14 22:36:36 -05:00
azivner b28df3f093 more cleanups 2017-11-14 22:34:33 -05:00
azivner 0a0421ec7e note history decryption now works, more cleanup 2017-11-14 22:21:56 -05:00
azivner ff411f00b1 server side WIP - saving encrypted note now works, changing terminology of "encrypted note" to "protected note" 2017-11-14 21:54:12 -05:00
azivner 50b789fc39 server side encryption WIP 2017-11-12 21:40:26 -05:00
azivner 4efa00f36b cosmetic cleanup, mostly in encryption 2017-11-08 22:33:08 -05:00
azivner 43a6a52ead hide loader only once the initial note is loaded 2017-11-06 22:21:11 -05:00
azivner 8c996a75ef reloading tree now doesn't force note reload 2017-11-05 10:06:49 -05:00
azivner 30df3cba1c tree utils as a module 2017-11-04 22:18:36 -04:00
azivner b192336113 fixed unloading the encrypted page after encryption timeout by simply reloading the app completely plus some unrelated refactorings 2017-11-04 21:02:56 -04:00
azivner 19c5404d02 "use strict" for all frontend files (backend was done earlier) 2017-11-04 19:38:50 -04:00
azivner 9880a4d6f6 tree converted to module 2017-11-04 19:28:49 -04:00
azivner e7f0187b29 encryption converted to module 2017-11-04 18:18:55 -04:00
azivner b44c685f23 note converted to module 2017-11-04 17:54:27 -04:00