Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unnecessary references to Microsoft.Net.Http and Microsoft.Bcl.Build ↵ | lcalabrese | 2015-08-07 | 2 | -19/+1 |
| | | | | since we are using .NET 4.5 and the built-in System.Net.Http library | ||||
* | Test green | David Christiansen | 2015-01-05 | 2 | -29/+34 |
| | | | | - Packages update | ||||
* | Closes #356, Closes #357, Closes #358 | David Christiansen | 2015-01-04 | 3 | -0/+4 |
| | |||||
* | Updates NuGet packages. | Andrew Arnott | 2013-10-19 | 2 | -22/+35 |
| | |||||
* | Removes InfoCard support from the library. | Andrew Arnott | 2013-06-16 | 1 | -2/+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 | -3/+3 |
| | |||||
* | Consolidates two OpenID memory app stores | Andrew Arnott | 2013-03-28 | 3 | -4/+7 |
| | | | | | | | 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. | ||||
* | Last StyleCop fixes. | Andrew Arnott | 2013-03-26 | 1 | -6/+7 |
| | |||||
* | More StyleCop fixes. | Andrew Arnott | 2013-03-26 | 1 | -10/+11 |
| | |||||
* | Changed all ASP.NET async void event handlers to use RegisterAsyncTask, ↵ | Andrew Arnott | 2013-03-04 | 1 | -15/+20 |
| | | | | which avoids bugs in ASP.NET. | ||||
* | A few more fixes. | Andrew Arnott | 2013-03-04 | 1 | -0/+1 |
| | |||||
* | Switched Channel to receiving messages via HttpRequestMessage as well. | Andrew Arnott | 2013-03-04 | 2 | -3/+3 |
| | |||||
* | Lots of stylecop fixes. | Andrew Arnott | 2013-02-16 | 5 | -6/+16 |
| | |||||
* | More warning fixes. | Andrew Arnott | 2013-02-10 | 3 | -4/+17 |
| | |||||
* | C# compiler warning fixes. | Andrew Arnott | 2013-02-10 | 4 | -33/+59 |
| | |||||
* | Fixes more synchronous blocks. | Andrew Arnott | 2013-02-09 | 2 | -25/+28 |
| | |||||
* | Fixes ASP.NET controls to be async. | Andrew Arnott | 2013-02-09 | 4 | -46/+62 |
| | |||||
* | Fixes OpenIdLogin control and sample. | Andrew Arnott | 2013-02-09 | 1 | -1/+1 |
| | |||||
* | Updates to Validation 2.0.2 and log4net 2.0.0. | Andrew Arnott | 2013-01-27 | 2 | -4/+4 |
| | |||||
* | Retargets DNOA to MVC 4 (since async controllers require MVC 4). | Andrew Arnott | 2013-01-27 | 2 | -15/+15 |
| | |||||
* | OpenID.RP.UI now builds, and ASP.NET control login works. | Andrew Arnott | 2013-01-12 | 10 | -116/+176 |
| | |||||
* | Fixes up some missing references. | Andrew Arnott | 2012-12-29 | 2 | -0/+32 |
| | | | | Upgrades MVC dependency from 1.0 to 3.0, via NuGet. | ||||
* | Updates Validation NuGet package references for .NET 4.5 | Andrew Arnott | 2012-12-28 | 1 | -1/+1 |
| | |||||
* | Removed ClrVersion build property. | Andrew Arnott | 2012-12-28 | 2 | -779/+0 |
| | |||||
* | 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 | 16 | -81/+6 |
| | |||||
* | Replaces DNOA's internal Requires class with Validation NuGet package. | Andrew Arnott | 2012-12-26 | 13 | -11/+30 |
| | |||||
* | Marks SelectorButton as serializable | Andrew Arnott | 2012-11-10 | 1 | -0/+1 |
| | | | | Fixes #188 | ||||
* | 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 | ||||
* | Replaced API requirements for HttpRequestInfo with HttpRequestBase (new in ↵ | Andrew Arnott | 2012-03-05 | 4 | -11/+7 |
| | | | | | | .NET 3.5 SP1). This makes us more friendly to MVC as well as mock-based unit testing. | ||||
* | OpenID assemblies now are FxCop clean. #68 | Andrew Arnott | 2012-02-09 | 1 | -0/+3 |
| | |||||
* | Updated all copyright notices to reflect copyright assignment to Outercurve. | Andrew Arnott | 2012-02-05 | 23 | -47/+47 |
| | | | | Fixes #66 | ||||
* | Fixed rendering of OpenIdSelector ASP.NET control. | Andrew Arnott | 2012-01-30 | 2 | -6/+6 |
| | |||||
* | 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. | ||||
* | Fixes encoding error in OpenIdLogin.cs by switching to UTF-8. | Andrew Arnott | 2012-01-29 | 1 | -2/+2 |
| | | | | Fixes #44 | ||||
* | Renamed assembly DotNetOpenAuth.Messaging(.UI) to DotNetOpenAuth.Core(.UI) | Andrew Arnott | 2012-01-12 | 1 | -4/+4 |
| | |||||
* | Merge remote-tracking branch 'origin/splitDlls' into splitDlls | Andrew Arnott | 2011-11-02 | 1 | -2/+2 |
|\ | |||||
| * | Rename async argument to make it compile with .net async ctp. | dotnetjunky | 2011-10-19 | 1 | -2/+2 |
| | | |||||
* | | Fixed some build breaks. | Andrew Arnott | 2011-11-02 | 1 | -1/+1 |
|/ | |||||
* | Fixed build breaks when targeting CLR 4. | Andrew Arnott | 2011-10-07 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into splitDlls | Andrew Arnott | 2011-09-28 | 1 | -1/+1 |
| | |||||
* | Removed some lingering ccrewrite.exe dependent code. | Andrew Arnott | 2011-09-20 | 1 | -3/+3 |
| | |||||
* | All product assemblies build without ccrewrite.exe now. | Andrew Arnott | 2011-09-18 | 11 | -67/+67 |
| | |||||
* | Fixed up OpenIdInfoCardSelector button and the association response in the ↵ | Andrew Arnott | 2011-08-09 | 2 | -70/+2 |
| | | | | message factory. | ||||
* | StyleCop work. | Andrew Arnott | 2011-08-07 | 2 | -2/+2 |
| | |||||
* | Added Messaging.UI assembly. | Andrew Arnott | 2011-07-27 | 2 | -0/+74 |
| | |||||
* | Extracted OpenID RP UI project. | Andrew Arnott | 2011-07-27 | 31 | -0/+8832 |