Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unnecessary references to Microsoft.Net.Http and Microsoft.Bcl.Build ↵ | lcalabrese | 2015-08-07 | 2 | -11/+1 |
| | | | | since we are using .NET 4.5 and the built-in System.Net.Http library | ||||
* | #365 | David Christiansen | 2015-01-05 | 2 | -0/+166 |
| | |||||
* | Test green | David Christiansen | 2015-01-05 | 4 | -166/+1206 |
| | | | | - Packages update | ||||
* | Closes #356, Closes #357, Closes #358 | David Christiansen | 2015-01-04 | 4 | -1/+9 |
| | |||||
* | Updates NuGet packages. | Andrew Arnott | 2013-10-19 | 2 | -1/+14 |
| | |||||
* | Removes a few more references to the DNOA.AspNet projects. | Andrew Arnott | 2013-06-16 | 1 | -2/+0 |
| | |||||
* | Strong-name key is replaced with non-encrypted one. | Andrew Arnott | 2013-06-15 | 1 | -6/+6 |
| | |||||
* | Revert "Fixes the OAuthServiceProvider sample issue with recognizing ↵ | Andrew Arnott | 2013-06-09 | 1 | -2/+1 |
| | | | | | | protected resource requests:" This reverts commit da9e554cd6364ac1bcf7ab23a8b5fe20e8a26192. | ||||
* | Fixes the OAuthServiceProvider sample issue with recognizing protected ↵ | Andrew Arnott | 2013-06-09 | 1 | -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 Arnott | 2013-03-26 | 3 | -11/+1 |
| | |||||
* | Fixes ContentType of OAuth 1 direct responses. | Andrew Arnott | 2013-03-24 | 1 | -3/+2 |
| | | | | 22 test failures remaining. | ||||
* | Unit test build break fixes. | Andrew Arnott | 2013-03-06 | 1 | -1/+1 |
| | |||||
* | Switched Channel to receiving messages via HttpRequestMessage as well. | Andrew Arnott | 2013-03-04 | 1 | -15/+10 |
| | |||||
* | Fixes some OAuth 1 build breaks. | Andrew Arnott | 2013-02-26 | 2 | -85/+0 |
| | |||||
* | OAuth 1.0 Consumers are now *much* simpler, entirely avoiding channels. | Andrew Arnott | 2013-02-25 | 5 | -119/+81 |
| | | | | Build breaks in other projects, however. | ||||
* | More warning fixes. | Andrew Arnott | 2013-02-16 | 2 | -23/+12 |
| | |||||
* | Lots of stylecop fixes. | Andrew Arnott | 2013-02-16 | 1 | -4/+15 |
| | |||||
* | More warning fixes. | Andrew Arnott | 2013-02-10 | 1 | -1/+1 |
| | |||||
* | C# compiler warning fixes. | Andrew Arnott | 2013-02-10 | 4 | -1/+10 |
| | |||||
* | Fixes OAuthConsumer twitter sample. | Andrew Arnott | 2013-02-09 | 2 | -1/+5 |
| | |||||
* | 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 | -6/+3 |
| | |||||
* | All product projects now build. | Andrew Arnott | 2013-01-14 | 2 | -2/+2 |
| | |||||
* | DNOA.OAuth project now builds. | Andrew Arnott | 2013-01-13 | 9 | -51/+67 |
| | |||||
* | Replaces IDirectWebRequestHandler with HttpClient in DNOA.Core. | Andrew Arnott | 2012-12-29 | 1 | -1/+1 |
| | | | | Build breaks are everywhere outside of just this one project as a result. | ||||
* | 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 | 17 | -260/+5 |
| | |||||
* | Replaces DNOA's internal Requires class with Validation NuGet package. | Andrew Arnott | 2012-12-26 | 10 | -5/+24 |
| | |||||
* | Adjusted AssemblyInfo.cs to be unique for each assembly. | Andrew Arnott | 2012-09-29 | 1 | -9/+1 |
| | | | | This should fix nuget pdb package submission to symbolsource.org | ||||
* | Replaces explicit crypto algorithm use with factories. | Andrew Arnott | 2012-07-18 | 1 | -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 Arnott | 2012-04-19 | 1 | -0/+1 |
| | | | | works in the sample. | ||||
* | FxCop fixes and suppressions. | Andrew Arnott | 2012-03-10 | 1 | -1/+1 |
| | |||||
* | Replaced API requirements for HttpRequestInfo with HttpRequestBase (new in ↵ | Andrew Arnott | 2012-03-05 | 1 | -8/+9 |
| | | | | | | .NET 3.5 SP1). This makes us more friendly to MVC as well as mock-based unit testing. | ||||
* | Merge branch 'master' into webpages | Andrew Arnott | 2012-03-01 | 39 | -155/+81 |
|\ | | | | | | | | | Conflicts: src/DotNetOpenAuth.sln | ||||
| * | Fixed up the various protocol channels to correctly apply HTTP headers ↵ | Andrew Arnott | 2012-02-19 | 1 | -5/+1 |
| | | | | | | | | prescribed by the messages. | ||||
| * | OAuth 1 assemblies now FxCop clean. #68 | Andrew Arnott | 2012-02-09 | 3 | -8/+5 |
| | | |||||
| * | Removed OAuth1's dependency on OpenID assemblies. | Andrew Arnott | 2012-02-08 | 4 | -69/+2 |
| | | | | | | | | Related to #71 | ||||
| * | Updated all copyright notices to reflect copyright assignment to Outercurve. | Andrew Arnott | 2012-02-05 | 38 | -77/+77 |
| | | | | | | | | Fixes #66 | ||||
* | | Fixed name of DNOA.Web.Test project. | Andrew Arnott | 2012-03-01 | 1 | -2/+2 |
| | | |||||
* | | Make changes per discussion. Remove the DNOA.WebPages project. Rename ↵ | Microsoft | 2012-03-01 | 1 | -0/+1 |
| | | | | | | | | DNOA.Web to DNOA.AspNet. | ||||
* | | Add DotNetOpenAuth.Web and DotNetOpenAut.WebPages projects. Add commands to ↵ | Microsoft | 2012-03-01 | 1 | -0/+1 |
|/ | | | | build nuget packages for DNOA. | ||||
* | Added Moq's internal proxy generator to InternalsVisibleTo so that mocks can ↵ | Andrew Arnott | 2012-01-29 | 1 | -0/+2 |
| | | | | be created on internal types. | ||||
* | Renamed assembly DotNetOpenAuth.Messaging(.UI) to DotNetOpenAuth.Core(.UI) | Andrew Arnott | 2012-01-12 | 1 | -2/+2 |
| | |||||
* | Fixed OAuth .config types. | Andrew Arnott | 2011-10-10 | 1 | -1/+1 |
| | |||||
* | Removed some lingering ccrewrite.exe dependent code. | Andrew Arnott | 2011-09-20 | 2 | -2/+2 |
| | |||||
* | All product assemblies build without ccrewrite.exe now. | Andrew Arnott | 2011-09-18 | 8 | -34/+33 |
| | |||||
* | C# warnings work. | Andrew Arnott | 2011-08-07 | 2 | -5/+5 |
| | |||||
* | StyleCop work. | Andrew Arnott | 2011-08-07 | 2 | -22/+31 |
| | |||||
* | Distributed some more OAuth code to specific libraries. | Andrew Arnott | 2011-07-31 | 4 | -132/+0 |
| | |||||
* | Moved more OAuth code from the common library to the individual Consumer or ↵ | Andrew Arnott | 2011-07-31 | 13 | -1229/+11 |
| | | | | SP ones. | ||||
* | Split OAuth 1.0 assemblies. | Andrew Arnott | 2011-07-31 | 6 | -1110/+4 |
| | |||||
* | Added missing imports. | Andrew Arnott | 2011-07-12 | 1 | -0/+1 |
| | |||||
* | Moved all the redundant project settings into a common .props file. | Andrew Arnott | 2011-07-11 | 1 | -293/+0 |
| | |||||
* | OAuth2 project builds. | Andrew Arnott | 2011-07-02 | 1 | -0/+2 |
| | |||||
* | OAuth project now builds. | Andrew Arnott | 2011-07-02 | 6 | -14/+46 |
| | |||||
* | Added missing AssemblyInfo.cs files. | Andrew Arnott | 2011-07-02 | 2 | -1/+58 |
| | |||||
* | Messaging project now compiles. | Andrew Arnott | 2011-07-02 | 3 | -0/+172 |
| | |||||
* | First pass at dividing DotNetOpenAuth features into separate assemblies. | Andrew Arnott | 2011-07-01 | 58 | -0/+6592 |
Nothing compiles at this point. |