3
0
Commit Graph

268 Commits

Author SHA1 Message Date
Mumbi Francis 82636aefaf Add an option to soft delete page icon 2023-10-24 12:34:40 +03:00
Jože Fortun 2508b60dc0 Add ability to manage custom chart color schemes 2023-10-23 16:34:18 +02:00
Tomaž Jerman 532e1ac46b Fix lapsus with envoyx json decoder
The decoder's reset didn't reset because we used an incorrect
reader and didn't reload the JSON decoder.
2023-10-16 12:26:39 +02:00
Tomaž Jerman 399f9a7cc4 Plug new envoy to record import endpoints 2023-10-09 14:45:01 +02:00
Tomaž Jerman 58e5b6a21b Fix record fetching ending prematurely due to RBAC
If nothing from a chunk was included due to RBAC, the fetching ended
prematurelly.

Track both fetched and filtered items to overcome this.
2023-10-03 17:38:39 +02:00
Tomaž Jerman 1e29e618f5 Revert "Fix record fetching ending prematurely due to RBAC"
This reverts commit 8e03ea56ef.
2023-09-29 12:29:42 +02:00
Jože Fortun ed377a7d2b Remove required from user name on user update 2023-09-28 13:33:13 +02:00
Tomaž Jerman 8e03ea56ef Fix record fetching ending prematurely due to RBAC
If nothing from a chunk was included due to RBAC, the fetching ended
prematurelly.

Track both fetched and filtered items to overcome this.
2023-09-25 11:01:22 +02:00
Jože Fortun 2c7e972a7f Fix provisioned page-layout permissions 2023-09-11 15:07:49 +02:00
Peter Grlica 979b467cb7 Remove handle field on signup 2023-09-11 11:58:15 +02:00
Mumbi Francis 26e8dd0e4c Fix issue with full-page navigation when show total is disabled
and resolve page count on the last page issue
2023-09-11 12:28:53 +03:00
Peter Grlica 7bc36eb46f Added splice workflow function 2023-08-25 14:53:56 +02:00
Mumbi Francis 95a1efc657 Include all columns with numeric data type 2023-08-22 17:07:07 +02:00
Mumbi Francis cdc8edba3e Cast corteza ID datatype to text for 'like' and 'not like' filters in PostgreSQL 2023-08-22 17:07:07 +02:00
Mumbi Francis 743d99e6cc Include not like on json case-insensitive search 2023-08-22 17:04:22 +02:00
Mumbi Francis b78bb7b0ab Add MYSQL json case-insensitive search 2023-08-22 17:04:22 +02:00
Jože Fortun 9f42050b39 Add option to define custom record page layout titles with interpolation 2023-07-18 13:35:46 +02:00
Mumbi Francis 9615a9153a Redirect user to webapp one upon successful signup
If the authorize client isn't trusted, the user is taken to authorize-client page
2023-07-18 11:32:37 +03:00
Peter Grlica 1e82fc034a Fixed apigw scope opt conversion on proxy filter 2023-07-03 14:35:30 +02:00
Tomaž Jerman 6558efcaf1 Make role undelete dispatch event buss events
This makes it consistent with other resource updaters.
2023-06-30 13:38:07 +02:00
Jože Fortun 037c53d22b Add runtime CSS customization for webapps 2023-06-27 14:48:48 +03:00
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