summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OAuth2/OAuth2/OAuthUtilities.cs
Commit message (Expand)AuthorAgeFilesLines
* Adds a cookie delegating handler, fixes tests.Andrew Arnott2013-03-231-2/+2
* Switched Channel to receiving messages via HttpRequestMessage as well.Andrew Arnott2013-03-041-4/+4
* Fixes basic auth creation.Andrew Arnott2013-03-011-1/+1
* OAuth2.Client builds.Andrew Arnott2013-01-131-3/+5
* 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-0/+1
* Adds ClientBase.AuthorizeRequest overloads that accept WebHeaderCollection.Andrew Arnott2012-11-111-1/+14
* Fixed build breaks when targeting .NET 3.5.Andrew Arnott2012-04-231-3/+3
* Fixes access denial errors from OAuth 2 resource servers so they include the ...Andrew Arnott2012-04-221-24/+21
* StyleCop cleanup, and reversal of some code changes that were no longer neces...Andrew Arnott2012-04-181-5/+25
* We have HTTP Basic client authentication working now in OAuth 2.Andrew Arnott2012-04-181-3/+38
* Redistributed OAuth2 code into their more specific assemblies.Andrew Arnott2012-03-161-21/+0
* Applied all the StyleCop fixes necessary by the StyleCop 4.7 upgrade.Andrew Arnott2012-03-101-1/+1
* Added scaffolding for OAuth2 unit tests and added the first test for client a...Andrew Arnott2012-02-201-1/+3
* Added valid scope token verification.Andrew Arnott2012-02-121-1/+30
* Renamed IConsumerDescription to IClientDescription.Andrew Arnott2012-02-121-2/+2
* Fixed many FxCop messages in OAuth2 assemblies. #68Andrew Arnott2012-02-091-1/+1
* Added DotNetOpenAuth.OAuth.Common to contain dependencies shared between OAut...Andrew Arnott2012-02-081-2/+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
* First pass at dividing DotNetOpenAuth features into separate assemblies.Andrew Arnott2011-07-011-0/+123