summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OAuth.Consumer/OAuth
Commit message (Collapse)AuthorAgeFilesLines
* Fixes string representation of an access token in the sample.Andrew Arnott2013-06-091-0/+10
|
* Fixes escaping issues with OAuth 1.0 request tokens and cookies.Andrew Arnott2013-06-091-3/+5
|
* Last StyleCop fixes.Andrew Arnott2013-03-261-1/+7
|
* More StyleCop fixes.Andrew Arnott2013-03-261-1/+1
|
* Lots of StyleCop fixes.Andrew Arnott2013-03-266-10/+26
|
* Fixes remaining build breaks.Andrew Arnott2013-03-221-2/+5
|
* Fixes some recent regressions to get twitter.aspx working.Andrew Arnott2013-03-022-3/+4
|
* Fixes some OAuth 1 build breaks.Andrew Arnott2013-02-261-0/+84
|
* OAuth 1.0 Consumers are now *much* simpler, entirely avoiding channels.Andrew Arnott2013-02-2515-706/+680
| | | | Build breaks in other projects, however.
* StyleCop fixes.Andrew Arnott2013-02-214-48/+59
|
* Adds the OAuth 1 consumer PLAINTEXT signing message handler.Andrew Arnott2013-02-212-19/+78
|
* Adds the OAuth 1 consumer RSA-SHA1 signing message handler.Andrew Arnott2013-02-211-0/+51
|
* Renames ApplyOAuthParameter method.Andrew Arnott2013-02-211-2/+2
|
* Removes ConsumerBase.PrepareAuthorizedRequestAsync methods.Andrew Arnott2013-02-202-101/+37
| | | | HttpClient, full steam ahead.
* Matured the OAuth 1 consumer signing handler a bit.Andrew Arnott2013-02-184-86/+441
|
* Lots of stylecop fixes.Andrew Arnott2013-02-162-8/+7
|
* More warning fixes.Andrew Arnott2013-02-101-1/+30
|
* C# compiler warning fixes.Andrew Arnott2013-02-104-4/+21
|
* Adds a delegating HTTP handler that applies OAuth 1 signatures.Andrew Arnott2013-02-102-0/+62
|
* Fixes OAuthConsumer twitter sample.Andrew Arnott2013-02-092-3/+4
|
* ApplicationBlock builds.Andrew Arnott2013-01-232-5/+3
|
* All product projects now build.Andrew Arnott2013-01-143-62/+40
|
* Removes more remnants of Code Contracts.Andrew Arnott2012-12-265-6/+0
|
* Replaces DNOA's internal Requires class with Validation NuGet package.Andrew Arnott2012-12-264-0/+4
|
* Replaced API requirements for HttpRequestInfo with HttpRequestBase (new in ↵Andrew Arnott2012-03-051-2/+2
| | | | | | .NET 3.5 SP1). This makes us more friendly to MVC as well as mock-based unit testing.
* OAuth 1 assemblies now FxCop clean. #68Andrew Arnott2012-02-092-8/+5
|
* Removed OAuth1's dependency on OpenID assemblies.Andrew Arnott2012-02-081-63/+0
| | | | Related to #71
* Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-057-14/+14
| | | | 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
* Fixed OAuth failure due to removing ccrewrite.Andrew Arnott2011-09-281-1/+0
|
* Removed some lingering ccrewrite.exe dependent code.Andrew Arnott2011-09-201-3/+3
|
* All product assemblies build without ccrewrite.exe now.Andrew Arnott2011-09-184-20/+20
|
* C# warnings work.Andrew Arnott2011-08-071-1/+1
|
* StyleCop work.Andrew Arnott2011-08-072-6/+29
|
* A few stylecop fixes.Andrew Arnott2011-08-031-1/+1
|
* The test project now builds, so the whole solution does.Andrew Arnott2011-08-021-2/+2
|
* Distributed some more OAuth code to specific libraries.Andrew Arnott2011-07-311-0/+25
|
* Moved more OAuth code from the common library to the individual Consumer or ↵Andrew Arnott2011-07-314-1/+232
| | | | SP ones.
* Split OAuth 1.0 assemblies.Andrew Arnott2011-07-313-0/+530