Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replaced API requirements for HttpRequestInfo with HttpRequestBase (new in ↵ | Andrew Arnott | 2012-03-05 | 1 | -5/+5 |
| | | | | | | .NET 3.5 SP1). This makes us more friendly to MVC as well as mock-based unit testing. | ||||
* | Added DotNetOpenAuth.OAuth.Common to contain dependencies shared between ↵ | Andrew Arnott | 2012-02-08 | 1 | -1/+1 |
| | | | | | | OAuth 1 and OAuth 2. Related to and closes #71 | ||||
* | Removed OAuth1's dependency on OpenID assemblies. | Andrew Arnott | 2012-02-08 | 1 | -86/+0 |
| | | | | Related to #71 | ||||
* | Updated all copyright notices to reflect copyright assignment to Outercurve. | Andrew Arnott | 2012-02-05 | 1 | -2/+2 |
| | | | | Fixes #66 | ||||
* | Removed some lingering ccrewrite.exe dependent code. | Andrew Arnott | 2011-09-20 | 1 | -2/+2 |
| | |||||
* | All product assemblies build without ccrewrite.exe now. | Andrew Arnott | 2011-09-18 | 1 | -22/+22 |
| | |||||
* | Moved more OAuth code from the common library to the individual Consumer or ↵ | Andrew Arnott | 2011-07-31 | 1 | -1/+1 |
| | | | | SP ones. | ||||
* | Split OAuth 1.0 assemblies. | Andrew Arnott | 2011-07-31 | 1 | -0/+576 |