summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.InfoCard.UI
Commit message (Collapse)AuthorAgeFilesLines
* Removes InfoCard support from the library.Andrew Arnott2013-06-1625-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 Arnott2013-06-151-1/+1
|
* Updates to Validation 2.0.2 and log4net 2.0.0.Andrew Arnott2013-01-272-4/+4
|
* Updates Validation NuGet package references for .NET 4.5Andrew Arnott2012-12-281-1/+1
|
* Accomodates nuget's insistent project file changes.Andrew Arnott2012-12-271-0/+2
|
* Upgrades to Validation 2.0.1 to solve partially trusted callers problem.Andrew Arnott2012-12-272-4/+4
|
* Removes more remnants of Code Contracts.Andrew Arnott2012-12-267-21/+3
|
* Replaces DNOA's internal Requires class with Validation NuGet package.Andrew Arnott2012-12-265-3/+19
|
* Adjusted AssemblyInfo.cs to be unique for each assembly.Andrew Arnott2012-09-291-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 Arnott2012-08-231-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 Arnott2012-03-101-1/+1
|
* Replaced API requirements for HttpRequestInfo with HttpRequestBase (new in ↵Andrew Arnott2012-03-051-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 Arnott2012-02-059-18/+18
| | | | Fixes #66
* Added Moq's internal proxy generator to InternalsVisibleTo so that mocks can ↵Andrew Arnott2012-01-291-0/+2
| | | | be created on internal types.
* Renamed assembly DotNetOpenAuth.Messaging(.UI) to DotNetOpenAuth.Core(.UI)Andrew Arnott2012-01-121-4/+4
|
* All product assemblies build without ccrewrite.exe now.Andrew Arnott2011-09-183-12/+12
|
* StyleCop work.Andrew Arnott2011-08-071-1/+1
|
* Split up InfoCard into two assemblies.Andrew Arnott2011-07-3124-0/+1554