Bjarke Berg
cb0994a929
Cleaned up config for Security settings
2020-03-12 14:36:25 +01:00
Bjarke Berg
e27a05c3e8
Cleaned up config for RequestHandler settings
2020-03-12 12:46:08 +01:00
Bjarke Berg
e2dfc68718
Cleaned up config for WebRouting settings
2020-03-12 09:52:34 +01:00
Bjarke Berg
e4ff481053
Cleaned up config for Keep Alive settings
2020-03-12 08:28:31 +01:00
Bjarke Berg
f446e52d8f
Cleaned up condig for Logging and Tours
2020-03-12 08:24:02 +01:00
Andy Butland
8e3967c596
Merge branch 'netcore/dev' into netcore/77007-replace-no-nodes
...
# Conflicts:
# src/Umbraco.Core/Configuration/IGlobalSettings.cs
# src/Umbraco.Core/Constants-Web.cs
2020-03-06 07:28:13 +01:00
Bjarke Berg
2d175ffb86
- Moved ModelsBuilder constant into Core under constants
...
- Move the registration of configs into the factory
- Moved extension methods of ModelsMode into Umbraco.Core
- Removed references to Umbraco.Configuration from Umbraco.Infrastructure and Umbraco.ModelsBuilder.Embedded
2020-03-03 14:15:30 +01:00
Bjarke Berg
53953338d8
Merged Umbraco.Abstractions into Umbraco.Core
2020-03-03 13:42:07 +01:00
cyberdot
efd8e37f34
Merge branch 'netcore/dev' into temp-7667
2020-03-03 12:05:31 +00:00
cyberdot
01362d0dd0
NetCore: Abstract ConfigurationManager references
2020-03-03 11:18:54 +00:00
Andy Butland
e6a55a215a
Replaced nonodes.aspx with MVC controller and view, with configurable view location.
2020-02-29 14:26:35 +01:00
Bjarke Berg
ba97598044
- Moved dashboards to Core
...
- Introduced IUserAgentProvider, instead of using HttpContext directly
- Introduced IUmbracoApplicationLifetime, instead of using UmbracoApplication directly
- Introduced IMachineKeyConfig instead of using WebConfigurationManager directly
- Move information about dbProvider to the SqlSyntax
- Moved install steps
2020-02-26 13:52:06 +01:00
Bjarke Berg
14eb630cc3
Merge remote-tracking branch 'origin/netcore/dev' into netcore/feature/move-mappings-after-httpcontext
...
# Conflicts:
# src/Umbraco.Examine/Umbraco.Examine.csproj
2020-02-24 16:19:14 +01:00
Bjarke Berg
aad8cba039
Updated projects to have C# 8 support
2020-02-24 13:37:27 +01:00
Bjarke Berg
683c0b8732
Merge branch 'netcore/dev' into netcore/feature/move-mappings-after-httpcontext
2020-02-24 08:24:19 +01:00
Bjarke Berg
90c2381c86
Renamed Umbraco.Abstractions to Umbraco.Core
2020-02-24 08:21:53 +01:00
Bjarke Berg
43b33f9e6b
Move features
...
- Introduced IUmbracoFeature
Move Install
Move Tree Items
- Introduced IMenuItemCollectionFactory - to insure injection of ActionCollection
2020-02-17 14:58:34 +01:00
Bjarke Berg
14f0005345
Fixed issue with the smtp settings.. Found when testing smtp healthcheck
2020-01-29 13:15:31 +01:00
elitsa
9b371273b5
Refactoring SmtpCheck to use the new GlobalSettings to get smtp host and port instead of WebConfigurationManager
2020-01-27 14:36:29 +01:00
Benjamin Carleski
66e32148b2
Remove unused obsoletes from Umbraco.Abstractions
2020-01-20 11:06:29 -08:00
Bjarke Berg
33525f3ea9
AB4375 - Moved Media from Umbraco.Web to Umbraco.Infrastructure and added reference to System.Drawing.Common
2020-01-08 13:31:14 +01:00
Bjarke Berg
09b480919b
Merge remote-tracking branch 'origin/netcore/dev' into netcore/dev
...
# Conflicts:
# src/Umbraco.Web.UI/config/umbracoSettings.Release.config
2020-01-07 07:35:34 +01:00
Bjarke Berg
44a36227f9
Merge pull request #7356 from umbraco/netcore/feature/AB4227-move-files-to-infrastructure
...
Netcore/feature/ab4227 move files to infrastructure
2020-01-06 14:59:17 +01:00
Andy Butland
0670caee15
Populated user and member password configuration from settings file.
2019-12-23 14:35:39 +01:00
Bjarke Berg
7f9fbe9877
AB4227 - Removed StringExtensions from core..
2019-12-18 18:55:00 +01:00
Bjarke Berg
f9286d1eda
Merge remote-tracking branch 'origin/netcore/dev' into netcore/feature/move-files
...
# Conflicts:
# src/Umbraco.Tests/Published/NestedContentTests.cs
# src/Umbraco.Tests/PublishedContent/PublishedContentTestBase.cs
# src/Umbraco.Tests/PublishedContent/PublishedContentTests.cs
# src/Umbraco.Web/PropertyEditors/ContentPickerPropertyEditor.cs
# src/Umbraco.Web/PropertyEditors/GridPropertyEditor.cs
# src/Umbraco.Web/PropertyEditors/MediaPickerPropertyEditor.cs
# src/Umbraco.Web/PropertyEditors/MultiNodeTreePickerPropertyEditor.cs
# src/Umbraco.Web/PropertyEditors/NestedContentPropertyEditor.cs
# src/Umbraco.Web/PropertyEditors/RichTextPropertyEditor.cs
2019-12-12 09:13:40 +01:00
Bjarke Berg
82bb1f00fc
AB4079 - Review fixes
2019-12-06 09:49:28 +01:00
Bjarke Berg
fb562817bc
Moved more files to abstractions and eliminated the use of JObject
2019-12-05 14:03:09 +01:00
Bjarke Berg
204bbd5c46
Moved IOHelper to abstractions
2019-12-05 10:41:58 +01:00
Bjarke Berg
147626fc08
Refactored the hosting settings out of global settings
2019-12-05 08:31:06 +01:00
Shannon
d7fa5f0b66
Removes membership providers stuff from back office, removes all old legacy rules for passwords and membership providers.
2019-12-03 15:28:55 +11:00
Shannon
6410a83ca8
Fixes issue with empty connection string on startup
2019-12-03 14:16:05 +11:00
Shannon
1136e15a27
kill user membership provider, adds some passwords api abstractions, moves membership provider logic out of Core/services, removes membership scenario and other membership code we don't want anymore.
2019-11-25 21:20:00 +11:00
Bjarke Berg
d6ba60a2a4
Removed local include
2019-11-21 08:29:32 +01:00
Bjarke Berg
282973f1e2
More injections of IIOHelper
2019-11-19 08:52:39 +01:00
Bjarke Berg
ca77c519e9
Merge remote-tracking branch 'origin/netcore/dev' into netcore/feature/remove_current_iohelper
...
# Conflicts:
# src/Umbraco.Abstractions/Configuration/ConfigsExtensions.cs
# src/Umbraco.Configuration/GlobalSettings.cs
# src/Umbraco.Tests/Persistence/Repositories/ScriptRepositoryTest.cs
# src/Umbraco.Tests/Persistence/Repositories/StylesheetRepositoryTest.cs
# src/Umbraco.Tests/PublishedContent/NuCacheChildrenTests.cs
# src/Umbraco.Tests/PublishedContent/NuCacheTests.cs
# src/Umbraco.Tests/TestHelpers/TestHelper.cs
2019-11-19 08:13:35 +01:00
Shannon
f71a54ec8f
Adds some comments and fixme
2019-11-19 11:45:21 +11:00
Shannon
8f48df66d5
Refactors Configs and how it acquires a factory, re-internalizes Umbraco.Configuration classes
2019-11-19 11:16:07 +11:00
Bjarke Berg
6af645db95
AB3594 - removed reference to core from configuration
2019-11-18 14:22:11 +01:00
Bjarke Berg
4c05af7b9d
AB3594 - Post review fixes.. Also removed the Current class from abstractions, and injected the factory into config
2019-11-18 14:11:50 +01:00
Bjarke Berg
603ec0ccfb
AB3594 - Moved the composition root out to UmbracoApplicationBase, and injecting the needed parts from there. Also remove usages of ConfigurationManager from Umbraco.Core
2019-11-15 11:41:13 +01:00
Bjarke Berg
126380dcee
AB3594 - Removed references from core to configuration
2019-11-14 12:49:56 +01:00
Bjarke Berg
a3e73b59bf
More config movement
2019-11-07 13:02:30 +01:00
Bjarke Berg
c77d910e95
Move some of the config to Umbraco.Configuration
2019-11-07 13:02:29 +01:00
Bjarke Berg
c6ca955d5a
Move some of the config to Umbraco.Configuration
2019-11-07 13:02:29 +01:00
Bjarke Berg
4f5a5a09b4
Move events
2019-11-07 13:02:26 +01:00