Commit Graph

8572 Commits

Author SHA1 Message Date
Jacob Overgaard
60b61391ec update storybook 2023-11-02 16:07:46 +01:00
Jacob Overgaard
2e20085b1f Merge pull request #930 from umbraco/feature/multi-url-picker-fixes
Multi URL picker Modal - small adjustments
2023-11-02 16:06:25 +01:00
dependabot[bot]
78b3859b62 Bump prettier from 3.0.1 to 3.0.3
Bumps [prettier](https://github.com/prettier/prettier) from 3.0.1 to 3.0.3.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/3.0.1...3.0.3)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-02 16:04:17 +01:00
dependabot[bot]
3d37867daa Bump eslint-plugin-lit from 1.8.3 to 1.10.1
Bumps [eslint-plugin-lit](https://github.com/43081j/eslint-plugin-lit) from 1.8.3 to 1.10.1.
- [Commits](https://github.com/43081j/eslint-plugin-lit/compare/v1.8.3...v1.10.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-lit
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-02 16:04:05 +01:00
Lone Iversen
cc1f3449d3 uui styling imports 2023-11-02 16:03:43 +01:00
Lone Iversen
b5924cc633 style formats 2023-11-02 16:03:43 +01:00
Lone Iversen
ea035dd911 load stylesheets 2023-11-02 16:03:43 +01:00
Lone Iversen
60f13bb7fb tinymce stylesheet config datatype 2023-11-02 16:03:43 +01:00
Jacob Overgaard
ec100cdb91 optimize rollup plugins 2023-10-31 16:46:07 +01:00
Jacob Overgaard
b220a14578 be more holistic about when to render the preview (it threw errors when value was undefined) 2023-10-31 16:45:55 +01:00
Jacob Overgaard
b1d059c1b7 replace 'sanitize-html' with 'dompurify' due to it working better as esmodule and being the recommendation of 'marked' 2023-10-31 16:45:26 +01:00
Jacob Overgaard
6a28171952 await imports to make sure we catch the error the right place to avoid a single extension breaking the entire application 2023-10-31 16:13:47 +01:00
Lone Iversen
ecc1f4b1cb Update src/packages/settings/dashboards/telemetry/dashboard-telemetry.element.ts
Co-authored-by: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com>
2023-10-31 11:52:53 +01:00
Lone Iversen
a26e5105c7 localization for telemetry 2023-10-31 11:52:53 +01:00
Jacob Overgaard
205975171f set new v14 "auth app" to output its files into a new "auth" folder to ensure it doesnt conflict with v13 login screen 2023-10-30 15:45:11 +01:00
Jacob Overgaard
f8515f9b81 build(deps): bump @umbraco-ui/uui from 1.5.0-rc.3 to 1.5.0 2023-10-30 15:02:25 +01:00
Lone Iversen
771bbb3a85 localization for settingsdashboard 2023-10-30 14:41:02 +01:00
Lone Iversen
2216297b7a Localization MD overview 2023-10-30 11:01:04 +01:00
Niels Lyngsø
d5802290d9 Merge pull request #945 from umbraco/improvement-simplify-workspace-context-interface 2023-10-27 09:33:35 +02:00
Mads Rasmussen
2707c2e035 simplify requirements for the workspace context interface 2023-10-26 19:29:59 +02:00
Niels Lyngsø
8af565f37c Merge pull request #944 from umbraco/feature/outcomment-container-queries 2023-10-26 14:21:20 +02:00
Niels Lyngsø
1d4eacf9e0 Merge branch 'main' into feature/outcomment-container-queries 2023-10-26 14:12:00 +02:00
Niels Lyngsø
b8b8948157 Merge pull request #942 from umbraco/feature/isolate-auth-flow 2023-10-26 14:09:12 +02:00
Niels Lyngsø
9c6f9e14a1 change comment style 2023-10-26 14:07:54 +02:00
Niels Lyngsø
3abacbd70b out-commented container queries for now 2023-10-26 14:05:44 +02:00
Niels Lyngsø
bfab979f4c Merge branch 'main' into feature/isolate-auth-flow 2023-10-26 14:00:05 +02:00
Niels Lyngsø
76b2ba523b Merge pull request #941 from umbraco/feature/decouple-resource-controller 2023-10-26 13:56:20 +02:00
Niels Lyngsø
74134bd89c Merge pull request #935 from bjarnef/feature/icon-picker-size 2023-10-26 13:52:44 +02:00
Jacob Overgaard
7e90949ff6 add revoke requests for future 2023-10-24 14:54:56 +02:00
Jacob Overgaard
f560002c2a Merge branch 'main' into feature/isolate-auth-flow 2023-10-24 14:39:40 +02:00
Jacob Overgaard
2e98e55674 disable logic not supported yet by the server 2023-10-24 14:39:27 +02:00
Jacob Overgaard
cea210a56c export the isAuthorized function 2023-10-24 14:38:08 +02:00
Jacob Overgaard
29328a332e throw errors instead of console to stop the application 2023-10-24 14:37:53 +02:00
Jacob Overgaard
37f1b0092c fix: check it authflow has a token and only use that for authorizedguard 2023-10-24 14:37:41 +02:00
Jacob Overgaard
242b4e0ed7 only set login to true if authorized 2023-10-24 14:36:53 +02:00
dependabot[bot]
faf09af6c3 Bump actions/setup-node from 3 to 4
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-24 12:02:36 +02:00
Jacob Overgaard
55a3f141df rename method 2023-10-24 11:19:07 +02:00
Jacob Overgaard
41bc048536 documentation 2023-10-24 11:18:52 +02:00
Jacob Overgaard
3fa2387410 documentation 2023-10-24 11:16:27 +02:00
Jacob Overgaard
21d508a224 rename method to getLatestToken 2023-10-24 11:16:23 +02:00
Jacob Overgaard
0e801cedfe exports 2023-10-24 11:16:06 +02:00
Jacob Overgaard
f67ae31662 send a revoke token request after logout 2023-10-24 11:16:01 +02:00
Jacob Overgaard
5d22f6bcdf construct UmbAuthFlow internally in UmbAuthContext 2023-10-24 11:07:19 +02:00
Jacob Overgaard
a23a1a490b avoid using UmbAuthFlow directly in app element 2023-10-24 11:07:05 +02:00
Jacob Overgaard
3601af0aca remove unused line 2023-10-24 11:06:47 +02:00
Jacob Overgaard
ed02e343c6 ensure that UmbResourceController only uses "like types" mimicking the generated models from backend-api to ensure that extensions can provide their own implementations 2023-10-24 10:07:05 +02:00
Jacob Overgaard
02437b0bfb add validator functions for backend-api types 2023-10-24 09:59:16 +02:00
dependabot[bot]
52bff552d9 Bump tinymce from 6.7.0 to 6.7.1
Bumps [tinymce](https://github.com/tinymce/tinymce/tree/HEAD/modules/tinymce) from 6.7.0 to 6.7.1.
- [Changelog](https://github.com/tinymce/tinymce/blob/develop/modules/tinymce/CHANGELOG.md)
- [Commits](https://github.com/tinymce/tinymce/commits/6.7.1/modules/tinymce)

---
updated-dependencies:
- dependency-name: tinymce
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-23 14:38:05 +02:00
JesmoDev
6e3b4ab6e5 Merge pull request #917 from umbraco/chore/uui-1.5.0-rc.0
build(deps): bump @umbraco-ui/uui from 1.4.0-rc.2 to 1.5.0-rc.1
2023-10-18 22:07:18 +13:00
Jacob Overgaard
4376f634e8 bump @umbraco-ui/uui to 1.5.0-rc.3 2023-10-18 10:22:25 +02:00