Commit Graph
795 Commits
Author SHA1 Message Date
Denis Arh f2a4601ce3 Refactored credential handling 2022-07-14 20:57:56 +02:00
Peter Grlica b44024fb31 Forbid password reuse 2022-07-14 20:23:12 +02:00
Vivek Patel 9b424a6071 Add validation for password while updating system settings
Also, adds setting actions file and updated all settings errors to translated error
2022-06-29 17:18:37 +05:30
Tomaž Jerman d65a767e94 Improve multivalue field support for report load step
Same behavour as with record lists where the module field delimiter
is used.
2022-06-22 14:35:21 +02:00
Tomaž Jerman c1500df2da Perform initial password validation sooner
Avoid user creation in case things are not yet validated.
2022-06-06 16:03:35 +02:00
Peter Grlica 5ddddf8121 Fixed route search in admin 2022-05-16 15:53:57 +02:00
Peter Grlica e6a0b0f659 Fixed queue search in admin 2022-05-16 14:17:17 +02:00
Denis Arh f7daf1f328 Make settings decoding more robust (numbers & strings) 2022-05-09 17:20:03 +02:00
Tomaž Jerman 25c093e956 Add support for record page button settings 2022-04-25 13:55:02 +02:00
Tomaž Jerman 0792c0a17d Add missing limit arg. to workfow iterator handlers 2022-04-04 12:31:27 +02:00
Peter Grlica a9b6ea6605 Added http method sorting to profiler 2022-03-23 09:32:25 +01:00
Denis Arh f305ab9102 Make credentials cleanup flow more robust 2022-03-22 18:04:10 +01:00
Denis Arh 661e7f705b Add onBefore/AfterUpdate ev when role is un/archived 2022-03-22 17:13:43 +01:00
Peter Grlica e4dc6dc5f5 Refactored, updated tests 2022-03-21 12:59:01 +01:00
Peter Grlica 2617cb8e5b Fixed aggregation sorting on equal values 2022-03-21 12:59:01 +01:00
Peter Grlica 1d156899d7 Moved filter, sorter to system profiler service 2022-03-21 12:59:01 +01:00
Peter Grlica f33336b21d Added global profiler setting, options to apigw handlers 2022-03-21 12:59:01 +01:00
Peter Grlica 476084a3bf Added profiler to apigw 2022-03-21 12:59:01 +01:00
Tomaž Jerman 631811929e Fix resource translation codegen and empty string handling 2022-03-03 11:36:08 +01:00
Tomaž Jerman ac6e7332ae Fix nil refference 2022-03-02 17:17:41 +01:00
Tomaž Jerman 506a92d2c1 Expand report output to show user fields as Compose does 2022-03-02 13:48:05 +01:00
Peter Grlica 465e8ffe69 Fix queue name matching on workflow onMessage event 2022-03-01 09:15:05 +01:00
Vivek Patel 4e3d5dd003 Fix log reference on discovery service initialisation 2022-02-28 17:32:32 +05:30
Denis Arh a86efe3090 Password reset rate limiting & existing token invalidation 2022-02-24 10:02:32 +01:00
Denis Arh 4a0f88d8f9 Remove render operation on queues (added by mistake when migrating to cue) 2022-02-23 18:55:47 +01:00
Jože Fortun 2b60261822 Fix ui.topbar setting key naming 2022-02-23 16:54:56 +01:00
Denis Arh c558ece3b0 Fix ui.topbar setting key naming 2022-02-23 16:13:04 +01:00
Denis Arh 19ff961c62 Fix docs, add hideNamespaceListLink to app settings 2022-02-23 10:27:09 +01:00
Denis Arh eb583a3394 Add topbar settings, make sidebar kv final 2022-02-23 10:14:15 +01:00
Denis Arh 7bde98697a Corteza discovery
- It provides mappings of corteza resources(Namespaces, Modules, Records, Users) along with values to corteza discovery indexer.
- It also save recordLogs for create, update, deletion of resources.
- Extend settings to hold discovery enabled/disabled flag
- Adds URL of compose resources for namespace and record and for module still pending, added todo with notes to code
2022-02-22 17:13:59 +05:30
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