This website requires JavaScript.
Explore
Help
Sign In
yv01p
/
Umbraco-CMS
Watch
1
Star
0
Fork
0
You've already forked Umbraco-CMS
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
6fcfd49cf0953c5c49b7cf6962de2c0f18742f07
Umbraco-CMS
/
src
/
Umbraco.Core
/
Security
History
Shannon
ad66613011
Updates ValidateCurrentUser so that it doesn't re-decrypt the cookie since that is already done, it just needs to check if the current user is authenticated and if it is a back office identity. Added lots of notes for extension points when we start looking at extending how the back office auth works.
2014-12-05 10:29:18 +11:00
..
AuthenticationExtensions.cs
Updates ValidateCurrentUser so that it doesn't re-decrypt the cookie since that is already done, it just needs to check if the current user is authenticated and if it is a back office identity. Added lots of notes for extension points when we start looking at extending how the back office auth works.
2014-12-05 10:29:18 +11:00
IUsersMembershipProvider.cs
completes: U4-3996 Fix EditUser to use the membership provider properly, U4-3997 Fix EditMember to use the membership provider properly
2014-01-22 11:57:33 +11:00
MembershipProviderBase.cs
#U4-5337 fixed Due in version: 7.1.5,6.2.2
2014-08-12 11:05:25 +02:00
MembershipProviderExtensions.cs
Potentially fixes U4-5069 Deadlock occurring in MemberService.GetByUsername
2014-07-01 10:43:44 +10:00
UmbracoBackOfficeIdentity.cs
adds umbraco session id to UserData so we can use for csrf
2013-11-29 12:42:50 +11:00
UmbracoMembershipProviderBase.cs
completes: U4-3996 Fix EditUser to use the membership provider properly, U4-3997 Fix EditMember to use the membership provider properly
2014-01-22 11:57:33 +11:00
UmbracoMembersMembershipProviderBase.cs
Changes some of the naming conventions for the underlying membership provider services bits.
2014-02-21 16:03:32 +11:00
UserData.cs
Fixes: U4-4819 Publicize AuthenticationExtensions
2014-05-06 18:15:38 +10:00