Denis Arh
227cd24936
Ensure logo & favicon form assets are used as default values
2022-02-21 16:04:59 +01:00
Tomaž Jerman
330a332fdd
Generate additional IDs for reports
2022-02-17 16:27:47 +01:00
Peter Grlica
0faaba5f7c
Moved HttpRequest expr Type to automation
2022-02-17 15:00:16 +01:00
Tomaž Jerman
9142c7b5a3
Add support for user export/import
2022-02-17 13:11:50 +01:00
Denis Arh
74b3ddf94f
Fixes external auth privider removal issues
2022-02-17 12:55:19 +01:00
Denis Arh
f697511902
Add support for ui/sidebar settings
2022-02-12 12:29:02 +01:00
Denis Arh
d103d60a3d
Refactor option definitions
2022-02-08 09:13:56 +01:00
Denis Arh
74d6eabf94
Various template & def fixes
2022-01-26 16:27:38 +01:00
Denis Arh
1284371bb3
Add cue tooling & codegen to makefile
2022-01-26 16:27:36 +01:00
Denis Arh
3568d0841e
Migrate codegen for locale to CUE
2022-01-26 16:25:53 +01:00
Denis Arh
c19ee84f5d
Base CUE, def, schemas
2022-01-26 16:25:53 +01:00
Denis Arh
6c3bef0750
Refactor token-issuer (ex-jwt) to be more robust and configurable
2022-01-21 15:31:10 +01:00
Denis Arh
b61fb170bf
Add id_token in auth token request
...
ID token carries personal information about end-users that authenticate on an OpenID Connect flow.
2022-01-20 10:11:44 +01:00
Tomaž Jerman
4b113af9cc
Allow content-type header to specify the charset
2022-01-18 21:50:19 +01:00
Peter Grlica
937ec1d584
Updated generated files
2022-01-18 21:50:18 +01:00
Denis Arh
59ec77e204
Refactor JWT implementation
2022-01-18 21:50:18 +01:00
Jože Fortun
0b7409d7bb
Fix reminders websocket
2022-01-14 17:28:45 +01:00
Denis Arh
72999ca692
Replacing dgrijalva/jwt-go with lestrrat-go/jwx
2022-01-11 10:56:17 +01:00
Denis Arh
60020f8510
Upgrade go-chi&co
2022-01-11 10:53:49 +01:00
Peter Grlica
717cae5c0b
Added support for SAML HTTP binding
2022-01-11 08:26:24 +01:00
Peter Grlica
c75e4486c7
Added SAML signed requests support
2022-01-03 09:17:39 +01:00
Vivek Patel
23a24469ed
Refactor minion store
...
- Extends env variable `MINIO_BUCKET` for more flexibility over bucket name
- Introduces env variable for `MINIO_PATH_PREFIX` for flexibility over bucket paths
- Decouples minio client from New method
- Provides methods for generating bucket name, object name with path using bucket related env variables
- Adds tests
- Fixes issue#295
2021-12-22 21:12:07 +05:30
Tomaž Jerman
907cb25ceb
Add support for multipart/form-data request parsing
2021-12-21 09:11:51 +01:00
Denis Arh
92c0c3feb7
Add support for additional argument when invoking Corredor script
2021-12-17 12:59:24 +01:00
Vivek Patel
0564fe7190
Add support for role permission cloning
...
It clones all RBAC rules from one role to another, but also removes all existing rules from role.
2021-12-10 00:54:59 +05:30
Peter Grlica
e433f3303a
Added json postfilter, HttpRequest custom type
2021-12-06 13:19:52 +01:00
Vivek Patel
a2091dbbf6
Add Corteza OIDC support
...
This provides `well know` endpoint for corteza which defines a set of values that can be retrieved by a client in order to self-configure.
Added route for `public-keys` which can help a client to determine if the public key is changed since the last time and automatically update itself to use this new information.
2021-12-06 13:55:29 +05:30
Tomaž Jerman
96556f545b
Add support for CLI record import
2021-12-02 17:44:47 +01:00
Denis Arh
0114411f18
Allow settings to be removed (via rest-bulkset)
2021-11-23 15:09:24 +01:00
Denis Arh
f53c23311e
Refactor role security, support it for ext. auth flow
2021-11-23 15:09:04 +01:00
Tomaž Jerman
420b5ee195
Implement support for base password constraints
2021-11-22 13:36:32 +01:00
Tomaž Jerman
4b6b52b3f6
Add back-end support for report scenarios
2021-11-10 16:39:21 +01:00
Denis Arh
015771910f
Remove user's access tokens on password change
2021-11-10 11:11:28 +01:00
Peter Grlica
ec1c69ce9f
Renamed templates render workflow handler
2021-11-02 18:41:08 +01:00
Peter Grlica
680f4db003
Fix cli output to stdout on user creation
2021-11-02 18:40:51 +01:00
Denis Arh
402006bebb
Support recording and searching actionlogs
2021-10-28 09:43:26 +02:00
Tomaž Jerman
445f0ed507
Fix RenderOptions expr value assignment via selectors
2021-10-27 10:05:57 +02:00
Denis Arh
556ffc5ec4
Fixes res. translation enc/dec (accents, html)
2021-10-21 20:49:33 +02:00
Denis Arh
0b69d1a2e3
Support SMTP server config via setting with dynamic reload
2021-10-21 11:45:23 +02:00
Peter Grlica
6142371a87
Added Bytes type, fixed locale regen
2021-10-19 08:56:31 +02:00
Peter Grlica
94d1e89ac3
Refactored messagebus out of service layer
2021-10-19 08:56:31 +02:00
Vivek Patel
15674723f7
Removes html from translation message string
2021-10-08 19:57:17 +05:30
Tomaž Jerman
b352bec657
Defer report filter validation to the runtime
2021-10-08 10:13:39 +02:00
Vivek Patel
d764efc181
Fixes duplicate translation fields
...
Updates ResourceTranslation compare method to check keys case-insensitively
2021-10-07 23:02:14 +05:30
Tomaž Jerman
fd07179be2
Add memberID param to roles list endpoint
2021-10-07 10:48:58 +02:00
Denis Arh
83763b49ce
Do not allow membership changes on contextual roles
2021-10-06 16:14:35 +02:00
Tomaž Jerman
ccdc405bcb
Add missing report access control payload fields
2021-10-06 10:43:28 +02:00
Vivek Patel
955ea9c0fa
Includes disabled entries to APIGw list call
...
For APIgw route and filter List API assigned default value 1 to `disabled` filter
2021-10-05 17:21:28 +05:30
Vivek Patel
a22083573c
APIGw updates
...
- Fixes filter status update
- Updates search route API param for status
- Updates envoy marshaling for filter
- Fixes/Updated test for route and filter
2021-10-05 11:57:36 +05:30
Denis Arh
179381ef08
Improve workflow & system tests, logging
...
A set of changes touching different parts of system
all related to initialization of system users and
groups
2021-10-03 17:53:41 +02:00