summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Test/OpenId/OpenIdTestBase.cs
Commit message (Expand)AuthorAgeFilesLines
* Consolidates two OpenID memory app storesAndrew Arnott2013-03-281-3/+3
* More StyleCop fixes.Andrew Arnott2013-03-261-3/+2
* Lots of StyleCop fixes.Andrew Arnott2013-03-261-66/+66
* Just 7 failures left.Andrew Arnott2013-03-251-1/+1
* Fixes RequireSsl in OpenID identifier discovery.Andrew Arnott2013-03-241-28/+29
* Just 44 failures.Andrew Arnott2013-03-241-0/+1
* Fixes 5 more testsAndrew Arnott2013-03-221-1/+2
* Fixes remaining build breaks.Andrew Arnott2013-03-221-27/+89
* Moves the rest of the static methods out.Andrew Arnott2013-03-211-4/+4
* Moves OpenID coordinator handlers to base class.Andrew Arnott2013-03-211-2/+25
* Fixes the rest of the build breaks!Andrew Arnott2013-03-191-3/+0
* Lots more test build break fixes.Andrew Arnott2013-03-171-18/+10
* More unit test fixes.Andrew Arnott2013-03-101-26/+38
* More test build break fixes.Andrew Arnott2013-03-091-32/+33
* Unit test compile error fixes.Andrew Arnott2013-03-031-3/+6
* Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-051-2/+2
* Fixed build breaks in test project.Andrew Arnott2011-07-101-2/+2
* Added OutgoingWebResponse.Respond method to replace its Send method, and avoi...Andrew Arnott2011-06-231-1/+1
* Removed dependency on publicize.exe, which crashes now in some branches due t...Andrew Arnott2010-07-091-4/+2
* Removed duplicate using statement.Andrew Arnott2010-01-071-1/+0
* Converted all the rest of the tests over to NUnit.Andrew Arnott2010-01-061-3/+4
* Support for dual (OP+Claimed) identifiers is contrary to the spec, so we're t...Andrew Arnott2009-11-301-1/+1
* Added support for identifiers that perform dual roles as OP Identifiers and C...Andrew Arnott2009-11-271-0/+12
* Further refactoring of discovery results.Andrew Arnott2009-11-231-5/+4
* Some extensive refactoring around IIdentifierDiscoveryResult and ServiceEndpo...Andrew Arnott2009-11-221-6/+6
* Updated tests to build with new extensible identifier discovery.Andrew Arnott2009-11-181-0/+10
* Merge branch 'v3.1' into v3.2Andrew Arnott2009-08-311-0/+13
|\
| * Added tests for unsolicited assertion sending and receiving, including agains...Andrew Arnott2009-08-301-0/+13
* | Added the AXFetchAsSregTransform OpenID behavior that allows RPs and OPs to d...Andrew Arnott2009-06-201-1/+10
* | Fixed StyleCop messageAndrew Arnott2009-05-161-1/+1
* | Added security feature so RPs can opt out of accepting delegating identifiers.Andrew Arnott2009-05-161-5/+15
|/
* Fixed a couple of test framework bugs for stateless OpenID mode.Andrew Arnott2009-03-081-1/+5
* Refactoring around Provider's IRequest to process responses differently.Andrew Arnott2009-03-061-1/+1
* Constructors on all OpenID direct response messages now require the OpenID ve...Andrew Arnott2009-02-091-2/+6
* StyleCop fixesAndrew Arnott2009-01-301-13/+12
* Refactored IDirectWebRequestHandler to take a set of options rather than be t...Andrew Arnott2009-01-301-1/+1
* Refactored test helpers to remove TestSupport and move its functionality into...Andrew Arnott2009-01-291-6/+124
* Refactored the entire .config file supporting classes, and added a .config el...Andrew Arnott2009-01-151-2/+2
* Individual association types can now have configured lifetimes.Andrew Arnott2009-01-151-2/+2
* Added StandardProviderApplicationStore and several OpenIdProvider unit tests.Andrew Arnott2009-01-111-0/+10
* Added support for dumb mode in the Relying Party.Andrew Arnott2009-01-111-1/+1
* Added several tests for RP.AuthenticationRequest.Andrew Arnott2009-01-101-0/+1
* Added RP and OP authentication interfaces and implementations to be compatibl...Andrew Arnott2009-01-031-39/+59
* Added a mock extension and test in order to focus the test on the extension b...Andrew Arnott2008-12-211-39/+39
* Added several tests and fixed a bug.Andrew Arnott2008-12-101-0/+4
* Hundreds more stylecop fixes.Andrew Arnott2008-11-251-5/+6
* Several hundred StyleCop fixes.Andrew Arnott2008-11-241-2/+2
* All 249 enabled tests pass.Andrew Arnott2008-11-241-3/+4
* Added discovery and around 60 tests. The discovery and a few other tests sti...Andrew Arnott2008-11-241-2/+11
* Added SecuritySettings members to OP and RP classes.Andrew Arnott2008-11-191-0/+24