Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'v3.2' into mono2origin/mono2 | Andrew Arnott | 2010-10-24 | 125 | -536/+3793 |
|\ | | | | | | | | | Conflicts: src/DotNetOpenAuth/Messaging/HttpRequestInfo.cs | ||||
| * | Merge branch 'v3.1' into v3.2origin/v3.2 | Andrew Arnott | 2010-08-07 | 33 | -26/+2672 |
| |\ | |||||
| | * | Fixed up some more issues with OpenIdOfflineProvider sample.origin/v3.1 | Andrew Arnott | 2010-08-07 | 5 | -8/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 32 | -25/+2652 |
| | |\ | |||||
| | | * | Revert "Fixed nightly build break due to backporting of buildtasks.dll."origin/v3.0 | Andrew Arnott | 2010-08-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | This reverts commit 2e605c782d28777bdfc972bb0569799911304251. | ||||
| | | * | Backporting BuildTasks source | Andrew Arnott | 2010-08-07 | 30 | -0/+2627 |
| | | | | |||||
| | | * | Backported fix from adac234f4a5bae422c585b0af66b2ccdf9cd6dc1 | Andrew Arnott | 2010-08-07 | 3 | -24/+24 |
| | | | | |||||
| * | | | Merge branch 'v3.1' into v3.2 | Andrew Arnott | 2010-08-07 | 1 | -1/+2 |
| |\ \ \ | | |/ / | |||||
| | * | | Removed bad import from shipping sample. | Andrew Arnott | 2010-08-07 | 1 | -1/+2 |
| | | | | |||||
| * | | | Merge branch 'v3.1' into v3.2 | Andrew Arnott | 2010-08-07 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2010-08-07 | 1 | -1/+1 |
| | |\ \ | | | |/ | |||||
| | | * | Fixed nightly build break due to backporting of buildtasks.dll. | Andrew Arnott | 2010-08-07 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge branch 'v3.1' into v3.2 | Andrew Arnott | 2010-08-06 | 2 | -0/+0 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2010-08-06 | 2 | -0/+0 |
| | |\ \ | | | |/ | |||||
| | | * | Backporting fix to BuildTasks in e74e07e8b9f85816ec34b4e00b8b7925dcec5318 | Andrew Arnott | 2010-08-02 | 2 | -0/+0 |
| | | | | |||||
| * | | | Merge branch 'v3.1' into v3.2 | Andrew Arnott | 2010-07-19 | 16 | -20/+234 |
| |\ \ \ | | |/ / | | | | | | | | | | | | | Conflicts: samples/DotNetOpenAuth.ApplicationBlock/Util.cs | ||||
| | * | | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2010-07-19 | 16 | -20/+232 |
| | |\ \ | | | |/ | | | | | | | | | | | | | 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 |
| | | | | |||||
| | | * | Added utility method to make it easy to modify channels' outgoing HTTP ↵ | Andrew Arnott | 2010-05-15 | 1 | -1/+179 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | requests, particularly for adding default network credentials to them. A sample use of this would be: WebConsumer consumer; // initialized elsewhere consumer.Channel.UseDefaultNetworkCredentialsOnOutgoingHttpRequests(); Note that this method should only be called ONCE per instantiated channel. | ||||
| | | * | 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 | ||||
| * | | | Made UIRequest serializable, like all the other OpenID extension request ↵ | Andrew Arnott | 2010-06-08 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | messages. | ||||
| * | | | Fixed another bug in AXFetchAsSregTransform that prevented OPs from being ↵ | Andrew Arnott | 2010-05-06 | 2 | -10/+10 |
| | | | | | | | | | | | | | | | | able to respond to AX-carrying auth requests. | ||||
| * | | | Fixed AXFetchAsSregTransform bug that threw an exception at the OP when an ↵ | Andrew Arnott | 2010-05-05 | 2 | -7/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | incoming extension contained just an AX extension. Fixes bug reported at http://stackoverflow.com/questions/2724512/dotnetopenauth-openid-provider-sequence-contains-more-than-one-element/2764800 | ||||
| * | | | Fixed OP bug in the AXFetchAsSregTransform that would cause an ↵ | Andrew Arnott | 2010-05-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | InvalidCastException on anonymous requests. | ||||
| * | | | Merge branch 'v3.1' into v3.2 | Andrew Arnott | 2010-04-30 | 7 | -61/+52 |
| |\ \ \ | | |/ / | |||||
| | * | | 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.1' into v3.2 | Andrew Arnott | 2010-03-17 | 7 | -57/+24 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2010-03-17 | 7 | -57/+24 |
| | |\ \ | | | |/ | |||||
| | | * | Fixed subdirectory hosting of MVC samples. | Andrew Arnott | 2010-03-08 | 5 | -15/+15 |
| | | | | |||||
| | | * | 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 | ||||
| * | | | Fixed AXFetchAsSregTransform to not create the AX extension when RPs send ↵ | Andrew Arnott | 2010-03-16 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | auth requests to 1.1 OPs. AX doesn't even support OpenID 1.1, so this was a huge waste of a large URL. | ||||
| * | | | Fixed bug in AXFetchAsSregTransform behavior that would cause an ↵ | Andrew Arnott | 2010-02-14 | 2 | -2/+8 |
| | | | | | | | | | | | | | | | | InvalidCastException at the OP for negative responses. | ||||
| * | | | Fixed inconsistent namespaces. | Andrew Arnott | 2010-02-14 | 2 | -2/+2 |
| | | | | |||||
| * | | | Merge branch 'v3.1' into v3.2 | Andrew Arnott | 2010-02-12 | 11 | -7/+55 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2010-02-12 | 11 | -7/+56 |
| | |\ \ | | | |/ | | | | | | | | | | | | | 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 flashing of the console window during builds within the IDE. | Andrew Arnott | 2010-01-19 | 2 | -0/+0 |
| | | | | |||||
| | | * | 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 |
| | | | | |||||
| | | * | Trying again to cure TeamCity build break. | Andrew Arnott | 2010-01-16 | 3 | -0/+12 |
| | | | | |||||
| | | * | Fix for git commit id check when refs are packed. | Andrew Arnott | 2010-01-13 | 2 | -0/+0 |
| | | | | |||||
| * | | | Added missing contracts. | Andrew Arnott | 2010-01-20 | 1 | -4/+17 |
| | | | | |||||
| * | | | Removed checkbox that wasn't wired up anyway. | Andrew Arnott | 2010-01-17 | 2 | -11/+1 |
| | | | | |||||
| * | | | Fixed FxCop messages. | Andrew Arnott | 2010-01-12 | 5 | -5/+8 |
| | | | | |||||
| * | | | Merge branch 'v3.1' into v3.2 | Andrew Arnott | 2010-01-12 | 9 | -5/+13 |
| |\ \ \ | | |/ / | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/GlobalSuppressions.cs | ||||
| | * | | 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 |
| | | | | |||||
| * | | | Fixed new StyleCop issues that cropped up (by installing Dev10?) | Andrew Arnott | 2010-01-07 | 2 | -3/+3 |
| | | | | |||||
| * | | | Merge branch 'v3.1' into v3.2 | Andrew Arnott | 2010-01-07 | 6 | -18/+18 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2010-01-07 | 6 | -18/+18 |
| | |\ \ | | | |/ | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.Test/Messaging/Reflection/MessageDictionaryTests.cs | ||||
| | | * | Fixed new StyleCop issues that cropped up (by installing Dev10?) | Andrew Arnott | 2010-01-07 | 6 | -18/+18 |
| | | | | |||||
| * | | | Merge branch 'v3.1' into v3.2 | Andrew Arnott | 2009-12-28 | 3 | -1/+7 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2009-12-28 | 3 | -1/+7 |
| | |\ \ | | | |/ | |||||
| | | * | Fixed build break that appears when the .git directory is not found and ↵ | Andrew Arnott | 2009-12-28 | 3 | -1/+7 |
| | | | | | | | | | | | | | | | | removed warning when building in TeamCity. | ||||
| * | | | Merge branch 'v3.1' into v3.2 | Andrew Arnott | 2009-12-28 | 3 | -3/+9 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2009-12-28 | 3 | -3/+9 |
| | |\ \ | | | |/ | | | | | | | | | | | | | | | | | Conflicts: lib/DotNetOpenAuth.BuildTasks.dll lib/DotNetOpenAuth.BuildTasks.pdb | ||||
| | | * | Fixed JDate calculation so it doesn't break in 2010. | Andrew Arnott | 2009-12-28 | 2 | -0/+0 |
| | | | | |||||
| | | * | Builds now include the git commit ID in the PE file header so we have a ↵ | Andrew Arnott | 2009-12-28 | 3 | -3/+9 |
| | | | | | | | | | | | | | | | | definite record of where a build came from. | ||||
| * | | | Added tooltip documentation to the xsd schema that is new in v3.2. | Andrew Arnott | 2009-12-26 | 1 | -14/+132 |
| | | | | |||||
| * | | | Merge branch 'v3.1' into v3.2 | Andrew Arnott | 2009-12-26 | 20 | -67/+367 |
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/Configuration/DotNetOpenAuth.xsd src/DotNetOpenAuth/OpenId/ChannelElements/ReturnToNonceBindingElement.cs | ||||
| | * | | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2009-12-26 | 20 | -67/+367 |
| | |\ \ | | | |/ | |||||
| | | * | 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 | 6 | -12/+12 |
| | | | | |||||
| | | * | Fixed the samples' links to the project home page to point to the new project. | Andrew Arnott | 2009-12-13 | 9 | -12/+12 |
| | | | | |||||
| * | | | Added missing OpenID 1.1 endpoint to Provider MVC sample identity pages. | Andrew Arnott | 2009-12-15 | 1 | -0/+8 |
| | | | | |||||
| * | | | Merge branch 'v3.1' into v3.2 | Andrew Arnott | 2009-12-13 | 14 | -229/+161 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2009-12-13 | 7 | -186/+54 |
| | |\ \ | | | |/ | |||||
| | | * | Updated documentation files. | Andrew Arnott | 2009-12-10 | 3 | -179/+17 |
| | | | | | | | | | | | | | | | | Fixes Trac #11 | ||||
| | | * | Fixed clean target so it doesn't remove the static API files that we want to ↵ | Andrew Arnott | 2009-12-10 | 2 | -4/+24 |
| | | | | | | | | | | | | | | | | preserve. | ||||
| | | * | Fixed broken build.proj Clean target. | Andrew Arnott | 2009-12-10 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | | Fixes Trac #123 | ||||
| | | * | Fixed FxCop message. | Andrew Arnott | 2009-12-09 | 1 | -3/+3 |
| | | | | |||||
| | * | | Fixed nightly build break introduced by the OpenIdOfflineProvider hooking ↵ | Andrew Arnott | 2009-12-09 | 4 | -0/+3 |
| | | | | | | | | | | | | | | | | into the versioning.targets file. | ||||
| | * | | 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 | ||||
| | * | | OpenID Offline Provider now builds with the generated build number. | Andrew Arnott | 2009-12-05 | 2 | -21/+4 |
| | | | | |||||
* | | | | Removed the unsupported defaultProxy setting from the web.config files. | Andrew Arnott | 2009-12-15 | 7 | -7/+7 |
| | | | | |||||
* | | | | Merge branch 'v3.2' into mono2 | Andrew Arnott | 2009-12-09 | 6 | -13/+41 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch 'v3.1' into v3.2 | Andrew Arnott | 2009-12-03 | 3 | -9/+30 |
| |\ \ \ | | |/ / | |||||
| | * | | 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.1' into v3.2 | Andrew Arnott | 2009-12-01 | 3 | -4/+11 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2009-12-01 | 2 | -3/+5 |
| | |\ \ | | | |/ | |||||
| | | * | Enhanced libcheck.ps1 script slightly. | Andrew Arnott | 2009-11-22 | 1 | -2/+2 |
| | | | | |||||
| | | * | Added some diagnostic logging to TestPublic test. | Andrew Arnott | 2009-11-20 | 1 | -1/+3 |
| | | | | |||||
| | * | | Avoided offline OP app crash when copying to clipboard fails. | Andrew Arnott | 2009-11-27 | 1 | -1/+6 |
| | | | |