Shannon
|
58537ce11a
|
Updates to newer 2.0 version of Examine which has Examine.Core as netstandard
|
2020-01-28 15:21:58 +11:00 |
|
Bjarke Berg
|
a9e6919420
|
Merge pull request #7496 from benjaminc/netcore/feature/7369-remove-current-services
Replace Current.Services references with DI where possible
|
2020-01-23 13:39:59 +01:00 |
|
Shannon Deminick
|
3b63d9baa3
|
Merge pull request #7486 from umbraco/netcore/feature/AB4635-move-cache-refreshers
NetCore: Moved CacheRefreshers to abstractions
|
2020-01-23 20:18:48 +11:00 |
|
Benjamin Carleski
|
a379e01578
|
Replace Current.Services references with DI where possible
|
2020-01-22 21:43:25 -08:00 |
|
Bjarke Berg
|
0cdd6ba29d
|
AB4635 - Moved CacheRefreshers to abstractions
|
2020-01-21 13:40:23 +01:00 |
|
Bjarke Berg
|
f3107c6f55
|
Merge remote-tracking branch 'origin/netcore/dev' into netcore/feature/AB4385-move-content-apps-to-abstractions
|
2020-01-21 11:07:42 +01:00 |
|
Benjamin Carleski
|
7284ab0400
|
Remove obsolete UmbracoApiControllerBase constructor
|
2020-01-20 11:55:49 -08:00 |
|
Bjarke Berg
|
7a6ec6bfa4
|
Merge remote-tracking branch 'origin/netcore/dev' into netcore/feature/AB4385-move-content-apps-to-abstractions
# Conflicts:
# src/Umbraco.Abstractions/ContentApps/ContentAppFactoryCollectionBuilder.cs
# src/Umbraco.Tests/Testing/UmbracoTestBase.cs
|
2020-01-17 06:57:09 +01:00 |
|
Shannon
|
29c2110b0a
|
Merge remote-tracking branch 'origin/netcore/dev' into netcore/feature/AB3986-handle-iregistedobject-and-remove-core-project
|
2020-01-15 14:17:38 +11:00 |
|
Shannon
|
c18b6e6c82
|
Don't eagerly create an IBulkSqlInsertProvider (fixes install boot), this is now created with the IDbProviderFactoryCreator which simplifies a bunch of ctors.
|
2020-01-15 13:40:35 +11:00 |
|
Bjarke Berg
|
51d0f7da94
|
AB4234 - Fixes namespaces and removed old unused property on user
|
2020-01-14 07:47:47 +01:00 |
|
Bjarke Berg
|
4bca006e86
|
AB4385 - Moved Content Apps to Infrastructure - Introduced ICurrentUserAccessor in Abstractions
|
2020-01-08 14:46:20 +01:00 |
|
Bjarke Berg
|
c7f60d8312
|
AB3986 - Wrapped System.Web.Hosting.IRegisteredObject in the AspNetHostingEnvironment. Updated Maindom to use our own new interface and the wrapper and moved to infrastructure. Removed the Umbraco.Core project now that it was empty.
|
2020-01-08 09:01:58 +01:00 |
|
Bjarke Berg
|
c6c0d7df54
|
AB4234 - Moved stuff from core into web, that used identity.
|
2020-01-07 13:50:38 +01:00 |
|
Bjarke Berg
|
d2443ea4c0
|
AB3677 - Removed the Core.Composing.Current.. Moved stuff to Web.Composing.Current and injected more stuff.
|
2020-01-07 13:08:21 +01:00 |
|
Andy Butland
|
bd5b344a57
|
Merge branch 'netcore/dev' into feature/7371-short-string-helper
# Conflicts:
# src/Umbraco.Core/StringExtensions.cs
# src/Umbraco.Core/TypeExtensions.cs
# src/Umbraco.Infrastructure/Packaging/PackageDataInstallation.cs
# src/Umbraco.Infrastructure/Persistence/Factories/DataTypeFactory.cs
# src/Umbraco.Infrastructure/Persistence/Repositories/Implement/DataTypeRepository.cs
# src/Umbraco.ModelsBuilder.Embedded/Compose/ModelsBuilderComponent.cs
# src/Umbraco.ModelsBuilder.Embedded/UmbracoServices.cs
# src/Umbraco.Tests/LegacyXmlPublishedCache/XmlStore.cs
# src/Umbraco.Tests/Persistence/Repositories/DocumentRepositoryTest.cs
# src/Umbraco.Tests/PublishedContent/PublishedContentTestBase.cs
# src/Umbraco.Tests/PublishedContent/PublishedContentTests.cs
# src/Umbraco.Tests/Routing/RenderRouteHandlerTests.cs
# src/Umbraco.Tests/Strings/StringExtensionsTests.cs
# src/Umbraco.Tests/Web/Controllers/ContentControllerTests.cs
# src/Umbraco.Tests/Web/Controllers/UsersControllerTests.cs
# src/Umbraco.Web/Editors/CodeFileController.cs
# src/Umbraco.Web/Editors/ContentController.cs
# src/Umbraco.Web/Editors/ContentControllerBase.cs
# src/Umbraco.Web/Editors/ContentTypeController.cs
# src/Umbraco.Web/Editors/CurrentUserController.cs
# src/Umbraco.Web/Editors/DashboardController.cs
# src/Umbraco.Web/Editors/EntityController.cs
# src/Umbraco.Web/Editors/MacroRenderingController.cs
# src/Umbraco.Web/Editors/MacrosController.cs
# src/Umbraco.Web/Editors/MediaController.cs
# src/Umbraco.Web/Editors/MemberController.cs
# src/Umbraco.Web/Editors/RelationTypeController.cs
# src/Umbraco.Web/Editors/TinyMceController.cs
# src/Umbraco.Web/Editors/UsersController.cs
# src/Umbraco.Web/Macros/PublishedContentHashtableConverter.cs
# src/Umbraco.Web/Models/Mapping/UserMapDefinition.cs
# src/Umbraco.Web/Mvc/RenderRouteHandler.cs
# src/Umbraco.Web/PropertyEditors/RichTextEditorPastedImages.cs
# src/Umbraco.Web/Runtime/WebInitialComponent.cs
# src/Umbraco.Web/Templates/TemplateRenderer.cs
|
2019-12-24 09:08:47 +01:00 |
|
Andy Butland
|
d469a2153b
|
Removed (almost) all instances of Current.ShortStringHlper and replaced with constructor injection.
|
2019-12-20 17:36:44 +01:00 |
|
Bjarke Berg
|
0a4cfcd3bc
|
Merge remote-tracking branch 'origin/netcore/feature/AB3791-Move-scoping-to-infrastructure-and-replace-callcontext' into netcore/feature/AB4227-move-files-to-infrastructure
|
2019-12-19 15:59:19 +01:00 |
|
Bjarke Berg
|
dbf0581cb1
|
AB3791 - Removed unnessasary [Apartment(ApartmentState.STA)]
|
2019-12-19 15:55:01 +01:00 |
|
Bjarke Berg
|
2ed6b11b6f
|
Merge remote-tracking branch 'origin/netcore/feature/AB3791-Move-scoping-to-infrastructure-and-replace-callcontext' into netcore/feature/AB4227-move-files-to-infrastructure
# Conflicts:
# src/Umbraco.Tests.Benchmarks/BulkInsertBenchmarks.cs
# src/Umbraco.Tests/TestHelpers/TestHelper.cs
# src/Umbraco.Web/Editors/UsersController.cs
|
2019-12-19 11:34:08 +01:00 |
|
Bjarke Berg
|
2fd6e8d617
|
Merge remote-tracking branch 'origin/netcore/feature/move-files' into netcore/feature/AB3791-Move-scoping-to-infrastructure-and-replace-callcontext
|
2019-12-19 11:30:25 +01:00 |
|
Shannon
|
a8f006e36e
|
Removes the useNativeBulkInsert parameter, it's super old and useless
|
2019-12-19 17:56:48 +11:00 |
|
Bjarke Berg
|
7f9fbe9877
|
AB4227 - Removed StringExtensions from core..
|
2019-12-18 18:55:00 +01:00 |
|
Bjarke Berg
|
38519b2bab
|
AB4227 - Moved Logging
|
2019-12-18 13:42:32 +01:00 |
|
Bjarke Berg
|
a22824e33a
|
AB4227 - Moved Persistence Repository implementations
|
2019-12-18 13:42:27 +01:00 |
|
Bjarke Berg
|
7a0e0f7782
|
AB4227 - Moved Persistence.Factories
|
2019-12-18 13:42:25 +01:00 |
|
Bjarke Berg
|
f0d1c38aa8
|
AB3791 - Moved scoping to infrastructure, implemented our own CallContext
|
2019-12-17 15:03:14 +01:00 |
|
Bjarke Berg
|
d36ff6d509
|
Refactored such that the a IBulkSqlInsertProvider can be used, to diff. between SqlCe and SqlServer
|
2019-12-12 12:55:17 +01:00 |
|
Bjarke Berg
|
c94b65d76b
|
Moved scope and persistence
|
2019-12-12 08:11:23 +01:00 |
|
Bjarke Berg
|
9e5494cc14
|
Merge remote-tracking branch 'origin/netcore/dev' into netcore/feature/move-files
# Conflicts:
# src/Umbraco.Core/Persistence/Repositories/Implement/ContentRepositoryBase.cs
# src/Umbraco.Core/Persistence/Repositories/Implement/DocumentBlueprintRepository.cs
# src/Umbraco.Core/Persistence/Repositories/Implement/DocumentRepository.cs
# src/Umbraco.Core/Persistence/Repositories/Implement/MediaRepository.cs
# src/Umbraco.Core/Persistence/Repositories/Implement/MemberRepository.cs
# src/Umbraco.Tests/Persistence/Repositories/ContentTypeRepositoryTest.cs
# src/Umbraco.Tests/Persistence/Repositories/DocumentRepositoryTest.cs
# src/Umbraco.Tests/Persistence/Repositories/DomainRepositoryTest.cs
# src/Umbraco.Tests/Persistence/Repositories/MediaRepositoryTest.cs
# src/Umbraco.Tests/Persistence/Repositories/MemberRepositoryTest.cs
# src/Umbraco.Tests/Persistence/Repositories/PublicAccessRepositoryTest.cs
# src/Umbraco.Tests/Persistence/Repositories/TagRepositoryTest.cs
# src/Umbraco.Tests/Persistence/Repositories/TemplateRepositoryTest.cs
# src/Umbraco.Tests/Persistence/Repositories/UserRepositoryTest.cs
# src/Umbraco.Tests/Published/NestedContentTests.cs
# src/Umbraco.Tests/PublishedContent/PublishedContentTestBase.cs
# src/Umbraco.Tests/PublishedContent/PublishedContentTests.cs
# src/Umbraco.Tests/Services/ContentServicePerformanceTest.cs
# src/Umbraco.Tests/Services/ContentServiceTests.cs
# src/Umbraco.Tests/Web/TemplateUtilitiesTests.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/MultiUrlPickerPropertyEditor.cs
# src/Umbraco.Web/PropertyEditors/NestedContentPropertyEditor.cs
# src/Umbraco.Web/PropertyEditors/RichTextPropertyEditor.cs
|
2019-12-11 09:29:36 +01:00 |
|
Bjarke Berg
|
aa15f89275
|
Merge remote-tracking branch 'origin/v8/feature/media-tracking' into netcore/dev
# Conflicts:
# src/Umbraco.Abstractions/Models/IDataValueEditor.cs
# src/Umbraco.Abstractions/Models/RelationType.cs
# src/Umbraco.Core/Contants-UdiEntityType.cs
# src/Umbraco.Core/Migrations/Upgrade/UmbracoPlan.cs
# src/Umbraco.Core/Udi.cs
# src/Umbraco.Tests/Models/RelationTests.cs
# src/Umbraco.Tests/Models/RelationTypeTests.cs
# src/Umbraco.Tests/Persistence/Repositories/MediaRepositoryTest.cs
# src/Umbraco.Tests/Persistence/Repositories/UserRepositoryTest.cs
# src/Umbraco.Tests/Published/NestedContentTests.cs
# src/Umbraco.Tests/PublishedContent/PublishedContentTestBase.cs
# src/Umbraco.Tests/PublishedContent/PublishedContentTests.cs
# src/Umbraco.Tests/Services/ContentServicePerformanceTest.cs
# src/Umbraco.Tests/Testing/UmbracoTestBase.cs
# src/Umbraco.Tests/Web/TemplateUtilitiesTests.cs
# src/Umbraco.Web/Editors/MediaController.cs
# src/Umbraco.Web/PropertyEditors/GridPropertyEditor.cs
# src/Umbraco.Web/PropertyEditors/NestedContentPropertyEditor.cs
# src/Umbraco.Web/PropertyEditors/RichTextPropertyEditor.cs
# src/Umbraco.Web/Runtime/WebInitialComposer.cs
# src/Umbraco.Web/Templates/TemplateUtilities.cs
# src/Umbraco.Web/UmbracoComponentRenderer.cs
|
2019-12-10 14:44:42 +01:00 |
|
Bjarke Berg
|
67536a49a7
|
Moved Models from Umbraco.Core to Umbraco.Infrastructure
|
2019-12-10 08:37:19 +01:00 |
|
Bjarke Berg
|
2ea8e7cdd0
|
Moved PropertyEditors from Umbraco.Core to Umbraco.Infrastructure
|
2019-12-09 10:44:22 +01:00 |
|
Bjarke Berg
|
204bbd5c46
|
Moved IOHelper to abstractions
|
2019-12-05 10:41:58 +01:00 |
|
Bjarke Berg
|
3a7ef42a6c
|
Fixed tests
|
2019-12-05 08:54:37 +01:00 |
|
Bjarke Berg
|
147626fc08
|
Refactored the hosting settings out of global settings
|
2019-12-05 08:31:06 +01:00 |
|
Bjarke Berg
|
28ecb355dd
|
Let IOHelper use IHostingEnvironment
|
2019-12-04 21:30:18 +01:00 |
|
Warren Buckley
|
9e1a56eba5
|
Rename from DataValueReferenceFor to DataValyeReferenceFactory & Factories for the plural collection
|
2019-12-04 16:14:33 +00:00 |
|
Bjarke Berg
|
d2bf64195e
|
Merge remote-tracking branch 'origin/netcore/dev' into netcore/feature/core-cannot-use-system-web
# Conflicts:
# src/Umbraco.Tests/Membership/MembershipProviderBaseTests.cs
# src/Umbraco.Tests/Testing/TestingTests/MockTests.cs
# src/Umbraco.Web/Security/AppBuilderExtensions.cs
# src/Umbraco.Web/Security/BackOfficeUserManager.cs
# src/Umbraco.Web/UmbracoDefaultOwinStartup.cs
|
2019-12-04 11:51:12 +01:00 |
|
Bjarke Berg
|
886a298b3d
|
AB3981 - Review fixes - Moved abstractions into namespace folders, removed code that was commented out, removed unused code, added xml doc
|
2019-12-04 10:39:49 +01:00 |
|
Warren Buckley
|
19497ee785
|
Fix up unit test - needed to add the collection to the Compositon for all tests inheriting from UmbracoTestBase
|
2019-12-03 11:52:46 +00: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 |
|
Bjarke Berg
|
797e83c2fe
|
Post merge fixes
|
2019-11-26 12:49:10 +01:00 |
|
Bjarke Berg
|
2fc50c5730
|
Merge remote-tracking branch 'origin/netcore/dev' into netcore/feature/core-cannot-use-system-web
# Conflicts:
# src/Umbraco.Core/Runtime/CoreInitialComposer.cs
# src/Umbraco.Core/StringExtensions.cs
# src/Umbraco.Tests/Membership/MembershipProviderBaseTests.cs
# src/Umbraco.Tests/Membership/UmbracoServiceMembershipProviderTests.cs
# src/Umbraco.Tests/Services/MemberServiceTests.cs
# src/Umbraco.Web/Security/AppBuilderExtensions.cs
# src/Umbraco.Web/Security/BackOfficeUserManager.cs
# src/Umbraco.Web/Security/MembershipProviderBase.cs
# src/Umbraco.Web/Security/MembershipProviderExtensions.cs
# src/Umbraco.Web/Security/Providers/UsersMembershipProvider.cs
# src/Umbraco.Web/Security/UmbracoMembershipProviderBase.cs
# src/Umbraco.Web/UmbracoDefaultOwinStartup.cs
|
2019-11-26 11:51:50 +01:00 |
|
Bjarke Berg
|
323a60fa76
|
Removed IOHelper.Default, to prepare for injecting
|
2019-11-26 08:15:00 +01:00 |
|
Shannon
|
488f6925b8
|
Fixes tests, removes some magic strings
|
2019-11-26 12:49:57 +11:00 |
|
Shannon
|
73bb9e3279
|
Moves culture dictionary implementation to Core instead of web since it has nothing to do with Web really, fixes tests
|
2019-11-25 23:10:54 +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 |
|
Shannon
|
3dbebfb153
|
Refactors the usage of ICultureDictionary so its injectable, removes more uses of Current, removes unused methods relying on System.Web
|
2019-11-22 13:13:19 +11:00 |
|
Bjarke Berg
|
0354fc91bc
|
Removed static ApplicationUrlHelper and introduced IBackOfficeInfo and AspNetBackOfficeInfo
|
2019-11-21 14:20:27 +01:00 |
|