summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OpenId.RelyingParty/OpenId/Interop
Commit message (Collapse)AuthorAgeFilesLines
* Removes classic ASP support and sample.Andrew Arnott2013-06-094-434/+0
|
* DNOA.OpenId.RP now builds.Andrew Arnott2012-12-311-5/+8
|
* Removes more remnants of Code Contracts.Andrew Arnott2012-12-262-3/+0
|
* Replaces DNOA's internal Requires class with Validation NuGet package.Andrew Arnott2012-12-262-0/+2
|
* Applied all the StyleCop fixes necessary by the StyleCop 4.7 upgrade.Andrew Arnott2012-03-102-62/+73
|
* Replaced API requirements for HttpRequestInfo with HttpRequestBase (new in ↵Andrew Arnott2012-03-051-3/+6
| | | | | | .NET 3.5 SP1). This makes us more friendly to MVC as well as mock-based unit testing.
* Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-053-6/+6
| | | | Fixes #66
* Fixed some build breaks.Andrew Arnott2011-11-021-1/+1
|
* All product assemblies build without ccrewrite.exe now.Andrew Arnott2011-09-182-2/+2
|
* More work toward divided OpenID projects.Andrew Arnott2011-07-251-1/+1
|
* Splitting up the OpenID profile into OpenID RP and OP. The core OpenID DLL ↵Andrew Arnott2011-07-203-0/+418
compiles, but the RP and OP ones do not.