summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OAuth.Consumer
Commit message (Collapse)AuthorAgeFilesLines
* 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-185-87/+443
|
* 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-103-0/+63
|
* Fixes OAuthConsumer twitter sample.Andrew Arnott2013-02-093-3/+8
|
* Updates to Validation 2.0.2 and log4net 2.0.0.Andrew Arnott2013-01-272-4/+4
|
* ApplicationBlock builds.Andrew Arnott2013-01-232-5/+3
|
* All product projects now build.Andrew Arnott2013-01-143-62/+40
|
* OAuth.SP now builds.Andrew Arnott2013-01-132-0/+3
|
* 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-266-9/+0
|
* Replaces DNOA's internal Requires class with Validation NuGet package.Andrew Arnott2012-12-266-0/+17
|
* Adjusted AssemblyInfo.cs to be unique for each assembly.Andrew Arnott2012-09-292-18/+2
| | | | This should fix nuget pdb package submission to symbolsource.org
* 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-082-67/+0
| | | | Related to #71
* Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-059-20/+20
| | | | 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
* Added Moq's internal proxy generator to InternalsVisibleTo so that mocks can ↵Andrew Arnott2012-01-292-0/+4
| | | | be created on internal types.
* Renamed assembly DotNetOpenAuth.Messaging(.UI) to DotNetOpenAuth.Core(.UI)Andrew Arnott2012-01-121-2/+2
|
* 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-312-0/+26
|
* Moved more OAuth code from the common library to the individual Consumer or ↵Andrew Arnott2011-07-315-1/+235
| | | | SP ones.
* Split OAuth 1.0 assemblies.Andrew Arnott2011-07-316-0/+688