zadam
|
4401a8e1e8
|
Merge branch 'master' into m41
# Conflicts:
# src/public/javascripts/dialogs/add_link.js
# src/public/javascripts/dialogs/export.js
# src/public/javascripts/dialogs/import.js
# src/public/javascripts/dialogs/note_info.js
# src/public/javascripts/services/search_notes.js
|
2020-02-09 18:54:56 +01:00 |
|
zadam
|
88bd65c679
|
external links are also parsed and label is created for them, closes #851
|
2020-02-09 10:45:07 +01:00 |
|
zadam
|
976b2aa6f5
|
got rid of "origParentNoteId" since it's not needed anymore
|
2020-01-28 22:39:44 +01:00 |
|
zadam
|
88213c1bbd
|
attributes are now updated only if their type and name does not change, in case of relation not even value must change. If they do, the old attribute is deleted and new is created instead
|
2020-01-28 22:37:06 +01:00 |
|
zadam
|
d2e3aedf7f
|
moving notes across parents now deletes the old branch and creates new which makes detecting changes much easier
|
2020-01-28 22:15:33 +01:00 |
|
zadam
|
cbeb8ea17e
|
fix setting contentLength
|
2020-01-19 09:03:26 +01:00 |
|
zadam
|
4fdea77c57
|
fix setting contentLength
|
2020-01-19 09:01:51 +01:00 |
|
zadam
|
20fdeee048
|
better error handling for search notes
|
2020-01-13 19:35:06 +01:00 |
|
zadam
|
7877443fb4
|
Merge branch 'stable'
|
2020-01-11 09:41:42 +01:00 |
|
zadam
|
759e47bfcf
|
using included note should create a relation, closes #820
|
2020-01-10 21:41:00 +01:00 |
|
zadam
|
c1d0a1e07b
|
undelete note WIP
|
2020-01-03 10:48:36 +01:00 |
|
zadam
|
d0c655f66a
|
fix removeAttribute to take into account attribute name, closes #804
|
2020-01-03 08:55:13 +01:00 |
|
zadam
|
7ed526beb7
|
fix clipper, closes #752
|
2019-12-08 09:41:31 +01:00 |
|
zadam
|
2595c3ac31
|
fix attribute loading CTE + don't duplicate attributes in case of cloning, fixes #735
|
2019-12-02 20:10:10 +01:00 |
|
zadam
|
35cd7f3261
|
optimization of recursive CTE attribute query
|
2019-12-01 13:29:39 +01:00 |
|
zadam
|
d9b9d730bb
|
moving from inherited attribute queries to owned one where it makes sense
|
2019-12-01 11:10:04 +01:00 |
|
zadam
|
ba8a8dca7b
|
adding more "owned" attribute methods to Note entity
|
2019-12-01 10:57:28 +01:00 |
|
zadam
|
2953f1bdb8
|
adding some standard classes for tree items
|
2019-11-28 22:05:27 +01:00 |
|
zadam
|
1c057cac75
|
small script API additions
|
2019-11-27 23:07:10 +01:00 |
|
zadam
|
90d10c1ff3
|
Merge branch 'stable'
# Conflicts:
# package-lock.json
# src/public/javascripts/services/tree_context_menu.js
# src/services/import/enex.js
|
2019-11-27 18:54:49 +01:00 |
|
zadam
|
6c7d8a9667
|
preserve dateCreated and dateModified in ENEX import, fixes #725
|
2019-11-26 22:02:21 +01:00 |
|
zadam
|
e4bec265c1
|
system links (internal, image, relation map) should follow camelCase convention used for other attributes
|
2019-11-23 20:54:49 +01:00 |
|
zadam
|
f921562346
|
Merge branch 'm38'
# Conflicts:
# docs/backend_api/Note.html
# docs/frontend_api/NoteShort.html
# src/services/import/enex.js
|
2019-11-18 23:26:29 +01:00 |
|
zadam
|
1838f097e5
|
added getAllNotePaths, fixes #708
|
2019-11-16 19:07:32 +01:00 |
|
zadam
|
3d294c5163
|
refactoring of note creation APIs WIP
|
2019-11-16 17:00:22 +01:00 |
|
zadam
|
13c0411533
|
refactoring of note creation APIs WIP
|
2019-11-16 11:09:52 +01:00 |
|
zadam
|
de02e9e889
|
redesign of createNote APIs, WIP
|
2019-11-14 23:10:56 +01:00 |
|
zadam
|
179d530ea9
|
note revision sync fix
|
2019-11-09 16:51:51 +01:00 |
|
zadam
|
9b24ae0600
|
erasing note revisions
|
2019-11-09 15:21:14 +01:00 |
|
zadam
|
7c7beb5502
|
added contentLength to note entity
|
2019-11-09 09:36:08 +01:00 |
|
zadam
|
712f67e983
|
uploading new image revisions, WIP
|
2019-11-08 22:34:30 +01:00 |
|
zadam
|
b7b583ff04
|
use decryptString()
|
2019-11-02 07:50:23 +01:00 |
|
zadam
|
475fddeec1
|
fixes
|
2019-11-01 23:05:33 +01:00 |
|
zadam
|
2af86927b0
|
added flag for the erased notes
|
2019-11-01 22:09:51 +01:00 |
|
zadam
|
2e58e32112
|
note revision sync and other fixes
|
2019-11-01 20:00:56 +01:00 |
|
zadam
|
5c05963bd9
|
Merge branch 'stable'
|
2019-11-01 19:21:55 +01:00 |
|
zadam
|
4e5e3e4675
|
note revisions changes WIP
|
2019-11-01 19:21:48 +01:00 |
|
zadam
|
f1a7fce277
|
fix creating branch without isExpanded, fixes initial document initialization
|
2019-10-31 22:02:55 +01:00 |
|
zadam
|
cf53cbf1dd
|
moving out note revision content into separate table, refactoring, WIP
|
2019-10-31 21:58:34 +01:00 |
|
zadam
|
b16c2d19b6
|
duplicate (single) note
|
2019-10-19 12:36:16 +02:00 |
|
zadam
|
45ee959c11
|
date notes are now created with template relations
|
2019-09-07 21:40:18 +02:00 |
|
zadam
|
3bf8546d51
|
added getOwnedAttribute() without attr inheritance which can speed up bulk operations significantly
|
2019-09-07 20:43:59 +02:00 |
|
zadam
|
faae11f070
|
template attributes don't need isInheritable flag to take effect
|
2019-09-07 11:00:15 +02:00 |
|
zadam
|
242bea236f
|
removed link remnants
|
2019-08-27 21:24:31 +02:00 |
|
zadam
|
3cb421143f
|
Link entity migrated to Attribute, WIP
|
2019-08-19 20:12:00 +02:00 |
|
zadam
|
fd9b79e115
|
loading of custom widgets
|
2019-08-17 11:28:36 +02:00 |
|
zadam
|
69e48ff4d7
|
fix links table reference
|
2019-06-09 11:16:00 +02:00 |
|
zadam
|
87b16f3325
|
link map WIP
|
2019-06-03 22:55:59 +02:00 |
|
zadam
|
29828f8e8f
|
fix recent notes (db & sync version increase)
|
2019-05-21 21:47:28 +02:00 |
|
zadam
|
1990c9399e
|
removed FTS5 completely
|
2019-04-21 12:03:13 +02:00 |
|