summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OAuth.ServiceProvider/OAuth/ServiceProvider.cs
Commit message (Expand)AuthorAgeFilesLines
* Consolidates two OpenID memory app storesAndrew Arnott2013-03-281-2/+2
* Unit test build break fixes.Andrew Arnott2013-03-061-5/+51
* Switched Channel to receiving messages via HttpRequestMessage as well.Andrew Arnott2013-03-041-9/+43
* Removes OAuthPrincipal in favor of ClaimsPrincipal.Andrew Arnott2013-03-031-2/+2
* Fixes some OAuth 1 build breaks.Andrew Arnott2013-02-261-5/+5
* More warning fixes.Andrew Arnott2013-02-101-1/+7
* C# compiler warning fixes.Andrew Arnott2013-02-101-29/+40
* OAuth.SP now builds.Andrew Arnott2013-01-131-95/+34
* Removes more remnants of Code Contracts.Andrew Arnott2012-12-261-3/+0
* Replaces DNOA's internal Requires class with Validation NuGet package.Andrew Arnott2012-12-261-1/+2
* Replaced API requirements for HttpRequestInfo with HttpRequestBase (new in .N...Andrew Arnott2012-03-051-5/+5
* Added DotNetOpenAuth.OAuth.Common to contain dependencies shared between OAut...Andrew Arnott2012-02-081-1/+1
* Removed OAuth1's dependency on OpenID assemblies.Andrew Arnott2012-02-081-86/+0
* Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-051-2/+2
* Removed some lingering ccrewrite.exe dependent code.Andrew Arnott2011-09-201-2/+2
* All product assemblies build without ccrewrite.exe now.Andrew Arnott2011-09-181-22/+22
* Moved more OAuth code from the common library to the individual Consumer or S...Andrew Arnott2011-07-311-1/+1
* Split OAuth 1.0 assemblies.Andrew Arnott2011-07-311-0/+576