3
0
Commit Graph

3208 Commits

Author SHA1 Message Date
Denis Arh
b9f96d920a Support attachment management in workflow 2021-12-02 10:48:59 +01:00
Denis Arh
f2bec9b390 Force codegen to skip processing on error 2021-12-02 10:48:59 +01:00
Denis Arh
8110c69708 Cleanup compose attachment service 2021-12-02 10:48:59 +01:00
Denis Arh
91eb88d2aa Merge branch '2021.9.x-feature-idp-roles' into 2021.9.x 2021-12-01 08:36:50 +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
Denis Arh
a1e1d1c493 Update corteza-locale dep 2021.9.4 2021.9.4-rc.1 2021-11-23 14:46:16 +01:00
Tomaž Jerman
c5b730b524 Make the passwordSecurity .env variable caution clearer 2021-11-22 13:48:21 +01:00
Tomaž Jerman
420b5ee195 Implement support for base password constraints 2021-11-22 13:36:32 +01:00
Denis Arh
edbbf2f01b Fix bool/false value sanitization
Boolean value sanitization MUST return empty string for false boolean
value to ensure consisten behaviour when empty or false value for field
is send back and that field is read-only (via RBAC).
2021-11-21 18:07:00 +01:00
Tomaž Jerman
14450dc45f Add support for setting oauth token TTL 2021-11-17 12:57:12 +01:00
Vivek Patel
3241ff4ec2 Fixes corredor uint64 conversion
- It fixes roundedID issue for WF step corredor automation script executor by adding case for slice of interface in sanitizeMapStringInterface to fix missing ID conversion for it
2021-11-15 23:39:12 +05:30
Tomaž Jerman
aced989ae6 Fix default record module field value validation setup 2021-11-15 12:45:24 +01:00
Tomaž Jerman
597484914d Properly handle ID-like report filter responses 2021-11-15 10:16:17 +01:00
Denis Arh
73c0b312e7 Upgrade bluemonday and net packages 2021-11-10 16:56:47 +01:00
Tomaž Jerman
4b6b52b3f6 Add back-end support for report scenarios 2021.9.3 2021-11-10 16:39:21 +01:00
Denis Arh
5aafe5319b Improve how JWT is generated from the CLI 2021-11-10 14:18:17 +01:00
Denis Arh
015771910f Remove user's access tokens on password change 2021-11-10 11:11:28 +01:00
Denis Arh
a385fe1c18 Fix unstable RBAC check 2021-11-09 15:12:31 +01:00
Tomaž Jerman
5afc715f9a Fix improper page block ref validation for yaml encode 2021-11-08 16:34:53 +01:00
Denis Arh
b28d618cca Fix version env var for snapshot build 2021-11-07 11:30:32 +01:00
Denis Arh
0b03e6108c Set proper version build args and make docker build depenedant on release 2021.9.2 2021-11-07 10:33:28 +01:00
Denis Arh
f054507bfd Update corteza-locale dep 2021-11-07 10:16:20 +01:00
Denis Arh
b03aa7b721 Remove cache from the build pipeline 2021-11-07 09:45:53 +01:00
Tomaž Jerman
032566d902 Fix compose page YAML marshal for unconfigured page blocks 2021-11-05 08:57:05 +01:00
Denis Arh
accc9ceb1f Fix auth asset exports 2021-11-05 07:46:04 +01:00
Denis Arh
432e2ff54d Update corteza-locale dep 2021-11-04 12:13:36 +01:00
Denis Arh
9d7cf23c64 Add curl back to docker image 2021-11-04 11:31:45 +01:00
Denis Arh
7fb993d784 Resolve duplicate issues 2021-11-04 11:19:26 +01:00
Denis Arh
7b065769da Revert "Updates WF step verification logic before creating graph"
This reverts commit e2e7510c07.
2021-11-04 10:53:33 +01:00
Denis Arh
e8bc614155 Make RBAC rule migration more robust 2021-11-03 12:02:28 +01:00
Tomaž Jerman
dab413ecea Remove namespace logo/icon references when exporting 2021-11-03 11:58:12 +01:00
Denis Arh
0b02535c8f Add -trimpath & remove -mod=readonly build flag 2021-11-02 18:46:10 +01:00
Denis Arh
614d2b3015 Initial support for plugins 2021-11-02 18:45:08 +01:00
Denis Arh
49b5ad83b9 Update deps 2021-11-02 18:43:43 +01:00
Peter Grlica
ec1c69ce9f Renamed templates render workflow handler 2021-11-02 18:41:08 +01:00
Peter Grlica
351a9b6c1c Added base64 encoder to expressions 2021-11-02 18:40:51 +01:00
Peter Grlica
2a8a3bfdb4 Added WaitFor to queue eventbus consumer 2021-11-02 18:40:51 +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
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