summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OAuth2.Client/OAuth2/WebServerClient.cs
Commit message (Expand)AuthorAgeFilesLines
* Closes #356, Closes #357, Closes #358David Christiansen2015-01-041-0/+1
* Merge branch 'v4.3'Andrew Arnott2013-05-271-1/+1
|\
| * Use only web safe characters in client state argAndrew Arnott2013-04-111-1/+1
* | Lots of StyleCop fixes.Andrew Arnott2013-03-261-1/+1
* | Fixes remaining build breaks.Andrew Arnott2013-03-221-1/+1
* | Fixes the rest of the build breaks!Andrew Arnott2013-03-191-11/+10
* | Many more unit test build fixes and product touch-ups.Andrew Arnott2013-03-071-17/+27
* | Switched Channel to receiving messages via HttpRequestMessage as well.Andrew Arnott2013-03-041-6/+3
* | C# compiler warning fixes.Andrew Arnott2013-02-101-2/+9
* | OAuth2.Client builds.Andrew Arnott2013-01-131-24/+14
* | Removes more remnants of Code Contracts.Andrew Arnott2012-12-261-2/+0
* | Replaces DNOA's internal Requires class with Validation NuGet package.Andrew Arnott2012-12-261-4/+5
|/
* Switches to session cookies.Andrew Arnott2012-12-261-1/+1
* Mitigates timing attack on random number generator.Andrew Arnott2012-12-251-1/+1
* Replaces use of ASP.NET session id with random key.Andrew Arnott2012-12-241-11/+26
* Fixes access denial errors from OAuth 2 resource servers so they include the ...Andrew Arnott2012-04-221-3/+3
* We have HTTP Basic client authentication working now in OAuth 2.Andrew Arnott2012-04-181-2/+15
* Merge branch 'v4.0'Andrew Arnott2012-04-051-5/+5
|\
| * Fixed peverify errors in unified assembly due to two resources sharing a comm...Andrew Arnott2012-04-051-5/+5
* | A bunch more moving of OAuth2 classes between assemblies.Andrew Arnott2012-03-161-1/+1
|/
* Applied all the StyleCop fixes necessary by the StyleCop 4.7 upgrade.Andrew Arnott2012-03-101-1/+1
* Fixed NullReferenceException causing a unit test failure.Andrew Arnott2012-03-081-2/+11
* OAuth 2 clients now use the state parameter to mitigate XSRF attacks.Andrew Arnott2012-03-081-9/+15
* Replaced API requirements for HttpRequestInfo with HttpRequestBase (new in .N...Andrew Arnott2012-03-051-3/+3
* Added scaffolding for OAuth2 unit tests and added the first test for client a...Andrew Arnott2012-02-201-3/+3
* Fixed many FxCop messages in OAuth2 assemblies. #68Andrew Arnott2012-02-091-1/+1
* Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-051-2/+2
* Fixed whitespace.Andrew Arnott2012-02-041-6/+5
* Added returnTo parameter to PrepareRequestUserAuthorization in OAuth2/WebServ...Rafal Legiedz2012-02-041-2/+6
* Merge branch 'master' into splitDllsAndrew Arnott2011-09-281-1/+1
* All product assemblies build without ccrewrite.exe now.Andrew Arnott2011-09-181-5/+5
* Broke out OAuth 2 into 4 separate assemblies.Andrew Arnott2011-08-011-0/+130