Tomaž Jerman
744bb70548
Add CSP to attachments to prevent XSS
2021-06-22 09:40:05 +02:00
Vivek Patel
13fc9d2684
Adds before/after suspend to system:user resource
2021-06-15 13:32:04 +05:30
Vivek Patel
d8a8f1f40b
Fixes type casting of IDs to string in UserFilter struct
2021-06-07 14:21:04 +05:30
Peter Grlica
a4b61c044e
Added integration and unit tests
2021-05-19 11:10:42 +02:00
Peter Grlica
bb1043181c
Added SAML service
2021-05-18 08:07:50 +02:00
Vivek Patel
25e4d11f92
Adds validation on setting impersonated user on auth clients
2021-05-14 17:06:55 +05:30
Denis Arh
70dedcaaba
Refactor & move websocket code under pkg
2021-05-13 14:08:54 +02:00
Vivek Patel
f1f53313b2
Adds unit test for sending message to user via websocket
2021-05-13 14:08:54 +02:00
Vivek Patel
7d58795123
Adds watcher at service level and sends reminders via websocket
2021-05-13 14:08:54 +02:00
Vivek Patel
1fd9bdfa7c
Extends SCIM implementation to support role membership management
...
- Updates request payload for patching group
- Updates tests
2021-05-11 17:01:03 +05:30
Tomaž Jerman
6bd82c3e9d
Add endpoint to fetch available render drivers
2021-05-05 13:50:00 +02:00
Denis Arh
b245726c9b
Implement client_credentials g.type with user imp.
2021-04-29 07:46:07 +02:00
Peter Grlica
d81c3339fe
Refactored messagebus handlers to consumers, removed readers, added
...
eventbus consumer
2021-04-26 08:54:03 +02:00
Peter Grlica
0bc9e9baa0
Added message queue rbac rules
2021-04-21 10:19:50 +02:00
Peter Grlica
8bba825706
Added rest api
2021-04-21 10:19:50 +02:00
Denis Arh
64c9b664df
Added messagebus, generated store files, workflow triggers
2021-04-21 10:19:50 +02:00
Denis Arh
419ebd8178
Fix check for auth client create permission
2021-04-11 13:04:28 +02:00
Denis Arh
7ac38269e8
Fix default permission for auth clients read op to DENY
2021-04-07 11:03:52 +02:00
Denis Arh
f9d000f203
Load roles for user on signup
...
In scenario where new user was promoted (1st user) to admin
and email confirmation is not required (due to disabled SMTP),
user's session did not get role memebership info until re-login.
2021-04-03 18:13:19 +02:00
Denis Arh
7383310d36
Better handling empty/uninit values
2021-04-03 13:06:01 +02:00
Tomaž Jerman
e5578d3d94
Add sprig to txt templates
2021-04-02 12:10:09 +02:00
Denis Arh
fdf916b7f9
Rework/simplify expr.Vars handling
2021-04-01 21:10:51 +02:00
Tomaž Jerman
fc331cc388
Tweaks
2021-03-31 19:32:22 +02:00
Denis Arh
0bcd2918c6
Fix template afunc handler definition
2021-03-31 08:26:24 +02:00
Denis Arh
e49f09405b
Rework render vars, allow (R)Vars as input arg
2021-03-30 16:18:34 +02:00
Tomaž Jerman
ed8fddd417
Tweak Envoy store -> yaml
...
* write to fs,
* temporary remove compact format,
* make complete namespace exports easier.
2021-03-30 09:29:08 +02:00
Alex Astrum
f9501893af
Fix support for min.io with Google Cloud Storage ( #152 )
...
Adds MINIO_BUCKET_SEP options to control the separator string
2021-03-28 09:25:55 +02:00
Denis Arh
cd2b0c8998
Add support for exporting auth assets, improve dev-exp
2021-03-26 08:11:31 +01:00
Denis Arh
b428752412
More strict variable handling in assigners/converers
2021-03-25 08:15:23 +01:00
Denis Arh
f31ac4a30f
Workflow execution logging is now configurable
...
Use WORKFLOW_EXEC_DEBUG=true to enable it
2021-03-24 21:14:09 +01:00
Tomaž Jerman
5d2ff6fe05
Finish resource search wf handlers
...
* Remove page cursor from response,
* correctly return totals.
2021-03-23 11:13:00 +01:00
Denis Arh
02ebffd125
Fix bug with missing roles after password reset
2021-03-20 17:45:11 +01:00
Denis Arh
6848c1159b
Add missing svc init before settings command
2021-03-20 07:49:12 +01:00
Tomaž Jerman
fcc9542c3d
Rework export command
2021-03-19 08:48:58 +01:00
Denis Arh
b1c70e8c35
Add full names for ID fields in wf expr type wraps
2021-03-18 15:58:51 +01:00
Denis Arh
261ad71460
Serve event contraints via API
2021-03-18 08:20:55 +01:00
Denis Arh
85c5ac4943
Cleanup, rewrite workflow functions
2021-03-18 07:12:08 +01:00
Denis Arh
679fba69cc
Fixed auth email template handlers
2021-03-17 18:13:17 +01:00
Denis Arh
79ed77a379
Fixed typos across the codebase (can not, cannot)
2021-03-17 17:25:05 +01:00
Tomaž Jerman
5e947ecb87
Fix reminder creation logic lapsus
2021-03-17 14:26:31 +01:00
Denis Arh
82c76bbe6c
Do not decode JSON from body if no POST params are spec.
2021-03-12 14:50:40 +01:00
Denis Arh
186b6cb99e
Update user's meta only when not nil
2021-03-12 14:47:05 +01:00
Peter Grlica
6de0424b9f
Added auth tests
2021-03-12 13:15:36 +01:00
Tomaž Jerman
4fcc7750a6
Add template stuff to wf functions
2021-03-12 13:12:07 +01:00
Denis Arh
cfe02be081
Add support for labels on automation functions
...
Idea for these labels is to give instructions which labels to copy
on step and on workflow when function step is added to the graph.
Labels are defined with "step,workflow", "workflow" or "step" for value.
UI should follow these instructions when copying labels to workflow
and/or step.
2021-03-12 13:12:07 +01:00
Denis Arh
1fa6c6cb9b
Improve event-types <> workflow
2021-03-12 13:12:07 +01:00
Denis Arh
df7314ba74
Add basic automation functions for system
2021-03-12 13:12:07 +01:00
Denis Arh
9d004f65ac
Remove exporter commands
2021-03-12 09:46:17 +01:00
Denis Arh
3649da2967
Remove lang param from auth notifications
2021-03-11 21:19:00 +01:00
Denis Arh
a41af0699a
Remove obsolete settings exporter
2021-03-11 21:08:52 +01:00