summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OAuth2.AuthorizationServer/DotNetOpenAuth.OAuth2.AuthorizationServer.csproj
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary references to Microsoft.Net.Http and Microsoft.Bcl.Build s...lcalabrese2015-08-071-16/+1
* #365David Christiansen2015-01-051-0/+1
* Test greenDavid Christiansen2015-01-051-7/+12
* Updates NuGet packages.Andrew Arnott2013-10-191-0/+11
* Updates to Validation 2.0.2 and log4net 2.0.0.Andrew Arnott2013-01-271-3/+3
* System.Net.Http references recreated using NuGet.Andrew Arnott2012-12-281-0/+2
* 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-271-3/+3
* Replaces DNOA's internal Requires class with Validation NuGet package.Andrew Arnott2012-12-261-0/+9
* Authorization servers can override the granted scopes for all grant types.Andrew Arnott2012-10-301-0/+2
* Fixed AccessTokenResult API to be clearerAndrew Arnott2012-07-221-0/+1
* Authorization Server hosts now instantiate their own AccessTokens rather than...Andrew Arnott2012-04-251-0/+1
* Moved IAuthorizationServerHost interface into the auth server project.Andrew Arnott2012-04-241-0/+1
* Fixed HTTP Basic authentication for OAuth 2 clients so that it actually works...Andrew Arnott2012-04-191-1/+1
* Fixed up the configuration story for OAuth 2.Andrew Arnott2012-04-181-0/+1
* StyleCop cleanup, and reversal of some code changes that were no longer neces...Andrew Arnott2012-04-181-1/+1
* We have HTTP Basic client authentication working now in OAuth 2.Andrew Arnott2012-04-181-0/+4
* Removed another auth server binding element.Andrew Arnott2012-03-311-1/+0
* Consolidated all code and token serializations to one binding element.Andrew Arnott2012-03-301-1/+1
* Fixed up an authorization server's token endpoint to generate more accurate e...Andrew Arnott2012-03-301-0/+11
* Moved some message validation to another binding element.Andrew Arnott2012-03-291-1/+1
* Moved the code in AuthorizationCodeBindingElement into the AuthorizationServe...Andrew Arnott2012-03-291-1/+0
* Beginning work of cleaning up the auth server binding elements.Andrew Arnott2012-03-261-1/+1
* A bunch more moving of OAuth2 classes between assemblies.Andrew Arnott2012-03-161-0/+1
* Redistributed OAuth2 code into their more specific assemblies.Andrew Arnott2012-03-161-0/+19
* Added DotNetOpenAuth.OAuth.Common to contain dependencies shared between OAut...Andrew Arnott2012-02-081-4/+0
* Renamed assembly DotNetOpenAuth.Messaging(.UI) to DotNetOpenAuth.Core(.UI)Andrew Arnott2012-01-121-2/+2
* Broke out OAuth 2 into 4 separate assemblies.Andrew Arnott2011-08-011-0/+41