Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removes InfoCard support from the library. | Andrew Arnott | 2013-06-16 | 25 | -1548/+0 |
| | | | | InfoCard support has been removed from recent versions of Windows. It's effectively dead. | ||||
* | Strong-name key is replaced with non-encrypted one. | Andrew Arnott | 2013-06-15 | 1 | -1/+1 |
| | |||||
* | Updates to Validation 2.0.2 and log4net 2.0.0. | Andrew Arnott | 2013-01-27 | 2 | -4/+4 |
| | |||||
* | Updates Validation NuGet package references for .NET 4.5 | Andrew Arnott | 2012-12-28 | 1 | -1/+1 |
| | |||||
* | Accomodates nuget's insistent project file changes. | Andrew Arnott | 2012-12-27 | 1 | -0/+2 |
| | |||||
* | Upgrades to Validation 2.0.1 to solve partially trusted callers problem. | Andrew Arnott | 2012-12-27 | 2 | -4/+4 |
| | |||||
* | Removes more remnants of Code Contracts. | Andrew Arnott | 2012-12-26 | 7 | -21/+3 |
| | |||||
* | Replaces DNOA's internal Requires class with Validation NuGet package. | Andrew Arnott | 2012-12-26 | 5 | -3/+19 |
| | |||||
* | Adjusted AssemblyInfo.cs to be unique for each assembly. | Andrew Arnott | 2012-09-29 | 1 | -9/+1 |
| | | | | This should fix nuget pdb package submission to symbolsource.org | ||||
* | Fixes a bug in posting to HTML forms in Firefox with the InfoCard selector. | Andrew Arnott | 2012-08-23 | 1 | -1/+1 |
| | | | | | | | If the idselector control on a page with an other control that raises a postback, then the selector is opening when using firefox with "openinfocard identity selector" addon. To fix this problem, you have to move the object tag with the identity object outside the form tag in the page. Thanks to Philipp Jenni <philipp.jenni@gmx.ch> who contributed this fix. | ||||
* | Applied all the StyleCop fixes necessary by the StyleCop 4.7 upgrade. | Andrew Arnott | 2012-03-10 | 1 | -1/+1 |
| | |||||
* | Replaced API requirements for HttpRequestInfo with HttpRequestBase (new in ↵ | Andrew Arnott | 2012-03-05 | 1 | -1/+1 |
| | | | | | | .NET 3.5 SP1). This makes us more friendly to MVC as well as mock-based unit testing. | ||||
* | Updated all copyright notices to reflect copyright assignment to Outercurve. | Andrew Arnott | 2012-02-05 | 9 | -18/+18 |
| | | | | Fixes #66 | ||||
* | Added Moq's internal proxy generator to InternalsVisibleTo so that mocks can ↵ | Andrew Arnott | 2012-01-29 | 1 | -0/+2 |
| | | | | be created on internal types. | ||||
* | Renamed assembly DotNetOpenAuth.Messaging(.UI) to DotNetOpenAuth.Core(.UI) | Andrew Arnott | 2012-01-12 | 1 | -4/+4 |
| | |||||
* | All product assemblies build without ccrewrite.exe now. | Andrew Arnott | 2011-09-18 | 3 | -12/+12 |
| | |||||
* | StyleCop work. | Andrew Arnott | 2011-08-07 | 1 | -1/+1 |
| | |||||
* | Split up InfoCard into two assemblies. | Andrew Arnott | 2011-07-31 | 24 | -0/+1554 |