47 Commits

Author SHA1 Message Date
azivner
34f1eb930c recent notes are reloaded if synced 2017-12-03 10:42:23 -05:00
azivner
15faefe8a3 recent notes are now keyed by note tree id which simplifies things 2017-12-03 10:06:53 -05:00
azivner
0521deb304 unifying API paths to lower-case 2017-12-01 22:47:23 -05:00
azivner
cba9d8b5c1 logging JS errors to backend logs 2017-12-01 22:28:22 -05:00
azivner
719f553054 fixed removing from recent notes 2017-11-30 00:08:59 -05:00
azivner
8bd76721ad prefixes are now displayed also in all autocompletes and recent notes 2017-11-29 22:03:03 -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
7038636d2e fix setting title 2017-11-28 10:17:30 -05:00
azivner
40a522a9aa alt-l shouldn't bring up edit tree prefix dialog 2017-11-27 18:19:04 -05:00
azivner
8b5988e13c sync fix to prefix and some usability improvements 2017-11-26 23:10:23 -05:00
azivner
160c1c455c initial implementation of tree prefix 2017-11-26 22:34:25 -05:00
azivner
9fcafe44d5 fix 2017-11-26 19:56:08 -05:00
azivner
f799d3076b sync / transaction fixes for recent notes 2017-11-24 00:09:53 -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
d7644de666 tree now shows list of different cloned notes 2017-11-21 20:04:06 -05:00
azivner
163a03663f app info is now logged after startup 2017-11-21 00:25:53 -05:00
azivner
a3030f845b unified SQL syntax to uppercase 2017-11-20 23:51:28 -05:00
azivner
d98a5b6299 more actions on jump to note dialog 2017-11-19 22:31:30 -05:00
azivner
c8aaf6085d fixed jump to note 2017-11-19 20:36:13 -05:00
azivner
658f4872af fixed autocomplete 2017-11-19 19:39:39 -05:00
azivner
3610926804 adding clone from recent notes dialog 2017-11-19 16:35:35 -05:00
azivner
00151beded fixed recent notes 2017-11-19 12:06:48 -05:00
azivner
b22eb2db1e support for note path 2017-11-19 08:47:22 -05:00
azivner
9a819cafed sync changes for note_tree_id and fixed recent notes 2017-11-18 17:17:46 -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
7e3fd2f63e added app and db versions to about dialog in settings 2017-11-16 20:03:44 -05:00
azivner
c2ad14ba18 more cleanup 2017-11-14 23:01:23 -05:00
azivner
892aa39d46 renamed encryption session timeout to protected session timeout 2017-11-14 22:44:45 -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
c18799b938 Merge branch 'stable' 2017-11-13 23:42:23 -05:00
azivner
fbce84e779 added build date & revision 2017-11-13 23:35:23 -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
a73afa9ded fix password change 2017-11-06 19:48:02 -05:00
azivner
3fb30a0b5c persisted recent notes 2017-11-04 23:46:50 -04: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
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
azivner
adc7d15819 link module 2017-11-04 17:07:03 -04:00
azivner
819ae7c4c0 more generic handling of links to note 2017-11-04 17:03:15 -04:00
azivner
c723bfc3ac add link converted to module 2017-11-04 14:43:20 -04:00
azivner
979acc8b4a moved dialog scripts into separate folder 2017-11-04 14:35:53 -04:00