229 Commits

Author SHA1 Message Date
azivner
97c1b3061f correct detection of optimized image format 2018-01-07 08:24:04 -05:00
azivner
edc9a1a2bf creating / updating notes_image rows 2018-01-06 22:38:53 -05:00
azivner
c0e45a73a8 relation between notes and images 2018-01-06 21:49:02 -05:00
azivner
784cd62df1 image sync 2018-01-06 15:56:00 -05:00
azivner
23a5e38e02 added basic support for uploading and serving files 2018-01-05 23:54:02 -05:00
azivner
663bd1a8fe added sync mutex for consistency checks and backup 2018-01-04 21:37:36 -05:00
azivner
a6a687c4a6 release 0.2.2 2018-01-03 23:05:00 -05:00
azivner
07c33979c3 consistent checking of is_deleted, some small refactorings 2018-01-03 22:13:02 -05:00
azivner
353a9b24c1 added consistency check for unique non-deleted parent note <-> note relationship 2018-01-03 21:33:19 -05:00
azivner
548ecd4171 removed unique index again - from now on the invariant is that there's unique undeleted relationship between note and parent note 2018-01-03 21:29:13 -05:00
azivner
8d9b0db316 release 0.2.1 2018-01-02 22:46:50 -05:00
azivner
53ee1fa5ed note_id - parent_note_id index needs to be unique 2018-01-02 19:20:42 -05:00
azivner
361d8a4216 release 0.2.0 2018-01-01 23:29:34 -05:00
azivner
3585982758 measuring and logging time to compute content hash and consistency checks 2018-01-01 19:47:50 -05:00
azivner
c776f298f2 tree cycle consistency check 2018-01-01 19:41:22 -05:00
azivner
fdcc833f6d added force note sync functionality to context menu 2017-12-30 21:44:26 -05:00
azivner
a8e45019e4 failing early when decryption fails 2017-12-30 20:14:05 -05:00
azivner
7f7028873c fixed synced issue when changing protected status of note history 2017-12-30 19:38:30 -05:00
azivner
69cbfaae17 release 0.1.2 2017-12-28 21:17:25 -05:00
azivner
136375cf11 refactored detection of whether user is initialized 2017-12-27 18:23:24 -05:00
azivner
eabc7f80b7 release 0.1.1 2017-12-27 17:41:07 -05:00
azivner
f6d481a9e2 fix resource path bug 2017-12-27 16:44:15 -05:00
azivner
695f0e5879 release 0.1.0 2017-12-26 22:59:46 -05:00
azivner
dece400207 release 0.0.11 2017-12-26 19:57:44 -05:00
azivner
70e13c8a20 release 0.0.10 2017-12-25 21:06:39 -05:00
azivner
bca5087426 fix links 2017-12-25 12:50:16 -05:00
azivner
12f70b28c8 display current note ID in editor (useful in Electron which doesn't have address bar) 2017-12-25 09:46:11 -05:00
azivner
cdede3240c updated build script to package both linux and windows distribution packages with xz and 7zip 2017-12-24 23:14:19 -05:00
azivner
ef9a7040e8 if config file doesn't exist, create it from config sample 2017-12-24 15:12:18 -05:00
azivner
2749abded2 context menu now displayed associated keyboard shortcuts 2017-12-23 14:35:20 -05:00
azivner
79a4a6eb01 fixes for DB initalization and import of demo data 2017-12-23 13:55:13 -05:00
azivner
cf8334607e added demo document SQL scripts 2017-12-23 13:16:18 -05:00
azivner
14f44b3271 added extra consistency checks around note deletion, also reformatted for better readability 2017-12-23 11:26:21 -05:00
azivner
bd2a5f6d82 change in naming of SQL methods
added assert methods to note tree
2017-12-23 11:02:38 -05:00
azivner
215c3a414f cleanup of soft deleted items
vacuuming database
consolidation of "advanced" operations in settings
2017-12-23 09:35:00 -05:00
azivner
d9e3a40ee4 during sync login we check that sync server source ID isn't local (can happen after document fork if server is not restarted) 2017-12-22 06:48:24 -05:00
azivner
4a3169dfdd reset radio to "html" type link when displaying dialog again 2017-12-21 23:13:28 -05:00
azivner
84faa41321 added cloning to the "add link" dialog 2017-12-21 21:54:25 -05:00
azivner
57c4465a37 remove all other foreign keys from synced entities 2017-12-20 22:43:24 -05:00
azivner
111d92bd81 remove also second foreign key from notes_tree 2017-12-20 22:39:18 -05:00
azivner
9ca7223aea removed foreign key from notes_tree parent_note_id because of sync issues 2017-12-20 22:30:17 -05:00
azivner
333735543e yet another attempt at fixing reporting sync changes to client 2017-12-19 23:22:21 -05:00
azivner
f54d855f55 sql console now shows error message if any SQL error ocurred 2017-12-19 22:33:44 -05:00
azivner
2df81c3a83 forgot to enable the constraints immediatelly after connecting 2017-12-19 22:24:41 -05:00
azivner
5403f340ec functionality to fill up / cleanup sync rows compared to the entity rows 2017-12-19 22:04:51 -05:00
azivner
72712bc24b added foreign keys to relations to guarantee data consistency 2017-12-19 21:40:48 -05:00
azivner
eddb3ed58a hook on hash change which allows us navigation with alt-left, alt-right 2017-12-19 19:31:02 -05:00
azivner
0d6ccd7f61 change in default keyboard shortcuts 2017-12-18 23:41:13 -05:00
azivner
1ebf9d4e56 better sync implementation of ping job 2017-12-18 21:58:46 -05:00
azivner
1b900bb907 fix sync of date_modified in notes_tree which caused failed hash check 2017-12-18 20:58:13 -05:00