summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OpenId/Configuration/OpenIdElement.cs
Commit message (Collapse)AuthorAgeFilesLines
* Removes more remnants of Code Contracts.Andrew Arnott2012-12-261-5/+1
|
* Replaces DNOA's internal Requires class with Validation NuGet package.Andrew Arnott2012-12-261-1/+2
|
* Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-051-2/+2
| | | | Fixes #66
* All product assemblies build without ccrewrite.exe now.Andrew Arnott2011-09-181-1/+1
|
* StyleCop work.Andrew Arnott2011-08-071-1/+1
|
* Basic OpenID RP login sample working again.Andrew Arnott2011-07-311-15/+13
|
* OpenID RP and OP projects build now.Andrew Arnott2011-07-251-0/+28
|
* Splitting up the OpenID profile into OpenID RP and OP. The core OpenID DLL ↵Andrew Arnott2011-07-201-37/+12
| | | | compiles, but the RP and OP ones do not.
* Trying to fix up configuration section code.Andrew Arnott2011-07-101-1/+1
|
* OpenID project now builds.Andrew Arnott2011-07-021-1/+16
| | | | * Many of the resource items (resx, png) are improperly declared in the project file.
* First pass at dividing DotNetOpenAuth features into separate assemblies.Andrew Arnott2011-07-011-0/+134
Nothing compiles at this point.