3
0
Commit Graph

220 Commits

Author SHA1 Message Date
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
Tomaž Jerman
e18049f933 Tweak page layout sub types and JSON encoding 2023-04-07 12:39:27 +02:00
Tomaž Jerman
67e7698b28 Add provision for page button resource translations 2023-04-07 12:39:27 +02:00
Tomaž Jerman
c16307476c Add provision for old -> new page setup 2023-04-07 12:39:27 +02:00
Tomaž Jerman
9ec7139c84 Add page layout definitons to envoy 2023-04-07 12:39:27 +02:00
Tomaž Jerman
7bf2234daf Add tmp. page layout buttons 2023-04-07 12:39:27 +02:00
Tomaž Jerman
3379d273a9 Add missing JSON tags to page layouts 2023-04-07 12:39:27 +02:00
Tomaž Jerman
27a32a2607 Make page & layout meta non pointer for ease of use 2023-04-07 12:39:27 +02:00
Tomaž Jerman
0b98c786dd Fix rebase lapsus omitting page.Config field 2023-04-07 12:39:27 +02:00
Tomaž Jerman
4f77edce5e Make page layout handles unique per page not ns 2023-04-07 12:39:27 +02:00
Tomaž Jerman
9d37d8c949 Change page layout name to title, codegen config tweaks 2023-04-07 12:39:27 +02:00
Tomaž Jerman
8437728af1 Don't require pageID when fetching all NS layouts 2023-04-07 12:39:27 +02:00
Tomaž Jerman
06afbc4462 Add provisioning for page meta DB column 2023-04-07 12:39:26 +02:00
Tomaž Jerman
209e48bcf7 Add base page layout integration tests 2023-04-07 12:39:26 +02:00
Tomaž Jerman
b9e102313d Add access control and support for personal layouts 2023-04-07 12:39:26 +02:00
Tomaž Jerman
3a329511a4 Add resource translations for page layouts 2023-04-07 12:39:26 +02:00
Tomaž Jerman
0a2a11d9fd Add page layout weight & reordering 2023-04-07 12:39:26 +02:00
Tomaž Jerman
19133a4cb3 Add support for expr & action persistence on layouts 2023-04-07 12:39:26 +02:00
Tomaž Jerman
c264bf7bcd Fix filter field name lapsus 2023-04-07 12:39:26 +02:00
Jože Fortun
23177e956a Make pageID in page-layout listNamespace not required 2023-04-07 12:39:26 +02:00
Tomaž Jerman
2144f086ef Add page independent layout search endpoint 2023-04-07 12:39:26 +02:00
Tomaž Jerman
175a597de2 Rename default to primary because typescript 2023-04-07 12:39:26 +02:00
Tomaž Jerman
bd59d58e98 Add base CRUD for page layout support 2023-04-07 12:39:26 +02:00
Vivek Patel
84d23c6797 Fix locale test
Added `// go:embed src/*` back to embeded.go
2023-04-06 16:45:35 +05:30
Vivek Patel
cba972ac31 Removed pkg/discovery
It moves discovery types to discovery/ on root.
2023-04-06 11:53:18 +05:30
Mumbi Francis
6b958e0edb Fix dedicated record revisions table 2023-04-05 17:25:01 +03:00
Katrin Yordanova
7fce552ee7 Apply new color variables to webapps 2023-04-05 16:29:59 +03:00
Tomaž Jerman
7c006753de Fix invalid codegen for compose/envoy/store_encode
Lapsus in component ident field caused too much logic to be
removed from the generated code.

This caused some _happy accidents_ when matching up to existing
resources.
2023-04-02 12:03:25 +02:00