azivner
|
afcbfcfa03
|
cleanup obsolete image code
|
2018-11-08 11:14:13 +01:00 |
|
azivner
|
d7afbe4059
|
saving image
|
2018-11-08 11:08:16 +01:00 |
|
azivner
|
d0d2a7fe47
|
store images in notes, basic structure
|
2018-11-08 10:11:00 +01:00 |
|
azivner
|
80178b52c0
|
cleanup of note (& revisions) content is now postponed and done 48 hours after deleting it. This makes it possible to correct user mistake without having to use a real backup
|
2018-11-01 10:23:21 +01:00 |
|
azivner
|
639284fd85
|
changing title directly from relation map
|
2018-10-30 22:18:20 +01:00 |
|
azivner
|
9bdd4437f2
|
export single note as markdown, #166
|
2018-09-03 09:40:22 +02:00 |
|
azivner
|
792039227f
|
cssClass is correctly filled for new note
|
2018-09-01 13:18:55 +02:00 |
|
azivner
|
c55bc471db
|
fix note move to different parent in note cache
|
2018-08-31 19:55:56 +02:00 |
|
azivner
|
174d4e67af
|
fix encrypting new notes
|
2018-08-27 23:04:52 +02:00 |
|
azivner
|
26c06c9826
|
more API docs
|
2018-08-23 15:33:19 +02:00 |
|
azivner
|
d4fbe28517
|
jsdoc comments on entities
|
2018-08-22 23:37:06 +02:00 |
|
azivner
|
171877ce08
|
renamed inheritAttributes to template
|
2018-08-21 12:52:11 +02:00 |
|
azivner
|
4f1e6ec70f
|
note API additions
|
2018-08-21 12:50:43 +02:00 |
|
azivner
|
208771216e
|
fix in passing originEntity from frontend to backend, some refactorings
|
2018-08-16 23:00:04 +02:00 |
|
azivner
|
0f106fb96f
|
more relation events, events are now not triggered on sync changes
|
2018-08-15 22:06:49 +02:00 |
|
azivner
|
41a6e777ea
|
attributes coming from inheritAttributes are inherited only if the inheritAttributes relation itself is inheritable
|
2018-08-14 13:02:17 +02:00 |
|
azivner
|
a684879b91
|
primitive attribute caching inside note entity, fixes #149
|
2018-08-13 17:16:06 +02:00 |
|
azivner
|
ddbd4f73c8
|
attributes can be inherited through special relation "inheritAttributes"
|
2018-08-13 17:05:16 +02:00 |
|
azivner
|
3424406ff1
|
script API changes for task management #140
|
2018-08-13 13:53:08 +02:00 |
|
azivner
|
cd9eef32b0
|
support for cssClass label on note
|
2018-08-13 10:59:31 +02:00 |
|
azivner
|
f071d3f651
|
fix validation issue + attribute not triggering change event on delete
|
2018-08-13 09:39:07 +02:00 |
|
azivner
|
9fb0599c45
|
entities are now changed only if entity hash changed which will limit number of events emitted
|
2018-08-12 20:04:48 +02:00 |
|
azivner
|
9e96272eb3
|
fixed runOnAttributeChange event
|
2018-08-10 14:31:57 +02:00 |
|
azivner
|
ac25770c0e
|
added runOnAttributeChange event
|
2018-08-09 20:08:00 +02:00 |
|
azivner
|
f1240c26bf
|
more cleanup of labels and relations from backend, dropping tables from db
|
2018-08-07 13:44:51 +02:00 |
|
azivner
|
1c0fd243d1
|
cleanup of labels and relations from backend
|
2018-08-07 13:33:10 +02:00 |
|
azivner
|
5f36856571
|
* refactoring of repository layer to represent booleans as true/false instead of 1/0
* show list of inherited attributes, fixes #136
* properly work with inheritance
|
2018-08-07 11:38:00 +02:00 |
|
azivner
|
12031d369f
|
displaying and saving number and boolean promoted attributes
|
2018-08-06 15:23:22 +02:00 |
|
azivner
|
2aab3ad281
|
fixes in attribute persistence + WIP on display of promoted attrs
|
2018-08-06 08:59:26 +02:00 |
|
azivner
|
61987e46f7
|
work in progress on attributes UI - unification of labels and relations now mostly works
|
2018-08-03 13:06:56 +02:00 |
|
azivner
|
097114c0f2
|
basic entities for attributes (unification of labels and relations)
|
2018-08-02 22:48:21 +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 |
|
azivner
|
2eb1a9705f
|
it's now possible to mark relation as inheritable (previously this was hardcoded for specific relation names)
|
2018-07-29 20:33:42 +02:00 |
|
azivner
|
8a95afd756
|
#126, added skeleton of note relations, copied from similar concept of labels
|
2018-07-27 10:52:48 +02:00 |
|
azivner
|
37ab7b4641
|
#98, sync to server now works as well + a lot of related changes
|
2018-07-24 20:35:03 +02:00 |
|
azivner
|
3d2ef6be01
|
remove optionId, closes #117
|
2018-06-13 19:10:28 -04:00 |
|
azivner
|
14c704d6db
|
db upgrades are now handled transparently in the background without bothering the user, closes #119
|
2018-06-10 15:49:22 -04:00 |
|
azivner
|
fc6669d254
|
initialization and schema fixes, closes #111
|
2018-06-01 22:26:37 -04:00 |
|
azivner
|
40a32e6826
|
render notes can be edited and can contain HTML markup
|
2018-05-26 19:27:47 -04:00 |
|
azivner
|
03bf33630e
|
unify audit fields, fixes #102
|
2018-05-26 12:38:25 -04:00 |
|
azivner
|
a372cbb2df
|
fix #105
|
2018-05-22 23:51:13 -04:00 |
|
azivner
|
0ce5caefe8
|
refactoring
|
2018-05-22 22:22:15 -04:00 |
|
azivner
|
cd45bcfd03
|
converted option operations to repository
|
2018-05-22 00:22:43 -04:00 |
|
azivner
|
49a53f7a45
|
added hash columns for faster sync check calculation
|
2018-05-22 00:15:54 -04:00 |
|
azivner
|
4ce5ea9886
|
autocomplete supports encrypted notes now as well
|
2018-04-20 00:12:01 -04:00 |
|
azivner
|
a4eafb934f
|
non null note title and content in the DB schema, allow saving non-valid JSON notes, children overview style changes
|
2018-04-11 00:10:11 -04:00 |
|
azivner
|
b277a250e5
|
protected notes are not in autocomplete when not in protected session, fixes #46
|
2018-04-08 12:27:10 -04:00 |
|
azivner
|
120888b53e
|
fix JSON saving bug
|
2018-04-08 08:31:19 -04:00 |
|
azivner
|
abfc64af95
|
script to generate large documents, closes #55
|
2018-04-03 22:15:28 -04:00 |
|
azivner
|
42dd8d4754
|
smaller refactorings
|
2018-04-02 22:53:01 -04:00 |
|