summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Core/Messaging/HttpRequestInfo.cs
Commit message (Collapse)AuthorAgeFilesLines
* Lots of StyleCop fixes.Andrew Arnott2013-03-261-1/+1
|
* OpenIdOfflineProvider and RP now work together.Andrew Arnott2013-03-041-0/+52
|
* Removes CLR4 compiler symbol.Andrew Arnott2012-12-281-6/+0
|
* Removes more remnants of Code Contracts.Andrew Arnott2012-12-261-1/+0
|
* Replaces DNOA's internal Requires class with Validation NuGet package.Andrew Arnott2012-12-261-0/+1
|
* StyleCop fixes.Andrew Arnott2012-12-261-1/+1
|
* Fixes timeout in unit tests.Andrew Arnott2012-12-261-1/+20
|
* Added NuGet package dependency and fixed build breaks in samples.Andrew Arnott2012-09-271-0/+11
|
* Adds overloads of ResourceServer for HttpRequestMessage.Andrew Arnott2012-09-271-5/+49
| | | | | | | The GetPrincipal and GetAccessToken now better support resource servers that are written in ASP.NET WebAPI. Fixes #206
* We have HTTP Basic client authentication working now in OAuth 2.Andrew Arnott2012-04-181-1/+1
|
* Fix for NullReferenceException in the OAuth 1.0 demo due to HttpRequestInfo ↵Andrew Arnott2012-03-221-0/+1
| | | | | | not initializing one of its fields. Fixes #97
* Fixed StyleCop messages.Andrew Arnott2012-03-051-2/+94
|
* HttpRequestInfo ctors are now internal, and publicly we have staticAndrew Arnott2012-03-051-4/+20
| | | | factory methods that return HttpRequestBase instances.
* Replaced API requirements for HttpRequestInfo with HttpRequestBase (new in ↵Andrew Arnott2012-03-051-366/+67
| | | | | | .NET 3.5 SP1). This makes us more friendly to MVC as well as mock-based unit testing.
* Merge branch 'master' into webpagesAndrew Arnott2012-03-011-2/+2
|\ | | | | | | | | Conflicts: src/DotNetOpenAuth.sln
| * Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-051-2/+2
| | | | | | | | Fixes #66
* | Make changes per discussion. Remove the DNOA.WebPages project. Rename ↵Microsoft2012-03-011-5/+28
|/ | | | DNOA.Web to DNOA.AspNet.
* Renamed assembly DotNetOpenAuth.Messaging(.UI) to DotNetOpenAuth.Core(.UI)Andrew Arnott2012-01-121-0/+423