Andy Butland
50631c2b28
Migrated member group unit tests to new unit test project using builder pattern.
2020-03-28 20:54:10 +01:00
Andy Butland
f01ccb49dd
Removed key value service initialization logic.
2020-03-28 15:04:36 +01:00
Andy Butland
bc05370995
Merge branch 'netcore/dev' into netcore/7668-remove-repository-concerns-from-services
2020-03-28 14:31:23 +01:00
Andy Butland
f48a4b0c72
Merge branch 'netcore/dev' into feature/7540-use-image-url-generator-back-office
2020-03-27 21:20:08 +01:00
Bjarke Berg
fe88662f48
Merge remote-tracking branch 'origin/netcore/dev' into netcore/feature/ab5820-webprofiler-aspnetcore
2020-03-27 06:04:06 +01:00
Bjarke Berg
a72ae2278d
Post merge + bugfix
2020-03-26 19:52:40 +01:00
Bjarke Berg
44e9df949d
Merge remote-tracking branch 'origin/v8/dev' into netcore/dev
...
# Conflicts:
# src/Umbraco.Infrastructure/Models/Property.cs
# src/Umbraco.Tests/Models/ContentTests.cs
2020-03-26 19:22:09 +01:00
Andy Butland
30567d34d5
Merge branch 'netcore/dev' into feature/7540-use-image-url-generator-back-office
...
# Conflicts:
# src/Umbraco.Tests/Testing/UmbracoTestBase.cs
# src/Umbraco.Web/Runtime/WebInitialComposer.cs
2020-03-26 10:53:24 +01:00
Shannon
d40b7087f4
Fixes issue with deep cloning Property
...
main problem was that it was duplicating the _pvalue value when it shouldn't have. The real fix is that the Values property solves all these problems with it's setter but that wasn't being used by the DeepClone engine because that explicitly looks for certain collection types and IReadOnlyCollection wasn't one of them. With that included and PropertyValue marked as IDeepCloneable, it all just works. I've added tests.
2020-03-26 19:56:21 +11:00
Bjarke Berg
86fe83ca16
Merge remote-tracking branch 'origin/netcore/dev' into netcore/feature/ab5820-webprofiler-aspnetcore
...
# Conflicts:
# src/Umbraco.Web.BackOffice/AspNetCore/UmbracoCoreServiceCollectionExtensions.cs
# src/Umbraco.Web.Common/AspNetCore/AspNetCoreUmbracoApplicationLifetime.cs
# src/Umbraco.Web.UI.NetCore/Startup.cs
2020-03-26 07:10:23 +01:00
Bjarke Berg
629be33357
Merge remote-tracking branch 'origin/netcore/dev' into netcore/feature/AB5822-smidge-implementation
...
# Conflicts:
# src/Umbraco.Web.BackOffice/AspNetCore/UmbracoCoreServiceCollectionExtensions.cs
# src/Umbraco.Web.UI.NetCore/Startup.cs
# src/Umbraco.Web/Editors/PackageInstallController.cs
# src/Umbraco.Web/UrlHelperExtensions.cs
2020-03-26 06:53:05 +01:00
Shannon Deminick
99c6ca7c7b
Merge pull request #7840 from umbraco/netcore/feature/booting-netcore-db
...
Netcore - Runtime booting and shutting down (and more)
2020-03-26 15:40:18 +11:00
Shannon
f24cae51d8
Renames IHostingEnvironmentLifetime to IApplicationShutdownRegistry
2020-03-26 15:39:20 +11:00
Shannon Deminick
8b531b7aea
Merge pull request #7820 from umbraco/netcore/feature/unit-test-project
...
NetCore: Introduces a seperate UnitTest project
2020-03-26 15:24:19 +11:00
Bjarke Berg
a0b0802b8d
Merge remote-tracking branch 'origin/netcore/dev' into netcore/feature/AB5822-smidge-implementation
...
# Conflicts:
# src/Umbraco.Web.BackOffice/AspNetCore/UmbracoBackOfficeServiceCollectionExtensions.cs
2020-03-25 13:31:27 +01:00
Bjarke Berg
8a0f031d6d
AB#5822 - Moved config
2020-03-25 13:29:40 +01:00
Shannon
07966b5225
more unused code
2020-03-25 17:19:12 +11:00
Shannon
c988004762
fixes test
2020-03-25 17:18:36 +11:00
Shannon
a0acc8126d
oops change namespace back to Umbraco.net
2020-03-25 16:52:42 +11:00
Shannon
612a47b16b
Splits interfaces into separate ones, removes overlap between interfaces, injects the necessary bits, and much more
2020-03-25 15:06:22 +11:00
Bjarke Berg
397b25f9ae
Merge remote-tracking branch 'origin/netcore/dev' into netcore/feature/ab5820-webprofiler-aspnetcore
...
# Conflicts:
# src/Umbraco.Web.UI.NetCore/Startup.cs
2020-03-24 19:38:44 +01:00
Bjarke Berg
9339e1d999
AB#5820 - Introduced WebProfiler for asp.net core
2020-03-24 18:56:45 +01:00
Joe Delly
2ec0861051
Fix for exception throw when validating URLs ( #7701 )
2020-03-24 18:35:11 +01:00
Nathan Woulfe
ffef6ed2a1
7713 - changing CSS directory breaks RTE ( #7726 )
2020-03-24 18:04:38 +01:00
Arkadiusz Biel
3640ed259d
GetAllIds for Roles ( #7806 )
2020-03-24 15:15:52 +01:00
Erik-Jan Westendorp
0a79e28205
#7803 Add EditorGroupAlias and WriterGroupAlias to Constants cl… ( #7804 )
2020-03-24 14:03:51 +01:00
Andy Butland
b67c3dfa04
Moved IImageUrlGenerator and implementation into more appropriate enamespace
2020-03-24 09:37:46 +01:00
Shannon
d0a204b984
Cleans up some unused code, fixes a merge issue causing duplicate runtimes to be created, register essential does what it's supposed to do, don't mix things with the webruntime.
2020-03-24 14:48:32 +11:00
Shannon Deminick
bcc8dff862
Merge pull request #7811 from umbraco/netcore/feature/booting-netcore
...
Puts in place the code to 'boot' Umbraco Core in netcore
2020-03-24 12:12:24 +11:00
Bjarke Berg
a3930b1b70
Merge branch 'netcore/dev' into netcore/feature/unit-test-project
2020-03-23 13:56:18 +01:00
Olivier Bossaer
ff2027df07
Fixes #7798 : Invalid implementation of IEnumerable in Content Cache
2020-03-23 13:27:04 +01:00
Elitsa Marinovska
5293a3c1b5
Merge remote-tracking branch 'origin/netcore/dev' into netcore/feature/AB5490-abstract-clientdependency
2020-03-23 12:50:16 +01:00
Bjarke Berg
73a1058dd1
Merge remote-tracking branch 'origin/v8/dev' into netcore/dev
...
# Conflicts:
# src/Umbraco.Core/Models/Property.cs
2020-03-23 12:48:56 +01:00
Shannon
6013d856b7
Changes back TestHelperBase, we'll just allocate new configs each time.
2020-03-23 17:15:32 +11:00
Shannon
427c44468f
Changes methods to properties since we don't return new instances each time.
2020-03-23 16:41:39 +11:00
Shannon
299e9eb209
fixing tests and merges
2020-03-23 16:39:27 +11:00
Shannon
1658fced23
Merge remote-tracking branch 'origin/netcore/dev' into netcore/feature/booting-netcore
...
# Conflicts:
# src/Umbraco.Core/IO/IOHelper.cs
# src/Umbraco.Infrastructure/Runtime/WebRuntime.cs
# src/Umbraco.Tests.Common/TestHelperBase.cs
# src/Umbraco.Tests/Routing/RenderRouteHandlerTests.cs
# src/Umbraco.Tests/Runtimes/StandaloneTests.cs
# src/Umbraco.Web.BackOffice/AspNetCore/UmbracoBackOfficeServiceCollectionExtensions.cs
# src/Umbraco.Web.UI.NetCore/Program.cs
# src/Umbraco.Web.UI.NetCore/Startup.cs
# src/Umbraco.Web/UmbracoApplication.cs
2020-03-23 15:50:01 +11:00
Shannon Deminick
91ae2d63da
Merge pull request #7822 from umbraco/netcore/feature/ab3671-webruntime-netstandard
...
NetCore: Make WebRuntime netstandard compatible
2020-03-23 15:09:02 +11:00
SimonCropp
8752ce871a
fix assert order of expted V actual
2020-03-20 15:06:27 +01:00
Bjarke Berg
7c011e5b57
Removed UseLegacyEncoding option from config
2020-03-19 19:09:33 +01:00
Bjarke Berg
f84798322c
AB3671 - Moved WebRuntime into infrastracutre, and removed typefinder reference in AppCaches (Replaced with string input with Type)..
...
- Move initialized of Current.Factory out of webruntime
2020-03-19 08:53:18 +01:00
Bjarke Berg
8c8a9764cd
Post merge + Added new SmtpSettingsBuilder
2020-03-18 07:42:35 +01:00
Bjarke Berg
f671fea998
NetCore: Refactor config/setting to not use dependencies ( #7810 )
...
* Avoid usage of IOHelper in GlobalSettings
* Avoid usage of IOHelper in ModelsBuilderConfig.cs
* Avoid usage of IOHelper in ConnectionStrings.cs
* Simplified more config
* Fix for ModelsBuilderConfig
* Moved GetUmbracoMvcAreaNoCache to IOHelperExtensions
2020-03-17 16:26:56 +01:00
Elitsa Marinovska
30516bfa12
Creating JavaScriptHelper class and taking some of the logic from the JsInitialization class
2020-03-17 15:36:38 +01:00
Bjarke Berg
b2d529dea6
Merge branch 'netcore/feature/simplify-config' into netcore/feature/aspnetcore-config
2020-03-17 14:10:06 +01:00
Bjarke Berg
1c7187e2ee
Moved GetUmbracoMvcAreaNoCache to IOHelperExtensions
2020-03-17 14:06:06 +01:00
Bjarke Berg
877339e7db
Implemented most of the configs for asp.net core
2020-03-16 18:51:35 +01:00
Bjarke Berg
bb89eec04f
Merge branch 'netcore/feature/simplify-config' into netcore/feature/aspnetcore-config
2020-03-16 14:57:11 +01:00
Bjarke Berg
de0a578dc8
Fix for ModelsBuilderConfig
2020-03-16 14:48:41 +01:00
Bjarke Berg
51879c0b80
Implemented config for asp.net core
2020-03-16 14:02:08 +01:00