Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | C# compiler warning fixes. | Andrew Arnott | 2013-02-10 | 1 | -2/+9 |
| | |||||
* | OAuth2.Client builds. | Andrew Arnott | 2013-01-13 | 1 | -24/+14 |
| | |||||
* | Removes more remnants of Code Contracts. | Andrew Arnott | 2012-12-26 | 1 | -2/+0 |
| | |||||
* | Replaces DNOA's internal Requires class with Validation NuGet package. | Andrew Arnott | 2012-12-26 | 1 | -4/+5 |
| | |||||
* | Switches to session cookies. | Andrew Arnott | 2012-12-26 | 1 | -1/+1 |
| | |||||
* | Mitigates timing attack on random number generator. | Andrew Arnott | 2012-12-25 | 1 | -1/+1 |
| | |||||
* | Replaces use of ASP.NET session id with random key. | Andrew Arnott | 2012-12-24 | 1 | -11/+26 |
| | | | | Fixes #229 | ||||
* | Fixes access denial errors from OAuth 2 resource servers so they include the ↵ | Andrew Arnott | 2012-04-22 | 1 | -3/+3 |
| | | | | | | required parameters in their WWW-Authenticate headers. Fixes #124 | ||||
* | We have HTTP Basic client authentication working now in OAuth 2. | Andrew Arnott | 2012-04-18 | 1 | -2/+15 |
| | |||||
* | Merge branch 'v4.0' | Andrew Arnott | 2012-04-05 | 1 | -5/+5 |
|\ | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.OAuth2.Client/DotNetOpenAuth.OAuth2.Client.csproj src/DotNetOpenAuth.OAuth2.ResourceServer/DotNetOpenAuth.OAuth2.ResourceServer.csproj src/DotNetOpenAuth.OAuth2.ResourceServer/OAuth2/ResourceServer.cs | ||||
| * | Fixed peverify errors in unified assembly due to two resources sharing a ↵ | Andrew Arnott | 2012-04-05 | 1 | -5/+5 |
| | | | | | | | | | | | | common manifest name. Related to #112 which reported peverify errors, but this is very unlikely to fix the VerificationException. | ||||
* | | A bunch more moving of OAuth2 classes between assemblies. | Andrew Arnott | 2012-03-16 | 1 | -1/+1 |
|/ | |||||
* | Applied all the StyleCop fixes necessary by the StyleCop 4.7 upgrade. | Andrew Arnott | 2012-03-10 | 1 | -1/+1 |
| | |||||
* | Fixed NullReferenceException causing a unit test failure. | Andrew Arnott | 2012-03-08 | 1 | -2/+11 |
| | |||||
* | OAuth 2 clients now use the state parameter to mitigate XSRF attacks. | Andrew Arnott | 2012-03-08 | 1 | -9/+15 |
| | | | | Fixes #84 | ||||
* | Replaced API requirements for HttpRequestInfo with HttpRequestBase (new in ↵ | Andrew Arnott | 2012-03-05 | 1 | -3/+3 |
| | | | | | | .NET 3.5 SP1). This makes us more friendly to MVC as well as mock-based unit testing. | ||||
* | Added scaffolding for OAuth2 unit tests and added the first test for client ↵ | Andrew Arnott | 2012-02-20 | 1 | -3/+3 |
| | | | | authorization. | ||||
* | Fixed many FxCop messages in OAuth2 assemblies. #68 | Andrew Arnott | 2012-02-09 | 1 | -1/+1 |
| | |||||
* | Updated all copyright notices to reflect copyright assignment to Outercurve. | Andrew Arnott | 2012-02-05 | 1 | -2/+2 |
| | | | | Fixes #66 | ||||
* | Fixed whitespace. | Andrew Arnott | 2012-02-04 | 1 | -6/+5 |
| | |||||
* | Added returnTo parameter to PrepareRequestUserAuthorization in ↵ | Rafal Legiedz | 2012-02-04 | 1 | -2/+6 |
| | | | | OAuth2/WebServerClient.cs | ||||
* | Merge branch 'master' into splitDlls | Andrew Arnott | 2011-09-28 | 1 | -1/+1 |
| | |||||
* | All product assemblies build without ccrewrite.exe now. | Andrew Arnott | 2011-09-18 | 1 | -5/+5 |
| | |||||
* | Broke out OAuth 2 into 4 separate assemblies. | Andrew Arnott | 2011-08-01 | 1 | -0/+130 |