Commit Graph

33839 Commits

Author SHA1 Message Date
Shannon
d444dfd441 Moves ContentTypeBase, Member, ContentTypeComposition, etc... removes the casting 2020-05-20 11:33:10 +10:00
Shannon
9e8bfd039e Ensures the correct version of Microsoft.AspNet.Identity.Core is used consistently, moves Media 2020-05-20 11:01:45 +10:00
Shannon
82ebda256b Fixes merge issues with Umbraco.Web.UI and ensures we are using a consistent version of System.ComponentModel.Annotations 2020-05-20 10:59:09 +10:00
Shannon
3f67e1be7d Move Content, Property, PropertyCollection, PropertyType 2020-05-20 10:50:37 +10:00
Shannon
7bea165597 Moves UserGroup and UserGroupExtensions to core 2020-05-20 10:37:11 +10:00
Shannon
86f60677a1 moves UserExtensions and ContentPermissionsHelper 2020-05-20 10:29:53 +10:00
Shannon
96e006e8b9 Moves user to Core models and removes backwards compat hacks and casting 2020-05-20 10:22:48 +10:00
Shannon
4b5777a747 adds code docs to ext methods 2020-05-20 09:58:05 +10:00
Shannon Deminick
6381907134 Merge pull request #8129 from scottbrady91/netcore/feature/aspnetcoreidentity
Added ASP.NET Core Identity to Umbraco.Web.UI.NetCore
2020-05-20 09:54:21 +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
091712e5de Merge remote-tracking branch 'Umbraco/netcore/netcore' into netcore/feature/aspnetcoreidentity 2020-05-18 12:52:03 +01:00
Scott Brady
6f75fe6cc4 Reintroduced missing OWIN user manager functionality 2020-05-18 12:51:24 +01:00
Scott Brady
7b1ce5bbe7 Removed duplication with user store and manager 2020-05-18 12:06:26 +01:00
Bjarke Berg
287f379c1b Merge remote-tracking branch 'origin/netcore/dev' into netcore/netcore 2020-05-18 12:01:18 +02:00
Bjarke Berg
a198d4a37c Merge pull request #8122 from AndyButland/feature/7799-netcore-web-api-component-migration
Netcore: Implemented various Web API components
2020-05-18 12:00:07 +02:00
Bjarke Berg
5e131ebafb Merge remote-tracking branch 'origin/netcore/dev' into netcore/netcore
# Conflicts:
#	src/Umbraco.Web.UI.Client/package-lock.json
#	src/Umbraco.Web.UI.NetCore/Startup.cs
2020-05-18 11:51:55 +02:00
Bjarke Berg
cda531e34e Merge remote-tracking branch 'origin/v8/dev' into netcore/dev
# Conflicts:
#	.gitignore
#	src/Umbraco.Web/Editors/ContentController.cs
2020-05-18 10:37:28 +02:00
Andy Butland
0e4d8506fb Updated following PR review. 2020-05-18 09:36:56 +02:00
Scott Brady
c92c633edb Reduced duplicated code 2020-05-18 08:21:34 +01:00
Shannon Deminick
c36c2f6a33 Merge pull request #8099 from umbraco/netcore/feature/auto-routing
Netcore/feature/auto routing
2020-05-18 16:19:18 +10:00
Shannon
1cf8fb376c Merge branch 'netcore/feature/auto-routing' of https://github.com/umbraco/Umbraco-CMS into netcore/feature/auto-routing 2020-05-18 15:35:34 +10:00
Shannon
a84bcdd6ae fix ctor, fix usages of GetBackOfficeUrl 2020-05-18 15:35:20 +10:00
Shannon
027b449cb6 fixes virtual path 2020-05-18 15:16:09 +10:00
Shannon Deminick
074a174139 Update src/Umbraco.Web.Common/Extensions/LinkGeneratorExtensions.cs
Co-authored-by: Bjarke Berg <mail@bergmania.dk>
2020-05-18 15:15:53 +10:00
Shannon Deminick
5dc0dfb5ad Update src/Umbraco.Web.Common/Extensions/LinkGeneratorExtensions.cs
Co-authored-by: Bjarke Berg <mail@bergmania.dk>
2020-05-18 15:12:30 +10:00
Shannon
0973e49fcf removes test controller 2020-05-18 15:12:07 +10:00
Scott Brady
c6210ba7f2 Working installation. Use of Thread.CurrentPrincipal removed for now 2020-05-17 10:39:30 +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
Scott Brady
8317518b4c Resolvable user manager. Removed password configuration and generation for now 2020-05-17 07:56:59 +01:00
Andy Butland
ed8f65b74e Migrated AppendUserModifiedHeaderAttribute into netcore 2020-05-17 08:52:28 +02:00
Andy Butland
60c5c15fdf Migrated ValidationFilterAttribute into netcore 2020-05-16 19:35:45 +02:00
Andy Butland
b2e12f400c Migrated OnlyLocalRequestsAttribute into netcore 2020-05-16 19:17:08 +02:00
Andy Butland
c681b4a835 Migrated HttpQueryStringModelBinder into netcore. 2020-05-16 09:41:54 +02:00
Scott Brady
e872ba1a64 Resolvable user store 2020-05-15 16:52:51 +01:00
Scott Brady
c9f9706523 Initial DI attempt 2020-05-15 15:21:15 +01:00
Scott Brady
6a801a3542 Merge remote-tracking branch 'Umbraco/netcore/netcore' into netcore/feature/aspnetcoreidentity 2020-05-15 14:42:46 +01:00
Bjarke Berg
dd986d4f73 Post merge + fix in views 2020-05-15 14:22:10 +02:00
Bjarke Berg
515d43e11b Merge branch 'netcore/netcore' into netcore/feature/auto-routing
# Conflicts:
#	src/Umbraco.Web.BackOffice/Controllers/BackOfficeController.cs
2020-05-15 14:10:03 +02:00
Bjarke Berg
5c1bacd944 Merge pull request #8080 from AndyButland/feature/7991-netcore-content-model-binder
Netcore: Implemented content model binder.
2020-05-15 13:34:15 +02:00
Bjarke Berg
7532453dc5 Merge pull request #8093 from umbraco/netcore/feature/AB6455-migrate-surfacecontroller
Netcore: Migration of SurfaceController
2020-05-15 13:33:00 +02:00
Bjarke Berg
87a26f7b6f AB6455 - Cleanup and added TODO to ensure we get this tested 2020-05-15 12:24:37 +02:00
Thomas Andresen
3e11c66ddc Merge pull request #8106 from umbraco/v8/feature/cypress-test-project
Added Acceptance Test project
2020-05-15 11:04:22 +02:00
Andy Butland
8ae0e12512 Removed global setting of content model binder and used encoded URL in model binding exception filter redirect. 2020-05-15 10:33:09 +02:00
Bjarke Berg
c7a9f56295 AB6455 - Moved SurfaceControllerTests to unit tests 2020-05-15 10:05:29 +02:00
Bjarke Berg
0ece91421e More readme stuff 2020-05-15 07:35:23 +02:00
Scott Brady
2c78f2f1d7 More migration of back office identity. Blocked by password validator 2020-05-14 22:21:19 +01:00
Bjarke Berg
0298ee6686 Added readme and updated testhelpers 2020-05-14 20:30:44 +02:00
Daniël Knippers
0fdf084544 Validation errors reworked to incorporate segment errors (#8065) 2020-05-14 17:03:33 +02:00