summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OAuth
Commit message (Collapse)AuthorAgeFilesLines
* C# compiler warning fixes.Andrew Arnott2013-02-104-1/+10
|
* Fixes OAuthConsumer twitter sample.Andrew Arnott2013-02-092-1/+5
|
* Updates to Validation 2.0.2 and log4net 2.0.0.Andrew Arnott2013-01-272-4/+4
|
* ApplicationBlock builds.Andrew Arnott2013-01-232-6/+3
|
* All product projects now build.Andrew Arnott2013-01-142-2/+2
|
* DNOA.OAuth project now builds.Andrew Arnott2013-01-139-51/+67
|
* Replaces IDirectWebRequestHandler with HttpClient in DNOA.Core.Andrew Arnott2012-12-291-1/+1
| | | | Build breaks are everywhere outside of just this one project as a result.
* Updates Validation NuGet package references for .NET 4.5Andrew Arnott2012-12-281-1/+1
|
* Accomodates nuget's insistent project file changes.Andrew Arnott2012-12-271-0/+2
|
* Upgrades to Validation 2.0.1 to solve partially trusted callers problem.Andrew Arnott2012-12-272-4/+4
|
* Removes more remnants of Code Contracts.Andrew Arnott2012-12-2617-260/+5
|
* Replaces DNOA's internal Requires class with Validation NuGet package.Andrew Arnott2012-12-2610-5/+24
|
* Adjusted AssemblyInfo.cs to be unique for each assembly.Andrew Arnott2012-09-291-9/+1
| | | | This should fix nuget pdb package submission to symbolsource.org
* Replaces explicit crypto algorithm use with factories.Andrew Arnott2012-07-181-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 Arnott2012-04-191-0/+1
| | | | works in the sample.
* FxCop fixes and suppressions.Andrew Arnott2012-03-101-1/+1
|
* Replaced API requirements for HttpRequestInfo with HttpRequestBase (new in ↵Andrew Arnott2012-03-051-8/+9
| | | | | | .NET 3.5 SP1). This makes us more friendly to MVC as well as mock-based unit testing.
* Merge branch 'master' into webpagesAndrew Arnott2012-03-0139-155/+81
|\ | | | | | | | | Conflicts: src/DotNetOpenAuth.sln
| * Fixed up the various protocol channels to correctly apply HTTP headers ↵Andrew Arnott2012-02-191-5/+1
| | | | | | | | prescribed by the messages.
| * OAuth 1 assemblies now FxCop clean. #68Andrew Arnott2012-02-093-8/+5
| |
| * Removed OAuth1's dependency on OpenID assemblies.Andrew Arnott2012-02-084-69/+2
| | | | | | | | Related to #71
| * Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-0538-77/+77
| | | | | | | | Fixes #66
* | Fixed name of DNOA.Web.Test project.Andrew Arnott2012-03-011-2/+2
| |
* | Make changes per discussion. Remove the DNOA.WebPages project. Rename ↵Microsoft2012-03-011-0/+1
| | | | | | | | DNOA.Web to DNOA.AspNet.
* | Add DotNetOpenAuth.Web and DotNetOpenAut.WebPages projects. Add commands to ↵Microsoft2012-03-011-0/+1
|/ | | | build nuget packages for DNOA.
* Added Moq's internal proxy generator to InternalsVisibleTo so that mocks can ↵Andrew Arnott2012-01-291-0/+2
| | | | be created on internal types.
* Renamed assembly DotNetOpenAuth.Messaging(.UI) to DotNetOpenAuth.Core(.UI)Andrew Arnott2012-01-121-2/+2
|
* Fixed OAuth .config types.Andrew Arnott2011-10-101-1/+1
|
* Removed some lingering ccrewrite.exe dependent code.Andrew Arnott2011-09-202-2/+2
|
* All product assemblies build without ccrewrite.exe now.Andrew Arnott2011-09-188-34/+33
|
* C# warnings work.Andrew Arnott2011-08-072-5/+5
|
* StyleCop work.Andrew Arnott2011-08-072-22/+31
|
* Distributed some more OAuth code to specific libraries.Andrew Arnott2011-07-314-132/+0
|
* Moved more OAuth code from the common library to the individual Consumer or ↵Andrew Arnott2011-07-3113-1229/+11
| | | | SP ones.
* Split OAuth 1.0 assemblies.Andrew Arnott2011-07-316-1110/+4
|
* Added missing imports.Andrew Arnott2011-07-121-0/+1
|
* Moved all the redundant project settings into a common .props file.Andrew Arnott2011-07-111-293/+0
|
* OAuth2 project builds.Andrew Arnott2011-07-021-0/+2
|
* OAuth project now builds.Andrew Arnott2011-07-026-14/+46
|
* Added missing AssemblyInfo.cs files.Andrew Arnott2011-07-022-1/+58
|
* Messaging project now compiles.Andrew Arnott2011-07-023-0/+172
|
* First pass at dividing DotNetOpenAuth features into separate assemblies.Andrew Arnott2011-07-0158-0/+6592
Nothing compiles at this point.