index
:
DotNetOpenAuth
develop
origin/DNOA.Messaging.Portable
origin/HEAD
origin/Silverlight
origin/Silverlight3
origin/WIX
origin/boo
origin/ci
origin/contracts_RC
origin/csteeg-v3.4
origin/develop
origin/dimebrain
origin/godaddylogging
origin/infocardintegration
origin/jwt
origin/master
origin/mono
origin/mono2
origin/mvcProjTemplate
origin/netcf
origin/oauthspmvc
origin/osis
origin/v0.1
origin/v1.0
origin/v2.0
origin/v2.1
origin/v2.2
origin/v2.3
origin/v2.4
origin/v2.5
origin/v2.6
origin/v3.0
origin/v3.1
origin/v3.2
origin/v3.3
origin/v3.4
origin/v4.0
origin/v4.1
origin/v4.2
origin/v4.3
origin/v5.0
Unnamed repository; edit this file 'description' to name the repository.
Erik Andersson
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
DotNetOpenAuth.OAuth2.AuthorizationServer
/
OAuth2
/
ChannelElements
/
OAuth2AuthorizationServerChannel.cs
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Closes #356, Closes #357, Closes #358
David Christiansen
2015-01-04
1
-0
/
+2
|
*
Lots of StyleCop fixes.
Andrew Arnott
2013-03-26
1
-0
/
+2
|
*
Unit test build break fixes.
Andrew Arnott
2013-03-06
1
-1
/
+1
|
*
Switched Channel to receiving messages via HttpRequestMessage as well.
Andrew Arnott
2013-03-04
1
-4
/
+6
|
*
C# compiler warning fixes.
Andrew Arnott
2013-02-10
1
-0
/
+1
|
*
OAuth2.AuthorizationServer now builds.
Andrew Arnott
2013-01-13
1
-6
/
+11
|
*
Removes more remnants of Code Contracts.
Andrew Arnott
2012-12-26
1
-1
/
+0
|
*
Replaces DNOA's internal Requires class with Validation NuGet package.
Andrew Arnott
2012-12-26
1
-0
/
+1
|
*
Fixes access denial errors from OAuth 2 resource servers so they include the ↵
Andrew Arnott
2012-04-22
1
-1
/
+6
|
|
|
|
|
|
required parameters in their WWW-Authenticate headers. Fixes #124
*
Fixed up the configuration story for OAuth 2.
Andrew Arnott
2012-04-18
1
-3
/
+3
|
*
StyleCop cleanup, and reversal of some code changes that were no longer ↵
Andrew Arnott
2012-04-18
1
-1
/
+3
|
|
|
|
necessary.
*
We have HTTP Basic client authentication working now in OAuth 2.
Andrew Arnott
2012-04-18
1
-4
/
+6
|
*
Renamed IAuthorizationServer to IAuthorizationServerHost.
Andrew Arnott
2012-04-08
1
-3
/
+3
|
|
|
|
To avoid confusion with the concrete class AuthorizationServer.
*
Removed another auth server binding element.
Andrew Arnott
2012-03-31
1
-1
/
+0
|
*
Consolidated all code and token serializations to one binding element.
Andrew Arnott
2012-03-30
1
-1
/
+1
|
*
Added binding element comments.
Andrew Arnott
2012-03-30
1
-0
/
+1
|
*
Moved some message validation to another binding element.
Andrew Arnott
2012-03-29
1
-1
/
+1
|
*
Moved the code in AuthorizationCodeBindingElement into the ↵
Andrew Arnott
2012-03-29
1
-1
/
+0
|
|
|
|
AuthorizationServer class.
*
Beginning work of cleaning up the auth server binding elements.
Andrew Arnott
2012-03-26
1
-1
/
+1
|
*
Fixed build breaks in the solution.
Andrew Arnott
2012-03-17
1
-2
/
+3
|
*
Redistributed OAuth2 code into their more specific assemblies.
Andrew Arnott
2012-03-16
1
-0
/
+123