This website requires JavaScript.
Explore
Help
Register
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
089d147917a66d3ebe334e841fcdfce82d63a296
Umbraco-CMS
/
src
/
Umbraco.Web.Common
/
Security
History
Shannon
089d147917
Fix namespaces
2021-03-04 14:49:19 +11:00
..
BackofficeSecurity.cs
Merge remote-tracking branch 'origin/netcore/dev' into 9622-remove-backofficeidentity
2021-02-22 08:38:12 +01:00
BackOfficeSecurityAccessor.cs
security accessors should not be hybrid, ensures call context isn't flowed to child set/forget threads, renames TaskHelper and adds a test, removes GenericDictionaryRequestAppCache in favor of HttpContextRequestAppCache that relies on HttpContext and fixes http locks since there was a deadlock problem. Removes SafeCallContext, we just use ExecutionContext.SuppressFlow instead
2021-03-03 10:40:16 +11:00
BackofficeSecurityFactory.cs
Fix namespaces
2021-03-04 14:49:19 +11:00
BackOfficeUserManager.cs
Merge remote-tracking branch 'origin/netcore/dev' into netcore/feature/align-infrastructure-namespaces
2021-02-23 12:07:22 +01:00
EncryptionHelper.cs
Netcore: Align namespaces (
#9801
)
2021-02-18 11:06:02 +01:00
MemberManager.cs
Merge remote-tracking branch 'origin/netcore/dev' into netcore/feature/align-infrastructure-namespaces
2021-02-23 12:07:22 +01:00
UmbracoWebsiteSecurity.cs
Adds new event so we know when umbraco routes a value, ensure the IUmbracoWebsiteSecurity is initialized for front-end requests, cleans up some of the routing middleware, adds lots of notes
2021-03-01 12:51:07 +11:00
UmbracoWebsiteSecurityAccessor.cs
security accessors should not be hybrid, ensures call context isn't flowed to child set/forget threads, renames TaskHelper and adds a test, removes GenericDictionaryRequestAppCache in favor of HttpContextRequestAppCache that relies on HttpContext and fixes http locks since there was a deadlock problem. Removes SafeCallContext, we just use ExecutionContext.SuppressFlow instead
2021-03-03 10:40:16 +11:00
UmbracoWebsiteSecurityFactory.cs
Adds new event so we know when umbraco routes a value, ensure the IUmbracoWebsiteSecurity is initialized for front-end requests, cleans up some of the routing middleware, adds lots of notes
2021-03-01 12:51:07 +11:00