summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OpenId.RelyingParty.UI
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary references to Microsoft.Net.Http and Microsoft.Bcl.Build ↵lcalabrese2015-08-072-19/+1
| | | | since we are using .NET 4.5 and the built-in System.Net.Http library
* Test greenDavid Christiansen2015-01-052-29/+34
| | | | - Packages update
* Closes #356, Closes #357, Closes #358David Christiansen2015-01-043-0/+4
|
* Updates NuGet packages.Andrew Arnott2013-10-192-22/+35
|
* Removes InfoCard support from the library.Andrew Arnott2013-06-161-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 Arnott2013-06-151-3/+3
|
* Consolidates two OpenID memory app storesAndrew Arnott2013-03-283-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 Arnott2013-03-261-6/+7
|
* More StyleCop fixes.Andrew Arnott2013-03-261-10/+11
|
* Changed all ASP.NET async void event handlers to use RegisterAsyncTask, ↵Andrew Arnott2013-03-041-15/+20
| | | | which avoids bugs in ASP.NET.
* A few more fixes.Andrew Arnott2013-03-041-0/+1
|
* Switched Channel to receiving messages via HttpRequestMessage as well.Andrew Arnott2013-03-042-3/+3
|
* Lots of stylecop fixes.Andrew Arnott2013-02-165-6/+16
|
* More warning fixes.Andrew Arnott2013-02-103-4/+17
|
* C# compiler warning fixes.Andrew Arnott2013-02-104-33/+59
|
* Fixes more synchronous blocks.Andrew Arnott2013-02-092-25/+28
|
* Fixes ASP.NET controls to be async.Andrew Arnott2013-02-094-46/+62
|
* Fixes OpenIdLogin control and sample.Andrew Arnott2013-02-091-1/+1
|
* Updates to Validation 2.0.2 and log4net 2.0.0.Andrew Arnott2013-01-272-4/+4
|
* Retargets DNOA to MVC 4 (since async controllers require MVC 4).Andrew Arnott2013-01-272-15/+15
|
* OpenID.RP.UI now builds, and ASP.NET control login works.Andrew Arnott2013-01-1210-116/+176
|
* Fixes up some missing references.Andrew Arnott2012-12-292-0/+32
| | | | Upgrades MVC dependency from 1.0 to 3.0, via NuGet.
* Updates Validation NuGet package references for .NET 4.5Andrew Arnott2012-12-281-1/+1
|
* Removed ClrVersion build property.Andrew Arnott2012-12-282-779/+0
|
* 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-2616-81/+6
|
* Replaces DNOA's internal Requires class with Validation NuGet package.Andrew Arnott2012-12-2613-11/+30
|
* Marks SelectorButton as serializableAndrew Arnott2012-11-101-0/+1
| | | | Fixes #188
* 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
* Replaced API requirements for HttpRequestInfo with HttpRequestBase (new in ↵Andrew Arnott2012-03-054-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. #68Andrew Arnott2012-02-091-0/+3
|
* Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-0523-47/+47
| | | | Fixes #66
* Fixed rendering of OpenIdSelector ASP.NET control.Andrew Arnott2012-01-302-6/+6
|
* Added Moq's internal proxy generator to InternalsVisibleTo so that mocks can ↵Andrew Arnott2012-01-291-0/+2
| | | | be created on internal types.
* Fixes encoding error in OpenIdLogin.cs by switching to UTF-8.Andrew Arnott2012-01-291-2/+2
| | | | Fixes #44
* Renamed assembly DotNetOpenAuth.Messaging(.UI) to DotNetOpenAuth.Core(.UI)Andrew Arnott2012-01-121-4/+4
|
* Merge remote-tracking branch 'origin/splitDlls' into splitDllsAndrew Arnott2011-11-021-2/+2
|\
| * Rename async argument to make it compile with .net async ctp.dotnetjunky2011-10-191-2/+2
| |
* | Fixed some build breaks.Andrew Arnott2011-11-021-1/+1
|/
* Fixed build breaks when targeting CLR 4.Andrew Arnott2011-10-071-1/+1
|
* Merge branch 'master' into splitDllsAndrew Arnott2011-09-281-1/+1
|
* Removed some lingering ccrewrite.exe dependent code.Andrew Arnott2011-09-201-3/+3
|
* All product assemblies build without ccrewrite.exe now.Andrew Arnott2011-09-1811-67/+67
|
* Fixed up OpenIdInfoCardSelector button and the association response in the ↵Andrew Arnott2011-08-092-70/+2
| | | | message factory.
* StyleCop work.Andrew Arnott2011-08-072-2/+2
|
* Added Messaging.UI assembly.Andrew Arnott2011-07-272-0/+74
|
* Extracted OpenID RP UI project.Andrew Arnott2011-07-2731-0/+8832