Mole
|
48e1ba2127
|
Align namespaces in Scoping to Umbraco.Cms.Core
|
2021-02-15 11:41:12 +01:00 |
|
Mole
|
5bd8e32279
|
Align namespaces in Persistence
Made everything except for repository interface be in the Umbraco.Cms.Infrastructure.Persistence namespace
|
2021-02-12 13:36:50 +01:00 |
|
Mole
|
7ab0c61284
|
Align namespaces in Migrations to Umbraco.Cms.Infrastructure
|
2021-02-12 12:40:08 +01:00 |
|
Mole
|
9dcc901395
|
Ensure that SqlCeSupport is still enabled after changing the namespace
|
2021-02-10 13:55:16 +01:00 |
|
Mole
|
ade00997bc
|
Adjust namespace in Umbraco.ModelsBuilder.Embedded
|
2021-02-10 10:34:27 +01:00 |
|
Mole
|
dd488a15f4
|
Move extension methods in core project to Umbraco.Extensions
|
2021-02-09 13:21:17 +01:00 |
|
Mole
|
216fb87c79
|
Rename Umbraco.Core namespace to Umbraco.Cms.Core
|
2021-02-09 10:22:42 +01:00 |
|
Bjarke Berg
|
a54e10bc13
|
Merge remote-tracking branch 'origin/v8/dev' into netcore/feature/merge-v8-18-01-2021
# Conflicts:
# .gitignore
# build/NuSpecs/UmbracoCms.Core.nuspec
# src/SolutionInfo.cs
# src/Umbraco.Core/Configuration/UmbracoSettings/BackOfficeElement.cs
# src/Umbraco.Core/Configuration/UmbracoSettings/ContentElement.cs
# src/Umbraco.Core/Configuration/UmbracoSettings/IBackOfficeSection.cs
# src/Umbraco.Core/Configuration/UmbracoSettings/IContentSection.cs
# src/Umbraco.Core/IO/SystemFiles.cs
# src/Umbraco.Core/Models/ContentBase.cs
# src/Umbraco.Core/Models/Identity/BackOfficeIdentityUser.cs
# src/Umbraco.Core/Persistence/UmbracoDatabaseExtensions.cs
# src/Umbraco.Core/Runtime/CoreRuntime.cs
# src/Umbraco.Core/RuntimeOptions.cs
# src/Umbraco.Core/RuntimeState.cs
# src/Umbraco.Core/Telemetry/TelemetryMarkerComponent.cs
# src/Umbraco.Core/Telemetry/TelemetryMarkerComposer.cs
# src/Umbraco.Examine/Umbraco.Examine.csproj
# src/Umbraco.Infrastructure/HostedServices/ReportSiteTask.cs
# src/Umbraco.Infrastructure/Install/InstallStepCollection.cs
# src/Umbraco.Infrastructure/Install/InstallSteps/NewInstallStep.cs
# src/Umbraco.Infrastructure/Migrations/Install/DatabaseBuilder.cs
# src/Umbraco.Infrastructure/Migrations/Install/DatabaseSchemaCreator.cs
# src/Umbraco.Infrastructure/Runtime/SqlMainDomLock.cs
# src/Umbraco.Tests.Integration/Umbraco.Infrastructure/Persistence/Repositories/ContentTypeRepositoryTest.cs
# src/Umbraco.Tests/Runtimes/CoreRuntimeTests.cs
# src/Umbraco.Tests/Runtimes/StandaloneTests.cs
# src/Umbraco.Tests/Testing/TestDatabase.cs
# src/Umbraco.Web.BackOffice/Controllers/BackOfficeServerVariables.cs
# src/Umbraco.Web.UI.Client/src/installer/steps/database.controller.js
# src/Umbraco.Web.UI.NetCore/Views/Partials/Grid/Editors/TextString.cshtml
# src/Umbraco.Web.UI.NetCore/umbraco/config/lang/da.xml
# src/Umbraco.Web.UI.NetCore/umbraco/config/lang/en.xml
# src/Umbraco.Web.UI.NetCore/umbraco/config/lang/en_us.xml
# src/Umbraco.Web.UI/Umbraco/config/lang/cs.xml
# src/Umbraco.Web.UI/config/umbracoSettings.Release.config
# src/Umbraco.Web/Composing/CompositionExtensions/Installer.cs
# src/Umbraco.Web/Editors/PreviewController.cs
# src/Umbraco.Web/Editors/UsersController.cs
# src/Umbraco.Web/JavaScript/PreviewInitialize.js
# src/Umbraco.Web/Telemetry/TelemetryComponent.cs
# src/Umbraco.Web/UmbracoApplication.cs
|
2021-01-18 16:06:23 +01:00 |
|
Shannon
|
ea55d2662e
|
no app_data paths, changing to constants, some linting updates
|
2020-12-08 10:42:26 +11:00 |
|
Mole
|
d61b9f54fa
|
Merge options
|
2020-09-18 12:53:06 +02:00 |
|
Nikolaj
|
0bb8e238c3
|
Use MS ILogger Upgrader
|
2020-09-17 13:36:26 +02:00 |
|
Nikolaj
|
c89659c597
|
Use MS ILogger in database stuff
|
2020-09-17 12:52:25 +02:00 |
|
Nikolaj
|
dda6fb12a3
|
Remove LogError<T> from LoggerExtensions
|
2020-09-16 09:40:49 +02:00 |
|
Nikolaj
|
02828db8fd
|
Add work on PublishedSnapshotService
|
2020-09-15 08:45:40 +02:00 |
|
Nikolaj
|
d7e3bce741
|
Rename Error to align it with MS ILogger
|
2020-09-14 09:10:53 +02:00 |
|
Bjarke Berg
|
c8669b18c2
|
Merge remote-tracking branch 'origin/netcore/netcore' into feature/8651-config-options-patten
Signed-off-by: Bjarke Berg <mail@bergmania.dk>
|
2020-09-04 14:30:48 +02:00 |
|
Andy Butland
|
2cd91a5a54
|
Converted to IOptions over IOptionsSnapshot due to the latter only working in scoped services.
Further amends to return to booting application.
|
2020-08-23 23:36:48 +02:00 |
|
Andy Butland
|
510bd92e78
|
Amended injection of further settings to use IOptionsSnapshot.
|
2020-08-21 14:52:47 +01:00 |
|
Bjarke Berg
|
7b95494e30
|
Merge pull request #8572 from umbraco/netcore/bugfix/6970-backoffice-controller
Migrates remaining non-oauth actions on back office controller to netcore
|
2020-08-17 08:29:59 +02:00 |
|
Shannon
|
0507e20214
|
Fixes scope handling, else the transaction is rolled back and the keyvalue table is not updated
|
2020-08-04 15:20:54 +10:00 |
|
Bjarke Berg
|
f85204eaa1
|
Fixed lot of small issues for linux
|
2020-07-04 15:07:07 +02:00 |
|
Bjarke Berg
|
305ed42b48
|
Moved the sqlce db to root/App_Data/umbraco.sdf, instead of wwwroot/App_Data/umbraco.sdf
|
2020-05-04 14:40:11 +02:00 |
|
Bjarke Berg
|
64dfa009f5
|
#6233 - version in config removed
|
2020-04-28 12:31:15 +02:00 |
|
Bjarke Berg
|
bc4713a51c
|
#6233- SqlCE stuff
|
2020-04-28 07:02:14 +02:00 |
|
Bjarke Berg
|
01957b7c64
|
Merge remote-tracking branch 'origin/netcore/dev' into netcore/bugfix/integration-tests-running
|
2020-04-02 10:01:57 +02:00 |
|
Bjarke Berg
|
e3ac778fc9
|
Merge remote-tracking branch 'origin/v8/dev' into netcore/dev
# Conflicts:
# src/Umbraco.Core/Cache/WebCachingAppCache.cs
# src/Umbraco.Core/StringExtensions.cs
# src/Umbraco.Infrastructure/PropertyEditors/UploadFileTypeValidator.cs
# src/Umbraco.Tests/Configurations/UmbracoSettings/ContentElementTests.cs
# src/Umbraco.Tests/PublishedContent/NuCacheChildrenTests.cs
# src/Umbraco.Web.UI.Client/package-lock.json
# src/Umbraco.Web.UI/Umbraco/js/navigation.controller.js
# src/Umbraco.Web/Macros/MacroRenderer.cs
# src/Umbraco.Web/Security/Providers/UsersMembershipProvider.cs
|
2020-04-01 12:44:53 +02:00 |
|
Shannon
|
8535d0fbe3
|
Cleans up IIOHelper and removes methods/props that shouldn't exist, changes test helper to use WorkingDirectory fixes some usages of MapPath
|
2020-03-31 17:27:51 +11:00 |
|
Andy Butland
|
cdb65762f1
|
Merge branch 'netcore/dev' into netcore/7668-remove-repository-concerns-from-services
|
2020-03-30 14:17:16 +02:00 |
|
Shannon
|
9ed925941f
|
Gets DB installation test working with runtime level checking
|
2020-03-30 17:25:29 +11:00 |
|
Andy Butland
|
bc05370995
|
Merge branch 'netcore/dev' into netcore/7668-remove-repository-concerns-from-services
|
2020-03-28 14:31:23 +01:00 |
|
Shannon
|
919d418920
|
Gets the DB installing in integration tests, changes integratino tests to use Generic Host builder
|
2020-03-24 11:53:56 +11:00 |
|
Bjarke Berg
|
00418959f2
|
Extracted IConfigManipulator from IConnectionStrings, and implemented a XML (legacy) and JSON version.
|
2020-03-18 19:17:51 +01:00 |
|
Bjarke Berg
|
263b986ced
|
Avoid usage of IOHelper in ConnectionStrings.cs
|
2020-03-13 12:45:22 +01:00 |
|
Bjarke Berg
|
5f13dde1cd
|
Moved functionality to write to the connection strings into the configuration area
|
2020-03-12 16:56:39 +01:00 |
|
Andy Butland
|
40d7baca79
|
Migrated database concerns from KeyValueService to new repository.
|
2020-02-15 11:08:32 +01:00 |
|
Bjarke Berg
|
1bfb64bdd8
|
Merge remote-tracking branch 'origin/v8/dev' into netcore/dev
# Conflicts:
# src/Umbraco.Abstractions/Constants-AppSettings.cs
# src/Umbraco.Abstractions/ContentVariationExtensions.cs
# src/Umbraco.Abstractions/IMainDom.cs
# src/Umbraco.Abstractions/PropertyEditors/MultiUrlPickerConfiguration.cs
# src/Umbraco.Abstractions/Runtime/IMainDom.cs
# src/Umbraco.Abstractions/Runtime/MainDom.cs
# src/Umbraco.Core/IMainDom.cs
# src/Umbraco.Core/MainDom.cs
# src/Umbraco.Core/Umbraco.Core.csproj
# src/Umbraco.Infrastructure/MainDom.cs
# src/Umbraco.Infrastructure/Migrations/Upgrade/UmbracoPlan.cs
# src/Umbraco.Infrastructure/Runtime/CoreRuntime.cs
# src/Umbraco.Web.UI/Umbraco/config/lang/en.xml
# src/Umbraco.Web/Models/Mapping/ContentTypeMapDefinition.cs
# src/Umbraco.Web/PublishedCache/NuCache/ContentStore.cs
# src/Umbraco.Web/UmbracoApplication.cs
# src/Umbraco.Web/UmbracoComponentRenderer.cs
|
2020-01-23 13:16:49 +01:00 |
|
Bjarke Berg
|
da1cf259c6
|
AB4227 - Moved Services and Migration
|
2019-12-18 13:42:29 +01:00 |
|