[Github Action] Automated trickest wordlists update.

This commit is contained in:
github-actions[bot]
2026-06-18 09:40:22 +00:00
parent 0d45fe66e2
commit 1720444e86
48 changed files with 10855 additions and 8749 deletions
@@ -139,12 +139,14 @@ src/Umbraco.Cms.Api.Management/Controllers/Document/Item/SearchDocumentItemContr
src/Umbraco.Cms.Api.Management/Controllers/Document/Item/DocumentItemControllerBase.cs
src/Umbraco.Cms.Api.Management/Controllers/Document/Item/AncestorsDocumentItemController.cs
src/Umbraco.Cms.Api.Management/Controllers/Document/Item/ItemDocumentItemController.cs
src/Umbraco.Cms.Api.Management/Controllers/Document/SortChildrenAtRootDocumentController.cs
src/Umbraco.Cms.Api.Management/Controllers/Document/UpdateDocumentController.cs
src/Umbraco.Cms.Api.Management/Controllers/Document/Collection/ByKeyDocumentCollectionController.cs
src/Umbraco.Cms.Api.Management/Controllers/Document/Collection/DocumentCollectionControllerBase.cs
src/Umbraco.Cms.Api.Management/Controllers/Document/DocumentControllerBase.cs
src/Umbraco.Cms.Api.Management/Controllers/Document/CreateDocumentControllerBase.cs
src/Umbraco.Cms.Api.Management/Controllers/Document/NotificationsController.cs
src/Umbraco.Cms.Api.Management/Controllers/Document/SortChildrenDocumentController.cs
src/Umbraco.Cms.Api.Management/Controllers/Document/SortDocumentController.cs
src/Umbraco.Cms.Api.Management/Controllers/RecycleBin/RecycleBinControllerBase.cs
src/Umbraco.Cms.Api.Management/Controllers/Template/CreateTemplateController.cs
@@ -621,6 +623,7 @@ src/Umbraco.Cms.Api.Management/Controllers/Media/RecycleBin/RestoreMediaRecycleB
src/Umbraco.Cms.Api.Management/Controllers/Media/RecycleBin/RootMediaRecycleBinController.cs
src/Umbraco.Cms.Api.Management/Controllers/Media/RecycleBin/ReferencedByMediaRecycleBinController.cs
src/Umbraco.Cms.Api.Management/Controllers/Media/MoveMediaController.cs
src/Umbraco.Cms.Api.Management/Controllers/Media/SortChildrenMediaController.cs
src/Umbraco.Cms.Api.Management/Controllers/Media/CreateMediaControllerBase.cs
src/Umbraco.Cms.Api.Management/Controllers/Media/CreateMediaController.cs
src/Umbraco.Cms.Api.Management/Controllers/Media/MoveToRecycleBinMediaController.cs
@@ -642,6 +645,7 @@ src/Umbraco.Cms.Api.Management/Controllers/Media/Item/ItemMediaItemController.cs
src/Umbraco.Cms.Api.Management/Controllers/Media/Item/MediaItemControllerBase.cs
src/Umbraco.Cms.Api.Management/Controllers/Media/Item/SearchMediaItemController.cs
src/Umbraco.Cms.Api.Management/Controllers/Media/Item/AncestorsMediaItemController.cs
src/Umbraco.Cms.Api.Management/Controllers/Media/SortChildrenAtRootMediaController.cs
src/Umbraco.Cms.Api.Management/Controllers/Media/UpdateMediaController.cs
src/Umbraco.Cms.Api.Management/Controllers/Media/GetAuditLogMediaController.cs
src/Umbraco.Cms.Api.Management/Controllers/Media/ValidateUpdateMediaController.cs
@@ -957,7 +961,10 @@ src/Umbraco.Cms.Api.Management/DependencyInjection/JsonBuilderExtensions.cs
src/Umbraco.Cms.Api.Management/DependencyInjection/MemberGroupsBuilderExtensions.cs
src/Umbraco.Cms.Api.Management/DependencyInjection/ManagementApiConfiguration.cs
src/Umbraco.Cms.Api.Management/ViewModels/Sorting/SortingRequestModel.cs
src/Umbraco.Cms.Api.Management/ViewModels/Sorting/SortDocumentChildrenByFieldRequestModel.cs
src/Umbraco.Cms.Api.Management/ViewModels/Sorting/SortMediaChildrenByFieldRequestModel.cs
src/Umbraco.Cms.Api.Management/ViewModels/Sorting/ItemSortingRequestModel.cs
src/Umbraco.Cms.Api.Management/ViewModels/Sorting/SortChildrenByFieldRequestModelBase.cs
src/Umbraco.Cms.Api.Management/ViewModels/Profiling/ProfilingStatusResponseModel.cs
src/Umbraco.Cms.Api.Management/ViewModels/Profiling/ProfilingStatusRequestModel.cs
src/Umbraco.Cms.Api.Management/ViewModels/Profiling/ProfilingStatusPresentationBase.cs
@@ -1456,6 +1463,7 @@ src/Umbraco.Cms.Api.Management/Security/BackOfficeApplicationManager.cs
src/Umbraco.Cms.Api.Management/Security/BackOfficeAuthenticationBuilder.cs
src/Umbraco.Cms.Api.Management/Security/Authorization/DenyLocalLogin/DenyLocalLoginHandler.cs
src/Umbraco.Cms.Api.Management/Security/Authorization/DenyLocalLogin/DenyLocalLoginRequirement.cs
src/Umbraco.Cms.Api.Management/Security/Authorization/AllChildrenAuthorizer.cs
src/Umbraco.Cms.Api.Management/Security/Authorization/MustSatisfyRequirementAuthorizationHandler.cs
src/Umbraco.Cms.Api.Management/Security/Authorization/Element/ElementPermissionHandler.cs
src/Umbraco.Cms.Api.Management/Security/Authorization/Element/ElementPermissionRequirement.cs
@@ -3637,6 +3645,7 @@ src/Umbraco.Core/Models/ContentEditing/ContentUpdateResult.cs
src/Umbraco.Core/Models/ContentEditing/ContentBlueprintUpdateModel.cs
src/Umbraco.Core/Models/ContentEditing/MemberUpdateResult.cs
src/Umbraco.Core/Models/ContentEditing/ValueModelBase.cs
src/Umbraco.Core/Models/ContentEditing/ContentSortField.cs
src/Umbraco.Core/Models/ContentEditing/MemberEditingModelBase.cs
src/Umbraco.Core/Models/ContentEditing/ContentUpdateResultBase.cs
src/Umbraco.Core/Models/ContentEditing/ElementUpdateResult.cs
@@ -4220,6 +4229,7 @@ src/Umbraco.Core/Configuration/Models/SystemDateMigrationSettings.cs
src/Umbraco.Core/Configuration/Models/ContentVersionCleanupPolicySettings.cs
src/Umbraco.Core/Configuration/Models/RuntimeMode.cs
src/Umbraco.Core/Configuration/Models/WebRoutingSettings.cs
src/Umbraco.Core/Configuration/Models/SessionIdLoggingMode.cs
src/Umbraco.Core/Configuration/Models/CoreDebugSettings.cs
src/Umbraco.Core/Configuration/Models/CharItem.cs
src/Umbraco.Core/Configuration/Models/GlobalSettings.cs
@@ -4239,8 +4249,10 @@ src/Umbraco.Core/Configuration/Models/PackageMigrationSettings.cs
src/Umbraco.Core/Configuration/Models/RuntimeSettings.cs
src/Umbraco.Core/Configuration/Models/Attributes/UmbracoOptionsAttribute.cs
src/Umbraco.Core/Configuration/Models/DictionarySettings.cs
src/Umbraco.Core/Configuration/Models/ScheduledPublishingSettings.cs
src/Umbraco.Core/Configuration/Models/Validation/RequestHandlerSettingsValidator.cs
src/Umbraco.Core/Configuration/Models/Validation/ConfigurationValidatorBase.cs
src/Umbraco.Core/Configuration/Models/Validation/ScheduledPublishingSettingsValidator.cs
src/Umbraco.Core/Configuration/Models/Validation/HostingSettingsValidator.cs
src/Umbraco.Core/Configuration/Models/Validation/HealthChecksSettingsValidator.cs
src/Umbraco.Core/Configuration/Models/Validation/GlobalSettingsValidator.cs
@@ -5813,6 +5825,7 @@ src/Umbraco.Core/PropertyEditors/ValueConverters/ColorPickerValueConverter.cs
src/Umbraco.Core/PropertyEditors/ValueConverters/MultipleTextStringValueConverter.cs
src/Umbraco.Core/PropertyEditors/ValueConverters/MultiNodeTreePickerValueConverter.cs
src/Umbraco.Core/PropertyEditors/ValueConverters/DatePickerValueConverter.cs
src/Umbraco.Core/PropertyEditors/AllowedContentTypeKeysParser.cs
src/Umbraco.Core/PropertyEditors/DropDownFlexibleConfiguration.cs
src/Umbraco.Core/PropertyEditors/EntityDataPickerConfiguration.cs
src/Umbraco.Core/PropertyEditors/ConfigurationFieldAttribute.cs
@@ -5893,7 +5906,9 @@ src/Umbraco.Core/PropertyEditors/Validation/NestedValidationResults.cs
src/Umbraco.Core/PropertyEditors/Validation/JsonPathValidator.cs
src/Umbraco.Core/PropertyEditors/Validation/NestedJsonPathValidationResults.cs
src/Umbraco.Core/PropertyEditors/Validation/JsonPathExpression.cs
src/Umbraco.Core/PropertyEditors/Validation/TypedValidatorRunner.cs
src/Umbraco.Core/PropertyEditors/Validation/ITypedJsonValidator.cs
src/Umbraco.Core/PropertyEditors/Validation/ITypedValidator.cs
src/Umbraco.Core/PropertyEditors/Validation/JsonPathValidationError.cs
src/Umbraco.Core/PropertyEditors/Validation/TypedJsonValidatorRunner.cs
src/Umbraco.Core/PropertyEditors/Validation/ValidationHelper.cs
@@ -11980,7 +11995,9 @@ src/Umbraco.Web.UI.Client/src/packages/core/utils/pagination/target/pagination-m
src/Umbraco.Web.UI.Client/src/packages/core/utils/pagination/target/pagination-manager/target-pagination.manager.ts
src/Umbraco.Web.UI.Client/src/packages/core/utils/pagination/target/types.ts
src/Umbraco.Web.UI.Client/src/packages/core/utils/pagination/offset/index.ts
src/Umbraco.Web.UI.Client/src/packages/core/utils/pagination/offset/fetch-all-pages.function.ts
src/Umbraco.Web.UI.Client/src/packages/core/utils/pagination/offset/is-offset-request.guard.ts
src/Umbraco.Web.UI.Client/src/packages/core/utils/pagination/offset/fetch-all-pages.function.test.ts
src/Umbraco.Web.UI.Client/src/packages/core/utils/pagination/offset/types.ts
src/Umbraco.Web.UI.Client/src/packages/core/utils/pagination/types.ts
src/Umbraco.Web.UI.Client/src/packages/core/utils/object/deep-merge.function.ts
@@ -15410,6 +15427,7 @@ tests/Umbraco.Tests.UnitTests/Umbraco.Cms.Api.Management/Configuration/Configure
tests/Umbraco.Tests.UnitTests/Umbraco.Cms.Api.Management/Security/BackOfficeAuthenticationBuilderTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Cms.Api.Management/Security/BackOfficeApplicationManagerTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Cms.Api.Management/Security/UriProviderTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Cms.Api.Management/Security/Authorization/AllChildrenAuthorizerTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Cms.Api.Management/Serialization/BackOfficeSerializationTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Cms.Api.Management/Services/UserStartNodePathComparisonTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Cms.Api.Management/Services/BackOfficeExternalLoginServiceTests.cs
@@ -15451,6 +15469,7 @@ tests/Umbraco.Tests.UnitTests/Umbraco.Web.Common/ModelBinders/HttpQueryStringMod
tests/Umbraco.Tests.UnitTests/Umbraco.Web.Common/Views/UmbracoViewPageTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Web.Common/FileNameTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Web.Common/AspNetCore/AspNetCoreCookieManagerTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Web.Common/AspNetCore/AspNetCoreSessionManagerTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Web.Common/ApplicationBuilder/CspNonceExtensionsTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Web.Common/Routing/PreviewRoutesTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Web.Common/Routing/EndpointRouteBuilderExtensionsTests.cs
@@ -15575,6 +15594,7 @@ tests/Umbraco.Tests.UnitTests/Umbraco.Infrastructure/Migrations/MigrationTests.c
tests/Umbraco.Tests.UnitTests/Umbraco.Infrastructure/Migrations/Upgrade/UmbracoPlanTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Infrastructure/Migrations/AlterMigrationTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Infrastructure/DeliveryApi/ApiRichTextMarkupParserTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Infrastructure/Install/UnattendedUpgraderTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Infrastructure/Install/UnattendedUpgradeBackgroundServiceTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Infrastructure/Install/MigrationCoordinatorTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Infrastructure/Mapping/MappingTests.cs
@@ -15614,6 +15634,7 @@ tests/Umbraco.Tests.UnitTests/Umbraco.Infrastructure/Serialization/JsonUdiConver
tests/Umbraco.Tests.UnitTests/Umbraco.Infrastructure/Serialization/SystemTextJsonSerializerTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Infrastructure/Serialization/JsonStringInternConverterTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Infrastructure/Serialization/JsonBlockValueConverterTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Infrastructure/Services/DistributedJobServiceTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Infrastructure/Services/AmbiguousEventTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Infrastructure/Services/LocalizedTextServiceTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Infrastructure/Services/PropertyValidationServiceTests.cs
@@ -15740,6 +15761,7 @@ tests/Umbraco.Tests.UnitTests/Umbraco.Core/Telemetry/SiteIdentifierServiceTests.
tests/Umbraco.Tests.UnitTests/Umbraco.Core/Telemetry/SystemTroubleshootingInformationTelemetryProviderTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Core/Telemetry/TelemetryServiceTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Core/Configuration/Models/RequestHandlerSettingsTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Core/Configuration/Models/Validation/ScheduledPublishingSettingsValidatorTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Core/Configuration/Models/Validation/DeliveryApiSettingsValidatorTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Core/Configuration/Models/Validation/RequestHandlerSettingsValidatorTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Core/Configuration/Models/Validation/LoggingSettingsValidatorTests.cs
@@ -15878,6 +15900,7 @@ tests/Umbraco.Tests.UnitTests/Umbraco.Core/Extensions/UriExtensionsTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Core/PropertyEditors/EntityDataPickerPropertyValueEditorTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Core/PropertyEditors/RichTextPropertyEditorHelperTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Core/PropertyEditors/BlockListEditorPropertyValueEditorTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Core/PropertyEditors/AllowedContentTypeKeysParserTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Core/PropertyEditors/ColorPickerPropertyValueEditorTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Core/PropertyEditors/MultipleTextStringPropertyValueEditorTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Core/PropertyEditors/IntegerPropertyValueEditorTests.cs
@@ -15901,6 +15924,7 @@ tests/Umbraco.Tests.UnitTests/Umbraco.Core/PropertyEditors/Validators/FileUpload
tests/Umbraco.Tests.UnitTests/Umbraco.Core/PropertyEditors/RichTextAllowedMediaTypeValidatorTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Core/PropertyEditors/BlockEditorComponentTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Core/PropertyEditors/SliderPropertyValueEditorTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Core/PropertyEditors/ContentPickerPropertyEditorValidationTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Core/PropertyEditors/MediaPicker3ValueEditorValidationTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Core/PropertyEditors/DataValueReferenceFactoryCollectionTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Core/PropertyEditors/DateTimeUnspecifiedPropertyEditorTests.cs
@@ -15910,6 +15934,8 @@ tests/Umbraco.Tests.UnitTests/Umbraco.Core/PropertyEditors/BlockListPropertyValu
tests/Umbraco.Tests.UnitTests/Umbraco.Core/PropertyEditors/DateTimeDataValueEditorSortableTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Core/PropertyEditors/MultiNodeTreePickerValidationTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Core/PropertyEditors/EnsureUniqueValuesValidatorTest.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Core/PropertyEditors/ElementPickerPropertyEditorMinMaxValidationTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Core/PropertyEditors/ElementPickerPropertyEditorValidationTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Core/PropertyEditors/RadioButtonsPropertyValueEditorTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Core/PropertyEditors/PropertyEditorValueTypeConverterTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Core/PropertyEditors/DataValueEditorReuseTests.cs
@@ -15991,11 +16017,13 @@ tests/Umbraco.Tests.Integration/ManagementApi/Tag/ByQueryTagControllerTests.cs
tests/Umbraco.Tests.Integration/ManagementApi/Indexer/DetailsIndexerControllerTests.cs
tests/Umbraco.Tests.Integration/ManagementApi/Indexer/RebuildIndexerControllerTests.cs
tests/Umbraco.Tests.Integration/ManagementApi/Indexer/AllIndexerControllerTests.cs
tests/Umbraco.Tests.Integration/ManagementApi/Document/SortChildrenAtRootDocumentControllerTests.cs
tests/Umbraco.Tests.Integration/ManagementApi/Document/CopyDocumentControllerTests.cs
tests/Umbraco.Tests.Integration/ManagementApi/Document/DeletePublicAccessDocumentControllerTests.cs
tests/Umbraco.Tests.Integration/ManagementApi/Document/RecycleBin/ChildrenDocumentRecycleBinControllerTests.cs
tests/Umbraco.Tests.Integration/ManagementApi/Document/RecycleBin/RootDocumentRecycleBinControllerTests.cs
tests/Umbraco.Tests.Integration/ManagementApi/Document/DomainsControllerTests.cs
tests/Umbraco.Tests.Integration/ManagementApi/Document/SortChildrenDocumentControllerTests.cs
tests/Umbraco.Tests.Integration/ManagementApi/Document/CreatePublicAccessDocumentControllerTests.cs
tests/Umbraco.Tests.Integration/ManagementApi/Document/GetPublicAccessDocumentControllerTests.cs
tests/Umbraco.Tests.Integration/ManagementApi/Document/UpdateDomainsControllerTests.cs
@@ -16255,10 +16283,12 @@ tests/Umbraco.Tests.Integration/ManagementApi/DataType/Folder/CreateDataTypeFold
tests/Umbraco.Tests.Integration/ManagementApi/DataType/CreateDataTypeControllerTests.cs
tests/Umbraco.Tests.Integration/ManagementApi/ManagementApiTest.cs
tests/Umbraco.Tests.Integration/ManagementApi/Media/ByKeyMediaControllerTests.cs
tests/Umbraco.Tests.Integration/ManagementApi/Media/SortChildrenMediaControllerTests.cs
tests/Umbraco.Tests.Integration/ManagementApi/Media/MoveToRecycleBinMediaControllerTests.cs
tests/Umbraco.Tests.Integration/ManagementApi/Media/RecycleBin/RootMediaRecycleBinControllerTests.cs
tests/Umbraco.Tests.Integration/ManagementApi/Media/RecycleBin/ChildrenMediaRecycleBinControllerTests.cs
tests/Umbraco.Tests.Integration/ManagementApi/Media/SortMediaControllerTests.cs
tests/Umbraco.Tests.Integration/ManagementApi/Media/SortChildrenAtRootMediaControllerTests.cs
tests/Umbraco.Tests.Integration/ManagementApi/Media/MoveMediaControllerTests.cs
tests/Umbraco.Tests.Integration/ManagementApi/Media/Tree/RootMediaTreeControllerTests.cs
tests/Umbraco.Tests.Integration/ManagementApi/Media/Tree/ChildrenMediaTreeControllerTests.cs
@@ -16423,6 +16453,7 @@ tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Migrations/PartialMigrati
tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Migrations/Upgrade/V_17_4_0/FixLabelDataTypeDbTypeFromConfigurationTests.cs
tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Migrations/Upgrade/V_17_2_0/PopulateSortableValueForDatePropertyDataTest.cs
tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Migrations/Expressions/Create/Expressions/CreateTableExpressionTests.cs
tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Install/UnattendedPackageMigrationTests.cs
tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Install/MigrationCoordinatorTests.cs
tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Packaging/PackageDataInstallationTests.cs
tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Packaging/CreatedPackageSchemaTests.cs
@@ -16444,6 +16475,7 @@ tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/MediaEditingServ
tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/ElementEditingServiceTests.CopyWithBlocks.cs
tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/RedirectUrlServiceTests.cs
tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/UserServiceTests.cs
tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/ContentEditingServiceSortChildrenWithNotificationsTests.cs
tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/ElementContainerServiceTests.MoveToRecycleBin.cs
tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/Importing/TemplateOnly-Package.xml
tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/Importing/MediaTypesAndMedia-Package.xml
@@ -16473,6 +16505,7 @@ tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/ContentBlueprint
tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/ConsentServiceTests.cs
tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/ContentTypeServiceVariantsTests.cs
tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/DistributedJobServiceTests.cs
tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/MediaEditingServiceTests.SortByField.cs
tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/ContentListViewServiceTestsBase.cs
tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/NuCacheRebuildTests.cs
tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/ElementServiceNotificationWithCacheTests.cs
@@ -16505,6 +16538,7 @@ tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/ContentTypeServi
tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/ContentEditingServiceTestsBase.cs
tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/LanguageServiceTests.cs
tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/ElementContainerServiceTests.EmptyRecycleBin.cs
tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/ContentEditingServiceSortChildrenWithoutNotificationsTests.cs
tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/ContentServiceVariantTests.cs
tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/MediaServiceTests.cs
tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/ContentBlueprintContainerServiceTests.cs
@@ -16515,6 +16549,7 @@ tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/ContentSearchSer
tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/ElementContainerServiceTests.Get.cs
tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/ElementVersionCleanupServiceTest.cs
tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/EntityServiceTests.cs
tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/ContentEditingServiceSortChildrenNotificationTestsBase.cs
tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/ContentBlueprintEditingServiceTests.GetScaffold.cs
tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/ContentEditingServiceTests.Create.cs
tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/ContentEditingServiceTests.cs
@@ -16535,6 +16570,7 @@ tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/ContentPublishin
tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/ContentServicePerformanceTest.cs
tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/TagServiceTests.cs
tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/ElementContainerServiceTests.Delete.cs
tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/ContentEditingServiceTests.SortByField.cs
tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/ContentEditingServiceTests.Sort.cs
tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/ContentEditingServiceTests.DeleteFromRecycleBin.cs
tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/MemberEditingServiceTests.cs
@@ -17054,6 +17090,7 @@ tests/Umbraco.Tests.AcceptanceTest/tests/UnattendedInstallConfig/AdditionalSetup
tests/Umbraco.Tests.AcceptanceTest/tests/DeliveryApi/MediaDeliveryApi.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DeliveryApi/AdditionalSetup/appsettings.json
tests/Umbraco.Tests.AcceptanceTest/tests/DeliveryApi/AdditionalSetup/Program.cs
tests/Umbraco.Tests.AcceptanceTest/tests/DeliveryApi/BrokenPublishPathDeliveryApi.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DeliveryApi/ContentDeliveryApi.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/ExternalLogin/AzureADB2C/AdditionalSetup/AzureB2CAuthenticationExtensions.cs
tests/Umbraco.Tests.AcceptanceTest/tests/ExternalLogin/AzureADB2C/AdditionalSetup/AzureB2CSettings.cs
@@ -17119,6 +17156,7 @@ tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/RenderingContent/Renderin
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/RenderingContent/RenderingContentWithBlockGrid.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/RenderingContent/RenderingContentWithTextarea.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/RenderingContent/RenderingContentWithDropdown.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/RenderingContent/PublishedElementExtensions.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/RenderingContent/RenderingContentWithRichTextEditor.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/RenderingContent/RenderingContentWithBlockList.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/RenderingContent/RenderingContentWithCheckboxList.spec.ts
@@ -17222,6 +17260,7 @@ tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Members/Members.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Members/MemberLogout.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/ContentWithMultiNodeTreePickerDataType.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/ContentWithCheckboxList.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/DocumentUrlBrokenPublishPath.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/ContentWithImageCropper.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/ContentWithCustomDataType.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/TrashContent/BulkTrashContent.spec.ts
@@ -17405,6 +17444,7 @@ templates/UmbracoExtension/.template.config/template.json
templates/UmbracoExtension/README.txt
.editorconfig
.gitattributes
.claude/skills/umb-release-notes/SKILL.md
.claude/skills/umb-review/SKILL.md
.claude/skills/umb-review/evals/evals.json
.claude/skills/umb-review/references/gh-cli-setup.md