summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OAuth.ServiceProvider/OAuth
Commit message (Collapse)AuthorAgeFilesLines
* Closes #356, Closes #357, Closes #358David Christiansen2015-01-043-0/+5
|
* Consolidates two OpenID memory app storesAndrew Arnott2013-03-281-2/+2
| | | | | | | The StandardRelyingPartyApplicationStore and StandardProviderApplicationStore were equivalent, and thus redundant. There was also nothing OpenID specific about them. So this consolidates and renames these types to better reflect their general purpose.
* Unit test build break fixes.Andrew Arnott2013-03-061-5/+51
|
* Switched Channel to receiving messages via HttpRequestMessage as well.Andrew Arnott2013-03-041-9/+43
|
* Removes OAuthPrincipal in favor of ClaimsPrincipal.Andrew Arnott2013-03-032-36/+2
|
* Fixes some OAuth 1 build breaks.Andrew Arnott2013-02-262-5/+106
|
* More warning fixes.Andrew Arnott2013-02-161-7/+7
|
* More warning fixes.Andrew Arnott2013-02-101-1/+7
|
* C# compiler warning fixes.Andrew Arnott2013-02-103-30/+44
|
* Fixes OAuthConsumer twitter sample.Andrew Arnott2013-02-091-2/+3
|
* OAuth.SP now builds.Andrew Arnott2013-01-132-97/+38
|
* Removes more remnants of Code Contracts.Andrew Arnott2012-12-266-179/+1
|
* Replaces DNOA's internal Requires class with Validation NuGet package.Andrew Arnott2012-12-267-1/+8
|
* Replaced API requirements for HttpRequestInfo with HttpRequestBase (new in ↵Andrew Arnott2012-03-051-5/+5
| | | | | | .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-3/+4
|
* Added DotNetOpenAuth.OAuth.Common to contain dependencies shared between ↵Andrew Arnott2012-02-084-174/+34
| | | | | | OAuth 1 and OAuth 2. Related to and closes #71
* Removed OAuth1's dependency on OpenID assemblies.Andrew Arnott2012-02-081-86/+0
| | | | Related to #71
* Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-0514-28/+28
| | | | Fixes #66
* Fixed OAuth failure due to removing ccrewrite.Andrew Arnott2011-09-281-1/+0
|
* Merge branch 'master' into splitDllsAndrew Arnott2011-09-281-0/+18
|
* Removed some lingering ccrewrite.exe dependent code.Andrew Arnott2011-09-201-2/+2
|
* All product assemblies build without ccrewrite.exe now.Andrew Arnott2011-09-188-38/+38
|
* C# warnings work.Andrew Arnott2011-08-072-3/+3
|
* StyleCop work.Andrew Arnott2011-08-072-1/+12
|
* A few stylecop fixes.Andrew Arnott2011-08-031-9/+15
|
* The test project now builds, so the whole solution does.Andrew Arnott2011-08-021-1/+1
|
* Distributed some more OAuth code to specific libraries.Andrew Arnott2011-07-312-0/+104
|
* Moved more OAuth code from the common library to the individual Consumer or ↵Andrew Arnott2011-07-3112-1/+1095
| | | | SP ones.
* Split OAuth 1.0 assemblies.Andrew Arnott2011-07-311-0/+576