Commit Graph

13872 Commits

Author SHA1 Message Date
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
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
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
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
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
c0d7418e0b Merge remote-tracking branch 'origin/main' into feature/mfa-login-providers 2024-04-02 14:25:00 +02:00
Jacob Overgaard
1e783894ed remove unused repository 2024-04-02 14:24:47 +02:00
Mads Rasmussen
9f20d8d1cd Merge branch 'main' into bugfix/rename-file-system-file 2024-04-02 13:51:41 +02:00
Niels Lyngsø
e9c6d889ae Merge pull request #1525 from umbraco/feature/only-initialize-localization-if-used
only initialize localization controller if used
2024-04-02 13:51:32 +02:00
Jacob Overgaard
844b598939 Merge branch 'main' into bugfix/rename-file-system-file 2024-04-02 13:49:16 +02:00
Lee Kelleher
6c2d4aa6ec Merge pull request #1517 from umbraco/feature/collection-view-layouts
Feature: Collection View Layouts
2024-04-02 12:48:26 +01:00
Lee Kelleher
a63b037354 Merge pull request #1520 from leekelleher/feature/document-collection-column-contenttypealias
Feature: Document Collection: Adds `contentTypeAlias` to the column property values
2024-04-02 12:46:45 +01:00
Niels Lyngsø
0d348498d5 Merge pull request #1521 from umbraco/feature/rename-controller-methods-for-lit-compatibility
Breaking: rename Umbraco controller methods
2024-04-02 13:46:29 +02:00
Mads Rasmussen
14f392de23 add missing skip-take-values 2024-04-02 13:44:20 +02:00
Niels Lyngsø
fb257f1ba3 only initialize localization controller if used 2024-04-02 13:43:51 +02:00
Mads Rasmussen
50a3219f62 Merge branch 'main' into bugfix/rename-file-system-file 2024-04-02 12:36:22 +02:00
Niels Lyngsø
1cb11a23fd Merge remote-tracking branch 'origin/main' into feature/rename-controller-methods-for-lit-compatibility 2024-04-02 12:25:10 +02:00
Niels Lyngsø
8537f740f0 rename controller methods 2024-04-02 12:25:03 +02:00
leekelleher
2e53f76261 Document Collection: Adds contentTypeAlias to the column property values 2024-04-02 10:27:15 +01:00
leekelleher
e3c3db46ad Collection View Layouts 2024-04-02 10:10:49 +01:00
Niels Lyngsø
c508c14e02 Merge remote-tracking branch 'origin/main' into feature/validation-take-2 2024-04-02 10:56:56 +02:00
Niels Lyngsø
e980f84df2 clean up 2024-04-02 10:55:46 +02:00
Niels Lyngsø
04667635d8 rename editable kind 2024-04-02 10:53:20 +02:00
Niels Lyngsø
edbcefcbed rename to submittable 2024-04-02 10:49:18 +02:00
Niels Lyngsø
537ba490ae lint fix 2024-04-02 10:41:36 +02:00
leekelleher
80885de3cc [WIP] Entity Picker Input
A generic picker component that can select
entities from a provided `pickerContext`.
2024-04-02 09:39:42 +01:00
Mads Rasmussen
7123e46d86 Merge branch 'main' into bugfix/rename-file-system-file 2024-04-02 10:33:44 +02:00
leekelleher
617d392b5d Adds reusable function fromCamelCase
This is to display a friendlier label from a camelCased alias.
2024-04-02 09:11:31 +01:00
Niels Lyngsø
3f6a28a772 out comment code 2024-04-02 09:29:45 +02:00
Niels Lyngsø
a8e3c8c2d0 Merge remote-tracking branch 'origin/main' into feature/validation-take-2 2024-04-02 09:20:17 +02:00
Niels Lyngsø
07795423ce tsc fixes 2024-04-02 09:20:06 +02:00
Jacob Overgaard
19ab901506 Merge branch 'main' into feature/mfa-login-providers 2024-04-02 09:12:37 +02:00
Jacob Overgaard
6867be412c build(deps): bump uui to 1.7.2 2024-04-02 09:12:25 +02:00
dependabot[bot]
78fa430c42 Bump @babel/core from 7.23.9 to 7.24.3
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.23.9 to 7.24.3.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.24.3/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-02 09:10:25 +02:00