Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed up some more issues with OpenIdOfflineProvider sample.origin/v3.1 | Andrew Arnott | 2010-08-07 | 1 | -7/+23 |
| | | | | | | | | | | Conflicts: build.proj lib/DotNetOpenAuth.BuildTasks.dll lib/DotNetOpenAuth.BuildTasks.pdb samples/OpenIdOfflineProvider/OpenIdOfflineProvider.csproj src/DotNetOpenAuth.BuildTasks/FixupShippingToolSamples.cs | ||||
* | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2010-08-07 | 28 | -0/+2627 |
|\ | |||||
| * | Backporting BuildTasks source | Andrew Arnott | 2010-08-07 | 28 | -0/+2627 |
| | | |||||
* | | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2010-07-19 | 15 | -19/+50 |
|\ \ | |/ | | | | | | | Conflicts: samples/DotNetOpenAuth.ApplicationBlock/Util.cs | ||||
| * | Fixes OAuth 1.0(a) base signature string construction to omit the realm ↵ | Andrew Arnott | 2010-06-27 | 2 | -0/+9 |
| | | | | | | | | | | | | parameter when included in the HTTP Authorization header. Fixes Trac #207 | ||||
| * | Fixed the namespace of several tests. | Andrew Arnott | 2010-06-27 | 9 | -8/+9 |
| | | |||||
| * | Fixed typo in comments. | Andrew Arnott | 2010-05-15 | 3 | -6/+6 |
| | | |||||
| * | Fix for UIRequest.Icon deserialization exception due to nullable struct types. | Andrew Arnott | 2010-05-08 | 2 | -5/+26 |
| | | | | | | | | Fixes Trac #195 | ||||
* | | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2010-04-30 | 7 | -61/+52 |
|\ \ | |/ | |||||
| * | Moved the VerificationException catch lower in the stack so it catches more ↵ | Andrew Arnott | 2010-04-30 | 1 | -11/+13 |
| | | | | | | | | problems. | ||||
| * | Corrected comments. | Andrew Arnott | 2010-04-27 | 2 | -2/+5 |
| | | |||||
| * | Removed the unused ClearExpiredAssociations method. | Andrew Arnott | 2010-03-25 | 4 | -48/+34 |
| | | |||||
* | | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2010-03-17 | 2 | -42/+9 |
|\ \ | |/ | |||||
| * | Fixed build break introduced by the last commit, which was cherry-picked ↵ | Andrew Arnott | 2010-02-24 | 1 | -1/+1 |
| | | | | | | | | from a later branch. | ||||
| * | Removed the problematic Code Access Security declarations that needlessly ↵ | Andrew Arnott | 2010-02-24 | 1 | -42/+0 |
| | | | | | | | | | | | | | | | | | | | | fails in some environments. Fixes Trac #156. Conflicts: src/DotNetOpenAuth/Properties/AssemblyInfo.cs | ||||
| * | Avoids the "Operation could destabilize the runtime" message that can occur ↵ | Andrew Arnott | 2010-02-24 | 1 | -0/+9 |
| | | | | | | | | | | | | in partial trust scenarios when using Diffie-Hellman. Fixes (or rather works around) Trac #163 | ||||
* | | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2010-02-12 | 8 | -7/+45 |
|\ \ | |/ | | | | | | | Conflicts: lib/DotNetOpenAuth.BuildTasks.targets | ||||
| * | Added log message warning of upscaling minimum OpenID version requirements ↵ | Andrew Arnott | 2010-02-01 | 1 | -1/+4 |
| | | | | | | | | for stateless RPs. | ||||
| * | Added helpful DebuggerDisplayAttributes. | Andrew Arnott | 2010-01-22 | 2 | -0/+3 |
| | | |||||
| * | Added missing cacheDiscovery .config attribute | Andrew Arnott | 2010-01-22 | 1 | -0/+8 |
| | | |||||
| * | Added missing contract. | Andrew Arnott | 2010-01-21 | 1 | -1/+5 |
| | | |||||
| * | Added missing contract. | Andrew Arnott | 2010-01-20 | 1 | -1/+5 |
| | | |||||
| * | Added missing contract. | Andrew Arnott | 2010-01-20 | 1 | -0/+3 |
| | | |||||
| * | Fixed ProviderEndpoint static constructor exception that broke editing it in ↵ | Andrew Arnott | 2010-01-19 | 1 | -3/+16 |
| | | | | | | | | the VS designer. | ||||
| * | Fixed logged warning message. | Andrew Arnott | 2010-01-19 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2010-01-12 | 9 | -5/+13 |
|\ \ | |/ | |||||
| * | FxCop and Code Contract warning fixes. | Andrew Arnott | 2010-01-12 | 9 | -5/+13 |
| | | |||||
* | | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2010-01-07 | 3 | -7/+7 |
|\ \ | |/ | | | | | | | Conflicts: src/DotNetOpenAuth.Test/Messaging/Reflection/MessageDictionaryTests.cs | ||||
| * | Fixed new StyleCop issues that cropped up (by installing Dev10?) | Andrew Arnott | 2010-01-07 | 3 | -7/+7 |
| | | |||||
* | | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2009-12-26 | 8 | -46/+346 |
|\ \ | |/ | |||||
| * | Added Intellisense tooltips to xml config schema. | Andrew Arnott | 2009-12-26 | 3 | -32/+341 |
| | | |||||
| * | Removed unused (and broken) URL from the ajax control. | Andrew Arnott | 2009-12-14 | 2 | -11/+2 |
| | | |||||
| * | Changed some more references from DNOI to DNOA. | Andrew Arnott | 2009-12-13 | 3 | -3/+3 |
| | | |||||
* | | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2009-12-13 | 1 | -3/+3 |
|\ \ | |/ | |||||
| * | Fixed FxCop message. | Andrew Arnott | 2009-12-09 | 1 | -3/+3 |
| | | |||||
* | | Made the last commit's fix unit testable, added 4 unit tests, and satisfied ↵ | Andrew Arnott | 2009-12-09 | 2 | -20/+99 |
| | | | | | | | | | | | | | | | | StyleCop. Conflicts: src/DotNetOpenAuth/Messaging/HttpRequestInfo.cs | ||||
* | | Fixed bug where SSL forwarders' port is incorrectly assumed to be port :80 ↵ | Andrew Arnott | 2009-12-09 | 1 | -4/+3 |
| | | | | | | | | | | | | | | | | | | | | instead of :443. Fixes Trac #157 Conflicts: src/DotNetOpenAuth/Messaging/HttpRequestInfo.cs | ||||
* | | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2009-12-03 | 2 | -6/+17 |
|\ \ | |/ | |||||
| * | Extensions that lack a type URI namespace parameter are no longer picked up ↵ | Andrew Arnott | 2009-12-03 | 1 | -4/+6 |
| | | | | | | | | for OpenID 2.0 messages, since only 1.1 messages should be given that assistance. | ||||
| * | Enhanced logging of message errors where parts are missing. | Andrew Arnott | 2009-12-02 | 1 | -2/+11 |
| | | |||||
* | | Basic validation is now performed on incoming extensions and invalid ↵ | Andrew Arnott | 2009-12-03 | 2 | -3/+13 |
| | | | | | | | | extensions are dropped. | ||||
* | | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2009-12-01 | 1 | -1/+3 |
|\ \ | |/ | |||||
| * | Added some diagnostic logging to TestPublic test. | Andrew Arnott | 2009-11-20 | 1 | -1/+3 |
| | | |||||
* | | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2009-11-18 | 2 | -1/+9 |
|\ \ | |/ | |||||
| * | Fixed failing unit test bug. | Andrew Arnott | 2009-11-18 | 2 | -1/+9 |
| | | |||||
* | | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2009-11-18 | 11 | -30/+121 |
|\ \ | |/ | |||||
| * | Added missing capability for Service Providers to specify a non-memory nonce ↵ | Andrew Arnott | 2009-11-18 | 8 | -16/+70 |
| | | | | | | | | store. | ||||
| * | Added missing oauth .config file Intellisense .xsd elements. | Andrew Arnott | 2009-11-18 | 1 | -0/+36 |
| | | |||||
| * | Fixed some commenting and parameter names to make it clear that UTC time is ↵ | Andrew Arnott | 2009-11-18 | 2 | -12/+13 |
| | | | | | | | | used for associations and nonces. | ||||
| * | Fixed comment. | Andrew Arnott | 2009-11-07 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2009-11-03 | 8 | -17/+88 |
|\ \ | |/ | | | | | | | Conflicts: src/version.txt | ||||
| * | Fixed FxCop message. | Andrew Arnott | 2009-10-27 | 1 | -0/+1 |
| | | |||||
| * | Removed a magic string. | Andrew Arnott | 2009-10-22 | 1 | -6/+6 |
| | | |||||
| * | Hid the InfoCardSelector.RaisePostBackEvent method that shouldn't have been ↵ | Andrew Arnott | 2009-10-22 | 1 | -1/+9 |
| | | | | | | | | publicly exposed. | ||||
| * | Added license.txt file to solution items folder. | Andrew Arnott | 2009-10-08 | 1 | -0/+1 |
| | | |||||
| * | Fixed bug where HttpWebResponse.FinalUri might not really be the responding ↵ | Andrew Arnott | 2009-10-05 | 2 | -6/+17 |
| | | | | | | | | | | | | endpoint, resulting in an incorrect claimed_id value going to the OP. Fixed Trac ticket #136. | ||||
| * | Suppress the byte order mark in direct response messages. | Andrew Arnott | 2009-09-25 | 3 | -3/+44 |
| | | | | | | | | Fixes trac #131. | ||||
| * | Fixed unhandled exception thrown on receipt of invalid HTTP headers. | Andrew Arnott | 2009-09-17 | 1 | -1/+10 |
| | | |||||
| * | Incremented version number. | Andrew Arnott | 2009-09-12 | 1 | -1/+1 |
| | | |||||
* | | Ported a portion of commit 75d89d4e to v3.1 to fix ticket 128. | Andrew Arnott | 2009-09-25 | 1 | -1/+2 |
| | | |||||
* | | Incremented version number. | Andrew Arnott | 2009-09-12 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'v3.0' into v3.1v3.1.2.9252 | Andrew Arnott | 2009-09-09 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | Suppressed FxCop message.v3.0.4.9252 | Andrew Arnott | 2009-09-03 | 1 | -0/+1 |
| | | |||||
* | | Fixed StyleCop and FxCop messages. | Andrew Arnott | 2009-09-03 | 1 | -7/+9 |
| | | |||||
* | | Fixed InfoCardSelector.ToolTip property. | Andrew Arnott | 2009-09-01 | 1 | -1/+8 |
| | | | | | | | | Fixes #91. | ||||
* | | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2009-08-31 | 26 | -50/+374 |
|\ \ | |/ | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.vsmdi src/DotNetOpenAuth/OpenId/OpenIdStrings.Designer.cs src/DotNetOpenAuth/OpenId/OpenIdStrings.resx | ||||
| * | The two ASP.NET hosted tests now result in Inconclusive when they fail to ↵ | Andrew Arnott | 2009-08-31 | 2 | -16/+25 |
| | | | | | | | | start due to an assembly load failure. I don't know why the assembly load failure occurs sometimes and not others. | ||||
| * | Fixed test failures introduced in recent commit. | Andrew Arnott | 2009-08-31 | 3 | -48/+47 |
| | | |||||
| * | Fixed a couple of small error messages. | Andrew Arnott | 2009-08-30 | 2 | -1/+5 |
| | | |||||
| * | Added tests for unsolicited assertion sending and receiving, including ↵ | Andrew Arnott | 2009-08-30 | 9 | -2/+141 |
| | | | | | | | | against the RP's whitelist. | ||||
| * | OpenIdRelyingParty.EndpointFilter now consulted before successfully ↵ | Andrew Arnott | 2009-08-30 | 5 | -2/+140 |
| | | | | | | | | | | | | receiving an unsolicited positive assertion. Fixes #118 | ||||
| * | Fixed warning that is logged when sreg extension requests come into an OP ↵ | Andrew Arnott | 2009-08-25 | 1 | -0/+2 |
| | | | | | | | | with empty required or optional lists. | ||||
| * | Adds a few ServiceProvider constructors to allow for a custom INonceStore ↵ | Andrew Arnott | 2009-08-19 | 2 | -4/+25 |
| | | | | | | | | | | | | instance to be supplied. Resolves Trac ticket #112 | ||||
| * | Added to sample OAuthConsumerWcf to demonstrate calling our sample ↵ | Andrew Arnott | 2009-08-19 | 1 | -0/+3 |
| | | | | | | | | OAuthServiceProvider. | ||||
| * | Fixed StyleCop messages. | Andrew Arnott | 2009-08-18 | 2 | -2/+2 |
| | | |||||
| * | We now fail more gracefully when an Identifier claims to provide an XRDS but ↵ | Andrew Arnott | 2009-08-14 | 1 | -6/+11 |
| | | | | | | | | | | | | sends us invalid XML instead. Fixes Trac #109. | ||||
| * | Fixed unhandled exception in OAuth that was thrown for URLs that have query ↵ | Andrew Arnott | 2009-08-11 | 1 | -1/+5 |
| | | | | | | | | strings that are in the '?WSDL' (non name=value) style. | ||||
* | | Fixes InfoCardSelector.PrivacyUrl property to resolve values that begin with ↵ | Andrew Arnott | 2009-08-26 | 3 | -4/+52 |
| | | | | | | | | | | | | | | | | '~/'. Also now throws when PrivacyUrl is set but PrivacyVersion is not. Fixes Trac #92. | ||||
* | | Fixed failing unit test due to recent new exception wrapping. | Andrew Arnott | 2009-08-26 | 1 | -1/+1 |
| | | |||||
* | | Fixed bug where invalid extension payloads would end up throwing an ↵ | Andrew Arnott | 2009-08-25 | 4 | -11/+30 |
| | | | | | | | | | | | | | | | | unhandled ArgumentException. The new design is to log the error and drop the extension while letting the rest of the message through. Fixes Trac #115. | ||||
* | | HTTP_X_FORWARDED_PROTO is now considered when deriving the public-facing URL. | Andrew Arnott | 2009-08-14 | 1 | -0/+3 |
| | | |||||
* | | Fixed public facing URL parsing bug when IPv6 addresses are explicitly used ↵ | unknown | 2009-08-06 | 2 | -7/+47 |
| | | | | | | | | by the RP. | ||||
* | | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2009-08-05 | 2 | -4/+4 |
|\ \ | |/ | | | | | | | Conflicts: build.proj | ||||
| * | Workaround for "VerificationException: this operation could destabilize the ↵clrbugDestabilizeRuntime | Andrew Arnott | 2009-08-04 | 2 | -4/+4 |
| | | | | | | | | runtime" that occurs on some servers sometimes. | ||||
* | | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2009-07-27 | 2 | -51/+52 |
|\ \ | |/ | | | | | | | Conflicts: src/DotNetOpenAuth.vsmdi | ||||
| * | Updated baseline signature now that a different date/time stamp is applied ↵ | Andrew Arnott | 2009-07-27 | 1 | -1/+1 |
| | | | | | | | | due to commit 5fcf4bd. | ||||
| * | Updated vsmdi file. | Andrew Arnott | 2009-07-27 | 1 | -76/+77 |
| | | |||||
* | | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2009-07-27 | 21 | -10/+84 |
|\ \ | |/ | | | | | | | Conflicts: src/version.txt | ||||
| * | Cleaned up all StyleCop and FxCop messages. | Andrew Arnott | 2009-07-27 | 7 | -3/+15 |
| | | |||||
| * | Added [Serializable] attributes to a few key classes. | Andrew Arnott | 2009-07-24 | 4 | -0/+4 |
| | | |||||
| * | Fixed the way we convert DateTimes to the zone we expect. | Andrew Arnott | 2009-07-24 | 7 | -7/+32 |
| | | |||||
| * | Fixed bug where RP was willing to perform discovery on an asserted HTTP ↵ | Andrew Arnott | 2009-07-01 | 4 | -2/+35 |
| | | | | | | | | Identifier even with RequireSsl turned on. | ||||
| * | Incremented to version 3.0.4. | Andrew Arnott | 2009-06-26 | 1 | -1/+1 |
| | | |||||
* | | Incremented version to v3.1.2 | Andrew Arnott | 2009-06-26 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'v3.0' into v3.1v3.1.1.9177 | Andrew Arnott | 2009-06-26 | 4 | -3/+223 |
|\ \ | |/ | |||||
| * | Fixed bug where indirect messages were not sent to the user agent with a ↵v3.0.3.9177 | Andrew Arnott | 2009-06-22 | 1 | -0/+1 |
| | | | | | | | | Content-Type HTTP header. | ||||
| * | Indirect messages no longer display "Login in progress" buttons to the user ↵ | Andrew Arnott | 2009-06-22 | 1 | -1/+3 |
| | | | | | | | | if javascript is enabled. | ||||
| * | Added Intellisense for .config files' DotNetOpenAuth sections. | Andrew Arnott | 2009-06-22 | 2 | -1/+214 |
| | | |||||
| * | Fixed problem where an unexpected version of log4net.dll in the Bin ↵ | Andrew Arnott | 2009-06-21 | 1 | -1/+5 |
| | | | | | | | | | | | | directory would cause DNOA to fail to start. Logging is quietly disabled in that case now. | ||||
* | | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2009-06-19 | 69 | -435/+1755 |
|\ \ | |/ | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.sln src/DotNetOpenAuth.vsmdi src/DotNetOpenAuth/DotNetOpenAuth.csproj src/DotNetOpenAuth/OAuth/ConsumerBase.cs src/DotNetOpenAuth/OAuth/OAuthStrings.Designer.cs src/DotNetOpenAuth/OAuth/OAuthStrings.resx src/DotNetOpenAuth/Yadis/Yadis.cs |