summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OAuth.Consumer/OAuth/ConsumerBase.cs
Commit message (Collapse)AuthorAgeFilesLines
* OAuth 1.0 Consumers are now *much* simpler, entirely avoiding channels.Andrew Arnott2013-02-251-258/+0
| | | | Build breaks in other projects, however.
* Removes ConsumerBase.PrepareAuthorizedRequestAsync methods.Andrew Arnott2013-02-201-78/+12
| | | | HttpClient, full steam ahead.
* Matured the OAuth 1 consumer signing handler a bit.Andrew Arnott2013-02-181-3/+27
|
* Lots of stylecop fixes.Andrew Arnott2013-02-161-7/+6
|
* C# compiler warning fixes.Andrew Arnott2013-02-101-0/+7
|
* Adds a delegating HTTP handler that applies OAuth 1 signatures.Andrew Arnott2013-02-101-0/+8
|
* ApplicationBlock builds.Andrew Arnott2013-01-231-4/+2
|
* All product projects now build.Andrew Arnott2013-01-141-33/+19
|
* Removes more remnants of Code Contracts.Andrew Arnott2012-12-261-2/+0
|
* Replaces DNOA's internal Requires class with Validation NuGet package.Andrew Arnott2012-12-261-0/+1
|
* Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-051-2/+2
| | | | Fixes #66
* Merge branch 'v3.4'Andrew Arnott2012-01-291-3/+4
| | | | | | | | | Conflicts: nuget/nuget.proj samples/OpenIdOfflineProvider/OpenIdOfflineProvider.csproj src/DotNetOpenAuth/DotNetOpenAuth.csproj src/DotNetOpenAuth/Messaging/Reflection/MessageDescription.cs tools/DotNetOpenAuth.props
* Removed some lingering ccrewrite.exe dependent code.Andrew Arnott2011-09-201-3/+3
|
* All product assemblies build without ccrewrite.exe now.Andrew Arnott2011-09-181-11/+11
|
* Moved more OAuth code from the common library to the individual Consumer or ↵Andrew Arnott2011-07-311-1/+1
| | | | SP ones.
* Split OAuth 1.0 assemblies.Andrew Arnott2011-07-311-0/+302