Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Fixed ProviderEndpoint control bug where it would try to process old ↵ | Andrew Arnott | 2009-04-16 | 1 | -1/+6 | |
| | | | | | | | | messages on PostBacks. | |||||
* | | vsmdi adjustment | Andrew Arnott | 2009-04-15 | 1 | -75/+71 | |
| | | ||||||
* | | Merge branch 'v3.0' | Andrew Arnott | 2009-04-15 | 33 | -54/+363 | |
|\ \ | |/ | ||||||
| * | Custom OpenID extensions may now exist outside the library. | Andrew Arnott | 2009-04-15 | 29 | -92/+379 | |
| | | ||||||
| * | Fixed failing unit tests. | Andrew Arnott | 2009-04-15 | 3 | -4/+12 | |
| | | ||||||
| * | HTTP responses with invalid Content-Type headers now emit an error to the ↵ | Andrew Arnott | 2009-04-14 | 1 | -3/+11 | |
| | | | | | | | | | | | | log but continue instead of throwing an unhandled exception. Works around interop issue 243. | |||||
| * | Drops now include the contract reference assembly. | Andrew Arnott | 2009-04-13 | 1 | -0/+2 | |
| | | | | | | | | There are now three README files in the drops that describe different areas of interest. | |||||
| * | Added logging of incoming HTTP request URL. | Andrew Arnott | 2009-04-11 | 1 | -0/+1 | |
| | | ||||||
* | | Renamed IsSignedByProvider and hid it from request extension messages since ↵ | Andrew Arnott | 2009-04-11 | 9 | -9/+61 | |
| | | | | | | | | | | | | it didn't apply. Fixed Google Code Issue 241. | |||||
* | | Merge commit 'v3.0' | Andrew Arnott | 2009-04-10 | 33 | -151/+520 | |
|\ \ | |/ | ||||||
| * | Fixed OpenIdAjaxTextBox extension passing to Javascript. | Andrew Arnott | 2009-04-10 | 4 | -12/+123 | |
| | | | | | | | | | | | | The underlying problem was that we were not actually using a non-verifying OpenID channel as we thought we were, and this is a requirement. Fixes Google Code issue 236. | |||||
| * | Refactored the programmatic interface of InfoCard token parsing. | Andrew Arnott | 2009-04-09 | 4 | -24/+98 | |
| | | ||||||
| * | Split up ITokenManager into two derived interfaces to better fit Consumer ↵ | Andrew Arnott | 2009-04-08 | 15 | -133/+227 | |
| | | | | | | | | and Service Provider scenarios. | |||||
| * | Fixed ArgumentException caused by the empty string quietly being converted ↵ | Andrew Arnott | 2009-04-07 | 1 | -1/+1 | |
| | | | | | | | | | | | | to an Identifier. See ee3d0ed78dff797406718b0ac16cbd143996c57a | |||||
| * | StyleCop fixes. | Andrew Arnott | 2009-04-07 | 1 | -1/+1 | |
| | | ||||||
| * | Fixed bug where AX extensions were not serializable, and added unit tests to ↵ | Andrew Arnott | 2009-04-07 | 5 | -0/+66 | |
| | | | | | | | | verify. | |||||
| * | Fixed OAuth RsaSha1 signing binding element. | Andrew Arnott | 2009-04-06 | 2 | -2/+2 | |
| | | ||||||
| * | Added a couple of useful AX extension methods. | Andrew Arnott | 2009-04-05 | 1 | -0/+20 | |
| | | ||||||
| * | Fixed HttpWebRequest cloning in partial trust scenarios. | Andrew Arnott | 2009-04-05 | 1 | -4/+8 | |
| | | ||||||
| * | Added clarifying comments to IAuthenticationRequest.AddCallbackArguments ↵ | Andrew Arnott | 2009-04-05 | 1 | -2/+2 | |
| | | | | | | | | methods. | |||||
| * | Fixed ArgNullEx in OpenIdAjaxTextBox when OP identifier is typed in. | Andrew Arnott | 2009-04-05 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'v3.0' into master | Andrew Arnott | 2009-04-03 | 14 | -181/+22 | |
|\ \ | |/ | ||||||
| * | Turned off runtime contract checking to give it and DNOA time to stabilize. | Andrew Arnott | 2009-04-02 | 1 | -1/+1 | |
| | | ||||||
| * | Lots of FxCop fixes. | Andrew Arnott | 2009-04-01 | 14 | -256/+97 | |
| | | ||||||
* | | Fixed xml doc comment. | Andrew Arnott | 2009-03-31 | 1 | -1/+2 | |
| | | ||||||
* | | Merge branch 'v3.0' | Andrew Arnott | 2009-03-31 | 1 | -1/+4 | |
|\ \ | |/ | | | | | | | Conflicts: src/DotNetOpenAuth.vsmdi | |||||
| * | Added more logging.v3.0.0.9087RC1 | Andrew Arnott | 2009-03-28 | 1 | -1/+4 | |
| | | ||||||
| * | Fixed vsmdi file. | Andrew Arnott | 2009-03-28 | 1 | -68/+70 | |
| | | ||||||
* | | Added capability for RPs to receive unsigned extension responses if they so ↵ | Andrew Arnott | 2009-03-30 | 15 | -130/+554 | |
| | | | | | | | | choose. | |||||
* | | Added initial Offline Provider app. | Andrew Arnott | 2009-03-28 | 1 | -0/+9 | |
| | | ||||||
* | | Merge branch 'v3.0' | Andrew Arnott | 2009-03-28 | 7 | -13/+83 | |
|\ \ | |/ | ||||||
| * | Added convenience method for sending OutgoingWebResponse instances to an ↵ | Andrew Arnott | 2009-03-27 | 3 | -9/+72 | |
| | | | | | | | | HttpListenerResponse. | |||||
| * | Fix for non-seekable network streams. | Andrew Arnott | 2009-03-27 | 1 | -1/+4 | |
| | | ||||||
| * | Fixes for less-common HTTP responses that lack some headers. | Andrew Arnott | 2009-03-27 | 2 | -2/+6 | |
| | | ||||||
| * | Increased a small HTTP timeout that was resulting in a lot of failures ↵ | Andrew Arnott | 2009-03-26 | 1 | -1/+1 | |
| | | | | | | | | during smoke testing. | |||||
* | | Incremented version number to 3.1 in master branch. | Andrew Arnott | 2009-03-28 | 1 | -1/+1 | |
|/ | ||||||
* | Merge branch 'samplerename' | Andrew Arnott | 2009-03-26 | 2 | -129/+133 | |
|\ | ||||||
| * | Restored missing project and assembly references in the samples. | Andrew Arnott | 2009-03-26 | 1 | -5/+7 | |
| | | ||||||
| * | Renamed OAuth sample sites. | Andrew Arnott | 2009-03-26 | 1 | -33/+29 | |
| | | ||||||
| * | Organized samples in .sln file under categorized folders. | Andrew Arnott | 2009-03-26 | 1 | -69/+75 | |
| | | ||||||
| * | Renamed ConsumerWpf sample to OAuthConsumerWpf. | Andrew Arnott | 2009-03-26 | 1 | -9/+9 | |
| | | ||||||
| * | Renamed classic ASP OpenID sample. | Andrew Arnott | 2009-03-26 | 1 | -28/+27 | |
| | | ||||||
| * | Renamed OpenID RP sample projects. | Andrew Arnott | 2009-03-26 | 2 | -35/+36 | |
| | | ||||||
* | | Updated the README.html file some. | Andrew Arnott | 2009-03-26 | 1 | -0/+1 | |
|/ | ||||||
* | Refactored some of the HTTP request detection methods to better centralize them. | Andrew Arnott | 2009-03-26 | 9 | -76/+176 | |
| | ||||||
* | Fixed InfoCard selector in FireFox. | Andrew Arnott | 2009-03-25 | 2 | -20/+55 | |
| | ||||||
* | Fixed InfoCard logging precision. | Andrew Arnott | 2009-03-25 | 1 | -1/+1 | |
| | ||||||
* | Catches XmlExceptions thrown while processing tokens and fire the ↵ | Andrew Arnott | 2009-03-25 | 1 | -11/+15 | |
| | | | | appropriate event. | |||||
* | Fixed unhandled exception in designer for InfoCard selector control. | Andrew Arnott | 2009-03-25 | 1 | -1/+1 | |
| | ||||||
* | Fixes the InfoCard selector in IE8 standards-compliant mode. | Andrew Arnott | 2009-03-25 | 1 | -2/+1 | |
| | | | | Fixes IE8 part of the Google Code Issue 225. | |||||
* | Fixed StyleCop messages. | Andrew Arnott | 2009-03-25 | 2 | -8/+14 | |
| | ||||||
* | Renamed a couple of configuration classes. | Andrew Arnott | 2009-03-25 | 5 | -14/+14 | |
| | ||||||
* | Added incoming SAML token logging. | Andrew Arnott | 2009-03-25 | 1 | -0/+2 | |
| | ||||||
* | Added some InfoCard logging for Audience tags. | Andrew Arnott | 2009-03-25 | 2 | -13/+31 | |
| | ||||||
* | Added the InfoCardSelector.Audience property. | Andrew Arnott | 2009-03-25 | 3 | -14/+71 | |
| | ||||||
* | Fixed javascript error when control does not entirely render. | Andrew Arnott | 2009-03-25 | 1 | -4/+16 | |
| | ||||||
* | Changed InfoCardSelector.Issuer and ClaimType.Name properties to be string ↵ | Andrew Arnott | 2009-03-23 | 7 | -42/+119 | |
| | | | | typed instead of Uri to match what .NET is doing in their ClaimTypes class. | |||||
* | Refactored AX extension and the Associations collection to use ↵ | Andrew Arnott | 2009-03-22 | 11 | -168/+124 | |
| | | | | KeyedCollection to simplify their code and API. | |||||
* | Removed the WellKnownClaimTypes class since it was redundant with a .NET ↵ | Andrew Arnott | 2009-03-22 | 9 | -86/+247 | |
| | | | | | | ClaimTypes class. But for now I'm leaving a redesigned WellKnownClaimTypes.cs file there in case we want to bring it back. It's got the claims categorized like the AX extension has for ease-of-use. | |||||
* | Added URL semantic-bearing attribute to a couple of properties so the ↵ | Andrew Arnott | 2009-03-22 | 4 | -0/+11 | |
| | | | | designer is smarter about handling them. | |||||
* | Fixed postback behavior caused by non-InfoCardSelector controls. | Andrew Arnott | 2009-03-21 | 1 | -1/+0 | |
| | | | | Fixes Google Code Issue 227. | |||||
* | VS is fighting to change the VWD ports. | Andrew Arnott | 2009-03-21 | 1 | -2/+2 | |
| | ||||||
* | Fixed InfoCard selector canceled scenario. | Andrew Arnott | 2009-03-21 | 1 | -2/+2 | |
| | ||||||
* | Fixed StyleCop messages. | Andrew Arnott | 2009-03-21 | 4 | -36/+40 | |
| | ||||||
* | Changed the InfoCard Selector control's way of working with Issuer URIs. | Andrew Arnott | 2009-03-21 | 7 | -111/+194 | |
| | ||||||
* | Added ASP.NET InfoCard Selector control. | Andrew Arnott | 2009-03-20 | 32 | -0/+2526 | |
| | ||||||
* | A couple of FxCop fixes. | Andrew Arnott | 2009-03-20 | 2 | -2/+1 | |
| | ||||||
* | Separated allowable clock skew setting from the maximum message age ↵ | Andrew Arnott | 2009-03-20 | 1 | -11/+40 | |
| | | | | configuration setting. | |||||
* | Fixed a bunch of old references to DotNetOpenId. | Andrew Arnott | 2009-03-20 | 1 | -1/+1 | |
| | ||||||
* | Marked all the ErrorUtilities methods as Pure. | Andrew Arnott | 2009-03-20 | 1 | -1/+23 | |
| | ||||||
* | Removed some redundant code. | Andrew Arnott | 2009-03-16 | 1 | -2/+0 | |
| | ||||||
* | Added DebuggerStepThroughAttribute to several Realm and Identifier members. | Andrew Arnott | 2009-03-16 | 2 | -7/+31 | |
| | ||||||
* | Little comment fixes. | Andrew Arnott | 2009-03-16 | 3 | -4/+6 | |
| | ||||||
* | Added ASP.NET MVC OpenID Provider sample. | Andrew Arnott | 2009-03-16 | 5 | -330/+406 | |
| | ||||||
* | OpenIdTextBox now instantiates OpenIdRelyingParty objects slightly more ↵ | Andrew Arnott | 2009-03-15 | 1 | -60/+107 | |
| | | | | efficiently. | |||||
* | Cleaned up logging. | Andrew Arnott | 2009-03-15 | 39 | -983/+189 | |
| | ||||||
* | StyleCop fixes. | Andrew Arnott | 2009-03-15 | 2 | -6/+2 | |
| | ||||||
* | Renamed a couple of methods: | Andrew Arnott | 2009-03-15 | 26 | -69/+92 | |
| | | | | | PrepareMessageForSending -> ProcessOutgoingMessage VerifyMessageAfterReceiving -> ProcessIncomingMessage | |||||
* | Renamed some methods on the Channel class to be more consistent. | Andrew Arnott | 2009-03-15 | 13 | -28/+62 | |
| | ||||||
* | Removed some somewhat redundant method overloads from the OAuth facade classes. | Andrew Arnott | 2009-03-15 | 2 | -61/+4 | |
| | ||||||
* | Renamed UserAgentResponse to OutgoingWebResponse, and DirectWebResponse to ↵ | Andrew Arnott | 2009-03-15 | 32 | -115/+115 | |
| | | | | IncomingWebResponse. | |||||
* | XrdsPublisher now has the option to not advertise the location of the XRDS ↵ | Andrew Arnott | 2009-03-14 | 1 | -0/+12 | |
| | | | | document at all. | |||||
* | Added caching to the Channel MessageDescriptionCollection. | Andrew Arnott | 2009-03-14 | 1 | -1/+10 | |
| | | | | Although it can be customized, the default collection is now shared statically for better performance in creating channels. | |||||
* | Refactored MessageDescription to be per-Channel instead of appdomain static. | Andrew Arnott | 2009-03-14 | 49 | -866/+1264 | |
| | | | | This allows for special scenarios (like OSIS tests) where individual tests might need to contrive special message serialization rules. | |||||
* | Added support for Message types that override base class members to change ↵ | Andrew Arnott | 2009-03-14 | 1 | -1/+8 | |
| | | | | their Part metadata. | |||||
* | Added missing [Serializable] to AttributeRequest so that authentication ↵v3.0.0.9073Beta2 | Andrew Arnott | 2009-03-13 | 1 | -0/+2 | |
| | | | | requests can be persisted in session stores. | |||||
* | Fixed bad HttpRequest clone method that was breaking some OP identifiers and ↵ | Andrew Arnott | 2009-03-13 | 1 | -1/+1 | |
| | | | | probably other requests. | |||||
* | Ooops... fixed build break in test caused by c70d5d24acf. | Andrew Arnott | 2009-03-12 | 1 | -1/+1 | |
| | ||||||
* | Added more default control prefix tags. | Andrew Arnott | 2009-03-12 | 1 | -0/+3 | |
| | ||||||
* | Removed obsolete IAuthenticationRequest.ProviderVersion property. | Andrew Arnott | 2009-03-12 | 2 | -17/+1 | |
| | ||||||
* | The IDE playing with the .vsmdi file again.v3.0.0.9070Beta2 | Andrew Arnott | 2009-03-11 | 1 | -432/+432 | |
| | ||||||
* | Fixed FxCop message. | Andrew Arnott | 2009-03-11 | 1 | -2/+10 | |
| | ||||||
* | Added support for classic ASP RPs to use the sreg extension. | Andrew Arnott | 2009-03-11 | 9 | -27/+209 | |
| | ||||||
* | Fixed classic ASP after recent breaking change and removed one FxCop message. | Andrew Arnott | 2009-03-11 | 1 | -2/+1 | |
| | ||||||
* | Removed temporary workaround for MS.Contracts' *.decl.dll assemblies. | Andrew Arnott | 2009-03-11 | 1 | -2/+0 | |
| | ||||||
* | Added Microsoft.Contracts.dll v1.1.20309.13 to source control. | Andrew Arnott | 2009-03-11 | 2 | -4/+10 | |
| | ||||||
* | Fixes handling of customized realm/return_to URLs in OpenIdTextBox and ↵ | Andrew Arnott | 2009-03-11 | 2 | -8/+18 | |
| | | | | | | | OpenIdAjaxTextBox (and OpenIdLogin implicitly). Fixes Google Code Issue 214. Port of fix from v2.5 branch commit a0115a09e6c1343b3ac3752fee72bd99b436f7be. | |||||
* | Added authentication tests for setup mode (they were all immediate mode) and ↵ | Andrew Arnott | 2009-03-10 | 1 | -14/+22 | |
| | | | | fixed UserSetupUrl handling in some cases. | |||||
* | Added test to verify OP's compliance with OpenID 2.0 section 8.4.1. | Andrew Arnott | 2009-03-10 | 8 | -441/+559 | |
| | ||||||
* | Fixed OpenID direct response HTTP status requirement to only apply to OpenID ↵ | Andrew Arnott | 2009-03-10 | 2 | -10/+32 | |
| | | | | 2.0 messages. |