zadam
|
e0b4b369dc
|
transaction handling fixes
|
2020-06-14 00:35:53 +02:00 |
|
zadam
|
5c0355718f
|
repository has now first level cache
|
2020-04-06 20:59:04 +02:00 |
|
zadam
|
48abd765c6
|
fix sync issues
|
2020-03-11 22:43:20 +01:00 |
|
zadam
|
eb287917c1
|
set sync.isSynced correctly
|
2020-03-09 21:28:41 +01:00 |
|
zadam
|
42017fde5f
|
refactored access to options on frontend
|
2020-02-05 22:08:45 +01:00 |
|
zadam
|
2e58e32112
|
note revision sync and other fixes
|
2019-11-01 20:00:56 +01:00 |
|
zadam
|
4e5e3e4675
|
note revisions changes WIP
|
2019-11-01 19:21:48 +01:00 |
|
zadam
|
242bea236f
|
removed link remnants
|
2019-08-27 21:24:31 +02:00 |
|
zadam
|
f273b4334e
|
implemented @limit for search
|
2019-04-22 18:08:33 +02:00 |
|
zadam
|
29c60581a6
|
yet another refactoring of working with note's payload/content
|
2019-03-26 22:24:04 +01:00 |
|
zadam
|
4bdcf32475
|
repository now uses upsert instead of insert/replace
|
2019-03-25 22:06:17 +01:00 |
|
zadam
|
d25a1e3ed9
|
initial work on note fulltext (schema changes, updating...)
|
2019-03-10 17:02:23 +01:00 |
|
zadam
|
c487a95bc7
|
note content refactoring, WIP
|
2019-02-06 21:29:23 +01:00 |
|
zadam
|
8884177d9f
|
split out note's content into separate entity, WIP
|
2019-02-06 20:19:25 +01:00 |
|
zadam
|
910cfe9a17
|
refactoring consistency checks WIP
|
2019-02-02 10:38:33 +01:00 |
|
azivner
|
9268f88bc3
|
frontend scripts now have startNote, currentNote and targetNote as NoteShort entities which e.g. provides easy access to relations/labels
|
2019-01-13 12:16:05 +01:00 |
|
azivner
|
f7f0560a9f
|
simplification of script bundles on backend
|
2019-01-13 11:56:50 +01:00 |
|
azivner
|
b774d56cf7
|
note titles in jump to note start from hoisted note instead of root
|
2018-12-13 21:18:35 +01:00 |
|
azivner
|
ee1e4fc710
|
added "update pojo" stage in entity saving to avoid encrypting data on protected note directly on the entity
|
2018-11-30 10:20:03 +01:00 |
|
azivner
|
5f0fdd15eb
|
fix adding sync entities during import
|
2018-11-26 22:37:59 +01:00 |
|
azivner
|
b3aa0ba47c
|
entity events are not triggered on imported entities
|
2018-11-26 22:27:57 +01:00 |
|
azivner
|
56e2b44c25
|
fix import
|
2018-11-26 22:22:16 +01:00 |
|
azivner
|
21d3b0c9d8
|
implemented mirror relations
|
2018-11-12 23:34:22 +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
|
c55bc471db
|
fix note move to different parent in note cache
|
2018-08-31 19:55:56 +02:00 |
|
azivner
|
3bb021fba1
|
entity deleltion should not trigger ENTITY_CHANGED event, it should be separate event
|
2018-08-28 23:17:56 +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
|
2a53bb03ae
|
fix autocomplete casing issue with first level notes
|
2018-08-13 21:01:14 +02:00 |
|
azivner
|
cd9eef32b0
|
support for cssClass label on note
|
2018-08-13 10:59:31 +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
|
0f42c396f3
|
image upload fixes + some API changes
|
2018-08-11 19:45:55 +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
|
1c0fd243d1
|
cleanup of labels and relations from backend
|
2018-08-07 13:33:10 +02:00 |
|
azivner
|
2aab3ad281
|
fixes in attribute persistence + WIP on display of promoted attrs
|
2018-08-06 08:59:26 +02:00 |
|
azivner
|
2089c32839
|
attribute UI & saving now fully working
|
2018-08-05 20:08:56 +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
|
94dabb81f6
|
fix sync of unsyncable options
|
2018-05-22 19:29:18 -04:00 |
|
azivner
|
cd45bcfd03
|
converted option operations to repository
|
2018-05-22 00:22:43 -04:00 |
|
azivner
|
e378d9f645
|
label service refactoring + rename of doInTransaction to transactional
|
2018-04-07 13:03:16 -04:00 |
|
azivner
|
e2921a648d
|
refactored backend to use new naming convention for modules
|
2018-04-01 21:27:46 -04:00 |
|
azivner
|
15d951b04e
|
smaller refactorings continued
|
2018-04-01 12:45:35 -04:00 |
|
azivner
|
acc82f39c4
|
smaller refactorings continued
|
2018-04-01 11:42:12 -04:00 |
|
azivner
|
fad0ec757b
|
smaller refactorings (mostly entitization)
|
2018-04-01 11:05:09 -04:00 |
|
azivner
|
12439d8761
|
refactoring of note deletion
|
2018-03-31 23:08:22 -04:00 |
|
azivner
|
e8a5d0ae16
|
converted note revision protection to repository/entities
|
2018-03-31 10:51:37 -04:00 |
|
azivner
|
088fb00ca9
|
repository is now stateless
|
2018-03-31 09:07:58 -04:00 |
|
azivner
|
05676f3459
|
removed dataKey where it's not necessary anymore (use of CLS instead)
|
2018-03-31 08:53:52 -04:00 |
|