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
Denis Arh
84762e068b
Fix padding on auth form
2021-10-27 15:56:42 +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
4cd54a58f8
Remove fallback to base language in case of missing translation
2021-10-21 16:10:15 +02:00
Denis Arh
20757e58fa
Disallow use of reserved names for module fields
...
List of reserved names:
- recordID
- ownedBy
- createdBy
- createdAt
- updatedBy
- updatedAt
- deletedBy
- deletedAt
2021-10-21 13:20:50 +02:00
Denis Arh
0b69d1a2e3
Support SMTP server config via setting with dynamic reload
2021-10-21 11:45:23 +02:00
Denis Arh
415982c8fd
Improve workflow-trigger registration on startup
...
In situation when there is a combination of
invalid trigger and/or workflow but workflow
issues are not set, boot procedure crashed.
This is due to combination of old wf/trigger
setup that was successfuly saved before special
trigger verification was introduced.
2021-10-21 11:03:42 +02:00
Denis Arh
58c1358c83
Update corteza-locale dep
2021.9.1
2021-10-19 18:33:10 +02:00
Denis Arh
8b00854595
Fix container certificate issues (missing package)
2021-10-19 12:43:46 +02:00
Peter Grlica
54b716661d
Merge branch '2021.9.x-refactor-messagebus' into 2021.9.x
2021-10-19 08:56:48 +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
Peter Grlica
c388f893c1
Added sorting fields to integration gateway
2021-10-18 12:07:54 +02:00
Vivek Patel
e2e7510c07
Updates WF step verification logic before creating graph
...
- Fixes duplicate issues for function, iterator and gateway steps
- Extends workflow tests for above scenario
2021-10-18 12:54:13 +05:30
Denis Arh
59ffe768a8
Fix create and update with unique constraints
...
When creating or updating resource that did not match unique constraint
filters, check wrongly reported not-unique error when matching (and
valid) resource was found in the store.
This fix adds explicit check if resource to be stored does not match
constraint filters and skips the rest of the constraint checking
procedure.
2021-10-13 17:35:32 +02:00
Denis Arh
1fa84826c3
Load user's roles after profile-update
2021.9.0
2021-10-11 21:03:31 +02:00
Denis Arh
db7b21d855
Fix list of language tags
2021-10-11 19:47:01 +02:00
Denis Arh
2d25c55cd7
Update corteza-locale dep
2021-10-11 18:24:23 +02:00
Tomaž Jerman
d388cf2f7f
Add a temporary exception to HTTP request variable encoding
2021-10-11 15:49:50 +02:00
Tomaž Jerman
fd290dcf91
Fix improper logger initialization
2021-10-11 15:49:23 +02:00
Tomaž Jerman
2d8f2d7782
Add missing page weight yaml unmarshal
2021-10-11 13:48:49 +02:00
Tomaž Jerman
0dfe990485
Add missing page parent parameter to exported yaml
2021-10-10 13:31:02 +02:00
Tomaž Jerman
7f795ef418
Split namespace import to init and run
2021-10-10 12:43:21 +02:00
Denis Arh
96a27b13ad
Elevate permissions for user lookup when registering triggers, iterators
2021.9.0-rc.4
2021-10-08 17:40:11 +02:00
Tomaž Jerman
a30b532c15
Update corteza-locale dep
2021-10-08 17:20:20 +02:00
Tomaž Jerman
859aec34eb
Revert "Fixes Wf duplicate issues for gateway steps"
...
This reverts commit d4bf6fc6bb167a93944a4beb3b752f2def7db5f6.
2021-10-08 17:18:01 +02:00
Vivek Patel
15674723f7
Removes html from translation message string
2021-10-08 19:57:17 +05:30
Denis Arh
521b63f7c1
Update corteza-locale dep
2021-10-08 14:49:26 +02:00
Tomaž Jerman
4248415271
Fix role member transformer lapsus
2021-10-08 13:38:26 +02:00
Tomaž Jerman
873b809094
Make the expr/count function a bit more robust with typed values
2021-10-08 12:27:24 +02:00
Tomaž Jerman
b352bec657
Defer report filter validation to the runtime
2021-10-08 10:13:39 +02:00
Tomaž Jerman
7a96376865
Properly handle join cases where local key is not unique
2021-10-07 20:11:32 +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
Denis Arh
c67276c3d3
Fix JWT generator command
2021-10-07 16:48:20 +02:00
Denis Arh
832a4557c5
Return default language when there are no headers
...
This change also affects test setup: we need to load locale service
without any languages/translations to avoid test flakines
2021-10-07 15:24:59 +02:00
Tomaž Jerman
dc56f8a624
Fix sink script execution by assurring sufficient ctx credentials
2021-10-07 14:50:58 +02:00
Denis Arh
a4b9518cde
Fix password labe i18n key on login form
2021-10-07 14:19:53 +02:00
Vivek Patel
d4bf6fc6bb
Fixes Wf duplicate issues for gateway steps
...
Prevents gateway steps from verifying again by fixing return logic for converting those step definitions into workflow.Step instances
2021-10-07 15:08:48 +05:30
Tomaž Jerman
fd07179be2
Add memberID param to roles list endpoint
2021-10-07 10:48:58 +02:00
Tomaž Jerman
5acd267470
Fix improper auth context when processing automation scripts
2021-10-07 10:48:58 +02:00
Matija Rešek
5fba7b5acd
Change fonts of auth input autocomplte
2021-10-07 10:29:47 +02:00
Denis Arh
c4cf666ec4
Rename s. solution app to case mngmnt
2021-10-06 17:59:21 +02:00
Denis Arh
d2b54aae56
Update corteza-locale dep
2021.9.0-rc.3
2021-10-06 17:46:07 +02:00
Denis Arh
9bdc618f76
Apply filters when counting users skip system users)
2021-10-06 16:33:28 +02:00
Tomaž Jerman
de0d6776b0
Fix nil ptr exception on invalid report prefilter
2021-10-06 16:31:22 +02:00
Tomaž Jerman
d2e722688d
Add missing ref. types to expr. registry
2021-10-06 16:31:22 +02:00
Vivek Patel
124b9e2a05
Instantiates API GW after system service
...
Fixes workflow filter panics after reloading API GW routes
2021-10-06 19:50:30 +05:30
Denis Arh
83763b49ce
Do not allow membership changes on contextual roles
2021-10-06 16:14:35 +02:00