Commit Graph

67419 Commits

Author SHA1 Message Date
Niels Lyngsø
6f6b4a7466 imports 2024-11-04 14:56:24 +01:00
Niels Lyngsø
e718367f15 move abstract classes out of types 2024-11-04 14:56:23 +01:00
Niels Lyngsø
3b152b68da fix tsc 2024-11-04 14:55:59 +01:00
Niels Lyngsø
002b4baf47 ufm types 2024-11-04 14:55:25 +01:00
Niels Lyngsø
5533926e6a tip tap extensions 2024-11-04 14:54:41 +01:00
Niels Lyngsø
f28cacd79d move section types 2024-11-04 14:54:41 +01:00
Niels Lyngsø
f9ffce9e00 export condition types 2024-11-04 14:54:41 +01:00
Niels Lyngsø
419e00e494 add CollectionBulkActionPermissionConditionConfig 2024-11-04 14:54:41 +01:00
Niels Lyngsø
1890dfeb43 export types 2024-11-04 14:54:41 +01:00
Niels Lyngsø
ef77734a5d user conditions 2024-11-04 14:54:41 +01:00
Niels Lyngsø
1726702c45 is admin 2024-11-04 14:54:41 +01:00
Niels Lyngsø
7bf0875041 remove reference 2024-11-04 14:54:41 +01:00
Niels Lyngsø
55e84d0564 refactor collection conditions 2024-11-04 14:54:41 +01:00
Niels Lyngsø
5a460a15c6 exort more types 2024-11-04 14:54:41 +01:00
Niels Lyngsø
8513e0918d more exports 2024-11-04 14:54:41 +01:00
Niels Lyngsø
a87afb69ba document exports 2024-11-04 14:54:41 +01:00
Niels Lyngsø
27c1cc952a clean up 2024-11-04 14:54:41 +01:00
Niels Lyngsø
ebbe5a955c update to use == in JSON Path Queries 2024-11-04 14:53:46 +01:00
Niels Lyngsø
f0734cfef4 variant block validation 2024-11-04 14:53:46 +01:00
Nathaniel Nunes
9a80b2cf8c Allow for the document create options to be opened on space/enter clicked (#2501)
allow for the document create options to be opened on space/enter clicked

Co-authored-by: Nathaniel Nunes <n.nunes@clerkswell.com>
(cherry picked from commit 69d9cfab9a)
2024-11-04 13:37:08 +00:00
Nathaniel Nunes
69d9cfab9a Allow for the document create options to be opened on space/enter clicked (#2501)
allow for the document create options to be opened on space/enter clicked

Co-authored-by: Nathaniel Nunes <n.nunes@clerkswell.com>
2024-11-04 13:36:14 +00:00
Kenn Jacobsen
754276448a Do not migrate blocks in parallel on SQLite (#17416) 2024-11-04 14:29:14 +01:00
Lee Kelleher
53592b019b Hotfix: UFM alias prefixes (#2510)
* Adds `alias` to UFM component registrations

* Adds support for `alias` prefix in UFM syntax

e.g. `{(alias:|marker)(text)}` would be `{umbContentName: propertyAlias}` or `{~propertyAlias}`

* UFM Content Name: adds warning for using the `~` prefix marker

The `~` prefix will be deprecated in a future major release.
2024-11-04 14:28:51 +01:00
Niels Lyngsø
e6f4697050 Merge pull request #2509 from umbraco/v15/hotfix/create-options-extension-point
Hotfix: Entity Create Option Action Extension Point
2024-11-04 14:17:13 +01:00
Niels Lyngsø
f1fe0cfe1b Merge branch 'release/15.0' into v15/hotfix/create-options-extension-point 2024-11-04 14:10:40 +01:00
Nathaniel Nunes
b7785c7486 Feature: Set the URL field as required and focus on it (#2500)
* Feature: Set the URL field as required and focus on it

* Added mandatory asterix to webhook url label

---------

Co-authored-by: Nathaniel Nunes <n.nunes@clerkswell.com>
(cherry picked from commit e93b86bdae)
2024-11-04 13:10:29 +00:00
Kenn Jacobsen
b46f7bbf11 Add ContentKey to IBlockReference and obsolete ContentUdi (#17365) 2024-11-04 14:09:03 +01:00
Nathaniel Nunes
e93b86bdae Feature: Set the URL field as required and focus on it (#2500)
* Feature: Set the URL field as required and focus on it

* Added mandatory asterix to webhook url label

---------

Co-authored-by: Nathaniel Nunes <n.nunes@clerkswell.com>
2024-11-04 13:07:26 +00:00
Kenn Jacobsen
0505ff5316 Fix security scheme issues in Delivery API OpenAPI spec (#17401) 2024-11-04 14:07:18 +01:00
Lee Kelleher
192c0d76e8 Bugfix: Block Type card thunbnail image path/URL (#2480)
Block Type Cards: Fixed image URL

Removed the backoffice path from the URL,
as the image paths are relative to the root of the website.
2024-11-04 14:07:13 +01:00
Niels Lyngsø
004e58cd86 update vite.config for core package 2024-11-04 13:38:36 +01:00
Niels Lyngsø
15ac89271a jsdocs 2024-11-04 13:31:55 +01:00
Niels Lyngsø
bcc3073b2a constants 2024-11-04 13:31:50 +01:00
nikolajlauridsen
72bc3f8306 Fix merge error 2024-11-04 12:54:52 +01:00
nikolajlauridsen
8f86ac1bd1 Merge branch 'release/15.0' into v15/dev
# Conflicts:
#	src/Umbraco.Core/Services/DocumentUrlService.cs
2024-11-04 12:49:38 +01:00
Niels Lyngsø
5be1e8ef0a update all-packages list 2024-11-04 12:42:21 +01:00
Niels Lyngsø
6b6b05c726 type export 2024-11-04 12:39:31 +01:00
Niels Lyngsø
39fe9a86e2 lint corrections 2024-11-04 12:38:41 +01:00
Sven Geusens
691ca2827d Migrate old locallinks formats (#17307)
* Initial working localLinks migration

* Cleanup

* Refactor for extendability part 1

* Refactor part 2

* Fixed circular dependency

* Made sure all the extendable logic for the migration is marked as obsolete for v18

* Refactor to use Interface and non circular references instead

* Use Npco for SQLserver compatibility and include media properties too

---------

Co-authored-by: nikolajlauridsen <nikolajlauridsen@protonmail.ch>
2024-11-04 12:30:23 +01:00
Sven Geusens
e50a1dc015 Migrate old locallinks formats (#17307)
* Initial working localLinks migration

* Cleanup

* Refactor for extendability part 1

* Refactor part 2

* Fixed circular dependency

* Made sure all the extendable logic for the migration is marked as obsolete for v18

* Refactor to use Interface and non circular references instead

* Use Npco for SQLserver compatibility and include media properties too

---------

Co-authored-by: nikolajlauridsen <nikolajlauridsen@protonmail.ch>
2024-11-04 12:29:55 +01:00
Niels Lyngsø
9a497a9583 Merge branch 'release/15.0' into v15/hotfix/create-options-extension-point 2024-11-04 12:29:03 +01:00
Bjarke Berg
6417948a58 #17391 (#17413)
Fixes issue with the delivery api can find unpublished content
2024-11-04 12:27:47 +01:00
Niels Lyngsø
91d2b1af87 Merge pull request #2488 from umbraco/v15/hotfix/block-variant-validation
15-rc: Front-end Validation for Variant Blocks
2024-11-04 11:25:46 +01:00
Sebastiaan Janssen
e4d99747d1 fix: prevent copying of the node_modules directory (#17331)
As noted in #16659, everything from `App_Plugins` is copied into the web
output. This is unneeded and in the case of the `node_modules` directory
unwanted behavior, these files are sources and not output that Umbracco
needs to serve packages/extensions.

The old behavior has led to many of the "path too long" errors we've
been seeing while building extensions.
2024-11-04 10:27:23 +01:00
Andreas Zerbst
ab5b007d44 Updated lucene net replicator package (#17415)
* Updated package

* Added dependency on Umbraco.Examine
2024-11-04 10:07:13 +01:00
Niels Lyngsø
cab9d0e603 Merge branch 'release/15.0' into v15/hotfix/create-options-extension-point
# Conflicts:
#	src/packages/core/collection/manifests.ts
2024-11-04 09:26:55 +01:00
Kenn Jacobsen
1fe689e027 Add logging to RTE integration tests to trace the source of the failing tests (#17376)
* Add logging to RTE integration tests to trace the source of the failing tests

* Revert build host change

* Explicitly log to console

* Make the test assertions less fragile
2024-11-04 07:26:32 +01:00
Mads Rasmussen
1c089a6aa8 align with modal 2024-11-02 22:29:48 +01:00
Mads Rasmussen
75731a0f9d filter + add types 2024-11-02 22:29:38 +01:00
Mads Rasmussen
2f8fba9512 add create collection action kind 2024-11-02 21:00:48 +01:00