Bjarke Berg
e8c0a08ea8
Merge remote-tracking branch 'origin/netcore/netcore' into netcore/feature/migrate-remaining-trees
2020-06-11 15:21:51 +02:00
Bjarke Berg
16038e4232
Merge remote-tracking branch 'origin/netcore/netcore' into netcore/feature/get-remaining-seconds
2020-06-11 13:48:20 +02:00
Bjarke Berg
27fee12230
Merge remote-tracking branch 'origin/netcore/netcore' into netcore/feature/migrate-remaining-trees
2020-06-11 12:40:17 +02:00
Bjarke Berg
f86d8185bf
Clean up and based on review comments
2020-06-11 11:21:07 +02:00
Bjarke Berg
835b04273f
Migrated remaining *TreeController's
...
Signed-off-by: Bjarke Berg <mail@bergmania.dk >
2020-06-10 19:22:25 +02:00
Bjarke Berg
96fee753b4
Merge remote-tracking branch 'origin/netcore/netcore' into netcore/feature/macros
...
Signed-off-by: Bjarke Berg <mail@bergmania.dk >
# Conflicts:
# src/Umbraco.Web.BackOffice/Extensions/UmbracoBackOfficeServiceCollectionExtensions.cs
2020-06-10 12:17:37 +02:00
Bjarke Berg
9f17049582
Merge remote-tracking branch 'origin/netcore/netcore' into netcore/feature/websecurity
...
Signed-off-by: Bjarke Berg <mail@bergmania.dk >
# Conflicts:
# src/Umbraco.Web/Editors/AuthenticationController.cs
2020-06-10 11:13:32 +02:00
Bjarke Berg
9aea7039d2
Merge remote-tracking branch 'origin/netcore/netcore' into netcore/feature/macros
...
# Conflicts:
# src/Umbraco.Web.BackOffice/Controllers/BackOfficeServerVariables.cs
# src/Umbraco.Web.Common/Runtime/AspNetCoreComposer.cs
# src/Umbraco.Web/Editors/BackOfficeServerVariables.cs
2020-06-10 10:55:56 +02:00
Shannon
433a7c8908
Merge remote-tracking branch 'origin/netcore/netcore' into netcore/feature/get-remaining-seconds
...
# Conflicts:
# src/Umbraco.Web/Editors/AuthenticationController.cs
2020-06-09 10:41:57 +10:00
Bjarke Berg
af382e5e71
Migrated section controller + LanguageTreeController, ApplciationTreeController.
...
Updated AngularJsonOnlyConfigurationAttribute to be a TypeFilterAttribute, to allow injeciton into the filter.
Note: Left TODO about checking authorization of proxied trees..
2020-06-08 13:14:23 +02:00
Bjarke Berg
39ace69879
Added runtime compilation of views
2020-06-05 12:50:26 +02:00
Shannon
6004a0fb44
wip starts migrating get remaining seconds, removes a bunch of code from netframework thats already been moved.
2020-06-03 17:47:32 +10:00
Shannon
7ac01fc02f
Merge branch 'netcore/netcore' into netcore/feature/websecurity
...
# Conflicts:
# src/Umbraco.Web.BackOffice/Filters/OnlyLocalRequestsAttribute.cs
2020-06-03 13:26:40 +10:00
Shannon Deminick
a7a463c7d4
Merge pull request #8183 from umbraco/netcore/feature/identity
...
Back office identity changes and cookie authentication
2020-06-03 12:55:57 +10:00
Shannon
670d62a2dc
Gets cookie authentication actually working along with session validation
2020-06-02 17:48:08 +10:00
Shannon
b75fba71f5
Cleaning up websecurity and implementing it, migrates security stamp and session id validation for cookie auth
2020-06-02 13:28:30 +10:00
Shannon
793bbbab5b
Merge remote-tracking branch 'origin/netcore/netcore' into netcore/feature/identity-temp
2020-06-01 15:51:56 +10:00
Bjarke Berg
95e2262eb1
https://dev.azure.com/umbraco/D-Team%20Tracker/_workitems/edit/6587 - Bugfix for ModelState.AddValidationError. Now using correct extension method
2020-05-29 08:29:39 +02:00
Shannon
0ed9d1bd91
renames to LegacyPasswordSecurity
2020-05-28 23:24:32 +10:00
Shannon
1cfc490751
More signinmanager, signin now works and we set the user principal in the correct place on login
2020-05-27 18:27:49 +10:00
Shannon
e47f81efdc
Gettting password formats and hashing sorted, ensuring the password format on the user is used
2020-05-27 13:48:26 +10:00
Shannon
6a4c277fdc
gets anti-forgery working (needs more testing)
2020-05-26 22:21:22 +10:00
Shannon
9dcad544a9
Implements more BackOfficeController and AuthenticationController, some web security and more, gets the back office UI almost rendering
2020-05-25 23:15:32 +10:00
Shannon
0730867d74
Gets default.cshtml rendering what should work, had to update quite a few things to get to this point, now need to figure out why it doesn't start booting angular.
2020-05-25 19:37:16 +10:00
Shannon
f47ceb8bbe
Implements more of identity and makes it more specific to the back office (less intrusive), starts adding cookie auth
2020-05-21 15:43:33 +10:00
Shannon
9818b4a14b
Moves what is possible for identity back office to Core, configures backoffice identity with IOptions and our password settings
2020-05-20 15:25:42 +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
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
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
2c78f2f1d7
More migration of back office identity. Blocked by password validator
2020-05-14 22:21:19 +01:00
Shannon
4d6df1405f
Moves routing into IAreaRoutes, ensures back office is redirected if installed
2020-05-13 14:49:00 +10:00
Shannon
1607045347
fix namespace
2020-05-12 17:16:42 +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
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