Mumbi Francis
89f621c035
Add ability to select and perform bulk operations on all records
...
This change affects the recordlist and the bulk operations are edit,delete and undelete
2023-06-14 18:37:44 +03:00
Tomaž Jerman
03806a20ab
Set workflow & trigger ID when actionloggng create events
2023-06-13 09:49:04 +02:00
Tomaž Jerman
31f7e14c84
Make workflow/trigger actionlog consistent with other resources
...
Change the default severity to notice to show creates, updates,
deletes, and undeletes in the production ruleset.
2023-06-12 14:39:31 +02:00
Tomaž Jerman
2529cf337c
Add stale data errors to most resources
2023-06-12 12:28:52 +02:00
Tomaž Jerman
37035984ae
Fix known concurrent map access issues
2023-06-08 15:54:11 +02:00
Jože Fortun
c93cd59544
Add .gitignore for server/pkg/locale/src
2023-06-08 13:01:07 +02:00
Peter Grlica
d2b389bebc
Fixed From header on env SMTP vars
2023-06-06 12:07:08 +02:00
Tomaž Jerman
4ad121747d
Add page layouts to namespace export resources
2023-06-06 09:33:57 +02:00
Tomaž Jerman
256dd59b83
Reset reminder snooze counter when changing remind at
2023-06-05 09:31:29 +02:00
Vivek Patel
7fcfb40d2e
Fix issue with session list
...
It fixes issue of sorting and pagination for the status column due to Its stringify interpretation.
2023-05-30 16:03:05 +02:00
Tomaž Jerman
992510539e
Add missing sessionID param to automation session search
2023-05-30 12:33:27 +02:00
Tomaž Jerman
41cbe2fb65
Update page->layout migration to include RBAC rules
...
Apply page RBAC rules to the _forked_ page layout resource.
This is under an assumption that the same rules would be applied
on both places.
2023-05-26 12:13:23 +02:00
Tomaž Jerman
162a0fd054
Fix failing store test
2023-05-24 12:58:23 +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
e98ec7d8f2
Fix MFA template title in provisions
2023-05-19 16:10:31 +02:00
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
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
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
Mumbi Francis
bdf92b9f80
Fix error handling and update permission on auth-profile page ( #1089 )
2023-04-20 18:23:41 +03:00
Tomaž Jerman
80596c970f
Add multopart form parsing to the auth route handlers
2023-04-20 16:08:13 +02:00
Tomaž Jerman
e76d296491
Fix number check regex to allow +- prefix
2023-04-20 09:31:49 +02:00
Katrin Yordanova
a223f0ce84
Make titles more user-friendly and open Jitsi in new tab on click
2023-04-19 17:57:37 +03:00
Jože Fortun
762c60625c
Update provision record page block xywh
2023-04-18 15:01:19 +02:00
dependabot[bot]
dba50e236a
Bump golang.org/x/image in /server
...
Bumps [golang.org/x/image](https://github.com/golang/image ) from 0.0.0-20191009234506-e7c1f5e7dbb8 to 0.5.0.
- [Release notes](https://github.com/golang/image/releases )
- [Commits](https://github.com/golang/image/commits/v0.5.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/image
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-17 16:31:16 +01:00
Jože Fortun
ffe6266069
Update provision blocks xywh
2023-04-14 10:56:32 +02:00
Tomaž Jerman
a23c43890e
Add missing err handling for user credential fetch
2023-04-14 09:04:32 +02:00
Tomaž Jerman
b6c24588a9
Add applications as alias for yaml decoding
2023-04-14 08:53:22 +02:00
Vivek Patel
ffd49d3783
Fix preview for icon attachment
...
It will fall back to original image and return preview accordingly.
2023-04-13 18:53:53 +05:30
Vivek Patel
9147ea25c3
Updates dependencies
2023-04-13 14:38:46 +02:00
dependabot[bot]
5f0e58ce3d
Bump golang.org/x/net in /server
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.0.0-20220722155237-a158d28d115b to 0.7.0.
- [Release notes](https://github.com/golang/net/releases )
- [Commits](https://github.com/golang/net/commits/v0.7.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-13 14:38:46 +02:00
dependabot[bot]
7c19b2c0b9
Bump github.com/Masterminds/goutils from 1.1.0 to 1.1.1 in /server
...
Bumps [github.com/Masterminds/goutils](https://github.com/Masterminds/goutils ) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/Masterminds/goutils/releases )
- [Changelog](https://github.com/Masterminds/goutils/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Masterminds/goutils/compare/v1.1.0...v1.1.1 )
---
updated-dependencies:
- dependency-name: github.com/Masterminds/goutils
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-13 14:38:46 +02:00
Jože Fortun
16d0420a9d
Add extra chart configuration options
2023-04-12 14:06:03 +02:00
dependabot[bot]
bf64c9ff68
Bump github.com/crewjam/saml from 0.4.6 to 0.4.13 in /server
...
Bumps [github.com/crewjam/saml](https://github.com/crewjam/saml ) from 0.4.6 to 0.4.13.
- [Release notes](https://github.com/crewjam/saml/releases )
- [Commits](https://github.com/crewjam/saml/compare/v0.4.6...v0.4.13 )
---
updated-dependencies:
- dependency-name: github.com/crewjam/saml
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-11 11:31:53 +01:00
Tomaž Jerman
12fe6b8d5e
Add missing store tests
2023-04-07 15:48:38 +02:00
Tomaž Jerman
bcc80497ff
Fix broken integration tests
2023-04-07 15:43:24 +02:00
Tomaž Jerman
f1f7ff7d8f
Prevent record DS from using empty refs
...
These empty refs made the whole situation awkward to work in.
2023-04-07 15:43:24 +02:00
Tomaž Jerman
b89c8ac73c
Fix page upgrade lapsus
2023-04-07 12:39:27 +02:00
Tomaž Jerman
16a30425ab
Add missing meta.style update check to page layouts
2023-04-07 12:39:27 +02:00
Tomaž Jerman
c62b7b61a1
Add missing meta.style to page layout actions
2023-04-07 12:39:27 +02:00
Tomaž Jerman
c82592f6de
Fix invalid unique handle check for page layouts
2023-04-07 12:39:27 +02:00
Tomaž Jerman
614f9c7cde
Copy base page translations to page layouts on provision
2023-04-07 12:39:27 +02:00
Tomaž Jerman
2196dd9ea4
Tweak envoy to better handle nested parent refs
...
* Don't overwrite parent refs if they are already set
* Allow page layout's pageID to be referenced as selfID
2023-04-07 12:39:27 +02:00
Tomaž Jerman
802e94724d
Update provision files to include page layouts
2023-04-07 12:39:27 +02:00
Tomaž Jerman
02d0c4dcdb
Add resource translation UI for page layouts
2023-04-07 12:39:27 +02:00
Tomaž Jerman
fce2ae90e3
Remove the primary flag from page layouts
2023-04-07 12:39:27 +02:00