summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OAuth2.Client.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
* #365David Christiansen2015-01-051-0/+120
|
* Test greenDavid Christiansen2015-01-053-77/+756
| | | | - Packages update
* Updates NuGet packages.Andrew Arnott2013-10-192-0/+18
|
* Strong-name key is replaced with non-encrypted one.Andrew Arnott2013-06-151-1/+1
|
* Fixed up WebAPI sample so it works with anonymous clients.Andrew Arnott2013-03-021-1/+9
|
* More warning fixes.Andrew Arnott2013-02-101-0/+3
|
* Updates to Validation 2.0.2 and log4net 2.0.0.Andrew Arnott2013-01-272-4/+4
|
* OAuth2.Client.UI now builds.Andrew Arnott2013-01-131-10/+12
|
* 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-262-4/+0
|
* Replaces DNOA's internal Requires class with Validation NuGet package.Andrew Arnott2012-12-263-0/+14
|
* 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
* FxCop fixes and suppressions.Andrew Arnott2012-03-101-0/+3
|
* Fixed many FxCop messages in OAuth2 assemblies. #68Andrew Arnott2012-02-093-21/+41
|
* Added DotNetOpenAuth.OAuth.Common to contain dependencies shared between ↵Andrew Arnott2012-02-081-4/+0
| | | | | | OAuth 1 and OAuth 2. Related to and closes #71
* Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-052-5/+5
| | | | 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-2/+2
|
* All product assemblies build without ccrewrite.exe now.Andrew Arnott2011-09-181-1/+1
|
* Broke out the UI part of OAuth2 client into its own assembly.Andrew Arnott2011-08-015-0/+475