Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allows the authorization server to store merely the hashes of client secrets. | Andrew Arnott | 2012-04-01 | 1 | -37/+37 |
| | | | | Fixes #92 | ||||
* | Added binding element comments. | Andrew Arnott | 2012-03-30 | 2 | -2/+8 |
| | |||||
* | Merge branch 'master' into oauth2refactor | Andrew Arnott | 2012-03-24 | 1 | -0/+1 |
|\ | | | | | | | | | Conflicts: src/DotNetOpenAuth.sln | ||||
| * | Fix for NullReferenceException in the OAuth 1.0 demo due to HttpRequestInfo ↵ | Andrew Arnott | 2012-03-22 | 1 | -0/+1 |
| | | | | | | | | | | | | not initializing one of its fields. Fixes #97 | ||||
* | | Redistributed OAuth2 code into their more specific assemblies. | Andrew Arnott | 2012-03-16 | 1 | -0/+2 |
|/ | |||||
* | Fixed StyleCop warnings. | Andrew Arnott | 2012-03-14 | 1 | -1/+4 |
| | |||||
* | Access token endpoint now can respond with appropriate errors. | Andrew Arnott | 2012-03-14 | 1 | -1/+1 |
| | |||||
* | Fixed error message generated in exception thrown for bad access token requests. | Andrew Arnott | 2012-03-14 | 2 | -8/+19 |
| | |||||
* | FxCop fixes and suppressions. | Andrew Arnott | 2012-03-10 | 1 | -16/+17 |
| | |||||
* | Applied all the StyleCop fixes necessary by the StyleCop 4.7 upgrade. | Andrew Arnott | 2012-03-10 | 9 | -7/+9 |
| | |||||
* | OAuth 2 clients now use the state parameter to mitigate XSRF attacks. | Andrew Arnott | 2012-03-08 | 1 | -0/+9 |
| | | | | Fixes #84 | ||||
* | Fixed StyleCop messages. | Andrew Arnott | 2012-03-05 | 3 | -12/+119 |
| | |||||
* | HttpRequestInfo ctors are now internal, and publicly we have static | Andrew Arnott | 2012-03-05 | 1 | -4/+20 |
| | | | | factory methods that return HttpRequestBase instances. | ||||
* | Replaced API requirements for HttpRequestInfo with HttpRequestBase (new in ↵ | Andrew Arnott | 2012-03-05 | 4 | -386/+215 |
| | | | | | | .NET 3.5 SP1). This makes us more friendly to MVC as well as mock-based unit testing. | ||||
* | Fixed some bad or missing URL escaping. | Andrew Arnott | 2012-03-01 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into webpages | Andrew Arnott | 2012-03-01 | 81 | -169/+248 |
|\ | | | | | | | | | Conflicts: src/DotNetOpenAuth.sln | ||||
| * | Removed requirement for callback parameter, per the spec. | Andrew Arnott | 2012-02-19 | 1 | -4/+10 |
| | | |||||
| * | Fixed up the various protocol channels to correctly apply HTTP headers ↵ | Andrew Arnott | 2012-02-19 | 1 | -0/+16 |
| | | | | | | | | prescribed by the messages. | ||||
| * | Brings back HTTP Authorization header whitespace trimming. | Andrew Arnott | 2012-02-15 | 1 | -1/+1 |
| | | | | | | | | | | | | Fixes issue where DNOA 4.0 regressed from v3.4 in not trimming spaces around HTTP Authorization header tokens. Thanks to Guilherme Reis for reporting the bug. | ||||
| * | Fixed FxCop messages in DNOA.Core #68 | Andrew Arnott | 2012-02-09 | 7 | -4/+60 |
| | | |||||
| * | Updated all copyright notices to reflect copyright assignment to Outercurve. | Andrew Arnott | 2012-02-05 | 79 | -158/+158 |
| | | | | | | | | Fixes #66 | ||||
| * | Fixed build break. | Andrew Arnott | 2012-01-29 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'v3.4' | Andrew Arnott | 2012-01-29 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | Conflicts: nuget/nuget.proj samples/OpenIdOfflineProvider/OpenIdOfflineProvider.csproj src/DotNetOpenAuth/DotNetOpenAuth.csproj src/DotNetOpenAuth/Messaging/Reflection/MessageDescription.cs tools/DotNetOpenAuth.props | ||||
* | | Fixed ReadOnlyDictionary.cs location. | Andrew Arnott | 2012-03-01 | 1 | -0/+224 |
| | | |||||
* | | Make changes per discussion. Remove the DNOA.WebPages project. Rename ↵ | Microsoft | 2012-03-01 | 1 | -5/+28 |
|/ | | | | DNOA.Web to DNOA.AspNet. | ||||
* | OpenID messages that are missing signed parameters now throws ↵ | Andrew Arnott | 2012-01-29 | 3 | -2/+34 |
| | | | | | | ProtocolException instead of KeyNotFoundException. Fixes #45 | ||||
* | Added more support for HttpContextBase, HttpResponseBase, etc. | Andrew Arnott | 2012-01-29 | 2 | -3/+47 |
| | |||||
* | Renamed assembly DotNetOpenAuth.Messaging(.UI) to DotNetOpenAuth.Core(.UI) | Andrew Arnott | 2012-01-12 | 86 | -0/+14286 |