Bjarke Berg
|
3bdfe84717
|
Merge pull request #7490 from benjaminc/netcore/feature/7370-inject-config-interfaces
Use dependency injection for config classes
|
2020-01-22 11:52:50 +01:00 |
|
Benjamin Carleski
|
fd3ef48367
|
Use dependency injection for config classes
|
2020-01-21 17:25:03 -08: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
|
3320e1a2f0
|
Remove unused obsoletes from Umbraco.Web
|
2020-01-17 17:22:55 -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 |
|
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
|
c6c0d7df54
|
AB4234 - Moved stuff from core into web, that used identity.
|
2020-01-07 13:50:38 +01:00 |
|
Bjarke Berg
|
58f9b48e16
|
Merge branch 'netcore/dev' into netcore/feature/AB3677-remove-current-from-core
# Conflicts:
# src/Umbraco.Abstractions/UriExtensions.cs
# src/Umbraco.Tests/Web/Controllers/ContentControllerTests.cs
# src/Umbraco.Web/Editors/Filters/MemberSaveModelValidator.cs
# src/Umbraco.Web/Editors/MediaController.cs
# src/Umbraco.Web/Editors/TemplateController.cs
# src/Umbraco.Web/Models/Mapping/PropertyTypeGroupMapper.cs
# src/Umbraco.Web/PropertyEditors/FileUploadPropertyEditor.cs
# src/Umbraco.Web/PropertyEditors/ListViewPropertyEditor.cs
# src/Umbraco.Web/PropertyEditors/UserPickerPropertyEditor.cs
# src/Umbraco.Web/UmbracoDefaultOwinStartup.cs
|
2020-01-07 09:46:42 +01:00 |
|
Bjarke Berg
|
439048bc4f
|
Merge pull request #7380 from AndyButland/feature/7371-short-string-helper
.NET Core transition: Removed (almost) all instances of Current.ShortStringHlper and replaced with constructor injection (#7371)
|
2020-01-07 09:05:28 +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
|
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
|
dfeb97caa4
|
AB3677 - Moved usages of Current (Core) to Current (Web)
|
2019-12-19 15:53:50 +01:00 |
|
Bjarke Berg
|
d5527f0485
|
AB3677 - Removed lot of stuff from Current (Core) and uses Current (Web) instead
|
2019-12-19 10:43:34 +01:00 |
|
Bjarke Berg
|
a22824e33a
|
AB4227 - Moved Persistence Repository implementations
|
2019-12-18 13:42:27 +01:00 |
|
elitsa
|
35d021237e
|
Added a cookie path claim on user login, so that we can validate requests for xsrf token
|
2019-12-11 14:33:21 +01:00 |
|
Bjarke Berg
|
becce7800b
|
Moved Models from Umbraco.Core to Umbraco.Infrastructure
|
2019-12-09 14:12:06 +01:00 |
|
Bjarke Berg
|
86574c5e11
|
Moved more files to abstractions
|
2019-12-06 12:09:47 +01:00 |
|
Bjarke Berg
|
28ecb355dd
|
Let IOHelper use IHostingEnvironment
|
2019-12-04 21:30:18 +01: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 |
|
Shannon
|
29908dee44
|
Removes the remaining bits of membership providers stuff from being used in the back office, simplifies how properties are mapped and removes the legacy weirdness of mapping membership provider properties
|
2019-12-04 12:50:05 +11:00 |
|
Bjarke Berg
|
e7c85daa2e
|
Merge remote-tracking branch 'origin/netcore/dev' into netcore/feature/AB3970-membership-providers
# Conflicts:
# src/Umbraco.Web/Editors/Filters/MemberSaveModelValidator.cs
# src/Umbraco.Web/Editors/Filters/MemberSaveValidationAttribute.cs
|
2019-12-03 08:58:49 +01:00 |
|
Shannon
|
97ad7a0239
|
removes more membership provider and System.Web.Security from being used in the back office
|
2019-12-03 16:16:33 +11: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
|
f39324b732
|
Merge remote-tracking branch 'origin/netcore/dev' into netcore/feature/core-cannot-use-system-web
|
2019-12-02 14:13:33 +01:00 |
|
Bjarke Berg
|
1da4429177
|
Merge remote-tracking branch 'origin/v8/dev' into netcore/dev
# Conflicts:
# src/Umbraco.Abstractions/Exceptions/ConnectionException.cs
# src/Umbraco.Abstractions/Exceptions/DataOperationException.cs
# src/Umbraco.Abstractions/Exceptions/InvalidCompositionException.cs
# src/Umbraco.Abstractions/IO/MediaFileSystem.cs
# src/Umbraco.Abstractions/IO/PhysicalFileSystem.cs
# src/Umbraco.Abstractions/Migrations/DataLossException.cs
# src/Umbraco.Abstractions/Models/Entities/EntitySlim.cs
# src/Umbraco.Abstractions/Xml/UmbracoXPathPathSyntaxParser.cs
# src/Umbraco.Abstractions/Xml/XmlHelper.cs
# src/Umbraco.Core/Manifest/ManifestParser.cs
# src/Umbraco.Core/Models/ContentRepositoryExtensions.cs
# src/Umbraco.Core/Models/PropertyType.cs
# src/Umbraco.Core/Persistence/UmbracoDatabaseFactory.cs
# src/Umbraco.Core/PropertyEditors/Validators/RegexValidator.cs
# src/Umbraco.Core/PropertyEditors/Validators/RequiredValidator.cs
# src/Umbraco.Core/StringExtensions.cs
# src/Umbraco.Web/Editors/Filters/ContentModelValidator.cs
# src/Umbraco.Web/Mvc/AreaRegistrationExtensions.cs
|
2019-12-02 13:51:07 +01:00 |
|
Shannon
|
f8e613320b
|
REmoves the term 'Encrypt' from PasswordSecurity
|
2019-11-27 11:34:32 +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
|
4fe20bb7c8
|
Removes references to password question/answer/ProviderUserKey
|
2019-11-26 00:03:45 +11:00 |
|
Shannon
|
a458df360f
|
Removes references to password question/answer
|
2019-11-25 23:53:12 +11:00 |
|
Shannon
|
76b413e527
|
Removes all references of System.Web.Security from core project
|
2019-11-25 23:37:30 +11:00 |
|
Shannon
|
763b090b4d
|
Fixes up issues with members, now it still works in the UI
|
2019-11-25 22:08:08 +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
|
6c5c256e62
|
... and down the rabbit hole we go
|
2019-11-22 13:38:07 +11:00 |
|
Shannon
|
15db9ecbbf
|
start the process of removing membership providers
|
2019-11-22 13:32:37 +11:00 |
|
Bjarke Berg
|
54bd658d41
|
Merge remote-tracking branch 'origin/netcore/dev' into netcore/feature/core-cannot-use-system-web
|
2019-11-21 09:34:14 +01:00 |
|
Bjarke Berg
|
fc22282a59
|
Injecting IHostingEnvironment
|
2019-11-20 15:21:09 +01:00 |
|
Carole Rennie Logan
|
100d4431dc
|
removing unused using statements
|
2019-11-19 23:24:08 +00: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 |
|
Ronald Barendse
|
34008edd34
|
Fix issues with added PanicException
|
2019-11-15 09:15:12 +01:00 |
|
Bjarke Berg
|
126380dcee
|
AB3594 - Removed references from core to configuration
|
2019-11-14 12:49:56 +01:00 |
|
Ronald Barendse
|
9f19546c42
|
Validate options argument and authentication type
|
2019-11-14 00:10:16 +01:00 |
|
Bjarke Berg
|
c9a99f52aa
|
Can't have the path info on IOHelper, because that leads to a cycle between config and IOHelper. Now you need to go directly to config, if you need a path
|
2019-11-13 14:15:50 +01:00 |
|
Bjarke Berg
|
683c0da468
|
Moved stuff from SystemDirectories into constants and IOHelper to avoid a circular dependency
|
2019-11-13 11:56:32 +01:00 |
|
Bjarke Berg
|
0fcf8325e3
|
Changed SystemDirectories from static to instance, Added interface in abstractions and create a static property on current.
|
2019-11-12 15:25:21 +01:00 |
|
Bjarke Berg
|
13507c0e13
|
AB3653 - Static IOHelper -> IIOHelper (Moved into Current as a first step 😭)
|
2019-11-08 07:51:14 +01:00 |
|