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
80488e012fc822e2a9981434c40d95aebd84edf0
Umbraco-CMS
/
src
/
Umbraco.Web
/
WebApi
History
Stephan
32e3048717
Core.Attempt - refactor Succ() into Succeed()
2013-09-11 09:30:00 +02:00
..
MemberAuthorizeAttribute.cs
Fixes: U4-2232 UmbracoAuthorizeAttribute breaks Relfection methods - ensures that no singleton instances are passed into attributes since they only ever get created once, meaning we're left with a stale version in the attribute.
2013-07-31 16:45:11 +10:00
UmbracoApiController.cs
Core.Attempt - refactor Succ() into Succeed()
2013-09-11 09:30:00 +02:00
UmbracoApiControllerResolver.cs
moved web api controllers to namespace Umbraco.Web.WebApi and created web api member authorize attribute
2013-02-26 22:14:32 +06:00
UmbracoAuthorizeAttribute.cs
Fixes: U4-2232 UmbracoAuthorizeAttribute breaks Relfection methods - ensures that no singleton instances are passed into attributes since they only ever get created once, meaning we're left with a stale version in the attribute.
2013-07-31 16:45:11 +10:00
UmbracoAuthorizedApiController.cs
Fixes build error, streamlines all calls to validate a user for base controllers.
2013-07-31 17:24:36 +10:00