Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | C# compiler warning fixes. | Andrew Arnott | 2013-02-10 | 4 | -1/+10 |
| | |||||
* | Fixes OAuthConsumer twitter sample. | Andrew Arnott | 2013-02-09 | 1 | -1/+1 |
| | |||||
* | ApplicationBlock builds. | Andrew Arnott | 2013-01-23 | 1 | -4/+1 |
| | |||||
* | All product projects now build. | Andrew Arnott | 2013-01-14 | 1 | -1/+1 |
| | |||||
* | DNOA.OAuth project now builds. | Andrew Arnott | 2013-01-13 | 5 | -46/+56 |
| | |||||
* | Replaces IDirectWebRequestHandler with HttpClient in DNOA.Core. | Andrew Arnott | 2012-12-29 | 1 | -1/+1 |
| | | | | Build breaks are everywhere outside of just this one project as a result. | ||||
* | Removes more remnants of Code Contracts. | Andrew Arnott | 2012-12-26 | 8 | -149/+0 |
| | |||||
* | Replaces DNOA's internal Requires class with Validation NuGet package. | Andrew Arnott | 2012-12-26 | 5 | -4/+9 |
| | |||||
* | Replaces explicit crypto algorithm use with factories. | Andrew Arnott | 2012-07-18 | 1 | -1/+1 |
| | | | | Fixes #47 which requires that FIPS compliance be an option. | ||||
* | Fixed HTTP Basic authentication for OAuth 2 clients so that it actually ↵ | Andrew Arnott | 2012-04-19 | 1 | -0/+1 |
| | | | | works in the sample. | ||||
* | FxCop fixes and suppressions. | Andrew Arnott | 2012-03-10 | 1 | -1/+1 |
| | |||||
* | Replaced API requirements for HttpRequestInfo with HttpRequestBase (new in ↵ | Andrew Arnott | 2012-03-05 | 1 | -8/+9 |
| | | | | | | .NET 3.5 SP1). This makes us more friendly to MVC as well as mock-based unit testing. | ||||
* | Fixed up the various protocol channels to correctly apply HTTP headers ↵ | Andrew Arnott | 2012-02-19 | 1 | -5/+1 |
| | | | | prescribed by the messages. | ||||
* | OAuth 1 assemblies now FxCop clean. #68 | Andrew Arnott | 2012-02-09 | 3 | -8/+5 |
| | |||||
* | Removed OAuth1's dependency on OpenID assemblies. | Andrew Arnott | 2012-02-08 | 2 | -63/+0 |
| | | | | Related to #71 | ||||
* | Updated all copyright notices to reflect copyright assignment to Outercurve. | Andrew Arnott | 2012-02-05 | 14 | -28/+28 |
| | | | | Fixes #66 | ||||
* | Removed some lingering ccrewrite.exe dependent code. | Andrew Arnott | 2011-09-20 | 1 | -1/+1 |
| | |||||
* | All product assemblies build without ccrewrite.exe now. | Andrew Arnott | 2011-09-18 | 5 | -26/+25 |
| | |||||
* | C# warnings work. | Andrew Arnott | 2011-08-07 | 2 | -5/+5 |
| | |||||
* | StyleCop work. | Andrew Arnott | 2011-08-07 | 1 | -22/+28 |
| | |||||
* | Distributed some more OAuth code to specific libraries. | Andrew Arnott | 2011-07-31 | 3 | -129/+0 |
| | |||||
* | Moved more OAuth code from the common library to the individual Consumer or ↵ | Andrew Arnott | 2011-07-31 | 11 | -1156/+11 |
| | | | | SP ones. | ||||
* | OAuth project now builds. | Andrew Arnott | 2011-07-02 | 1 | -1/+1 |
| | |||||
* | First pass at dividing DotNetOpenAuth features into separate assemblies. | Andrew Arnott | 2011-07-01 | 26 | -0/+2746 |
Nothing compiles at this point. |