Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed up some more issues with OpenIdOfflineProvider sample.origin/v3.3 | Andrew Arnott | 2010-08-07 | 1 | -9/+23 |
|\ | | | | | | | | | | | | | | | | | | | 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.2 | Andrew Arnott | 2010-08-07 | 28 | -0/+2643 |
| |\ | |||||
| | * | 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 |
| | | | | |||||
* | | | | Fixed missing project import check causing build break in the v3.1 branch. | Andrew Arnott | 2010-08-07 | 2 | -1/+33 |
| | | | | |||||
* | | | | Fixed NullReferenceException generated from latest git.exe under TeamCity. | Andrew Arnott | 2010-08-07 | 1 | -6/+8 |
| | | | | |||||
* | | | | Removed dependency on publicize.exe, which crashes now in some branches due ↵ | Andrew Arnott | 2010-08-06 | 3 | -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 Arnott | 2010-08-06 | 11 | -17/+245 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/Messaging/IMessageWithBinaryData.cs src/DotNetOpenAuth/OpenId/IIdentifierDiscoveryService.cs | ||||
* | | | | Resolved some CC warnings. | Andrew Arnott | 2010-08-06 | 2 | -13/+0 |
| | | | | |||||
* | | | | Removed dependency on publicize.exe, which crashes now in some branches due ↵ | Andrew Arnott | 2010-08-06 | 23 | -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 Arnott | 2010-08-06 | 2 | -4/+0 |
| | | | | |||||
* | | | | Workaround a Code Contracts bug that resulted in a build break. | Andrew Arnott | 2010-08-06 | 1 | -1/+1 |
| | | | | |||||
* | | | | .gitignore Resharper. | Andrew Arnott | 2010-08-06 | 1 | -0/+1 |
| | | | | |||||
* | | | | Resolved most build breaks after upgrading Code Contracts. | Andrew Arnott | 2010-08-06 | 4 | -4/+29 |
| | | | | | | | | | | | | | | | | The remaining one I think is a bug in CC. | ||||
* | | | | Code Contracts upgrade fix. | Andrew Arnott | 2010-08-06 | 1 | -3/+6 |
| | | | | |||||
* | | | | Merge branch 'v3.2' into v3.3 | Andrew Arnott | 2010-07-19 | 12 | -13/+44 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch 'v3.1' into v3.2 | Andrew Arnott | 2010-07-19 | 15 | -19/+50 |
| |\ \ \ | | |/ / | | | | | | | | | | | | | Conflicts: samples/DotNetOpenAuth.ApplicationBlock/Util.cs | ||||
| | * | | 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 | ||||
* | | | | Removed Identifier.OriginalString from the public API to avoid generating ↵ | Andrew Arnott | 2010-06-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | confusion with users. | ||||
* | | | | Merge branch 'v3.2' into v3.3 | Andrew Arnott | 2010-06-08 | 1 | -0/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Made UIRequest serializable, like all the other OpenID extension request ↵ | Andrew Arnott | 2010-06-08 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | messages. | ||||
* | | | | Fixed typo in comments. | Andrew Arnott | 2010-05-15 | 3 | -8/+8 |
| | | | | |||||
* | | | | Merge branch 'v3.2' into v3.3 | Andrew Arnott | 2010-05-06 | 2 | -10/+10 |
|\ \ \ \ | |/ / / | |||||
| * | | | 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. | ||||
* | | | | Merge branch 'v3.2' into v3.3 | Andrew Arnott | 2010-05-05 | 2 | -8/+4 |
|\ \ \ \ | |/ / / | |||||
| * | | | 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.2' into v3.3 | Andrew Arnott | 2010-04-30 | 7 | -61/+52 |
|\ \ \ \ | |/ / / | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/OpenId/IAssociationStore.cs | ||||
| * | | | 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.2' into v3.3 | Andrew Arnott | 2010-03-17 | 7 | -49/+23 |
|\ \ \ \ | |/ / / | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/Properties/AssemblyInfo.cs | ||||
| * | | | Merge branch 'v3.1' into v3.2 | Andrew Arnott | 2010-03-17 | 2 | -42/+9 |
| |\ \ \ | | |/ / | |||||
| | * | | 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 | ||||
| * | | | 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 |
| | | | | |||||
* | | | | Fix for OAuthChannel.ReadFromRequestCore throwing an unhandled ↵ | Andrew Arnott | 2010-03-07 | 1 | -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.3 | Andrew Arnott | 2010-02-12 | 8 | -11/+60 |
|\ \ \ \ | |/ / / | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/OpenId/Extensions/AttributeExchange/AttributeValues.cs | ||||
| * | | | Merge branch 'v3.1' into v3.2 | Andrew Arnott | 2010-02-12 | 8 | -7/+44 |
| |\ \ \ | | |/ / | |||||
| | * | | 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 |
| | | | | |||||
| * | | | Added missing contracts. | Andrew Arnott | 2010-01-20 | 1 | -4/+17 |
| | | | | |||||
* | | | | Fixed parsing the Content-Type header in a couple places. | Andrew Arnott | 2010-02-02 | 4 | -5/+14 |
| | | | | | | | | | | | | | | | | Fixed a few failing unit tests. | ||||
* | | | | Fixed build break due to code contract validation. | Andrew Arnott | 2010-02-02 | 1 | -1/+1 |
| | | | | |||||
* | | | | Fixed Content-Encoding header bug. | Andrew Arnott | 2010-01-26 | 3 | -16/+29 |
| | | | | | | | | | | | | | | | | Thanks to Andrew Csontos for finding this bug. | ||||
* | | | | Added more code contracts. | Andrew Arnott | 2010-01-26 | 1 | -9/+36 |
| | | | | |||||
* | | | | Added missing contracts. | Andrew Arnott | 2010-01-22 | 1 | -1/+6 |
| | | | | |||||
* | | | | Fixed flashing of the console window during builds within the IDE. | Andrew Arnott | 2010-01-18 | 1 | -0/+1 |
| | | | | |||||
* | | | | Trying again to cure TeamCity build break. | Andrew Arnott | 2010-01-14 | 1 | -1/+1 |
| | | | | |||||
* | | | | Fixed build break on TeamCity. | Andrew Arnott | 2010-01-14 | 1 | -3/+6 |
| | | | | |||||
* | | | | Fixed unintentional updating of lib/Microsoft.Contracts.dll whenever we ↵ | Andrew Arnott | 2010-01-14 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | build BuildTasks.csproj. | ||||
* | | | | Fix for git commit id check when refs are packed. | Andrew Arnott | 2010-01-13 | 1 | -6/+41 |
| | | | | |||||
* | | | | OAuth now supports HEAD HTTP method, and won't throw unhandled exception on ↵ | Andrew Arnott | 2010-01-12 | 8 | -31/+136 |
| | | | | | | | | | | | | | | | | | | | | | | | | unrecognized HTTP methods any more. Fixes Trac #169 | ||||
* | | | | Code Contract fixes. | Andrew Arnott | 2010-01-12 | 12 | -6/+129 |
| | | | | |||||
* | | | | Merge branch 'v3.2' into v3.3 | Andrew Arnott | 2010-01-12 | 5 | -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 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 |
| | | | | |||||
* | | | | FxCop fixes. | Andrew Arnott | 2010-01-12 | 5 | -4/+13 |
| | | | | |||||
* | | | | Fixes StyleCop issues. | Andrew Arnott | 2010-01-11 | 1 | -1/+1 |
| | | | | |||||
* | | | | Fixed some contracts around multipart post. | Andrew Arnott | 2010-01-11 | 1 | -2/+6 |
| | | | | |||||
* | | | | Fixed multipart POST method to indicate files are not form-data. | Andrew Arnott | 2010-01-11 | 2 | -1/+10 |
| | | | | |||||
* | | | | Fixed multipart POST so that it doesn't include a leading \r\n, which ↵ | Andrew Arnott | 2010-01-11 | 2 | -3/+41 |
| | | | | | | | | | | | | | | | | apparently is NOT valid. | ||||
* | | | | Ridding the duplicate file entry. | Andrew Arnott | 2010-01-11 | 1 | -99/+0 |
| | | | | |||||
* | | | | Fixed StyleCop messages created as a result of f9a8d7163 | Andrew Arnott | 2010-01-07 | 4 | -47/+47 |
| | | | | |||||
* | | | | Merge branch 'v3.2' into v3.3 | Andrew Arnott | 2010-01-07 | 5 | -10/+10 |
|\ \ \ \ | |/ / / | |||||
| * | | | 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 | 3 | -7/+7 |
| |\ \ \ | | |/ / | |||||
| | * | | 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 |
| | | | | |||||
* | | | | Fixed Code Contract warnings about having protected Invariant methods. | Andrew Arnott | 2010-01-06 | 14 | -15/+14 |
| | | | | |||||
* | | | | Added a forced build break when Code Contracts are not installed on the ↵ | Andrew Arnott | 2010-01-06 | 1 | -1/+8 |
| | | | | | | | | | | | | | | | | build machine. | ||||
* | | | | Fixed xml doc comment bugs that show up as warnings to the C# 4 compiler. | Andrew Arnott | 2010-01-05 | 7 | -11/+10 |
| | | | | |||||
* | | | | OpenID RP ASP.NET controls now persist the UsePersistentCookie property ↵ | Andrew Arnott | 2010-01-04 | 1 | -5/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | AFTER firing the OnLoggingIn event. Fixes Trac #154 | ||||
* | | | | Removed warning when building in TeamCity. | Andrew Arnott | 2009-12-28 | 1 | -4/+0 |
| | | | | |||||
* | | | | Fixed build break that appears when the .git directory is not found. | Andrew Arnott | 2009-12-28 | 1 | -1/+3 |
| | | | | |||||
* | | | | Fixed JDate calculation so it doesn't break in 2010. | Andrew Arnott | 2009-12-28 | 1 | -1/+1 |
| | | | | |||||
* | | | | Builds now include the git commit ID in the PE file header so we have a ↵ | Andrew Arnott | 2009-12-28 | 2 | -0/+36 |
| | | | | | | | | | | | | | | | | definite record of where a build came from. | ||||
* | | | | Fixed bug in Purge task that causes it to fail if a directory does not exist. | Andrew Arnott | 2009-12-27 | 1 | -1/+1 |
| | | | | |||||
* | | | | Added tooltip text to xsd .config file Intellisense. | Andrew Arnott | 2009-12-26 | 1 | -7/+60 |
| | | | | |||||
* | | | | Merge branch 'v3.2' into v3.3 | Andrew Arnott | 2009-12-26 | 8 | -60/+478 |
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdAjaxTextBox.cs src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdAjaxTextBox.js |