Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Just 37 failures. | Andrew Arnott | 2013-03-24 | 1 | -13/+14 |
| | |||||
* | Fixes remaining build breaks. | Andrew Arnott | 2013-03-22 | 1 | -11/+9 |
| | |||||
* | Moves OpenID coordinator handlers to base class. | Andrew Arnott | 2013-03-21 | 1 | -1/+1 |
| | |||||
* | More unit test fixes. | Andrew Arnott | 2013-03-10 | 1 | -11/+15 |
| | |||||
* | Replaced a bunch of TestCase attribute usages with simply Test. | Andrew Arnott | 2012-04-04 | 1 | -3/+3 |
| | |||||
* | Changed all uses of [TestCase] to [Test] to better emulate recommended NUnit ↵ | Andrew Arnott | 2012-02-25 | 1 | -4/+4 |
| | | | | patterns. | ||||
* | Updated all copyright notices to reflect copyright assignment to Outercurve. | Andrew Arnott | 2012-02-05 | 1 | -2/+2 |
| | | | | Fixes #66 | ||||
* | Removed dependency on publicize.exe, which crashes now in some branches due ↵ | Andrew Arnott | 2010-07-09 | 1 | -1/+0 |
| | | | | to bugs, and publicize.exe doesn't appear to be supported by Microsoft any more, so we might as well get off it. | ||||
* | Added another regression test for this problematic identifiers. | Andrew Arnott | 2010-03-30 | 1 | -0/+21 |
| | |||||
* | Converted all the rest of the tests over to NUnit. | Andrew Arnott | 2010-01-06 | 1 | -11/+11 |
| | |||||
* | Support for dual (OP+Claimed) identifiers is contrary to the spec, so we're ↵ | Andrew Arnott | 2009-11-30 | 1 | -1/+15 |
| | | | | | | turning support for it back off (under a switch). See commit 1243c92a0172784f32938a2081f76463f90f102d for where this feature was first introduced. | ||||
* | Added support for identifiers that perform dual roles as OP Identifiers and ↵ | Andrew Arnott | 2009-11-27 | 1 | -1/+17 |
| | | | | Claimed Identifiers. | ||||
* | Further refactoring of discovery results. | Andrew Arnott | 2009-11-23 | 1 | -1/+1 |
| | |||||
* | Some extensive refactoring around IIdentifierDiscoveryResult and ↵ | Andrew Arnott | 2009-11-22 | 1 | -1/+1 |
| | | | | ServiceEndpoint. | ||||
* | Merge branch 'rpControlBase' | Andrew Arnott | 2009-08-25 | 1 | -1/+1 |
|\ | |||||
| * | Fixed build break caused by ServiceEndpoint.endpoint field's rename. | Andrew Arnott | 2009-07-13 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2009-07-27 | 1 | -0/+12 |
|\ \ | |/ |/| | | | | | Conflicts: src/version.txt | ||||
| * | Fixed bug where RP was willing to perform discovery on an asserted HTTP ↵ | Andrew Arnott | 2009-07-01 | 1 | -0/+12 |
| | | | | | | | | Identifier even with RequireSsl turned on. | ||||
* | | Added capability for RPs to receive unsigned extension responses if they so ↵ | Andrew Arnott | 2009-03-30 | 1 | -2/+2 |
|/ | | | | choose. | ||||
* | Adjusted return_to argument fetching so that unsigned parameters can be ↵ | Andrew Arnott | 2009-03-08 | 1 | -0/+24 |
| | | | | queried for when necessary. | ||||
* | Refactored test helpers to remove TestSupport and move its functionality ↵ | Andrew Arnott | 2009-01-29 | 1 | -5/+5 |
| | | | | into OpenIdTestBase. | ||||
* | Added some tests for OpenIdRelyingParty. | Andrew Arnott | 2009-01-10 | 1 | -0/+2 |
| | |||||
* | More tests: | Andrew Arnott | 2009-01-10 | 1 | -0/+9 |
| | | | | | | RP.ServiceEndpoint RP.PositiveAuthenticationResponse RP.IndirectSignedResponse | ||||
* | CRLF -> LF line endings change to all .cs files. | Andrew Arnott | 2009-01-09 | 1 | -60/+60 |
| | |||||
* | StyleCop work. | Andrew Arnott | 2009-01-09 | 1 | -12/+5 |
| | |||||
* | Added 2 tests for PositiveAuthenticationResponse. | Andrew Arnott | 2009-01-09 | 1 | -0/+67 |