Commit Graph

14012 Commits

Author SHA1 Message Date
Enkel Media
b343f6846a Update outdated docs for <umb-debug>
Adjustments for the Storybook docs about umb-debug, I guess it would be valuable to move them into the official docs in the future but this ensures to reflect the change of the property `enabled` to `visible`
2024-04-05 08:53:59 +02:00
Lee Kelleher
94ef1e131d Merge pull request #1540 from umbraco/chore/super-value-in-callback
Chore: Replace `super.value` in Picker callbacks
2024-04-05 07:53:25 +01:00
Jacob Overgaard
94c3d5fca8 add check to see if any auth providers are registered 2024-04-04 16:50:38 +02:00
Jacob Overgaard
5c8c0dd15e load core extensions in app element 2024-04-04 16:50:23 +02:00
Jacob Overgaard
22324f0047 create modal to show auth providers 2024-04-04 16:50:02 +02:00
Lee Kelleher
03252e5d08 Merge pull request #1534 from umbraco/feature/admin-mfa-login-providers
Feature/admin mfa login providers
2024-04-04 15:23:57 +01:00
Jacob Overgaard
184e498bc2 initialize controllers only when it makes sense 2024-04-04 16:02:35 +02:00
Jacob Overgaard
2fe52cd500 remove todo 2024-04-04 15:40:14 +02:00
Lee Kelleher
cf53c0e389 Merge pull request #1536 from umbraco/bugfix/rename-long-paths
Bugfix/rename-long-paths
2024-04-04 14:33:42 +01:00
Jacob Overgaard
cc1bb06379 dont send cookies to the backend 2024-04-04 15:32:32 +02:00
Jacob Overgaard
a25ec074c1 add public manifest handlers 2024-04-04 15:31:13 +02:00
Jacob Overgaard
1b3d704b43 update the baseURL whenever it changes 2024-04-04 15:31:03 +02:00
Jacob Overgaard
01fd7e02e9 remove unused import 2024-04-04 15:30:43 +02:00
Jacob Overgaard
6b57cf02ed add imports 2024-04-04 15:30:29 +02:00
Jacob Overgaard
6f5b49886f register public extensions in the app element 2024-04-04 15:30:09 +02:00
leekelleher
e6222423a8 super context does not exist within a callback 2024-04-04 14:10:18 +01:00
Jacob Overgaard
951d8831cd move isAuthorized logic into the auth controller 2024-04-04 14:51:18 +02:00
Jacob Overgaard
762368c3a6 move auth request logic to an auth controller to split up the logic 2024-04-04 12:03:15 +02:00
Jacob Overgaard
22e7742d47 add support to supply an identity provider to the authorization request 2024-04-04 11:55:03 +02:00
Jacob Overgaard
090247d790 add authProvider's to test it out 2024-04-04 11:45:06 +02:00
Jacob Overgaard
9ca24c3c22 add manifest model for external auth provider 2024-04-04 11:30:52 +02:00
Jacob Overgaard
4f901304ca Merge branch 'main' into feature/sort-children-of-entity-action 2024-04-04 10:39:05 +02:00
Jacob Overgaard
5e586ab58b remove prefix of "collection-view" and "property-editor-ui" from collection views to limit the path lengths 2024-04-04 10:00:48 +02:00
Jacob Overgaard
16ccbdd765 collection view: rename long file paths to avoid errors 2024-04-04 09:55:23 +02:00
Jacob Overgaard
5417a2b941 rename element to avoid long path names 2024-04-04 09:43:00 +02:00
Jacob Overgaard
056ff565dd rename element to avoid long path names 2024-04-04 09:40:32 +02:00
Jacob Overgaard
e2d9920849 only fail the build on CI 2024-04-04 09:37:54 +02:00
Jacob Overgaard
4606db37e7 add exitCode = 1 to fail the build 2024-04-04 09:37:32 +02:00
Jacob Overgaard
f03727e149 super context does not exist within a callback 2024-04-04 09:14:30 +02:00
Lee Kelleher
48a78b2d46 Merge pull request #1519 from umbraco/feature/function/blob-download
Feature: `blobDownload` function
2024-04-04 08:06:54 +01:00
Niels Lyngsø
7c1545dc9a Merge pull request #1527 from umbraco/feature/rename-save-workspace-action
rename our save workspace action api to submit
2024-04-04 09:05:46 +02:00
Mads Rasmussen
dde3548025 Merge branch 'main' into feature/sort-children-of-entity-action 2024-04-03 19:40:27 +02:00
dependabot[bot]
1e2ab818b7 Bump vite from 5.1.2 to 5.1.7
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.1.2 to 5.1.7.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.1.7/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.1.7/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-03 17:05:46 +00:00
Jacob Overgaard
c33e0a5d70 fix todo by using observeMultiple 2024-04-03 17:21:12 +02:00
Jacob Overgaard
7e9ce89115 remove the canPerform condition since it only creates overhead and there is no scenario where it would ever be permitted=false 2024-04-03 17:17:18 +02:00
Jacob Overgaard
bb20f463c2 give controlleralias a fitting name 2024-04-03 17:16:44 +02:00
Jacob Overgaard
2bef0bef99 no need to specify default value for permitted 2024-04-03 17:16:13 +02:00
Jacob Overgaard
623019fe6a improve mfa action condition so it only spins up the observer in the constructor once (it doesn't need to know about the selected user) 2024-04-03 17:15:25 +02:00
Jacob Overgaard
86f68fd325 handle errors self for disable user mfa provider 2024-04-03 16:34:01 +02:00
Jacob Overgaard
a1a43d46ea make sure the current user flows react on their own errors to be able to detect if the code was invalid 2024-04-03 16:30:18 +02:00
Jacob Overgaard
f17795c686 map up isAdmin to save a lookup on the user condition 2024-04-03 14:27:23 +02:00
Jacob Overgaard
bd9f493968 map up isAdmin to save a lookup on the user condition 2024-04-03 14:27:14 +02:00
Jacob Overgaard
89a7e975f4 Merge remote-tracking branch 'origin/main' into feature/admin-mfa-login-providers 2024-04-03 13:56:55 +02:00
Jacob Overgaard
c354b7a2ca add provider displayName to the enabled notifications 2024-04-03 13:44:58 +02:00
Jacob Overgaard
2583152d2f add missing Danish texts 2024-04-03 13:44:48 +02:00
JesmoDev
ce24a186fd fix build 2024-04-03 13:40:55 +02:00
Jacob Overgaard
8c5df5b08e add the displayName of the provider to the localizations when disabling it 2024-04-03 13:38:14 +02:00
Jacob Overgaard
13db74fb90 add the displayName of the provider to the localizations when disabling it 2024-04-03 13:36:39 +02:00
Jacob Overgaard
474b4fb3c3 add mocked data for isAdmin 2024-04-03 13:31:33 +02:00
JesmoDev
18176685a6 generate api 2024-04-03 13:25:06 +02:00