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
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
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
Jacob Overgaard
7fe1fa772d
set background with logo for backdrop when first signing in
2024-04-09 10:19:59 +02:00
Jacob Overgaard
5bbdca08fe
remove automatic opacity
2024-04-09 10:19:43 +02:00
Mads Rasmussen
8ac3cdaa7d
Merge branch 'feature/localize-#-in-strings' of https://github.com/umbraco/Umbraco.CMS.Backoffice into feature/localize-#-in-strings
2024-04-09 10:10:30 +02:00
Mads Rasmussen
cb883f47ce
update implementation after labelKey is removed
2024-04-09 10:10:20 +02:00
Jacob Overgaard
5a34eba10c
remove extra layout
2024-04-09 10:06:53 +02:00
Mads Rasmussen
330c9788df
Merge branch 'main' into feature/localize-#-in-strings
2024-04-09 10:02:40 +02:00
Mads Rasmussen
88545b9f95
add tests
2024-04-09 09:59:38 +02:00
Mads Rasmussen
b89f91196f
Merge branch 'main' into feature/entity-context
2024-04-09 09:54:32 +02:00
Lone Iversen
45ce082f50
Co-authored-by: Lee Kelleher <leekelleher@users.noreply.github.com>
2024-04-09 09:49:17 +02:00
Mads Rasmussen
0829798e48
Update umbraco-package.ts
2024-04-09 09:47:00 +02:00
Mads Rasmussen
cdb57b26cf
update import
2024-04-09 09:46:56 +02:00
Mads Rasmussen
a9cd8b0998
move menu component into component folder
2024-04-09 09:46:49 +02:00
Mads Rasmussen
335a4d94d5
rename index to entry-point
2024-04-09 09:46:24 +02:00