3
0
Commit Graph

4726 Commits

Author SHA1 Message Date
Tomaž Jerman
db58d93a34 Merge branch '2023.3.x-fix-filter-ids' into 2023.3.x 2023-05-24 12:26:30 +02:00
Tomaž Jerman
88804b460e Change filter slices to be []string vs []uint64
This is to allow front-end to properly handle ID values.
This change was done to keep consistent with what we were doing
before. Alternative version would be to have a sepparate struct
on the rest package.
2023-05-24 12:26:01 +02:00
Tomaž Jerman
462619f2b9 Change logs to encode uint64 values as strings
This is due to us introducing the web console and the uints needing
to be string encoded (because of JavaScript).
2023-05-24 12:26:01 +02:00
Vivek Patel
28bc2231c4 Fix compose public attachment access
By adding exception to Page, Namespace, and Icon attachment while serving it(Original, Preview)
2023-05-24 12:42:46 +05:30
Jože Fortun
5d0aba2cee Fix grid blocks not remounting on page/layout change in builder 2023-05-23 15:46:40 +02:00
Katrin Yordanova
9dba361a80 Add CInputColorPicker 2023-05-23 14:52:01 +03:00
Jože Fortun
bb2021d604 Add error notifications for field/layout expression evaluation 2023-05-22 13:57:39 +02:00
Jože Fortun
c444504f27 Seralize page layout evaluate record object 2023-05-22 12:49:31 +02:00
Katrin Yordanova
00f366e3b0 Replace admin user/role picker with vue-select 2023-05-22 11:31:29 +03:00
Katrin Yordanova
df9b741b66 Fix multiline comments displaying as inline comments under privacy requests 2023-05-19 18:04:36 +03:00
Jože Fortun
ab7b35f634 Fix record variable not available in layout expressions 2023-05-19 16:49:02 +02:00
Jože Fortun
e98ec7d8f2 Fix MFA template title in provisions 2023-05-19 16:10:31 +02:00
Jože Fortun
7e7c7c4b25 Adjust compose navigation block configuratorUI 2023-05-19 15:38:09 +02:00
Jože Fortun
d09b92ca49 v2023.3.1 2023.3.1 2023-05-18 16:22:37 +02:00
Jože Fortun
cbcad219a4 Refresh twitter feed when url changes 2023-05-18 16:17:40 +02:00
Atanas Yonkov
af6d644a68 Fix url Input Field Width for Content Page Block 2023-05-18 17:01:06 +03:00
Jože Fortun
ae731eee20 v2023.3.1-rc.1 2023.3.1-rc.1 2023-05-18 13:01:48 +02:00
Kelani Tolulope
dd023ed8b4 Fix metrics data not being consistent when configurator is updated 2023-05-18 11:46:22 +01:00
Atanas Yonkov
dc4864927c Add https to-all urls input values across corteza 2023-05-18 13:05:50 +03:00
Emmy Leke
4c702b9b13 Address review comment 2023-05-18 09:37:14 +01:00
Emmy Leke
bc45fad5b3 Make sidebar CTAs stick to top 2023-05-18 09:37:14 +01:00
Kelani Tolulope
78e2485e9f Update record organizer configurator 2023-05-18 10:33:45 +02:00
Kelani Tolulope
ca4d7b0f6f Add support for modal option for record organizer page block 2023-05-18 10:33:45 +02:00
Kelani Tolulope
21a594ae62 Add support for modal option for geometry block 2023-05-18 10:33:14 +02:00
Jože Fortun
f4dd6eda0b Improve record selector resolution in blocks 2023-05-18 10:21:00 +02:00
Atanas Yonkov
2d9310fee3 Fix Page title not showing on small screens 2023-05-17 18:12:03 +03:00
Vivek Patel
6b1bc3e69c Merge branch '2023.3.x-improve-error-handler' into 2023.3.x 2023-05-17 18:12:32 +05:30
Jože Fortun
25e43544f4 Add error handler results 2023-05-17 18:10:21 +05:30
Vivek Patel
6b14f78e8e Support error handler results
It adds error wrapper, error message, error step ID in result of error handler.
2023-05-17 18:10:21 +05:30
Jože Fortun
1dad94b64d Fix workflow dry run processing not stopping on timeout/error 2023-05-16 13:57:45 +02:00
Kelani Tolulope
207957feea Add metric drilldown 2023-05-16 12:54:00 +01:00
Katrin Yordanova
a559569053 Fix not being able to cancel/reject/approve more than one privacy request 2023-05-16 13:14:23 +03:00
Jože Fortun
69eecb078f Fix new blockIDs not updating on layout save in builder 2023-05-11 17:02:24 +02:00
Atanas Yonkov
932dfcdf3e Fix calendar agenda event mouse pointer not using pointer 2023-05-09 10:25:35 +03:00
Mumbi Francis
5d88d1e5ea Implement optional email invitation to newly created users via CLI 2023-05-05 11:59:47 +03:00
Mumbi Francis
4b234516f5 Improve go-critic intergration in the server 2023-05-04 19:19:00 +03:00
Jože Fortun
d5c60b6d1b Fix field expression description when editing record not being in new line like record viewer 2023-05-04 16:18:53 +02:00
Katrin Yordanova
f71823cee1 Apply correct cypress ids for profile avatar in admin 2023-05-04 12:15:26 +03:00
Emmy Leke
7e0725ab11 Stop tab titles from getting erased 2023-04-26 14:35:10 +01:00
Jože Fortun
8a2e6b46ec Remove redundant column picker all records description 2023-04-26 14:41:51 +02:00
Kelani Tolulope
ba015fb7c7 Fix date time module field responsiveness 2023-04-26 11:50:53 +01:00
Mumbi Francis
dadca706a1 Fix hash and query URL trimming on URL input field 2023-04-25 16:48:50 +03:00
Tomaž Jerman
f9312750b5 Prevent agg. step offloading on sqlserver
It was not intended to work in v0, there were some blockers.
This will be introduces in later versions.
2023-04-24 13:14:05 +02:00
Tomaž Jerman
1d4ab0bc51 "Fix" broken upgrade for dedup config on mssql
The upgrade was simply omitted since there is no way it could
happen on MSSQL (it was introduced when the change was introduced).
2023-04-24 12:49:19 +02:00
Tomaž Jerman
7675e5db3b Fix broken setting value provisioning due to missing defaults 2023-04-24 12:32:34 +02:00
Jože Fortun
4d36558fac v2023.3.0 2023.3.0 2023-04-20 17:49:18 +02:00
Jože Fortun
693e932f62 v2023.3.0-rc.3 2023.3.0-rc.3 2023-04-20 17:28:34 +02:00
Mumbi Francis
bdf92b9f80 Fix error handling and update permission on auth-profile page (#1089) 2023-04-20 18:23:41 +03:00
Jože Fortun
eeac4c05b5 Adjust CResourceList full height implementation 2023-04-20 16:41:11 +02:00
Emmy Leke
decfe7eae6 Make standalone CResourceList full height 2023-04-20 15:33:53 +01:00