summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixed up some more issues with OpenIdOfflineProvider sample.origin/v3.3Andrew Arnott2010-08-076-35/+52
|\ | | | | | | | | | | | | | | | | | | Conflicts: build.proj lib/DotNetOpenAuth.BuildTasks.dll lib/DotNetOpenAuth.BuildTasks.pdb samples/OpenIdOfflineProvider/OpenIdOfflineProvider.csproj src/DotNetOpenAuth.BuildTasks/FixupShippingToolSamples.cs
| * Merge branch 'v3.1' into v3.2origin/v3.2Andrew Arnott2010-08-0733-26/+2672
| |\
| | * Fixed up some more issues with OpenIdOfflineProvider sample.origin/v3.1Andrew Arnott2010-08-075-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.1Andrew Arnott2010-08-0732-25/+2652
| | |\
| | | * Revert "Fixed nightly build break due to backporting of buildtasks.dll."origin/v3.0Andrew Arnott2010-08-071-1/+1
| | | | | | | | | | | | | | | | This reverts commit 2e605c782d28777bdfc972bb0569799911304251.
| | | * Backporting BuildTasks sourceAndrew Arnott2010-08-0730-0/+2627
| | | |
| | | * Backported fix from adac234f4a5bae422c585b0af66b2ccdf9cd6dc1Andrew Arnott2010-08-073-24/+24
| | | |
* | | | Fixed missing project import check causing build break in the v3.1 branch.Andrew Arnott2010-08-074-1/+33
| | | |
* | | | Fixed NullReferenceException generated from latest git.exe under TeamCity.Andrew Arnott2010-08-071-6/+8
| | | |
* | | | Merge branch 'v3.2' into v3.3Andrew Arnott2010-08-071-1/+2
|\ \ \ \ | |/ / /
| * | | Merge branch 'v3.1' into v3.2Andrew Arnott2010-08-071-1/+2
| |\ \ \ | | |/ /
| | * | Removed bad import from shipping sample.Andrew Arnott2010-08-071-1/+2
| | | |
* | | | Merge branch 'v3.2' into v3.3Andrew Arnott2010-08-071-1/+1
|\ \ \ \ | |/ / /
| * | | Merge branch 'v3.1' into v3.2Andrew Arnott2010-08-071-1/+1
| |\ \ \ | | |/ /
| | * | Merge branch 'v3.0' into v3.1Andrew Arnott2010-08-071-1/+1
| | |\ \ | | | |/
| | | * Fixed nightly build break due to backporting of buildtasks.dll.Andrew Arnott2010-08-071-1/+1
| | | |
* | | | Merge branch 'v3.2' into v3.3Andrew Arnott2010-08-062-0/+0
|\ \ \ \ | |/ / /
| * | | Merge branch 'v3.1' into v3.2Andrew Arnott2010-08-062-0/+0
| |\ \ \ | | |/ /
| | * | Merge branch 'v3.0' into v3.1Andrew Arnott2010-08-062-0/+0
| | |\ \ | | | |/
| | | * Backporting fix to BuildTasks in e74e07e8b9f85816ec34b4e00b8b7925dcec5318Andrew Arnott2010-08-022-0/+0
| | | |
* | | | Removed dependency on publicize.exe, which crashes now in some branches due ↵Andrew Arnott2010-08-063-8/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to bugs, and publicize.exe doesn't appear to be supported by Microsoft any more, so we might as well get off it. Conflicts: src/DotNetOpenAuth.Test/OpenId/AssociationHandshakeTests.cs src/DotNetOpenAuth.Test/OpenId/UriIdentifierTests.cs
* | | | Fixed some code contract warnings about contract classes needing to be abstract.Andrew Arnott2010-08-0611-17/+245
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/Messaging/IMessageWithBinaryData.cs src/DotNetOpenAuth/OpenId/IIdentifierDiscoveryService.cs
* | | | Resolved some CC warnings.Andrew Arnott2010-08-062-13/+0
| | | |
* | | | Removed dependency on publicize.exe, which crashes now in some branches due ↵Andrew Arnott2010-08-0623-76/+206
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to bugs, and publicize.exe doesn't appear to be supported by Microsoft any more, so we might as well get off it. Conflicts: src/DotNetOpenAuth.Test/OpenId/AssociationHandshakeTests.cs src/DotNetOpenAuth.Test/OpenId/UriIdentifierTests.cs src/DotNetOpenAuth/OpenId/RelyingParty/AuthenticationRequest.cs
* | | | Fixed warnings that show up with new code contracts version.Andrew Arnott2010-08-062-4/+0
| | | |
* | | | Workaround a Code Contracts bug that resulted in a build break.Andrew Arnott2010-08-061-1/+1
| | | |
* | | | .gitignore Resharper.Andrew Arnott2010-08-062-0/+2
| | | |
* | | | Resolved most build breaks after upgrading Code Contracts.Andrew Arnott2010-08-064-4/+29
| | | | | | | | | | | | | | | | The remaining one I think is a bug in CC.
* | | | Code Contracts upgrade fix.Andrew Arnott2010-08-061-3/+6
| | | |
* | | | Merge branch 'v3.2' into v3.3Andrew Arnott2010-07-1913-14/+228
|\ \ \ \ | |/ / /
| * | | Merge branch 'v3.1' into v3.2Andrew Arnott2010-07-1916-20/+234
| |\ \ \ | | |/ / | | | | | | | | | | | | Conflicts: samples/DotNetOpenAuth.ApplicationBlock/Util.cs
| | * | Merge branch 'v3.0' into v3.1Andrew Arnott2010-07-1916-20/+232
| | |\ \ | | | |/ | | | | | | | | | | | | Conflicts: samples/DotNetOpenAuth.ApplicationBlock/Util.cs
| | | * Fixes OAuth 1.0(a) base signature string construction to omit the realm ↵Andrew Arnott2010-06-272-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | parameter when included in the HTTP Authorization header. Fixes Trac #207
| | | * Fixed the namespace of several tests.Andrew Arnott2010-06-279-8/+9
| | | |
| | | * Added utility method to make it easy to modify channels' outgoing HTTP ↵Andrew Arnott2010-05-151-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 Arnott2010-05-153-6/+6
| | | |
| | | * Fix for UIRequest.Icon deserialization exception due to nullable struct types.Andrew Arnott2010-05-082-5/+26
| | | | | | | | | | | | | | | | Fixes Trac #195
* | | | Removed Identifier.OriginalString from the public API to avoid generating ↵Andrew Arnott2010-06-241-1/+1
| | | | | | | | | | | | | | | | confusion with users.
* | | | Merge branch 'v3.2' into v3.3Andrew Arnott2010-06-081-0/+1
|\ \ \ \ | |/ / /
| * | | Made UIRequest serializable, like all the other OpenID extension request ↵Andrew Arnott2010-06-081-0/+1
| | | | | | | | | | | | | | | | messages.
* | | | Fixed typo in comments.Andrew Arnott2010-05-153-8/+8
| | | |
* | | | Merge branch 'v3.2' into v3.3Andrew Arnott2010-05-062-10/+10
|\ \ \ \ | |/ / /
| * | | Fixed another bug in AXFetchAsSregTransform that prevented OPs from being ↵Andrew Arnott2010-05-062-10/+10
| | | | | | | | | | | | | | | | able to respond to AX-carrying auth requests.
* | | | Merge branch 'v3.2' into v3.3Andrew Arnott2010-05-052-8/+4
|\ \ \ \ | |/ / /
| * | | Fixed AXFetchAsSregTransform bug that threw an exception at the OP when an ↵Andrew Arnott2010-05-052-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 Arnott2010-05-051-1/+1
| | | | | | | | | | | | | | | | InvalidCastException on anonymous requests.
* | | | Merge branch 'v3.2' into v3.3Andrew Arnott2010-04-307-61/+52
|\ \ \ \ | |/ / / | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/OpenId/IAssociationStore.cs
| * | | Merge branch 'v3.1' into v3.2Andrew Arnott2010-04-307-61/+52
| |\ \ \ | | |/ /
| | * | Merge branch 'v3.0' into v3.1Andrew Arnott2010-04-307-61/+52
| | |\ \ | | | |/
| | | * Moved the VerificationException catch lower in the stack so it catches more ↵Andrew Arnott2010-04-301-11/+13
| | | | | | | | | | | | | | | | problems.
| | | * Corrected comments.Andrew Arnott2010-04-272-2/+5
| | | |
| | | * Removed the unused ClearExpiredAssociations method.Andrew Arnott2010-03-254-48/+34
| | | |
* | | | Fixed build breaks from the last Code Contracts upgrade.Andrew Arnott2010-04-021-3/+3
| | | |
* | | | Updated to Code Contracts 1.2.30312.0Andrew Arnott2010-04-011-0/+0
| | | |
* | | | Merge branch 'v3.2' into v3.3Andrew Arnott2010-03-1712-64/+38
|\ \ \ \ | |/ / / | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/Properties/AssemblyInfo.cs
| * | | Merge branch 'v3.1' into v3.2Andrew Arnott2010-03-177-57/+24
| |\ \ \ | | |/ /
| | * | Merge branch 'v3.0' into v3.1Andrew Arnott2010-03-177-57/+24
| | |\ \ | | | |/
| | | * Fixed subdirectory hosting of MVC samples.Andrew Arnott2010-03-085-15/+15
| | | |
| | | * Fixed build break introduced by the last commit, which was cherry-picked ↵Andrew Arnott2010-02-241-1/+1
| | | | | | | | | | | | | | | | from a later branch.
| | | * Removed the problematic Code Access Security declarations that needlessly ↵Andrew Arnott2010-02-241-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 Arnott2010-02-241-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 Arnott2010-03-161-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 Arnott2010-02-142-2/+8
| | | | | | | | | | | | | | | | InvalidCastException at the OP for negative responses.
| * | | Fixed inconsistent namespaces.Andrew Arnott2010-02-142-2/+2
| | | |
* | | | Fix for OAuthChannel.ReadFromRequestCore throwing an unhandled ↵Andrew Arnott2010-03-071-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | ArgumentNullException when a POST entity contains an unexpected null key in a key=value format entity. Fixes Trac #183
* | | | Merge branch 'v3.2' into v3.3Andrew Arnott2010-02-1210-22/+61
|\ \ \ \ | |/ / / | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/OpenId/Extensions/AttributeExchange/AttributeValues.cs
| * | | Merge branch 'v3.1' into v3.2Andrew Arnott2010-02-1211-7/+55
| |\ \ \ | | |/ /
| | * | Merge branch 'v3.0' into v3.1Andrew Arnott2010-02-1211-7/+56
| | |\ \ | | | |/ | | | | | | | | | | | | Conflicts: lib/DotNetOpenAuth.BuildTasks.targets
| | | * Added log message warning of upscaling minimum OpenID version requirements ↵Andrew Arnott2010-02-011-1/+4
| | | | | | | | | | | | | | | | for stateless RPs.
| | | * Added helpful DebuggerDisplayAttributes.Andrew Arnott2010-01-222-0/+3
| | | |
| | | * Added missing cacheDiscovery .config attributeAndrew Arnott2010-01-221-0/+8
| | | |
| | | * Added missing contract.Andrew Arnott2010-01-211-1/+5
| | | |
| | | * Added missing contract.Andrew Arnott2010-01-201-1/+5
| | | |
| | | * Added missing contract.Andrew Arnott2010-01-201-0/+3
| | | |
| | | * Fixed flashing of the console window during builds within the IDE.Andrew Arnott2010-01-192-0/+0
| | | |
| | | * Fixed ProviderEndpoint static constructor exception that broke editing it in ↵Andrew Arnott2010-01-191-3/+16
| | | | | | | | | | | | | | | | the VS designer.
| | | * Fixed logged warning message.Andrew Arnott2010-01-191-1/+1
| | | |
| | | * Trying again to cure TeamCity build break.Andrew Arnott2010-01-163-0/+12
| | | |
| | | * Fix for git commit id check when refs are packed.Andrew Arnott2010-01-132-0/+0
| | | |
| * | | Added missing contracts.Andrew Arnott2010-01-201-4/+17
| | | |
| * | | Removed checkbox that wasn't wired up anyway.Andrew Arnott2010-01-172-11/+1
| | | |
* | | | Fixed StyleCop message.Andrew Arnott2010-02-121-1/+1
| | | |
* | | | Fixed parsing the Content-Type header in a couple places.Andrew Arnott2010-02-024-5/+14
| | | | | | | | | | | | | | | | Fixed a few failing unit tests.
* | | | Fixed build break due to code contract validation.Andrew Arnott2010-02-021-1/+1
| | | |
* | | | Fixed possible unhandled exception during OAuth processing.Andrew Arnott2010-02-012-47/+55
| | | |
* | | | Fixed Content-Encoding header bug.Andrew Arnott2010-01-263-16/+29
| | | | | | | | | | | | | | | | Thanks to Andrew Csontos for finding this bug.
* | | | Added more code contracts.Andrew Arnott2010-01-261-9/+36
| | | |
* | | | Added missing contracts.Andrew Arnott2010-01-221-1/+6
| | | |
* | | | Fixed strong-name signing of satellite assemblies.Andrew Arnott2010-01-191-1/+5
| | | |
* | | | Workaround Code Contracts assembly showing up in web app's Bin folder and ↵Andrew Arnott2010-01-198-1/+12
| | | | | | | | | | | | | | | | causing type resolution ambiguities.
* | | | Fixed flashing of the console window during builds within the IDE.Andrew Arnott2010-01-183-0/+1
| | | |
* | | | Trying again to cure TeamCity build break.Andrew Arnott2010-01-143-1/+1
| | | |
* | | | Fixed build break on TeamCity.Andrew Arnott2010-01-143-3/+6
| | | |
* | | | Fixed unintentional updating of lib/Microsoft.Contracts.dll whenever we ↵Andrew Arnott2010-01-141-1/+3
| | | | | | | | | | | | | | | | build BuildTasks.csproj.
* | | | Fix for git commit id check when refs are packed.Andrew Arnott2010-01-133-6/+41
| | | |
* | | | OAuth now supports HEAD HTTP method, and won't throw unhandled exception on ↵Andrew Arnott2010-01-128-31/+136
| | | | | | | | | | | | | | | | | | | | | | | | unrecognized HTTP methods any more. Fixes Trac #169
* | | | Code Contract fixes.Andrew Arnott2010-01-1212-6/+129
| | | |
* | | | Merge branch 'v3.2' into v3.3Andrew Arnott2010-01-125-6/+6
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/GlobalSuppressions.cs src/DotNetOpenAuth/Messaging/EmptyDictionary.cs src/DotNetOpenAuth/Messaging/EmptyList.cs src/DotNetOpenAuth/Messaging/Reflection/MessageDictionary.cs src/DotNetOpenAuth/OpenId/Extensions/UI/UIRequest.cs
| * | | Fixed FxCop messages.Andrew Arnott2010-01-125-5/+8
| | | |
| * | | Merge branch 'v3.1' into v3.2Andrew Arnott2010-01-129-5/+13
| |\ \ \ | | |/ / | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/GlobalSuppressions.cs