Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Further refactoring of discovery results. | Andrew Arnott | 2009-11-23 | 1 | -12/+11 |
| | |||||
* | StyleCop fixes. | Andrew Arnott | 2009-11-22 | 1 | -1/+1 |
| | |||||
* | Some extensive refactoring around IIdentifierDiscoveryResult and ↵ | Andrew Arnott | 2009-11-22 | 1 | -11/+12 |
| | | | | ServiceEndpoint. | ||||
* | Switched almost entirely over to Code Contracts across the entire library. | Andrew Arnott | 2009-05-23 | 1 | -7/+8 |
| | | | | But some unit tests still fail, and there are other issues. | ||||
* | OP now has a RequireSsl option, which requires RP discovery to happen over ↵ | Andrew Arnott | 2009-05-08 | 1 | -1/+4 |
| | | | | | | HTTPS. Fixes Trac ticket 51. | ||||
* | Cleaned up logging. | Andrew Arnott | 2009-03-15 | 1 | -2/+2 |
| | |||||
* | Renamed UserAgentResponse to OutgoingWebResponse, and DirectWebResponse to ↵ | Andrew Arnott | 2009-03-15 | 1 | -5/+5 |
| | | | | IncomingWebResponse. | ||||
* | StyleCop fixes | Andrew Arnott | 2009-01-30 | 1 | -2/+2 |
| | |||||
* | Refactored IDirectWebRequestHandler to take a set of options rather than be ↵ | Andrew Arnott | 2009-01-30 | 1 | -2/+2 |
| | | | | | | 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 | -7/+9 |
| | | | | into OpenIdTestBase. | ||||
* | Enabled the rest of the association tests. | Andrew Arnott | 2009-01-19 | 1 | -0/+13 |
| | |||||
* | Fixed the DirectWebResponse bug that broke the OAuth sample. | Andrew Arnott | 2009-01-12 | 1 | -3/+3 |
| | |||||
* | Lots of stylecop work. | Andrew Arnott | 2008-12-01 | 1 | -1/+1 |
| | |||||
* | Hundreds more stylecop fixes. | Andrew Arnott | 2008-11-25 | 1 | -38/+41 |
| | | | | Mostly just doc bugs now. | ||||
* | Several hundred StyleCop fixes. | Andrew Arnott | 2008-11-24 | 1 | -19/+22 |
| | |||||
* | All 249 enabled tests pass. | Andrew Arnott | 2008-11-24 | 1 | -11/+15 |
| | |||||
* | Added discovery and around 60 tests. The discovery and a few other tests ↵ | Andrew Arnott | 2008-11-24 | 1 | -0/+179 |
still fail, but we're making progress. |