Commit graph

16 commits

Author SHA1 Message Date
azivner 11e173aeac small changes to table names (notes_image => note_images etc.) 2018-01-28 19:38:05 -05:00
azivner 3b1f928fbc renamed db columns to camelCase 2018-01-28 19:30:14 -05:00
azivner baab745462 some visual tweaks 2017-12-26 19:54:43 -05:00
azivner b0e2d99a7b fix history shortcut for firefox 2017-12-18 23:44:20 -05:00
azivner cba457bd61 using ISO8601 format instead of custom 2017-12-10 15:31:43 -05:00
azivner f1256423ac fix handling of note history - when saving note history we save previous state, not current 2017-12-06 22:31:28 -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 d7644de666 tree now shows list of different cloned notes 2017-11-21 20:04:06 -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 4efa00f36b cosmetic cleanup, mostly in encryption 2017-11-08 22:33:08 -05: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 819ae7c4c0 more generic handling of links to note 2017-11-04 17:03:15 -04:00
azivner 979acc8b4a moved dialog scripts into separate folder 2017-11-04 14:35:53 -04:00
Renamed from public/javascripts/note_history.js (Browse further)