Kian-Meng Ang
|
712304bbc6
|
Fix typos
Found via `codespell -S ./libraries,./package-lock.json -L tabel,tabels,uptodate,isnt,edn,falsy`
|
2023-06-23 00:27:04 +08:00 |
|
zadam
|
ee60652746
|
eslint config
|
2023-04-09 23:08:24 +02:00 |
|
zadam
|
f50a9c250a
|
many small issues found by intellij analysis
|
2023-01-15 21:04:17 +01:00 |
|
zadam
|
1b24276a4a
|
always use template strings instead of string concatenation
|
2022-12-21 15:19:05 +01:00 |
|
zadam
|
6def541e78
|
improve compatibility with common js, #3436
|
2022-12-18 12:58:26 +01:00 |
|
zadam
|
0917fc8be1
|
log messages now contain script context if available
|
2022-02-01 22:25:38 +01:00 |
|
zadam
|
96f4230bc1
|
Merge branch 'master' into next50
# Conflicts:
# src/public/app/widgets/containers/root_container.js
# src/services/app_info.js
|
2022-01-09 20:18:30 +01:00 |
|
zadam
|
7159b13c9d
|
add memberId to entity_changes to avoid having to resend all changes second time
|
2022-01-09 20:16:39 +01:00 |
|
zadam
|
7a650c605c
|
fix typo in the log, closes #2513
|
2022-01-05 19:48:18 +01:00 |
|
zadam
|
6738f2cd24
|
fix preserving original sourceId after running script notes, fixes #2224
|
2021-10-12 21:41:25 +02:00 |
|
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
|
8bd3e17a3b
|
removed legacy entities and repository
|
2021-05-17 22:05:35 +02:00 |
|
zadam
|
04f249e800
|
backend scripts should not be async because of transaction management
|
2021-05-15 22:57:23 +02:00 |
|
zadam
|
d8d15b528e
|
fix .runOnBackend() API call
|
2021-05-09 21:29:59 +02:00 |
|
zadam
|
273d4e0052
|
becca conversion WIP
|
2021-05-02 19:59:16 +02:00 |
|
zadam
|
77eac8f764
|
becca conversion WIP
|
2021-05-02 12:02:32 +02:00 |
|
zadam
|
1af10d48a2
|
becca conversion WIP
|
2021-05-02 11:23:58 +02:00 |
|
zadam
|
af5b1021c7
|
renamed treeCache into froca
|
2021-04-16 22:57:37 +02:00 |
|
zadam
|
e1e185e5db
|
added "safe mode" environment variable switch which disables startup scripts and resets tabs
|
2021-01-15 20:12:14 +01:00 |
|
zadam
|
5741b380f0
|
fixed script support
|
2020-08-18 23:32:50 +02:00 |
|
zadam
|
03d7ee9abb
|
compatibility with existing scripts
|
2020-08-18 21:32:45 +02:00 |
|
zadam
|
6207203b35
|
wip
|
2020-06-20 13:18:03 +02:00 |
|
zadam
|
88348c560c
|
syncification
|
2020-06-20 12:31:38 +02:00 |
|
zadam
|
00faf758e8
|
fixes and polish
|
2020-06-15 17:56:53 +02:00 |
|
zadam
|
17b23d92ef
|
delete/undelete fixes
|
2020-01-03 13:41:44 +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
|
1903c59163
|
scripts should have different sourceId
|
2019-10-19 15:12:25 +02:00 |
|
zadam
|
24a3f814ed
|
fix ctrl+enter in sql console
|
2019-08-25 21:55:36 +02:00 |
|
zadam
|
fd9b79e115
|
loading of custom widgets
|
2019-08-17 11:28:36 +02:00 |
|
zadam
|
751bf94758
|
don't change sourceId for script execution which forces full tree reloads because it is annoying
|
2019-04-13 19:45:50 +02:00 |
|
zadam
|
29c60581a6
|
yet another refactoring of working with note's payload/content
|
2019-03-26 22:24:04 +01:00 |
|
zadam
|
fc13e1fa6a
|
added possibility to search by attached script returning note ids + some refactorings
|
2019-03-20 22:28:54 +01:00 |
|
zadam
|
7c404f03db
|
unused param
|
2019-03-04 22:18:27 +01:00 |
|
zadam
|
ed1cf6aad5
|
fix passing of startNote and originEntity to backend script API
|
2019-03-04 21:17:34 +01:00 |
|
zadam
|
c487a95bc7
|
note content refactoring, WIP
|
2019-02-06 21:29:23 +01: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
|
19d8947123
|
runOnNoteChange fires also on the frontend, closes #340
|
2019-01-16 22:52:32 +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
|
012ba9e060
|
don't attempt to run protected notes outside of protected session, fixes #279
|
2019-01-08 21:21:49 +01:00 |
|
azivner
|
763f885cc7
|
commonjs modules should have "this" available
|
2018-09-03 17:31:52 +02:00 |
|
azivner
|
17348a9cfe
|
fix some issues
|
2018-08-22 14:40:49 +02:00 |
|
azivner
|
99d81059d0
|
better common JS compatibility
|
2018-08-19 22:28:32 +02:00 |
|
azivner
|
145efe67c3
|
better logging and notifications on script errors for easier debugging
|
2018-08-17 11:31:42 +02:00 |
|
azivner
|
27be3b4c90
|
fixes in tree loading
|
2018-08-12 12:59:38 +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 |
|