Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Consolidates two OpenID memory app stores | Andrew Arnott | 2013-03-28 | 1 | -3/+3 |
| | | | | | | | 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. | ||||
* | More StyleCop fixes. | Andrew Arnott | 2013-03-26 | 1 | -3/+2 |
| | |||||
* | Lots of StyleCop fixes. | Andrew Arnott | 2013-03-26 | 1 | -66/+66 |
| | |||||
* | Just 7 failures left. | Andrew Arnott | 2013-03-25 | 1 | -1/+1 |
| | |||||
* | Fixes RequireSsl in OpenID identifier discovery. | Andrew Arnott | 2013-03-24 | 1 | -28/+29 |
| | | | | | Makes UntrustedWebRequestHandler a DelegatingHandler. Now 21 failures. | ||||
* | Just 44 failures. | Andrew Arnott | 2013-03-24 | 1 | -0/+1 |
| | |||||
* | Fixes 5 more tests | Andrew Arnott | 2013-03-22 | 1 | -1/+2 |
| | |||||
* | Fixes remaining build breaks. | Andrew Arnott | 2013-03-22 | 1 | -27/+89 |
| | |||||
* | Moves the rest of the static methods out. | Andrew Arnott | 2013-03-21 | 1 | -4/+4 |
| | |||||
* | Moves OpenID coordinator handlers to base class. | Andrew Arnott | 2013-03-21 | 1 | -2/+25 |
| | |||||
* | Fixes the rest of the build breaks! | Andrew Arnott | 2013-03-19 | 1 | -3/+0 |
| | |||||
* | Lots more test build break fixes. | Andrew Arnott | 2013-03-17 | 1 | -18/+10 |
| | |||||
* | More unit test fixes. | Andrew Arnott | 2013-03-10 | 1 | -26/+38 |
| | |||||
* | More test build break fixes. | Andrew Arnott | 2013-03-09 | 1 | -32/+33 |
| | |||||
* | Unit test compile error fixes. | Andrew Arnott | 2013-03-03 | 1 | -3/+6 |
| | |||||
* | Updated all copyright notices to reflect copyright assignment to Outercurve. | Andrew Arnott | 2012-02-05 | 1 | -2/+2 |
| | | | | Fixes #66 | ||||
* | Fixed build breaks in test project. | Andrew Arnott | 2011-07-10 | 1 | -2/+2 |
| | |||||
* | Added OutgoingWebResponse.Respond method to replace its Send method, and ↵ | Andrew Arnott | 2011-06-23 | 1 | -1/+1 |
| | | | | | | avoid the ThreadAbortException that is no longer the recommended approach. Fixes #40 | ||||
* | Removed dependency on publicize.exe, which crashes now in some branches due ↵ | Andrew Arnott | 2010-07-09 | 1 | -4/+2 |
| | | | | to bugs, and publicize.exe doesn't appear to be supported by Microsoft any more, so we might as well get off it. | ||||
* | Removed duplicate using statement. | Andrew Arnott | 2010-01-07 | 1 | -1/+0 |
| | |||||
* | Converted all the rest of the tests over to NUnit. | Andrew Arnott | 2010-01-06 | 1 | -3/+4 |
| | |||||
* | Support for dual (OP+Claimed) identifiers is contrary to the spec, so we're ↵ | Andrew Arnott | 2009-11-30 | 1 | -1/+1 |
| | | | | | | 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 | -0/+12 |
| | | | | Claimed Identifiers. | ||||
* | Further refactoring of discovery results. | Andrew Arnott | 2009-11-23 | 1 | -5/+4 |
| | |||||
* | Some extensive refactoring around IIdentifierDiscoveryResult and ↵ | Andrew Arnott | 2009-11-22 | 1 | -6/+6 |
| | | | | ServiceEndpoint. | ||||
* | Updated tests to build with new extensible identifier discovery. | Andrew Arnott | 2009-11-18 | 1 | -0/+10 |
| | |||||
* | Merge branch 'v3.1' into v3.2 | Andrew Arnott | 2009-08-31 | 1 | -0/+13 |
|\ | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.Test/OpenId/AuthenticationTests.cs src/DotNetOpenAuth.vsmdi src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdRelyingParty.cs | ||||
| * | Added tests for unsolicited assertion sending and receiving, including ↵ | Andrew Arnott | 2009-08-30 | 1 | -0/+13 |
| | | | | | | | | against the RP's whitelist. | ||||
* | | Added the AXFetchAsSregTransform OpenID behavior that allows RPs and OPs to ↵ | Andrew Arnott | 2009-06-20 | 1 | -1/+10 |
| | | | | | | | | deal strictly with Sreg and yet be compatible with all known formats of AX requests and responses. | ||||
* | | Fixed StyleCop message | Andrew Arnott | 2009-05-16 | 1 | -1/+1 |
| | | |||||
* | | Added security feature so RPs can opt out of accepting delegating identifiers. | Andrew Arnott | 2009-05-16 | 1 | -5/+15 |
|/ | |||||
* | Fixed a couple of test framework bugs for stateless OpenID mode. | Andrew Arnott | 2009-03-08 | 1 | -1/+5 |
| | |||||
* | Refactoring around Provider's IRequest to process responses differently. | Andrew Arnott | 2009-03-06 | 1 | -1/+1 |
| | | | | This is a step toward serializable IRequest objects. | ||||
* | Constructors on all OpenID direct response messages now require the OpenID ↵ | Andrew Arnott | 2009-02-09 | 1 | -2/+6 |
| | | | | | | version of the message, allowing for RPs to receive response messages in versions differing from their request message. Also added test to verify this, and OpenIdProvider error messages w/o requiring ASP.NET hosting. | ||||
* | StyleCop fixes | Andrew Arnott | 2009-01-30 | 1 | -13/+12 |
| | |||||
* | Refactored IDirectWebRequestHandler to take a set of options rather than be ↵ | Andrew Arnott | 2009-01-30 | 1 | -1/+1 |
| | | | | | | two interfaces. Finally got receiving HTTP 400 error responses working. | ||||
* | Refactored test helpers to remove TestSupport and move its functionality ↵ | Andrew Arnott | 2009-01-29 | 1 | -6/+124 |
| | | | | into OpenIdTestBase. | ||||
* | Refactored the entire .config file supporting classes, and added a .config ↵ | Andrew Arnott | 2009-01-15 | 1 | -2/+2 |
| | | | | element for maximum user agent authentication time. | ||||
* | Individual association types can now have configured lifetimes. | Andrew Arnott | 2009-01-15 | 1 | -2/+2 |
| | | | | We've almost eliminated the static Configuration class. | ||||
* | Added StandardProviderApplicationStore and several OpenIdProvider unit tests. | Andrew Arnott | 2009-01-11 | 1 | -0/+10 |
| | |||||
* | Added support for dumb mode in the Relying Party. | Andrew Arnott | 2009-01-11 | 1 | -1/+1 |
| | | | | Also added a unit test to verify it. | ||||
* | Added several tests for RP.AuthenticationRequest. | Andrew Arnott | 2009-01-10 | 1 | -0/+1 |
| | |||||
* | Added RP and OP authentication interfaces and implementations to be ↵ | Andrew Arnott | 2009-01-03 | 1 | -39/+59 |
| | | | | compatible with DotNetOpenId. | ||||
* | Added a mock extension and test in order to focus the test on the extension ↵ | Andrew Arnott | 2008-12-21 | 1 | -39/+39 |
| | | | | binding element. | ||||
* | Added several tests and fixed a bug. | Andrew Arnott | 2008-12-10 | 1 | -0/+4 |
| | |||||
* | Hundreds more stylecop fixes. | Andrew Arnott | 2008-11-25 | 1 | -5/+6 |
| | | | | Mostly just doc bugs now. | ||||
* | Several hundred StyleCop fixes. | Andrew Arnott | 2008-11-24 | 1 | -2/+2 |
| | |||||
* | All 249 enabled tests pass. | Andrew Arnott | 2008-11-24 | 1 | -3/+4 |
| | |||||
* | Added discovery and around 60 tests. The discovery and a few other tests ↵ | Andrew Arnott | 2008-11-24 | 1 | -2/+11 |
| | | | | still fail, but we're making progress. | ||||
* | Added SecuritySettings members to OP and RP classes. | Andrew Arnott | 2008-11-19 | 1 | -0/+24 |