Bjarke Berg
|
8624a246ba
|
Updated healthchecks to show a link to documentation instead of trying to fix something that can often not be fixed automatically.
|
2021-02-03 07:42:56 +01:00 |
|
Bjarke Berg
|
e38972abf0
|
Updated to net5.0 and updated most nuget packages. Also fixed the nuspec files. + Fix typo Persistance => Persistence.
|
2021-01-20 21:01:45 +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
|
91486bbede
|
Removes IServerRegistrar, new IServerRoleAccessor, removes more composers, moves more to ext,
|
2020-12-24 16:35:59 +11:00 |
|
Shannon
|
74d253a88f
|
Removes IPublishedSnapshotService.EnsureEnvironment
|
2020-12-22 11:22:29 +11:00 |
|
Bjarke Berg
|
e79ed7a56b
|
Post merge - Build fix
|
2020-12-07 16:11:14 +01:00 |
|
Bjarke Berg
|
eb03145fa6
|
Moved media files and introduced IImageDimensionExtractor and to avoid System.drawing in core
|
2020-12-04 15:04:29 +01:00 |
|
Benjamin Carleski
|
2309bb9d5b
|
Finish removing IOHelper.MapPath references
|
2020-11-18 08:10:16 -08:00 |
|
Shannon
|
99247d7fbe
|
Merge remote-tracking branch 'origin/netcore/netcore' into netcore/task/6973-migrating-authenticationcontroller
# Conflicts:
# src/Umbraco.Infrastructure/PropertyEditors/PropertyEditorsComposer.cs
|
2020-11-18 16:02:51 +11:00 |
|
Elitsa Marinovska
|
a1f9bc9b17
|
NetCore: Install page db checks (#9388)
* Making more explicit checks for the db type
* Fixed confusion with both ints and strings
Co-authored-by: Bjarke Berg <mail@bergmania.dk>
|
2020-11-13 08:50:35 +01:00 |
|
Shannon
|
d1b35deb43
|
Migrates remaining backofficecontroller but still a bunch of work to do , streamlines Backoffice to BackOffice (but is that what we want?)
|
2020-10-21 16:51:00 +11:00 |
|
Mole
|
4b5fbf83e1
|
Merge remote-tracking branch 'origin/netcore/netcore' into netcore/feature/migrate-logging
# Conflicts:
# src/Umbraco.Web.BackOffice/Controllers/CurrentUserController.cs
# src/Umbraco.Web.BackOffice/Controllers/UsersController.cs
|
2020-09-22 15:24:01 +02:00 |
|
Bjarke Berg
|
0c908a7bbb
|
Introduced interface on BackOfficeUserManager (#8913)
* Introduced IBackOfficeUserManager
* Fixed test
* Moved class into own file
Co-authored-by: Elitsa Marinovska <elm@umbraco.dk>
|
2020-09-22 14:44:41 +02:00 |
|
Mole
|
c0616d516a
|
Merge remote-tracking branch 'origin/netcore/netcore' into netcore/feature/migrate-logging
# Conflicts:
# src/Umbraco.Infrastructure/Scheduling/ScheduledPublishing.cs
# src/Umbraco.Infrastructure/Scheduling/SchedulerComponent.cs
# src/Umbraco.Tests.Integration/Umbraco.Web.BackOffice/Filters/ContentModelValidatorTests.cs
# src/Umbraco.Web.BackOffice/Controllers/BackOfficeController.cs
# src/Umbraco.Web.BackOffice/Controllers/CurrentUserController.cs
# src/Umbraco.Web.BackOffice/Controllers/MacrosController.cs
# src/Umbraco.Web.BackOffice/Controllers/PackageInstallController.cs
# src/Umbraco.Web.BackOffice/Controllers/RedirectUrlManagementController.cs
# src/Umbraco.Web.BackOffice/Controllers/UsersController.cs
# src/Umbraco.Web.BackOffice/Filters/ContentModelValidator.cs
# src/Umbraco.Web.BackOffice/Filters/ContentSaveModelValidator.cs
# src/Umbraco.Web.BackOffice/Filters/ContentSaveValidationAttribute.cs
# src/Umbraco.Web.BackOffice/Filters/MediaItemSaveValidationAttribute.cs
# src/Umbraco.Web.BackOffice/Filters/MediaSaveModelValidator.cs
# src/Umbraco.Web.BackOffice/Filters/MemberSaveModelValidator.cs
# src/Umbraco.Web.BackOffice/Filters/MemberSaveValidationAttribute.cs
# src/Umbraco.Web.BackOffice/Trees/ContentTreeController.cs
# src/Umbraco.Web.BackOffice/Trees/ContentTreeControllerBase.cs
# src/Umbraco.Web.BackOffice/Trees/MediaTreeController.cs
# src/Umbraco.Web.Common/Install/InstallController.cs
|
2020-09-22 13:44:22 +02:00 |
|
Bjarke Berg
|
96facc4d35
|
Netcore: Introduce BackofficeSecurityAccessor (#8871)
* Introduced IWebSecurityAccessor
Signed-off-by: Bjarke Berg <mail@bergmania.dk>
* Fixed tests
Signed-off-by: Bjarke Berg <mail@bergmania.dk>
* Renamed WebSecurity to BackofficeSecurity and all related names
* Fixes typos
Co-authored-by: Elitsa Marinovska <elm@umbraco.dk>
|
2020-09-22 10:01:00 +02:00 |
|
Mole
|
ab3ac5ad91
|
Remove a bunch of references to the old logger
|
2020-09-21 11:19:46 +02:00 |
|
Mole
|
894abdd183
|
Remove a bunch of references to the old logger
|
2020-09-21 09:41:18 +02:00 |
|
Mole
|
d61b9f54fa
|
Merge options
|
2020-09-18 12:53:06 +02:00 |
|
Nikolaj
|
dda6fb12a3
|
Remove LogError<T> from LoggerExtensions
|
2020-09-16 09:40:49 +02:00 |
|
Bjarke Berg
|
b4353585c3
|
Simplifyed the ConnectionStrings config
|
2020-09-15 09:11:36 +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
|
f1bda37a64
|
Updates following PR review.
|
2020-09-01 18:10:12 +02:00 |
|
Andy Butland
|
967f0be705
|
Aligned property names in code with those in configuration.
|
2020-08-25 10:45:54 +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
|
52a65caf88
|
Temporarily removed test and non netcore executable projects.
|
2020-08-21 15:27:06 +01:00 |
|
Andy Butland
|
510bd92e78
|
Amended injection of further settings to use IOptionsSnapshot.
|
2020-08-21 14:52:47 +01:00 |
|
Andy Butland
|
e3a44c6717
|
Moved configuration setting POCOs into Umbraco.Core and adjusted references.
Amended injection of some settings to use IOptionsSnapshot.
|
2020-08-20 22:18:50 +01:00 |
|
Bjarke Berg
|
1973dd371a
|
Fix for login doing install
Signed-off-by: Bjarke Berg <mail@bergmania.dk>
|
2020-06-10 11:17:55 +02:00 |
|
Bjarke Berg
|
9f17049582
|
Merge remote-tracking branch 'origin/netcore/netcore' into netcore/feature/websecurity
Signed-off-by: Bjarke Berg <mail@bergmania.dk>
# Conflicts:
# src/Umbraco.Web/Editors/AuthenticationController.cs
|
2020-06-10 11:13:32 +02:00 |
|
Elitsa Marinovska
|
e32d5bb9b9
|
Injecting IWebSecurity directly instead of getting it through UmbracoContext.Security
|
2020-06-04 13:40:33 +02:00 |
|
Shannon
|
ea58dce644
|
implements logic to log the user in on install
|
2020-06-02 13:47:58 +10:00 |
|
Scott Brady
|
6dcaa986cd
|
Removed unnecessary TODO and code duplication
|
2020-05-19 12:18:47 +01:00 |
|
Scott Brady
|
a44dde9432
|
Added IdentityExtensions
|
2020-05-18 13:00:32 +01:00 |
|
Scott Brady
|
d12c6ddf62
|
Cleanup
|
2020-05-17 08:59:40 +01:00 |
|
Scott Brady
|
4627627350
|
Moved .NET standard back office identity code into infrastructure (lowest common dependency)
|
2020-05-17 08:48:36 +01:00 |
|
Shannon
|
d899e050fe
|
resolves types from the assembly that was loaded, removes unused references, adds notes
|
2020-05-08 16:35:37 +10:00 |
|
Bjarke Berg
|
269c75e26b
|
AB¤6233 - Reverted changes to typefinder and implemented check for if SqlCE is available in the install process
|
2020-05-06 20:37:03 +02:00 |
|
Bjarke Berg
|
13197eb5ff
|
AB#6233 - Cleanup / Fixes from review
|
2020-05-05 14:28:01 +02:00 |
|
Bjarke Berg
|
ecc596c483
|
Merge remote-tracking branch 'origin/netcore/dev' into netcore/feature/AB6233-install-steps-in-dotnet-core
# Conflicts:
# src/Umbraco.Infrastructure/Install/InstallSteps/NewInstallStep.cs
|
2020-05-05 12:15:53 +02:00 |
|
Bjarke Berg
|
b70d7101e3
|
AB#6233 - Explicit restarts umbraco after install to ensure runtime state is run and umbraco is correct composed.
|
2020-05-01 13:40:26 +02:00 |
|
Bjarke Berg
|
da1e83c0d1
|
AB#6233 - Added application url on IHostingEnvironment. Still need a way to figure out how to get this value
|
2020-05-01 08:26:05 +02:00 |
|