summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Core/Messaging/ProtocolFaultResponseException.cs
Commit message (Collapse)AuthorAgeFilesLines
* Lots of stylecop fixes.Andrew Arnott2013-02-161-1/+4
|
* Fixed a bunch more samples.Andrew Arnott2013-01-231-1/+1
|
* DNOA.OpenId.RP now builds.Andrew Arnott2012-12-311-3/+4
|
* Replaces IDirectWebRequestHandler with HttpClient in DNOA.Core.Andrew Arnott2012-12-291-1/+2
| | | | Build breaks are everywhere outside of just this one project as a result.
* Replaces DNOA's internal Requires class with Validation NuGet package.Andrew Arnott2012-12-261-0/+1
|
* Fixed Stylecop messages.Andrew Arnott2012-04-221-0/+1
|
* Fixes access denial errors from OAuth 2 resource servers so they include the ↵Andrew Arnott2012-04-221-14/+4
| | | | | | required parameters in their WWW-Authenticate headers. Fixes #124
* Replaces ResourceServer.VerifyAccess with a better pattern for error handling.Andrew Arnott2012-04-211-0/+78
Fixes #122