summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OAuth2.ResourceServer/OAuth2/ResourceServer.cs
Commit message (Expand)AuthorAgeFilesLines
* Closes #356, Closes #357, Closes #358David Christiansen2015-01-041-0/+2
* Fixed issue #339 minor typo in ResourceServerAaron Williams2014-05-021-1/+1
* Lots of StyleCop fixes.Andrew Arnott2013-03-261-1/+1
* Switched Channel to receiving messages via HttpRequestMessage as well.Andrew Arnott2013-03-041-21/+22
* Removes OAuthPrincipal in favor of ClaimsPrincipal.Andrew Arnott2013-03-031-3/+2
* C# compiler warning fixes.Andrew Arnott2013-02-101-20/+15
* OAuth2.ResourceServer now builds.Andrew Arnott2013-01-131-10/+13
* Removes CLR4 compiler symbol.Andrew Arnott2012-12-281-6/+0
* Removes more remnants of Code Contracts.Andrew Arnott2012-12-261-1/+0
* Replaces DNOA's internal Requires class with Validation NuGet package.Andrew Arnott2012-12-261-1/+2
* Adds overloads of ResourceServer for HttpRequestMessage.Andrew Arnott2012-09-271-0/+41
* Fixed C# warnings.Andrew Arnott2012-04-231-3/+3
* Removed old FxCop suppression attributes.Andrew Arnott2012-04-221-3/+0
* Fixes access denial errors from OAuth 2 resource servers so they include the ...Andrew Arnott2012-04-221-7/+34
* Replaces ResourceServer.VerifyAccess with a better pattern for error handling.Andrew Arnott2012-04-211-49/+41
* Merge branch 'v4.0'Andrew Arnott2012-04-051-4/+4
|\
| * Fixed peverify errors in unified assembly due to two resources sharing a comm...Andrew Arnott2012-04-051-2/+2
* | AccessToken is now a public class.Andrew Arnott2012-04-011-19/+44
|/
* Replaced API requirements for HttpRequestInfo with HttpRequestBase (new in .N...Andrew Arnott2012-03-051-2/+2
* Fixed many FxCop messages in OAuth2 assemblies. #68Andrew Arnott2012-02-091-2/+2
* Added DotNetOpenAuth.OAuth.Common to contain dependencies shared between OAut...Andrew Arnott2012-02-081-1/+2
* Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-051-2/+2
* All product assemblies build without ccrewrite.exe now.Andrew Arnott2011-09-181-4/+4
* Broke out OAuth 2 into 4 separate assemblies.Andrew Arnott2011-08-011-0/+136