summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Test/OpenId/Extensions/ExtensionTestUtilities.cs
Commit message (Collapse)AuthorAgeFilesLines
* Fixes remaining build breaks.Andrew Arnott2013-03-221-62/+1
|
* Moves the rest of the static methods out.Andrew Arnott2013-03-211-1/+1
|
* Moves OpenID coordinator handlers to base class.Andrew Arnott2013-03-211-2/+2
|
* Lots more test build break fixes.Andrew Arnott2013-03-171-11/+20
|
* Removes more remnants of Code Contracts.Andrew Arnott2012-12-261-1/+0
|
* Replaces DNOA's internal Requires class with Validation NuGet package.Andrew Arnott2012-12-261-0/+1
|
* 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
|
* The test project now builds, so the whole solution does.Andrew Arnott2011-08-021-1/+1
|
* Added OutgoingWebResponse.Respond method to replace its Send method, and ↵Andrew Arnott2011-06-231-2/+2
| | | | | | avoid the ThreadAbortException that is no longer the recommended approach. Fixes #40
* Fixed unit tests so there are no failures.Andrew Arnott2011-05-281-1/+2
|
* Moved ICryptoKeyStore and related types to the Messaging.Bindings namespace.Andrew Arnott2011-05-211-0/+1
|
* Providers and Relying Parties both implement a unified pair of ↵Andrew Arnott2011-05-201-2/+3
| | | | | | ICryptoKeyStore and INonceStore. OPs can configure to use encoded association handles or database-backed ones based on a simple web.config switch.
* Created an IProviderAssociationStore interface so that encoding the ↵Andrew Arnott2011-05-081-2/+2
| | | | association into the handle is just one option.
* OpenID Provider association stores replaced with self-describing association ↵Andrew Arnott2011-05-071-3/+4
| | | | handles.
* Switched almost entirely over to Code Contracts across the entire library.Andrew Arnott2009-05-231-1/+3
| | | | But some unit tests still fail, and there are other issues.
* Custom OpenID extensions may now exist outside the library.Andrew Arnott2009-04-151-3/+3
|
* Refactored test helpers to remove TestSupport and move its functionality ↵Andrew Arnott2009-01-291-2/+2
| | | | into OpenIdTestBase.
* Refactored association management functions from the OpenIdRelyingParty ↵Andrew Arnott2009-01-231-1/+1
| | | | class into an AssociationManager class.
* Renamed Channel.Send method to Channel.PrepareResponse and then added a new ↵Andrew Arnott2009-01-211-2/+2
| | | | Send method.
* Added GetHashCode() methods to the AX classes, and fixed their Equals methods.Andrew Arnott2009-01-171-0/+3
| | | | StyleCop clean.
* AX feature complete, with tests passing.Andrew Arnott2009-01-171-0/+77