summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OpenId/Configuration
Commit message (Collapse)AuthorAgeFilesLines
* Consolidates two OpenID memory app storesAndrew Arnott2013-03-282-4/+8
| | | | | | | 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.
* Removes more remnants of Code Contracts.Andrew Arnott2012-12-267-20/+2
|
* Replaces DNOA's internal Requires class with Validation NuGet package.Andrew Arnott2012-12-261-1/+2
|
* Merge branch 'SlowGoogleServerWorkaround' into v4.1Andrew Arnott2012-09-172-0/+51
|
* We have HTTP Basic client authentication working now in OAuth 2.Andrew Arnott2012-04-181-1/+2
|
* Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-058-16/+16
| | | | 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-255-0/+640
|
* Splitting up the OpenID profile into OpenID RP and OP. The core OpenID DLL ↵Andrew Arnott2011-07-205-639/+12
| | | | compiles, but the RP and OP ones do not.
* Trying to fix up configuration section code.Andrew Arnott2011-07-102-2/+2
|
* 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-018-0/+919
Nothing compiles at this point.