Last 30 days
-
r145
(Overrode OAuthRequestException.ToString to contain additiona...) committed by bruceboughton
- Overrode OAuthRequestException.ToString to contain additional data
Overrode OAuthRequestException.ToString to contain additional data
-
r144
(Fixed cloning of AdditionalParameters) committed by bruceboughton
- Fixed cloning of AdditionalParameters
Fixed cloning of AdditionalParameters
Earlier this year
-
r143
(Fix for doubled up query string arguments when fetching a pr...) committed by bruceboughton
- Fix for doubled up query string arguments when fetching a protected resource URI with query string
arguments
Fix for doubled up query string arguments when fetching a protected resource URI with query string
arguments
-
-
r142
(Added request state store for managing the state of consumer...) committed by bruceboughton
- Added request state store for managing the state of consumer requests;
Added AspNetOAuthRequest for configuring consumer requests for a typical ASP.NET environment;
Updated example apps to use new APIs
Added request state store for managing the state of consumer requests;
Added AspNetOAuthRequest for configuring consumer requests for a typical ASP.NET environment;
Updated example apps to use new APIs
-
r141
(Changed how the body of a response handles text sent down. ...) committed by chris.s.adams
- Changed how the body of a response handles text sent down. If it isn't parse able into a name value
collection then the full content is added into as an OAuthRequestExtensionParameters.Problem
Changed how the body of a response handles text sent down. If it isn't parse able into a name value
collection then the full content is added into as an OAuthRequestExtensionParameters.Problem
-
r140
(Removed OAuthService.CallbackUrl and replaced it with OAuthR...) committed by bruceboughton
- Removed OAuthService.CallbackUrl and replaced it with OAuthRequest.CallbackUrl
Removed OAuthService.CallbackUrl and replaced it with OAuthRequest.CallbackUrl
-
r139
(Removed SP-specific stuff from IToken (moved to IIssuedToken...) committed by bruceboughton
- Removed SP-specific stuff from IToken (moved to IIssuedToken);
Moved OAuthToken out of Consumer into Common;
Changed OAuthRequest to use RequestTokenVerifier property properly;
Updated examples to set RequestTokenVerifier properly
Removed SP-specific stuff from IToken (moved to IIssuedToken);
Moved OAuthToken out of Consumer into Common;
Changed OAuthRequest to use RequestTokenVerifier property properly;
Updated examples to set RequestTokenVerifier properly
-
r138
(Added license info to source file) committed by bruceboughton
- Added license info to source file
Added license info to source file
-
r137
(Fixed tests that used obsolete overloads that have been remo...) committed by bruceboughton
- Fixed tests that used obsolete overloads that have been removed
Fixed tests that used obsolete overloads that have been removed
-
r136
(Added changes to support Consumer Requests on the client sid...) committed by chris.s.adams
- Added changes to support Consumer Requests on the client side - not fully tested.
Added changes to support Consumer Requests on the client side - not fully tested.
-
r135
(Removed overloads marked as obsolete to make it easier to ma...) committed by bruceboughton
- Removed overloads marked as obsolete to make it easier to maintain code
Removed overloads marked as obsolete to make it easier to maintain code
-
SourceNotice
Wiki page edited by bruceboughton
- Revision r134
Updated source notice to note that the trunk is currently being disrupted.
Revision r134
Updated source notice to note that the trunk is currently being disrupted.
-
-
r133
(Added NonceProvider property to ServiceProviderContext and r...) committed by chris.s.adams
- Added NonceProvider property to ServiceProviderContext and re-named MD5HashVerifierProvider to
MD5HashVerificationProvider. See http://code.google.com/p/oauth-dot-
net/issues/detail?id=19&colspec=ID%20Type%20Status%20Priority%20Owner%20Assembly%20Summary
Added NonceProvider property to ServiceProviderContext and re-named MD5HashVerifierProvider to
MD5HashVerificationProvider. See http://code.google.com/p/oauth-dot-
net/issues/detail?id=19&colspec=ID%20Type%20Status%20Priority%20Owner%20Assembly%20Summary
-
issue 20
(OAuth.Net.Compants.HMacSha1SigningProvider.CheckSignature in...) Status changed by chris.s.adams
-
-
r132
(Fixed echo provider to output correctly encoded URL.) committed by chris.s.adams
- Fixed echo provider to output correctly encoded URL.
Fixed echo provider to output correctly encoded URL.
-
-
-
-
SourceNotice
Wiki page edited by chris.s.adams
- Revision r131
Edited wiki page through web user interface.
Revision r131
Edited wiki page through web user interface.
-
-
-
ChangeLog
Wiki page edited by chris.s.adams
- Revision r130
Edited wiki page through web user interface.
Revision r130
Edited wiki page through web user interface.
-
ChangeLog
Wiki page edited by chris.s.adams
- Revision r129
Edited wiki page through web user interface.
Revision r129
Edited wiki page through web user interface.
-
-
r127
(Modified to stop the workflow if no verifier is given when g...) committed by chris.s.adams
- Modified to stop the workflow if no verifier is given when getting the AccessToken
Modified to stop the workflow if no verifier is given when getting the AccessToken
-
issue 18
(NullReferenceException in OAuthRequestToken.cs) changed by chris.s.adams
-
Status:
Fixed
Owner:
chris.s.adams
Status:
Fixed
Owner:
chris.s.adams
-
-
-
-
-
-
issue 16
(Encoding issue when parameters are provided by authorization...) Status changed by chris.s.adams
-
-
-
issue 17
(OAuthParameters constructor does not properly initialize its...) Status changed by chris.s.adams
-
-
-
-
-
-
-
r124
(Changed OAuthRequestContext to return the RequestToken from ...) committed by chris.s.adams
- Changed OAuthRequestContext to return the RequestToken from the AccessToken if it has not been set
previously.
Changed OAuthRequestContext to return the RequestToken from the AccessToken if it has not been set
previously.
-
r123
(Fixed passing of token to consumer callback store.) committed by chris.s.adams
- Fixed passing of token to consumer callback store.
Fixed passing of token to consumer callback store.
-
r122
(Fixed error where AuthHeader Params were not being Rfc3986 d...) committed by chris.s.adams
- Fixed error where AuthHeader Params were not being Rfc3986 decoded.
Fixed error where AuthHeader Params were not being Rfc3986 decoded.
-
r121
(Added clean to build script to ensure builds are signed.) committed by chris.s.adams
- Added clean to build script to ensure builds are signed.
Added clean to build script to ensure builds are signed.
-
r120
(Added IsOAuthRequest property to OAuthRequestContext to be a...) committed by chris.s.adams
- Added IsOAuthRequest property to OAuthRequestContext to be able to determine in Service Provider if
context is valid.
Added IsOAuthRequest property to OAuthRequestContext to be able to determine in Service Provider if
context is valid.
-
r119
(Changed to how the exception is reported to fix issue of it ...) committed by chris.s.adams
- Changed to how the exception is reported to fix issue of it being cleared before written out.
Changed to how the exception is reported to fix issue of it being cleared before written out.
-
r118
(Further changes to get the equality operators working.) committed by chris.s.adams
- Further changes to get the equality operators working.
Further changes to get the equality operators working.
-
r117
(Small change to equality and inequality operators to allow f...) committed by chris.s.adams
- Small change to equality and inequality operators to allow for nulls.
Small change to equality and inequality operators to allow for nulls.
-
r116
(added new OAuthRequestException and added handler to catch u...) committed by chris.s.adams
- added new OAuthRequestException and added handler to catch uncaught ones to stream correctly to
client.
added new OAuthRequestException and added handler to catch uncaught ones to stream correctly to
client.
|