summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OAuth/OAuth
Commit message (Collapse)AuthorAgeFilesLines
* FxCop fixes and suppressions.Andrew Arnott2012-03-101-1/+1
|
* Replaced API requirements for HttpRequestInfo with HttpRequestBase (new in ↵Andrew Arnott2012-03-051-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 Arnott2012-02-191-5/+1
| | | | prescribed by the messages.
* OAuth 1 assemblies now FxCop clean. #68Andrew Arnott2012-02-093-8/+5
|
* Removed OAuth1's dependency on OpenID assemblies.Andrew Arnott2012-02-082-63/+0
| | | | Related to #71
* Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-0530-60/+60
| | | | Fixes #66
* Removed some lingering ccrewrite.exe dependent code.Andrew Arnott2011-09-202-2/+2
|
* All product assemblies build without ccrewrite.exe now.Andrew Arnott2011-09-188-34/+33
|
* C# warnings work.Andrew Arnott2011-08-072-5/+5
|
* StyleCop work.Andrew Arnott2011-08-071-22/+28
|
* Distributed some more OAuth code to specific libraries.Andrew Arnott2011-07-313-129/+0
|
* Moved more OAuth code from the common library to the individual Consumer or ↵Andrew Arnott2011-07-3112-1219/+11
| | | | SP ones.
* Split OAuth 1.0 assemblies.Andrew Arnott2011-07-314-1106/+0
|
* OAuth project now builds.Andrew Arnott2011-07-023-6/+6
|
* First pass at dividing DotNetOpenAuth features into separate assemblies.Andrew Arnott2011-07-0152-0/+5962
Nothing compiles at this point.