Commit Graph

14665 Commits

Author SHA1 Message Date
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
JesmoDev
0b8a738ace Merge pull request #1533 from umbraco/chore/update-api
generate api
2024-04-03 13:47:37 +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
Lee Kelleher
e60e33410d Merge pull request #1532 from umbraco/chore/packages-marketplace-url
Chore: Packages Marketplace URL
2024-04-03 12:09:19 +01:00
leekelleher
48c0a20e73 Packages Marketplace URL
Wires up the Packages configuration from the server.
Adds a loader to the component.
2024-04-03 12:01:39 +01:00
Mads Rasmussen
24b74d05af Merge branch 'main' into feature/sort-children-of-entity-action 2024-04-03 12:24:51 +02:00
Lee Kelleher
2a512656f3 Merge pull request #1526 from umbraco/feature/workspace-view-collection-kind
Feature: Workspace View Collection Kind
2024-04-03 08:48:51 +01:00
Niels Lyngsø
3529d60dc6 note on removing 2024-04-02 20:29:50 +02:00
Niels Lyngsø
57c2396f67 rename save workspace action 2024-04-02 20:24:28 +02:00
Niels Lyngsø
1f29d1ddce Merge remote-tracking branch 'origin/main' into feature/clean-up-core-index
# Conflicts:
#	src/packages/core/manifests.ts
2024-04-02 19:55:53 +02:00
Niels Lyngsø
bee8a3b480 no circular imports 2024-04-02 19:54:05 +02:00
Jacob Overgaard
239aae1250 use the umbConfirmModal to ask the user to disable 2fa 2024-04-02 17:12:40 +02:00
Jacob Overgaard
73b6b14653 Revert "make the confirmModal controller send a boolean back depending on the user's answer"
This reverts commit a0167b1b27.
2024-04-02 17:11:50 +02:00
Jacob Overgaard
a0167b1b27 make the confirmModal controller send a boolean back depending on the user's answer
this avoids the error in console "uncaught exception in promise"
2024-04-02 17:10:26 +02:00
Jacob Overgaard
3c8f954847 check if item exists before getting the first one 2024-04-02 17:00:10 +02:00
leekelleher
87cc118b4b Workspace View Collection Kind 2024-04-02 15:56:07 +01:00
Jacob Overgaard
8cfb4dec10 add check for the isAdmin property 2024-04-02 16:52:37 +02:00
Jacob Overgaard
bdf40f2a5f add docs 2024-04-02 16:52:22 +02:00
Jacob Overgaard
ad9bc3ac7d add extra condition on all user entity actions to check if they are allowed to perform actions in general 2024-04-02 16:48:21 +02:00
Jacob Overgaard
a094719793 add util function to check if user is an admin 2024-04-02 16:48:02 +02:00
Jacob Overgaard
5bc8be81e3 add action to check if the current logged-in user is allowed to perform actions on the selected user 2024-04-02 16:47:52 +02:00
Jacob Overgaard
7fe68649d7 UmbChangeUserPasswordRepository does not need to import localization context itself as that is already inherited 2024-04-02 16:08:20 +02:00
Jacob Overgaard
5c7a454005 improvements 2024-04-02 16:06:55 +02:00
Jacob Overgaard
a569b28ce8 Merge remote-tracking branch 'origin/main' into feature/admin-mfa-login-providers 2024-04-02 16:01:55 +02:00
Jacob Overgaard
7e5ea3937e add a modal to see the list of a user's mfa providers and also allow to disable them if current user or admin 2024-04-02 16:01:47 +02:00
Jacob Overgaard
c6271e42a3 add a condition to check if configuration of mfa providers is allowed for the current user 2024-04-02 16:01:18 +02:00
Jacob Overgaard
2372bed4e2 add protected function to condition system to check if user is an admin 2024-04-02 16:00:15 +02:00
Jacob Overgaard
e43405bf41 add a util function to check if the current user is an admin 2024-04-02 15:59:52 +02:00
Jacob Overgaard
840f6573ba add mock handlers for the user part of mfa providers 2024-04-02 15:59:35 +02:00
Jacob Overgaard
92c596cf02 Merge branch 'main' into feature/sort-children-of-entity-action 2024-04-02 14:42:02 +02:00
Lee Kelleher
7cee0aafee Merge pull request #1518 from umbraco/feature/input-entity-picker
[WIP] Entity Picker Input
2024-04-02 13:41:50 +01:00
Jacob Overgaard
e023f3baa1 Merge branch 'main' into feature/sort-children-of-entity-action 2024-04-02 14:41:18 +02:00
Jacob Overgaard
e7fad3c8a8 Merge pull request #1391 from umbraco/bugfix/rename-file-system-file
Bugfix: Rename file system file
2024-04-02 14:41:01 +02:00
Jacob Overgaard
ef7a3843f9 Merge pull request #1497 from umbraco/feature/mfa-login-providers
Feature/mfa login providers
2024-04-02 14:31:28 +02:00