summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OAuth/OAuth
Commit message (Collapse)AuthorAgeFilesLines
* #365David Christiansen2015-01-051-0/+165
|
* Test greenDavid Christiansen2015-01-052-149/+1192
| | | | - Packages update
* Closes #356, Closes #357, Closes #358David Christiansen2015-01-044-1/+9
|
* Revert "Fixes the OAuthServiceProvider sample issue with recognizing ↵Andrew Arnott2013-06-091-2/+1
| | | | | | protected resource requests:" This reverts commit da9e554cd6364ac1bcf7ab23a8b5fe20e8a26192.
* Fixes the OAuthServiceProvider sample issue with recognizing protected ↵Andrew Arnott2013-06-091-1/+2
| | | | | | | | resource requests: Expected message DotNetOpenAuth.OAuth.Messages.AccessProtectedResourceRequest but received DotNetOpenAuth.OAuth.Messages.UserAuthorizationRequest instead. The issue was that in converting a WCF message to an HttpRequestMessage, the Authorization header was truncated (sort of), but in a way we could reassemble the original message.
* Lots of StyleCop fixes.Andrew Arnott2013-03-262-10/+1
|
* Fixes ContentType of OAuth 1 direct responses.Andrew Arnott2013-03-241-3/+2
| | | | 22 test failures remaining.
* Unit test build break fixes.Andrew Arnott2013-03-061-1/+1
|
* Switched Channel to receiving messages via HttpRequestMessage as well.Andrew Arnott2013-03-041-15/+10
|
* Fixes some OAuth 1 build breaks.Andrew Arnott2013-02-261-84/+0
|
* OAuth 1.0 Consumers are now *much* simpler, entirely avoiding channels.Andrew Arnott2013-02-253-61/+79
| | | | Build breaks in other projects, however.
* More warning fixes.Andrew Arnott2013-02-162-23/+12
|
* Lots of stylecop fixes.Andrew Arnott2013-02-161-4/+15
|
* More warning fixes.Andrew Arnott2013-02-101-1/+1
|
* C# compiler warning fixes.Andrew Arnott2013-02-104-1/+10
|
* Fixes OAuthConsumer twitter sample.Andrew Arnott2013-02-091-1/+1
|
* ApplicationBlock builds.Andrew Arnott2013-01-232-6/+3
|
* All product projects now build.Andrew Arnott2013-01-142-2/+2
|
* DNOA.OAuth project now builds.Andrew Arnott2013-01-137-51/+64
|
* Replaces IDirectWebRequestHandler with HttpClient in DNOA.Core.Andrew Arnott2012-12-291-1/+1
| | | | Build breaks are everywhere outside of just this one project as a result.
* Removes more remnants of Code Contracts.Andrew Arnott2012-12-2612-154/+1
|
* Replaces DNOA's internal Requires class with Validation NuGet package.Andrew Arnott2012-12-268-5/+13
|
* Replaces explicit crypto algorithm use with factories.Andrew Arnott2012-07-181-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 Arnott2012-04-191-0/+1
| | | | works in the sample.
* 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.