summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OAuth.ServiceProvider/OAuth/ChannelElements
Commit message (Collapse)AuthorAgeFilesLines
* Closes #356, Closes #357, Closes #358David Christiansen2015-01-043-0/+5
|
* Removes OAuthPrincipal in favor of ClaimsPrincipal.Andrew Arnott2013-03-031-34/+0
|
* More warning fixes.Andrew Arnott2013-02-161-7/+7
|
* C# compiler warning fixes.Andrew Arnott2013-02-102-1/+4
|
* Fixes OAuthConsumer twitter sample.Andrew Arnott2013-02-091-2/+3
|
* OAuth.SP now builds.Andrew Arnott2013-01-131-2/+4
|
* Removes more remnants of Code Contracts.Andrew Arnott2012-12-265-176/+1
|
* Replaces DNOA's internal Requires class with Validation NuGet package.Andrew Arnott2012-12-266-0/+6
|
* OAuth 1 assemblies now FxCop clean. #68Andrew Arnott2012-02-092-3/+4
|
* Added DotNetOpenAuth.OAuth.Common to contain dependencies shared between ↵Andrew Arnott2012-02-083-173/+33
| | | | | | OAuth 1 and OAuth 2. Related to and closes #71
* Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-0512-24/+24
| | | | 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
|
* All product assemblies build without ccrewrite.exe now.Andrew Arnott2011-09-187-16/+16
|
* 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-3110-0/+1031
SP ones.