Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes string representation of an access token in the sample. | Andrew Arnott | 2013-06-09 | 1 | -0/+10 |
| | |||||
* | Fixes escaping issues with OAuth 1.0 request tokens and cookies. | Andrew Arnott | 2013-06-09 | 1 | -3/+5 |
| | |||||
* | Last StyleCop fixes. | Andrew Arnott | 2013-03-26 | 1 | -1/+7 |
| | |||||
* | More StyleCop fixes. | Andrew Arnott | 2013-03-26 | 1 | -1/+1 |
| | |||||
* | Lots of StyleCop fixes. | Andrew Arnott | 2013-03-26 | 6 | -10/+26 |
| | |||||
* | Fixes remaining build breaks. | Andrew Arnott | 2013-03-22 | 1 | -2/+5 |
| | |||||
* | Fixes some recent regressions to get twitter.aspx working. | Andrew Arnott | 2013-03-02 | 2 | -3/+4 |
| | |||||
* | Fixes some OAuth 1 build breaks. | Andrew Arnott | 2013-02-26 | 1 | -0/+84 |
| | |||||
* | OAuth 1.0 Consumers are now *much* simpler, entirely avoiding channels. | Andrew Arnott | 2013-02-25 | 15 | -706/+680 |
| | | | | Build breaks in other projects, however. | ||||
* | StyleCop fixes. | Andrew Arnott | 2013-02-21 | 4 | -48/+59 |
| | |||||
* | Adds the OAuth 1 consumer PLAINTEXT signing message handler. | Andrew Arnott | 2013-02-21 | 2 | -19/+78 |
| | |||||
* | Adds the OAuth 1 consumer RSA-SHA1 signing message handler. | Andrew Arnott | 2013-02-21 | 1 | -0/+51 |
| | |||||
* | Renames ApplyOAuthParameter method. | Andrew Arnott | 2013-02-21 | 1 | -2/+2 |
| | |||||
* | Removes ConsumerBase.PrepareAuthorizedRequestAsync methods. | Andrew Arnott | 2013-02-20 | 2 | -101/+37 |
| | | | | HttpClient, full steam ahead. | ||||
* | Matured the OAuth 1 consumer signing handler a bit. | Andrew Arnott | 2013-02-18 | 4 | -86/+441 |
| | |||||
* | Lots of stylecop fixes. | Andrew Arnott | 2013-02-16 | 2 | -8/+7 |
| | |||||
* | More warning fixes. | Andrew Arnott | 2013-02-10 | 1 | -1/+30 |
| | |||||
* | C# compiler warning fixes. | Andrew Arnott | 2013-02-10 | 4 | -4/+21 |
| | |||||
* | Adds a delegating HTTP handler that applies OAuth 1 signatures. | Andrew Arnott | 2013-02-10 | 2 | -0/+62 |
| | |||||
* | Fixes OAuthConsumer twitter sample. | Andrew Arnott | 2013-02-09 | 2 | -3/+4 |
| | |||||
* | ApplicationBlock builds. | Andrew Arnott | 2013-01-23 | 2 | -5/+3 |
| | |||||
* | All product projects now build. | Andrew Arnott | 2013-01-14 | 3 | -62/+40 |
| | |||||
* | Removes more remnants of Code Contracts. | Andrew Arnott | 2012-12-26 | 5 | -6/+0 |
| | |||||
* | Replaces DNOA's internal Requires class with Validation NuGet package. | Andrew Arnott | 2012-12-26 | 4 | -0/+4 |
| | |||||
* | Replaced API requirements for HttpRequestInfo with HttpRequestBase (new in ↵ | Andrew Arnott | 2012-03-05 | 1 | -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. #68 | Andrew Arnott | 2012-02-09 | 2 | -8/+5 |
| | |||||
* | Removed OAuth1's dependency on OpenID assemblies. | Andrew Arnott | 2012-02-08 | 1 | -63/+0 |
| | | | | Related to #71 | ||||
* | Updated all copyright notices to reflect copyright assignment to Outercurve. | Andrew Arnott | 2012-02-05 | 7 | -14/+14 |
| | | | | Fixes #66 | ||||
* | Merge branch 'v3.4' | Andrew Arnott | 2012-01-29 | 1 | -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 Arnott | 2011-09-28 | 1 | -1/+0 |
| | |||||
* | Removed some lingering ccrewrite.exe dependent code. | Andrew Arnott | 2011-09-20 | 1 | -3/+3 |
| | |||||
* | All product assemblies build without ccrewrite.exe now. | Andrew Arnott | 2011-09-18 | 4 | -20/+20 |
| | |||||
* | C# warnings work. | Andrew Arnott | 2011-08-07 | 1 | -1/+1 |
| | |||||
* | StyleCop work. | Andrew Arnott | 2011-08-07 | 2 | -6/+29 |
| | |||||
* | A few stylecop fixes. | Andrew Arnott | 2011-08-03 | 1 | -1/+1 |
| | |||||
* | The test project now builds, so the whole solution does. | Andrew Arnott | 2011-08-02 | 1 | -2/+2 |
| | |||||
* | Distributed some more OAuth code to specific libraries. | Andrew Arnott | 2011-07-31 | 1 | -0/+25 |
| | |||||
* | Moved more OAuth code from the common library to the individual Consumer or ↵ | Andrew Arnott | 2011-07-31 | 4 | -1/+232 |
| | | | | SP ones. | ||||
* | Split OAuth 1.0 assemblies. | Andrew Arnott | 2011-07-31 | 3 | -0/+530 |