Commit Graph

66854 Commits

Author SHA1 Message Date
Mads Rasmussen
311cdc4d1d render as ref item 2024-10-29 20:00:45 +01:00
Mads Rasmussen
3575a6baed remove element from create action option manifest 2024-10-29 19:24:41 +01:00
Mads Rasmussen
44d1e24441 use constants 2024-10-29 19:14:36 +01:00
Mads Rasmussen
ec4720baa2 rename file 2024-10-29 19:13:17 +01:00
Mads Rasmussen
3941d78db3 rename button 2024-10-29 19:11:03 +01:00
Mads Rasmussen
2180b6ef24 render create options 2024-10-29 17:03:27 +01:00
Niels Lyngsø
a242a051bc Merge branch 'release/15.0' into v15/hotfix/block-variant-validation 2024-10-29 14:04:44 +01:00
Mads Rasmussen
51171a2f33 import after restructure 2024-10-29 13:25:39 +01:00
Nikolaj Geisle
3ecd5b470f V15: Add back url segments again (#17390)
* Add logic for UrlSegments back

* Revert extension method back
2024-10-29 13:20:48 +01:00
Mads Rasmussen
74fec69782 restructure modules 2024-10-29 13:18:14 +01:00
Debasish Gracias
74695de57b Bugfix: Word wraps long Data Type names in picker (#2496)
Fix for 17036

Co-authored-by: Debasish Gracias <d.gracias@clerkswell.com>
(cherry picked from commit 5926517207)
2024-10-29 10:37:20 +00:00
Bjarke Berg
9ac2234121 Updated nuget packages 2024-10-25 (#17370)
* Updated nuget packages

* Ignore ObjectDisposedException when disposing all disposable
2024-10-29 11:00:04 +01:00
Bjarke Berg
f0a1d62247 Fixes slow legacy routes and added async overloads for delivery api (#17371) 2024-10-29 10:01:52 +01:00
Mads Rasmussen
65d2edc288 setup common action and generic modal 2024-10-28 22:49:05 +01:00
Mads Rasmussen
ac5f870978 register user entity create option actions 2024-10-28 22:18:27 +01:00
Mads Rasmussen
0f78e731e5 Merge pull request #2491 from umbraco/v15/bugfix/detail-repository-update-model
Bugfix: Detail repository base `save()` returns updated model
2024-10-28 19:43:47 +01:00
leekelleher
18a96cff45 Detail repository save returns updated model
previously returned the original model,
prior to any server updates, e.g. updated date.
2024-10-28 17:41:27 +00:00
Mads Rasmussen
f4dea3d415 export manifests 2024-10-28 17:47:41 +01:00
Mads Rasmussen
5558acb02e use entityCreateOptionAction entity type 2024-10-28 17:47:09 +01:00
Mole
d1799ecdd2 V15: Refresh caches on load balanced environments (#17296)
* Move DocumentCacheService

* Add clear all documentws from memory cache

* Fix RedirectTracker

* Implement refresh node/branch/all/delete

* Only update databasecache in RefreshContentAsync

* Fix tests

* Skip blueprints in cache

* Clear caches when contenttype is updated

* Clear cache on data type update

* Refresh media

* Only update memory cache from refreshers

* Fix imports

* Add named options

* Use cache entry settings in media

* Obsolete nucache settings

---------

Co-authored-by: Bjarke Berg <mail@bergmania.dk>
2024-10-28 15:31:39 +01:00
Mole
621a35f21f Increase default payload size to 100MB (#17382) 2024-10-28 15:20:35 +01:00
Bjarne Fyrstenborg
67b87748c0 Content type group sorting placeholder (#2471)
* Make it more clear when content type groups are re-arranged

* Hide header slot with input

(cherry picked from commit 4863745181)
2024-10-28 14:16:21 +00:00
Mads Rasmussen
4f0606eb8a Update index.ts 2024-10-28 15:11:43 +01:00
Mads Rasmussen
eb98f2dd65 register create options 2024-10-28 15:08:23 +01:00
Mads Rasmussen
b21ae95010 add global-components folder 2024-10-28 15:08:14 +01:00
Mads Rasmussen
c9332ad03c wip add entity-create-option-action extension point 2024-10-28 14:56:14 +01:00
Mads Rasmussen
5ea1a7837f Merge pull request #2490 from umbraco/v15/hotfix/deprecate-manifest-types-type
V15/hotfix/deprecate manifest types type
2024-10-28 14:16:01 +01:00
Niels Lyngsø
76b59ac395 Merge pull request #2485 from umbraco/v15/hotfix/export-types
hotfix: export types
2024-10-28 14:05:59 +01:00
Niels Lyngsø
0858ea8423 deprecate ManifestTypes 2024-10-28 13:56:37 +01:00
Mads Rasmussen
2f6f9bb137 Merge branch 'release/15.0' into v15/hotfix/export-types 2024-10-28 13:31:52 +01:00
Bjarke Berg
b05564c03f Added DisableBuildCompression to not make compressed versions of back… (#17380)
* Added DisableBuildCompression to not make compressed versions of backoffice client. That should dotnet not spend time on when building

* Also add to our own execuable even that we do not ship it

* Also add to our own execuable even that we do not ship it

* Use <CompressionEnabled>false</CompressionEnabled> instead

* Revert "Also add to our own execuable even that we do not ship it"

This reverts commit 183200d24b6d381fee0dc35894db72abb037e634.
2024-10-28 12:31:46 +01:00
Bjarke Berg
935c3b8e42 Initialize important services before unattended installs (#17366)
* Added new notification to hook in after the premigrations and use this to init different services.

* Force MaxDegreeOfParallelism to 1, while investigating scopes

* Tried some more workarounds

* Updated scopes and changed parallel to non parallel to ensure migration works

* Missing scope

* Make it parallel again - The secret is, the SuppressFlow needs to be when you create the task, but not on the await!.

* Fixed issue when DEBUG_SCOPES is not added to tests.

* Remove test exception

* Try build on ubuntu again, even that we know it can be stuck. Just a test to see if all tests pass

* Updated comment

---------

Co-authored-by: kjac <kja@umbraco.dk>
2024-10-28 12:10:38 +01:00
Mads Rasmussen
848ddb774b Hotfix: Correct user enable notification (#2487)
* show localized notification when user is enabled

* localize disable messages
2024-10-28 10:48:32 +00:00
Mads Rasmussen
18f1df46a5 Hotfix: Publish with decendants structure reload (#2486)
* ensure we always have the latest variant data

* use enum value

* Update document-tree-item.element.ts

* only dispatch event if there is no error

* reload structure after publish with descendants

* only request update if it succeeds

* rename private method
2024-10-28 10:41:45 +00:00
Mads Rasmussen
2d9e8d0a4c align naming 2024-10-28 11:39:45 +01:00
Elitsa Marinovska
5cc0a35665 Adding not null when annotation (#17379) 2024-10-28 11:35:48 +01:00
Mads Rasmussen
9b94b4abc9 Bugfix: Hide template input when there are no allowed templates (#2484)
hide template input when there are no allowed templates
2024-10-28 10:35:32 +00:00
Bjarne Fyrstenborg
92028a2b1c Tags matchlist on top of following markdown toolbar (#2489)
Set z-index of matchlist to ensure on top of following markdown toolbar

(cherry picked from commit c9f8f62b84)
2024-10-28 10:29:39 +00:00
Mads Rasmussen
70e87e33b1 Merge branch 'release/15.0' into v15/hotfix/export-types 2024-10-28 11:25:34 +01:00
Lee Kelleher
0aeaf9ab65 Bugfix: Prevent delete a template when has children (#2479)
* Adds "Template Has No Children Condition"

to prevent the "delete" action being displayed
for templates that have child templates.

* Removed condition config type

it didn't have any configurable properties.

Lazy-loaded the manifest api.

* Renamed "Template Has No Children" condition

to "Template Allow Delete Action" condition.
2024-10-28 11:24:50 +01:00
Elitsa Marinovska
853e605665 V15: Adding tests for INavigationQueryService.TryGetLevel() (#17375)
* Fixing implementation to return null as level when it cannot retrieve it

* Adding unit tests
2024-10-28 08:15:43 +01:00
Elitsa Marinovska
64b6c8a47e V15: Adding unit tests for INavigationQueryService.TryGetRootKeys() (#17374)
* Changing to Guid.NewGuid()

* Adding unit tests for TryGetRootKeys
2024-10-28 08:04:55 +01:00
Niels Lyngsø
05a0ffcaa9 Merge branch 'release/15.0' into v15/hotfix/export-types 2024-10-25 21:47:14 +02:00
Niels Lyngsø
570ef68f15 Merge branch 'release/15.0' into v15/hotfix/block-variant-validation 2024-10-25 20:25:55 +02:00
Niels Lyngsø
b08e87978a clean up 2024-10-25 19:47:16 +02:00
Niels Lyngsø
b24bedb93a update to use == in JSON Path Queries 2024-10-25 15:14:32 +02:00
Niels Lyngsø
48b9c7e232 variant block validation 2024-10-25 15:04:41 +02:00
Mads Rasmussen
368d0a0b0c Merge pull request #2470 from bjarnef/bug/content-type-design-editor-property-zindex
Remove z-index from header in content type design editor property
2024-10-25 14:12:28 +02:00
Andreas Zerbst
2edbd7d419 V15 QA updated E2E tests (#17359)
* Updated tests for v15

* V14 QA Skip Users tests on Sqlite (#17330)

* Split sqlite test because we run into db locks

* Uses the new command

(cherry picked from commit 728dc89909)
(cherry picked from commit 126bce7721)

* Fixed tests

---------

Co-authored-by: Nhu Dinh <hnd@umbraco.dk>
2024-10-25 12:17:30 +02:00
Niels Lyngsø
456566e0e2 imports 2024-10-25 10:55:17 +02:00