Commit Graph

33790 Commits

Author SHA1 Message Date
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
Scott Brady
c92c633edb Reduced duplicated code 2020-05-18 08:21:34 +01: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
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
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
Bjarke Berg
c7a9f56295 AB6455 - Moved SurfaceControllerTests to unit tests 2020-05-15 10:05:29 +02:00
Scott Brady
2c78f2f1d7 More migration of back office identity. Blocked by password validator 2020-05-14 22:21:19 +01:00
Scott Brady
332946dbd8 Duplicated user store across to Umbraco.Web.BackOffice 2020-05-13 18:30:57 +01:00
Bjarke Berg
317edabf02 AB6455 - Fix issue with ITempDataDictionary 2020-05-12 21:04:55 +02:00
Bjarke Berg
cd48adc7af AB6455 - Stub'ed WebSecurity, cleanup and fix issue with content root vs web root 2020-05-12 20:28:40 +02:00
Bjarke Berg
f586883da1 AB6455 Fix issue with ITempDataDictionary 2020-05-12 19:58:51 +02:00
Bjarke Berg
d3b15c4a41 AB6455 Fix missing umbracoContextAccessor in ctors 2020-05-12 19:12:57 +02:00
Elitsa Marinovska
86cef94566 Re-implementing SurfaceControllerTests 2020-05-12 16:11:11 +02:00
Elitsa Marinovska
6ddb103782 Merge remote-tracking branch 'origin/netcore/netcore' into netcore/feature/AB6455-migrate-surfacecontroller 2020-05-12 13:43:22 +02:00
Bjarke Berg
2e51b11f7c Merge pull request #8095 from umbraco/netcore/feature/redirect-installer
Redirect to installer and ext method/startup cleanup
2020-05-12 10:58:49 +02:00
Bjarke Berg
cfcdcae64a Cleanup and fixed issue with permanent redirect 2020-05-12 10:51:59 +02:00
Shannon
54769e2416 doh fix build 2020-05-12 17:25:30 +10:00
Shannon
42c347dc21 doh fix build 2020-05-12 17:19:19 +10:00
Shannon
1607045347 fix namespace 2020-05-12 17:16:42 +10:00
Shannon
a34d94845c Fixes tests 2020-05-12 17:14:39 +10:00
Shannon
f427059d41 Fixes routing for installer to use an area, fixes URL generation 2020-05-12 17:10:02 +10:00
Elitsa Marinovska
cbf7f5ccc3 Merge remote-tracking branch 'origin/netcore/netcore' into netcore/feature/AB6455-migrate-surfacecontroller 2020-05-12 08:29:39 +02:00
Elitsa Marinovska
95dd55506a Merge remote-tracking branch 'origin/netcore/feature/AB6352-migrate-action-results' into netcore/feature/AB6455-migrate-surfacecontroller 2020-05-12 08:17:02 +02:00
Elitsa Marinovska
3672e61104 Resolving service dependency 2020-05-12 08:10:32 +02:00
Shannon
8a7bc5d3d2 Removes null writer 2020-05-12 15:45:59 +10:00
Shannon
4464980b4a Merge remote-tracking branch 'origin/netcore/netcore' into netcore/feature/redirect-installer 2020-05-12 15:44:56 +10:00
Shannon
1f25e28e08 Move install ext methods to it's own class, adds catch all redirect when we need to install 2020-05-12 15:44:14 +10:00
Bjarke Berg
9e6ed6fb6f Merge pull request #8094 from umbraco/netcore/feature/mvc-application-model
Don't modify global MVC options (and more)
2020-05-12 07:38:19 +02:00
Elitsa Marinovska
33768e3806 Adding missing import 2020-05-12 07:26:03 +02:00
Shannon
bcaede22f1 Cleans up ext methods and where they are located and what they call to ensure dependencies are taken care of, cleans up Startup, moves routing appropriately 2020-05-12 15:18:55 +10:00
Shannon
4107ccdb12 cleanup unneeded code , adds notes 2020-05-12 14:20:43 +10:00
Shannon
3add4746fe Gets body model binders working per controller and figures out how the application model works 2020-05-12 12:29:03 +10:00
Shannon
39fed867c1 Cleans up some routing, mvc base classes, gets controller specific model binding working, applies our own application model to our controllers 2020-05-12 10:21:40 +10:00
Elitsa Marinovska
8b047b55a0 Uncommenting testing implementation 2020-05-11 21:24:21 +02:00
Elitsa Marinovska
0eefbfd449 Migrating SurfaceController 2020-05-11 20:29:38 +02:00
Elitsa Marinovska
87ce202a1e Marking actions in old BackOfficeController as migrated. Updating the netcore BackOfficeController after merge 2020-05-11 17:05:57 +02:00
Elitsa Marinovska
412067e11f Merge remote-tracking branch 'origin/netcore/netcore' into netcore/feature/AB6455-migrate-surfacecontroller
# Conflicts:
#	src/Umbraco.Web.UI.NetCore/Startup.cs
2020-05-11 16:50:36 +02:00
Elitsa Marinovska
0e47718d0c Migrating 2 actions in relation to testing JsonNetResult action result 2020-05-11 16:44:08 +02:00
Elitsa Marinovska
d33aa6cdf5 Updating the way we get UmbracoContext in RedirectToUmbracoPageResult.cs; removing the flushing in JsonNetResult.cs and adding necessary configuration for allowing sync operations needed in JsonNetResult.cs 2020-05-11 16:23:33 +02:00
Elitsa Marinovska
00f4899d94 Merge branch 'netcore/dev' into netcore/feature/AB6352-migrate-action-results 2020-05-11 16:07:59 +02:00
Bjarke Berg
be81e927a9 Merge remote-tracking branch 'origin/netcore/dev' into netcore/netcore 2020-05-11 12:31:47 +02:00
Bjarke Berg
f8c4ac6623 Merge remote-tracking branch 'origin/v8/dev' into netcore/dev 2020-05-11 12:24:45 +02:00
Niels Lyngsø
945f4db4c3 8087 forEach utility method (#8088) 2020-05-11 12:04:07 +02:00