-
739e994145
Add access-control check for execution
Denis Arh
2021-03-18 15:07:49 +01:00
-
2e011f2427
Properly register/unregister workflows
Denis Arh
2021-03-18 14:20:17 +01:00
-
2a1515961c
Fix wf validation with visual steps
Denis Arh
2021-03-18 14:05:17 +01:00
-
5189f47727
Add back prog. role provisioning
Denis Arh
2021-03-18 13:42:07 +01:00
-
4a1eb465ab
Cleanup webapp (dev & serving), add workflow
Denis Arh
2021-03-18 09:11:42 +01:00
-
261ad71460
Serve event contraints via API
Denis Arh
2021-03-18 08:20:55 +01:00
-
85c5ac4943
Cleanup, rewrite workflow functions
Denis Arh
2021-03-18 07:12:08 +01:00
-
679fba69cc
Fixed auth email template handlers
Denis Arh
2021-03-17 18:13:17 +01:00
-
79ed77a379
Fixed typos across the codebase (can not, cannot)
Denis Arh
2021-03-17 17:25:05 +01:00
-
a848c7d0b8
Enable sorting on workflow fields
Denis Arh
2021-03-17 16:10:04 +01:00
-
d2bd39d61e
Add reminder integration tests
Tomaž Jerman
2021-03-17 14:51:11 +01:00
-
5e947ecb87
Fix reminder creation logic lapsus
Tomaž Jerman
2021-03-17 14:26:31 +01:00
-
ae445b7c61
Workflow tweaks
2021.3.0-rc.1
Tomaž Jerman
2021-03-17 09:34:14 +01:00
-
91bffb1eec
Add workflow webapp to list of webapps
Denis Arh
2021-03-17 13:31:32 +01:00
-
e9ae52eaaf
Fixed workflow integration tests
Denis Arh
2021-03-16 20:42:01 +01:00
-
8ce11a3376
Implement email sending wf functions
Denis Arh
2021-03-15 22:26:39 +01:00
-
fe23867965
Add missing workflow store tests
Tomaž Jerman
2021-03-16 17:09:52 +01:00
-
6bc4f1102d
Fix record report operations over floating point numbers
Tomaž Jerman
2021-03-16 16:29:45 +01:00
-
b2b6935717
Implement corredor script exec through wf fn step
Denis Arh
2021-03-15 17:33:20 +01:00
-
0910317632
Log warn (not error) when wf step execution fails
Denis Arh
2021-03-14 16:00:22 +01:00
-
0cb01f9570
Cleanup provisioning
Denis Arh
2021-03-14 15:59:15 +01:00
-
82c76bbe6c
Do not decode JSON from body if no POST params are spec.
Denis Arh
2021-03-08 17:42:16 +01:00
-
186b6cb99e
Update user's meta only when not nil
Denis Arh
2021-03-12 14:47:02 +01:00
-
4cbc6a8991
Fixed workflow register option
Peter Grlica
2021-03-12 14:17:40 +01:00
-
c888f140a1
Merge branch '2021.3.x-feature-auth-test' into 2021.3.x
Peter Grlica
2021-03-12 14:11:36 +01:00
-
-
f96211b8c6
Removed session memstore, mocked it in tests
Peter Grlica
2021-03-12 09:19:27 +01:00
-
4a08f08f84
Added oauth2 interface to authRequest
Peter Grlica
2021-03-11 14:13:27 +01:00
-
6de0424b9f
Added auth tests
Peter Grlica
2021-03-05 14:47:37 +01:00
-
-
f7053f1881
Merge branch '2021.3.x-feature-workflow' into 2021.3.x
Denis Arh
2021-03-12 13:12:30 +01:00
-
-
babaa5c553
Use standard naming for created-at
Denis Arh
2021-03-11 07:45:07 +01:00
-
e17e16106d
Add workflow options, ability to disable wf registration
Denis Arh
2021-03-10 07:51:06 +01:00
-
f7c89b0c5f
Fix delay exec, document func&iter step behaviour
Denis Arh
2021-03-09 17:33:22 +01:00
-
66804a22c6
Fix noRef check
Denis Arh
2021-03-09 15:46:28 +01:00
-
4fcc7750a6
Add template stuff to wf functions
Tomaž Jerman
2021-03-08 17:29:07 +01:00
-
7e78867733
Implement delay & prompt steps
Denis Arh
2021-02-24 16:07:28 +01:00
-
c6f1149686
Make sure have exactly 2 outbound paths in iterator
Denis Arh
2021-02-15 19:22:54 +01:00
-
800b246926
Small fixes
Denis Arh
2021-02-15 18:50:41 +01:00
-
8335b69197
Fix break/continue
Denis Arh
2021-02-15 18:32:40 +01:00
-
6903ecfcf2
Fix record-value setting
Denis Arh
2021-02-15 18:25:11 +01:00
-
cf95d42b5b
Add record reporting
Denis Arh
2021-02-12 11:20:04 +01:00
-
452f83868e
Refactor and improve workflow step validation
Denis Arh
2021-02-12 10:36:27 +01:00
-
5c5ae24db3
Fix issue storing
Denis Arh
2021-02-12 08:26:22 +01:00
-
972d45ef4e
Add support for loop break & continue
Denis Arh
2021-02-12 08:00:23 +01:00
-
fdcf6fe2dc
Reorganized workflow & step types
Denis Arh
2021-02-12 07:25:59 +01:00
-
cfe02be081
Add support for labels on automation functions
Denis Arh
2021-02-12 07:20:16 +01:00
-
a0ecf0537f
Refactored workflow converter, add issues
Denis Arh
2021-02-12 06:49:07 +01:00
-
5438097648
Refactor, add generic step, add error&termination logic
Denis Arh
2021-02-11 16:06:26 +01:00
-
7d6fca5856
Improve wf ses. wait logic, complete triggered wf proc
Denis Arh
2021-02-11 11:12:02 +01:00
-
9ca7888436
Encode event params into scope before running wf session
Denis Arh
2021-02-11 08:29:25 +01:00
-
fb307bbcae
Wfexec logging tweaks, add debug wf step kind
Denis Arh
2021-02-11 08:27:59 +01:00
-
1fa6c6cb9b
Improve event-types <> workflow
Denis Arh
2021-02-10 23:26:59 +01:00
-
69dd1fc425
Add basic automation functions for compose
Denis Arh
2021-02-01 20:18:57 +01:00
-
df7314ba74
Add basic automation functions for system
Denis Arh
2021-02-01 20:18:53 +01:00
-
13b57c8d72
Automation workflow implementation
Denis Arh
2021-01-20 20:20:18 +01:00
-
d56f2fa82f
Codegen for automation types & functions
Denis Arh
2021-01-20 19:58:08 +01:00
-
d44e3474e8
More verbose info on store scan error
Denis Arh
2021-01-20 19:54:25 +01:00
-
9290bff442
Vendored modules tidied, updated (gval)
Denis Arh
2021-01-20 19:53:00 +01:00
-
-
9d004f65ac
Remove exporter commands
Denis Arh
2021-03-12 09:44:50 +01:00
-
1e49c2772f
Fix broken ql tests
Denis Arh
2021-03-12 09:45:43 +01:00
-
2405ebb187
Add support for partial config (provisioning) import
Denis Arh
2021-03-12 08:14:53 +01:00
-
53e0c2838f
Migrate auth&general email templates from settings
Denis Arh
2021-03-12 07:34:05 +01:00
-
3649da2967
Remove lang param from auth notifications
Denis Arh
2021-03-11 21:19:00 +01:00
-
7979fba9be
Remove empty pkg/iterator/README.adoc file
Denis Arh
2021-03-11 21:11:58 +01:00
-
a41af0699a
Remove obsolete settings exporter
Denis Arh
2021-03-11 21:08:52 +01:00
-
261dd4f74e
Fix boolean filtering in postgres
Denis Arh
2021-03-11 16:53:27 +01:00
-
10d4d5e26a
Workaround for LIKE operator, COLLATION & PgSQL
Denis Arh
2021-03-11 15:58:32 +01:00
-
1d5bedc2be
Add template provisioning
Tomaž Jerman
2021-03-09 15:49:04 +01:00
-
c4995dd8eb
Little template tweaks
Tomaž Jerman
2021-03-09 15:45:14 +01:00
-
7b12e6f056
Use templates for system emails
Tomaž Jerman
2021-03-09 15:44:35 +01:00
-
893a2af23d
Disable messaging app
Denis Arh
2021-03-09 07:59:32 +01:00
-
67d0a788df
Remove messaging
Denis Arh
2021-03-09 07:14:13 +01:00
-
a7c539af22
Add extra margin on empty authorized client list
Mia Arh
2021-03-08 19:49:01 +01:00
-
e4de4b1c8a
Adjust icons margin
Mia Arh
2021-03-08 19:45:10 +01:00
-
76c57ac82b
Style toast notifications
Mia Arh
2021-03-08 19:39:43 +01:00
-
d25117ab62
Support patching for users
Denis Arh
2021-03-08 19:22:44 +01:00
-
71b96ef658
Update MFA screens
Mia Arh
2021-03-08 19:02:11 +01:00
-
f4dcf5bd18
Update security screen
Mia Arh
2021-03-08 17:05:54 +01:00
-
4f8a9e0d27
Update dev scenarios screen
Mia Arh
2021-03-08 16:40:17 +01:00
-
2972437421
Fix auth asset embeding & serving
Denis Arh
2021-03-08 16:23:56 +01:00
-
a3485c692f
Update docs
2020.12.3
Jože Fortun
2021-03-08 11:46:23 +01:00
-
4ede6ffbe2
Fix record import field mapping & validation
Tomaž Jerman
2021-03-08 10:40:06 +01:00
-
cbc5034e8f
Add support for MFA
Denis Arh
2021-03-04 15:18:41 +01:00
-
94e3771960
Merge branch '2021.3.x-auth-ui-redesign' into 2021.3.x
Denis Arh
2021-03-06 16:45:39 +01:00
-
-
c653c5df90
Change alerts to toasts, add bootstrap's js libs
Denis Arh
2021-03-06 09:28:44 +01:00
-
4aa94b06e2
Add security page
Denis Arh
2021-03-06 08:41:31 +01:00
-
a837f88826
Fix auth dev screen nav&js
Denis Arh
2021-03-06 08:35:03 +01:00
-
34a58d3410
Add 'active' class to active nav item
Denis Arh
2021-03-06 08:32:38 +01:00
-
782ea71c87
Add missing bg image
Mia Arh
2021-03-06 08:17:22 +01:00
-
c822099cb7
Adjust screens for mobile responsive
Mia Arh
2021-03-05 20:15:11 +01:00
-
2e88a9d5c9
Move logged user information to top right
Mia Arh
2021-03-05 19:17:57 +01:00
-
92500a6f08
Add active nav item styling
Mia Arh
2021-03-05 19:09:05 +01:00
-
a5e8c0d8a9
Redesign all auth forms and background
Mia Arh
2021-03-05 18:30:52 +01:00
-
-
76c380512f
Remove subscription checking & endpoint
Denis Arh
2021-03-06 10:28:15 +01:00
-
416575ce23
Upgrade github.com/markbates/goth/providers/github + other libs
Denis Arh
2021-03-06 07:48:30 +01:00
-
9de3ba324b
Upgrade github.com/markbates/goth/providers/github + other libs
Denis Arh
2021-03-06 07:47:38 +01:00
-
fd53a109ef
Fix too aggressive setting name renaming
Denis Arh
2021-03-06 07:47:11 +01:00
-
c3be43ed51
Fix module field removal logic
Tomaž Jerman
2021-03-05 10:42:00 +01:00
-
ad3494b510
Fix module field removal logic
Tomaž Jerman
2021-03-05 10:42:00 +01:00
-
c2d3151c2d
Added compose module ID to module mapping endpoint
Peter Grlica
2021-03-04 14:26:09 +01:00
-
e52cae0bd8
Added compose module ID to module mapping endpoint
Peter Grlica
2021-03-04 14:26:09 +01:00