zadam
|
b660238a40
|
backend import unification
|
2021-06-29 22:15:57 +02:00 |
|
zadam
|
2451596e8c
|
converting note properties to methods
|
2021-05-17 22:35:36 +02:00 |
|
zadam
|
439ef4a8cb
|
moved becca to top level source dir
|
2021-05-17 22:09:49 +02:00 |
|
zadam
|
3091119893
|
becca conversion WIP
|
2021-05-02 21:34:57 +02:00 |
|
zadam
|
c035627f0a
|
use .markAsDeleted() instead of setting .isDeleted manually
|
2021-05-02 20:32:50 +02:00 |
|
zadam
|
1af10d48a2
|
becca conversion WIP
|
2021-05-02 11:23:58 +02:00 |
|
zadam
|
42510fda5c
|
renamed also cache files/modules
|
2021-04-16 23:01:56 +02:00 |
|
zadam
|
f7e86c5be0
|
renamed noteCache into becca
|
2021-04-16 23:00:08 +02:00 |
|
zadam
|
a654078e56
|
fix broken template copy, closes #1724
|
2021-03-09 20:51:57 +01:00 |
|
zadam
|
ca77211b38
|
improved template code with better heuristics on when to copy things from the template
|
2021-03-06 21:34:03 +01:00 |
|
zadam
|
2c958eaacb
|
Merge branch 'sort-by'
|
2021-02-28 23:40:37 +01:00 |
|
zadam
|
4aa27b6033
|
added "sort by" dialog
|
2021-02-28 23:40:15 +01:00 |
|
zadam
|
cde41b268e
|
allow copying type, mime, content from template only for text and code note types, fixes #1689
|
2021-02-25 22:33:26 +01:00 |
|
zadam
|
23ebe360a6
|
small fixes
|
2021-02-17 20:59:44 +01:00 |
|
zadam
|
9d7d79ef94
|
avoid errors from missing note cache during startup
|
2021-01-30 22:25:40 +01:00 |
|
zadam
|
f2ca9276d6
|
fix/improve behavior of "sorted" attribute
|
2021-01-23 21:00:59 +01:00 |
|
zadam
|
eaf93a70cd
|
fix inverse relation creation, closes #1498
|
2020-12-21 20:55:01 +01:00 |
|
zadam
|
1982d054ef
|
inherit also note type and mime from template note, closes #1475
|
2020-12-07 09:35:39 +01:00 |
|
zadam
|
1047aecfbd
|
template subtree is now deep-duplicated on template assignment
|
2020-11-19 14:29:26 +01:00 |
|
zadam
|
a665d193eb
|
same event handling note execute only once, closes #1278
|
2020-10-12 22:30:30 +02:00 |
|
zadam
|
21575d862b
|
attempt to fix consistency issue bug which caused synced note_contents to have NULL content when original is empty string
|
2020-08-29 23:08:53 +02:00 |
|
zadam
|
9615e25a67
|
fix merge problems
|
2020-06-24 22:29:53 +02:00 |
|
zadam
|
a574fce13f
|
Merge remote-tracking branch 'origin/stable' into syncification
# Conflicts:
# package-lock.json
# package.json
# src/routes/custom.js
# src/services/import/single.js
|
2020-06-24 22:08:31 +02:00 |
|
zadam
|
c78ca4c9db
|
fixed triggers to sort children of notes with "sorted" label, closes #1126
|
2020-06-23 22:03:01 +02:00 |
|
zadam
|
88348c560c
|
syncification
|
2020-06-20 12:31:38 +02:00 |
|
zadam
|
d9b9d730bb
|
moving from inherited attribute queries to owned one where it makes sense
|
2019-12-01 11:10:04 +01:00 |
|
zadam
|
5de92171a7
|
use owned attributes where it's a better fit
|
2019-12-01 10:28:05 +01:00 |
|
zadam
|
30c56cd8af
|
template can now contain also content
|
2019-09-08 16:57:41 +02:00 |
|
zadam
|
47cb7c7f5e
|
not refreshing tree after sort operation because it messes with everything ...
|
2019-04-14 18:32:56 +02:00 |
|
zadam
|
bad7b84993
|
error handling in custom request handler
|
2019-02-03 11:15:32 +01:00 |
|
azivner
|
54de4d236d
|
custom HTTP handler which triggers associated script notes WIP, #356
|
2019-01-27 12:28:20 +01:00 |
|
azivner
|
581b1fdaa5
|
trigger runOnAttributeChange, runOnNoteChange on entity deletions as well
|
2019-01-11 23:43:22 +01:00 |
|
azivner
|
30249a353e
|
renamed "mirror" relation to "inverse" relation
|
2018-11-19 12:07:33 +01:00 |
|
azivner
|
ad6cb6ba34
|
mirror relation has to target source note
|
2018-11-19 00:06:04 +01:00 |
|
azivner
|
21d3b0c9d8
|
implemented mirror relations
|
2018-11-12 23:34:22 +01:00 |
|
azivner
|
be94766f76
|
trigger events after note attributes are created
|
2018-10-08 11:09:45 +02:00 |
|
azivner
|
0f106fb96f
|
more relation events, events are now not triggered on sync changes
|
2018-08-15 22:06:49 +02:00 |
|
azivner
|
ff5b84db10
|
search (note) fixes
|
2018-08-14 22:50:05 +02:00 |
|
azivner
|
9e96272eb3
|
fixed runOnAttributeChange event
|
2018-08-10 14:31:57 +02:00 |
|
azivner
|
965dbcbc9a
|
renamed workEntity to originEntity
|
2018-08-10 13:30:20 +02:00 |
|
azivner
|
ac25770c0e
|
added runOnAttributeChange event
|
2018-08-09 20:08:00 +02:00 |
|
azivner
|
1c0fd243d1
|
cleanup of labels and relations from backend
|
2018-08-07 13:33:10 +02:00 |
|
azivner
|
2d24bf81dd
|
added new label "sorted" which will keep children notes alphabetically sorted, fixes #82
|
2018-08-01 09:26:02 +02:00 |
|