summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Core/Messaging/DataBagFormatterBase.cs
Commit message (Collapse)AuthorAgeFilesLines
* Closes #356, Closes #357, Closes #358David Christiansen2015-01-041-0/+2
|
* Removes more remnants of Code Contracts.Andrew Arnott2012-12-261-2/+0
|
* Replaces DNOA's internal Requires class with Validation NuGet package.Andrew Arnott2012-12-261-7/+8
|
* Merge branch 'v4.1'Andrew Arnott2012-12-021-2/+2
|\ | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.OAuth2.ResourceServer/OAuth2/StandardAccessTokenAnalyzer.cs src/DotNetOpenAuth.Test/OAuth2/OAuth2TestBase.cs src/version.txt
| * Avoids OOM exceptions from ResourceServerAndrew Arnott2012-11-111-2/+2
| | | | | | | | Related to #178
* | Merge remote-tracking branch 'aarnott/master'Andrew Arnott2012-10-291-6/+4
|\ \ | |/ |/|
| * Adds AuthorizationServer.DecodeRefreshTokenAndrew Arnott2012-07-201-6/+4
| | | | | | | | | | | | And a unit test. Fixes #182
* | Replaces explicit crypto algorithm use with factories.Andrew Arnott2012-07-181-3/+3
|/ | | | Fixes #47 which requires that FIPS compliance be an option.
* Authorization Server hosts now instantiate their own AccessTokens rather ↵Andrew Arnott2012-04-251-8/+5
| | | | | | | than just parameters. AccessTokens are now serialized via a virtual method on that instance. Fixes #38, I think.
* Redistributed OAuth2 code into their more specific assemblies.Andrew Arnott2012-03-161-0/+2
|
* Fixed error message generated in exception thrown for bad access token requests.Andrew Arnott2012-03-141-4/+11
|
* Applied all the StyleCop fixes necessary by the StyleCop 4.7 upgrade.Andrew Arnott2012-03-101-1/+1
|
* Fixed FxCop messages in DNOA.Core #68Andrew Arnott2012-02-091-2/+7
|
* Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-051-2/+2
| | | | Fixes #66
* Renamed assembly DotNetOpenAuth.Messaging(.UI) to DotNetOpenAuth.Core(.UI)Andrew Arnott2012-01-121-0/+354