Commit Graph

14992 Commits

Author SHA1 Message Date
Mads Rasmussen
fd472b45c9 Merge branch 'main' into feature/localize-#-in-strings 2024-04-10 10:12:09 +02:00
Mads Rasmussen
ee2f393030 don't add to the permission list if the last modal is rejected 2024-04-10 08:45:42 +02:00
Mads Rasmussen
c34790d409 set entity context after load and create 2024-04-09 22:01:53 +02:00
Mads Rasmussen
fda38a8f3f use fallback permissions correctly 2024-04-09 22:01:39 +02:00
Mads Rasmussen
55a9f9401a Merge pull request #1537 from umbraco/feature/media-recycle-bin
Feature: Media Recycle Bin
2024-04-09 21:57:35 +02:00
Mads Rasmussen
f5eef4affc Merge branch 'main' into feature/media-recycle-bin 2024-04-09 21:51:34 +02:00
Mads Rasmussen
fd465d635e Merge pull request #1531 from umbraco/bugfix/document-recycle-bin
Feature: Document Recycle Bin
2024-04-09 21:00:11 +02:00
Mads Rasmussen
4b088db925 lazy load all document workspace actions 2024-04-09 20:26:53 +02:00
Mads Rasmussen
d4330a122d add save action 2024-04-09 20:15:28 +02:00
Mads Rasmussen
a5d359faed Merge branch 'main' into bugfix/document-recycle-bin 2024-04-09 20:12:53 +02:00
Mads Rasmussen
f36b09bccb use extension initializer 2024-04-09 19:50:37 +02:00
Mads Rasmussen
e30fcacf4e disable save and publish button when not allowed 2024-04-09 19:50:00 +02:00
Mads Rasmussen
b6fb7363eb export as api 2024-04-09 19:49:35 +02:00
Mads Rasmussen
a0a76306ed add save and preview button 2024-04-09 19:49:26 +02:00
leekelleher
1f97bb5fbb Wired up the Document Blueprint root route 2024-04-09 16:48:27 +01:00
leekelleher
88ebf5a26f Changed workspace to be a "routable" kind
Removed "document-blueprint-workspace.element.ts"
as the routes are defined in the Workspace Context.

Removed the `#getDataPromise` field for the moment.
(Whilst we work out any data loading issues)
2024-04-09 16:47:39 +01:00
Jacob Overgaard
04d7d83536 Merge pull request #1548 from umbraco/feature/auth-providers
Add support for external login providers
2024-04-09 17:44:55 +02:00
Jacob Overgaard
cd3c657f8b fix build errors and remove traces of jquer 2024-04-09 17:36:56 +02:00
Jacob Overgaard
fd81faee01 correct eslint errors 2024-04-09 17:25:47 +02:00
Jacob Overgaard
a43314fc17 Merge branch 'main' into feature/auth-providers 2024-04-09 17:17:48 +02:00
Jacob Overgaard
052632c464 revamp web/test-runner config so that commonjs() is being run before esbuild but only on the modules that are actually only exported as CJS 2024-04-09 17:16:52 +02:00
Jacob Overgaard
c77c8ee937 take the TS source code off of @openid/appauth and compile it manually so that we can make it into a proper esmodule 2024-04-09 17:13:56 +02:00
Jacob Overgaard
657a07561f simpleicons is going to remove the twitter icon, so this is now on disk 2024-04-09 17:12:49 +02:00
JesmoDev
acab0115a5 localizations 2024-04-09 17:03:24 +02:00
leekelleher
da2c10327d 📓 Updated LICENSE
added Simple Icons; CC0.
2024-04-09 15:41:02 +01:00
Mads Rasmussen
383fe6d05b programatically set the condition for save and publish so we can disable the button instead of removing it 2024-04-09 15:31:58 +02:00
Mads Rasmussen
98f5cd2f56 add public methods to enable and disable the action 2024-04-09 15:31:13 +02:00
Jacob Overgaard
edd7c54805 use the first providerName for default auth 2024-04-09 15:20:07 +02:00
Jacob Overgaard
46ad9b4f00 Merge remote-tracking branch 'origin/feature/auth-providers' into feature/auth-providers 2024-04-09 15:07:13 +02:00
Jacob Overgaard
4b1e1815f6 use the built source from @openid/appauth 2024-04-09 15:07:05 +02:00
leekelleher
df9d50bb35 When an Auth Provider has denyLocalLogin enables
then unregister the default Umbraco provider,
e.g. "Umb.AuthProviders.Umbraco" extension.
2024-04-09 13:39:21 +01:00
Mads Rasmussen
ec820b0ca9 add user permissions to workspace actions 2024-04-09 14:33:24 +02:00
JesmoDev
9dde310eba Merge remote-tracking branch 'origin/main' into feature/rollback 2024-04-09 14:27:55 +02:00
JesmoDev
8cb105b00c small fixes 2024-04-09 14:27:49 +02:00
Jacob Overgaard
27271b1fe6 add /logout to post logout uri redirect in the signout method 2024-04-09 14:25:37 +02:00
Mads Rasmussen
004427dfe2 implement allOf to allow multiple verbs for one permission condition 2024-04-09 13:17:10 +02:00
leekelleher
1e07a330ef Merge branch 'main' into feature/simple-document-blueprint-workspace 2024-04-09 11:43:11 +01:00
Lone Iversen
aa208bb108 set name 2024-04-09 12:41:56 +02:00
Lone Iversen
f6c72a99eb document blueprint action, use documentblueprintresource 2024-04-09 12:36:45 +02:00
Mads Rasmussen
7c910266d4 Update manifests.ts 2024-04-09 12:24:48 +02:00
Mads Rasmussen
4bc218a315 add conditions 2024-04-09 12:24:14 +02:00
Mads Rasmussen
852c4d3121 Merge branch 'main' into feature/localize-#-in-strings 2024-04-09 12:10:11 +02:00
Mads Rasmussen
877703a697 Merge branch 'main' into feature/document-user-permission 2024-04-09 12:09:29 +02:00
Mads Rasmussen
d22e19cfc7 Merge pull request #1553 from umbraco/feature/entity-context
Feature: Entity context
2024-04-09 12:07:29 +02:00
Mads Rasmussen
778ce5bbc8 Merge branch 'feature/entity-context' into feature/document-user-permission 2024-04-09 11:37:08 +02:00
Mads Rasmussen
a3199d54f4 temp ts ignore 2024-04-09 11:25:47 +02:00
Jacob Overgaard
d99104e800 fix wrong import 2024-04-09 10:40:19 +02:00
Jacob Overgaard
455712ecd7 update code after merge 2024-04-09 10:35:53 +02:00
Jacob Overgaard
149c662a98 generate new models 2024-04-09 10:31:06 +02:00
Jacob Overgaard
6ace0d57e1 Merge remote-tracking branch 'origin/main' into feature/auth-providers 2024-04-09 10:21:47 +02:00