Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Closes #356, Closes #357, Closes #358 | David Christiansen | 2015-01-04 | 2 | -0/+4 |
| | |||||
* | More unit test fixes. | Andrew Arnott | 2013-03-10 | 1 | -2/+2 |
| | |||||
* | More test build break fixes. | Andrew Arnott | 2013-03-09 | 1 | -6/+8 |
| | |||||
* | Lots of stylecop fixes. | Andrew Arnott | 2013-02-16 | 2 | -0/+12 |
| | |||||
* | C# compiler warning fixes. | Andrew Arnott | 2013-02-10 | 3 | -0/+5 |
| | |||||
* | DNOA.OpenId.RP now builds. | Andrew Arnott | 2012-12-31 | 3 | -13/+29 |
| | |||||
* | Removes more remnants of Code Contracts. | Andrew Arnott | 2012-12-26 | 4 | -7/+1 |
| | |||||
* | Replaces DNOA's internal Requires class with Validation NuGet package. | Andrew Arnott | 2012-12-26 | 3 | -1/+4 |
| | |||||
* | Changed the compile-time switch for DH support into a runtime check for the ↵ | Andrew Arnott | 2012-03-11 | 1 | -5/+5 |
| | | | | | | supporting assembling. Fixes #87 | ||||
* | Removed reference to OpenId.RelyingParty from OpenId.Provider. | Andrew Arnott | 2012-02-07 | 1 | -8/+2 |
| | | | | This is part of the fix for #71. | ||||
* | Updated all copyright notices to reflect copyright assignment to Outercurve. | Andrew Arnott | 2012-02-05 | 6 | -12/+12 |
| | | | | Fixes #66 | ||||
* | Added build property that can cause the Diffie-Hellman algorithm and its ↵ | Andrew Arnott | 2011-10-10 | 1 | -2/+3 |
| | | | | | | associated functionality to be omitted from OpenID. Provider currently throws an exception for an unexpected message when DH associations are requested. | ||||
* | StyleCop and other compiler warning fixes. | Andrew Arnott | 2011-09-18 | 1 | -1/+10 |
| | |||||
* | All product assemblies build without ccrewrite.exe now. | Andrew Arnott | 2011-09-18 | 3 | -10/+10 |
| | |||||
* | Fixed basic association test. | Andrew Arnott | 2011-08-23 | 1 | -3/+50 |
| | |||||
* | Fixed up OpenIdInfoCardSelector button and the association response in the ↵ | Andrew Arnott | 2011-08-09 | 2 | -2/+69 |
| | | | | message factory. | ||||
* | C# warnings work. | Andrew Arnott | 2011-08-07 | 1 | -2/+2 |
| | |||||
* | StyleCop work. | Andrew Arnott | 2011-08-07 | 3 | -3/+36 |
| | |||||
* | A few stylecop fixes. | Andrew Arnott | 2011-08-03 | 3 | -13/+17 |
| | |||||
* | OpenID RP and OP projects build now. | Andrew Arnott | 2011-07-25 | 1 | -2/+0 |
| | |||||
* | More work toward divided OpenID projects. | Andrew Arnott | 2011-07-25 | 1 | -3/+3 |
| | |||||
* | Splitting up the OpenID profile into OpenID RP and OP. The core OpenID DLL ↵ | Andrew Arnott | 2011-07-20 | 5 | -0/+622 |
compiles, but the RP and OP ones do not. |