Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 5 | -87/+443 |
| | |||||
* | 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 | 3 | -0/+63 |
| | |||||
* | Fixes OAuthConsumer twitter sample. | Andrew Arnott | 2013-02-09 | 3 | -3/+8 |
| | |||||
* | Updates to Validation 2.0.2 and log4net 2.0.0. | Andrew Arnott | 2013-01-27 | 2 | -4/+4 |
| | |||||
* | ApplicationBlock builds. | Andrew Arnott | 2013-01-23 | 2 | -5/+3 |
| | |||||
* | All product projects now build. | Andrew Arnott | 2013-01-14 | 3 | -62/+40 |
| | |||||
* | OAuth.SP now builds. | Andrew Arnott | 2013-01-13 | 2 | -0/+3 |
| | |||||
* | Updates Validation NuGet package references for .NET 4.5 | Andrew Arnott | 2012-12-28 | 1 | -1/+1 |
| | |||||
* | Accomodates nuget's insistent project file changes. | Andrew Arnott | 2012-12-27 | 1 | -0/+2 |
| | |||||
* | Upgrades to Validation 2.0.1 to solve partially trusted callers problem. | Andrew Arnott | 2012-12-27 | 2 | -4/+4 |
| | |||||
* | Removes more remnants of Code Contracts. | Andrew Arnott | 2012-12-26 | 6 | -9/+0 |
| | |||||
* | Replaces DNOA's internal Requires class with Validation NuGet package. | Andrew Arnott | 2012-12-26 | 6 | -0/+17 |
| | |||||
* | Adjusted AssemblyInfo.cs to be unique for each assembly. | Andrew Arnott | 2012-09-29 | 2 | -18/+2 |
| | | | | This should fix nuget pdb package submission to symbolsource.org | ||||
* | 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 | 2 | -67/+0 |
| | | | | Related to #71 | ||||
* | Updated all copyright notices to reflect copyright assignment to Outercurve. | Andrew Arnott | 2012-02-05 | 9 | -20/+20 |
| | | | | 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 | ||||
* | Added Moq's internal proxy generator to InternalsVisibleTo so that mocks can ↵ | Andrew Arnott | 2012-01-29 | 2 | -0/+4 |
| | | | | be created on internal types. | ||||
* | Renamed assembly DotNetOpenAuth.Messaging(.UI) to DotNetOpenAuth.Core(.UI) | Andrew Arnott | 2012-01-12 | 1 | -2/+2 |
| | |||||
* | 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 | 2 | -0/+26 |
| | |||||
* | Moved more OAuth code from the common library to the individual Consumer or ↵ | Andrew Arnott | 2011-07-31 | 5 | -1/+235 |
| | | | | SP ones. | ||||
* | Split OAuth 1.0 assemblies. | Andrew Arnott | 2011-07-31 | 6 | -0/+688 |