Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | * | | | Removed the unused ClearExpiredAssociations method. | Andrew Arnott | 2010-03-25 | 4 | -48/+34 | |
| | | | | | | | ||||||
* | | | | | | | Converted the OAuth consumer and SP sample web site projects to web ↵ | Andrew Arnott | 2010-04-18 | 1 | -63/+21 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | application projects. | |||||
* | | | | | | | Incremented to version v3.4.4. | Andrew Arnott | 2010-04-13 | 1 | -1/+1 | |
| |_|_|_|_|/ |/| | | | | | ||||||
* | | | | | | Fixed an occasional unhandled exception.v3.4.3.10103 | Andrew Arnott | 2010-04-13 | 1 | -4/+9 | |
| | | | | | | ||||||
* | | | | | | Added logging around certificate verification to try to find perf problem. | Andrew Arnott | 2010-04-11 | 1 | -0/+3 | |
| | | | | | | ||||||
* | | | | | | Marked Flatten as obsolete. | Andrew Arnott | 2010-04-11 | 2 | -2/+5 | |
| | | | | | | ||||||
* | | | | | | Fixed runtime exception caused by recent URI normalization work of the ↵ | Andrew Arnott | 2010-04-09 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Identifier class. | |||||
* | | | | | | Fixed build break that resulted from recent Code Contracts upgrade. | Andrew Arnott | 2010-04-02 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | Fixed Google Hostmeta discovery module to dispose of open HTTP streams, and ↵ | Andrew Arnott | 2010-04-02 | 2 | -49/+57 | |
| | | | | | | | | | | | | | | | | | | | | | | | | to limit the length of their result. | |||||
* | | | | | | StyleCop and FxCop fixes. | Andrew Arnott | 2010-04-01 | 25 | -182/+296 | |
| | | | | | | ||||||
* | | | | | | Fixed signature verification bugs where claimed_id's have trailing dots in ↵ | Andrew Arnott | 2010-03-30 | 14 | -40/+599 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | path segments, or capital scheme or host names. Merge branch 'dotbug' into v3.4 | |||||
| * | | | | | | Added more fragment tests. | Andrew Arnott | 2010-03-30 | 1 | -1/+9 | |
| | | | | | | | ||||||
| * | | | | | | Fixed equality checks for the problematic URIs, and added a regression test ↵ | Andrew Arnott | 2010-03-30 | 2 | -14/+53 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for it. Also added reporting of full vs. partial trust hosting. | |||||
| * | | | | | | Added another regression test for this problematic identifiers. | Andrew Arnott | 2010-03-30 | 1 | -0/+21 | |
| | | | | | | | ||||||
| * | | | | | | Added missing documentation for the allowDualPurposeIdentifiers config setting. | Andrew Arnott | 2010-03-30 | 1 | -1/+8 | |
| | | | | | | | ||||||
| * | | | | | | Added log warning message when problematic OpenIDs are encountered by the ↵ | Andrew Arnott | 2010-03-30 | 6 | -1/+62 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | RP, and a configuration option to enable/disable approximate OpenID discovery for partial trust hosts. | |||||
| * | | | | | | Added escaping normalization for Path part in SimpleUri class. | Andrew Arnott | 2010-03-30 | 2 | -0/+23 | |
| | | | | | | | ||||||
| * | | | | | | Finished getting a reasonable story for partial trust scenarios with the ↵ | Andrew Arnott | 2010-03-30 | 6 | -50/+224 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | problematic URI paths. | |||||
| * | | | | | | Fixed signature verification when claimed_id has capital scheme or host ↵ | Andrew Arnott | 2010-03-30 | 4 | -7/+40 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | name, or has path segments that end with a period under partial trust. | |||||
| * | | | | | | A bit of code clean-up and adding comments. | Andrew Arnott | 2010-03-30 | 1 | -9/+16 | |
| | | | | | | | ||||||
| * | | | | | | In full trust environments, it seems that identifiers trailing periods in ↵ | Andrew Arnott | 2010-03-30 | 2 | -5/+172 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | path segments work now. | |||||
| * | | | | | | Added another test narrowing down the interoperability problem with Yahoo. | Andrew Arnott | 2010-03-30 | 1 | -0/+22 | |
| | | | | | | | ||||||
| * | | | | | | Slight test adjustment. | Andrew Arnott | 2010-03-30 | 2 | -4/+1 | |
| | |_|_|_|/ | |/| | | | | ||||||
* | | | | | | UI extension request now won't throw on unrecognized values of the mode ↵ | Andrew Arnott | 2010-03-30 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | parameter. | |||||
* | | | | | | Fixes NullReferenceException thrown when the HttpContext.Current is null or ↵ | Andrew Arnott | 2010-03-26 | 3 | -3/+32 | |
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | its Session property is null. Fixes Trac #189 | |||||
* | | | | | OpenIdRelyingParty no longer filters out OpenID 1.1 endpoints when in ↵ | Andrew Arnott | 2010-03-22 | 1 | -5/+5 | |
| | | | | | | | | | | | | | | | | | | | | stateless mode if the RP has already opted out of replay protection for downlevel OPs. | |||||
* | | | | | Fixed the bloated icon look of the new (transparent) openid favicon. | Andrew Arnott | 2010-03-22 | 1 | -0/+0 | |
| | | | | | ||||||
* | | | | | Incremented version number. | Andrew Arnott | 2010-03-20 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Incremented version number.v3.4.2.10079 | Andrew Arnott | 2010-03-20 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Fixed NullReferenceException that can occur when ClaimedIdentifier is null. | Andrew Arnott | 2010-03-20 | 1 | -2/+2 | |
| | | | | | ||||||
* | | | | | Avoided a js error in some scenarios. | Andrew Arnott | 2010-03-19 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Enhanced JS cloning function. | Andrew Arnott | 2010-03-19 | 1 | -1/+5 | |
| | | | | | ||||||
* | | | | | Fixed JSON serialization regression in recent changes. | Andrew Arnott | 2010-03-19 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | Fixes Trac #188. | |||||
* | | | | | Fixed build breaks introduced by last merge. | Andrew Arnott | 2010-03-17 | 2 | -2/+2 | |
| | | | | | ||||||
* | | | | | Merge branch 'v3.3' into v3.4 | Andrew Arnott | 2010-03-17 | 6 | -5/+24 | |
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | Conflicts: samples/OpenIdRelyingPartyMvc/Views/User/LoginPopup.aspx src/DotNetOpenAuth.Test/OpenId/Extensions/ExtensionsInteropHelperRPRequestTests.cs | |||||
| * | | | | 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 | |||||
* | | | | | Added configuration option to opt-out of downlevel replay protection at the ↵ | Andrew Arnott | 2010-03-16 | 4 | -1/+47 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | RP that increases the request size. Fixes Trac #144 Fixes Uservoice # 559545 | |||||
* | | | | | 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 XRDS discovery no longer prevents HTML discovery from succeeding. | Andrew Arnott | 2010-03-15 | 7 | -11/+71 | |
| | | | | | | | | | | | | | | | | | | | | Fixes Trac #186 | |||||
* | | | | | Fixed the OpenID logo on the OpenIdTextBox to have a transparent background. | Andrew Arnott | 2010-03-14 | 4 | -3/+3 | |
| | | | | | ||||||
* | | | | | Added reporting for use of the MVC selector. | Andrew Arnott | 2010-03-13 | 2 | -0/+4 | |
| | | | | | ||||||
* | | | | | MVC project template now preloads discovery results for OP buttons. | Andrew Arnott | 2010-03-13 | 3 | -14/+23 | |
| | | | | | ||||||
* | | | | | Moved the AJAX preloaded discovery functionality from the AJAX base control ↵ | Andrew Arnott | 2010-03-13 | 3 | -98/+78 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to OpenIdAjaxRelyingParty. This is a step toward supporting preloaded discovery in the MVC RPs. | |||||
* | | | | | Promoted OpenIdRelyingParty.RegisterClientScriptExtension to a public method. | Andrew Arnott | 2010-03-13 | 1 | -20/+20 | |
| | | | | | ||||||
* | | | | | Refactored to avoid so much duplicate code in the AJAX handling. | Andrew Arnott | 2010-03-12 | 4 | -329/+280 | |
| | | | | | ||||||
* | | | | | Simplified the OpenIdAjaxRelyingParty class a bit. | Andrew Arnott | 2010-03-12 | 2 | -61/+73 | |
| | | | | | ||||||
* | | | | | Reversed some changes that turned out were not necessary. | Andrew Arnott | 2010-03-12 | 2 | -4/+2 | |
| | | | | | ||||||
* | | | | | Removed the last of the hard-coded embedded resource strings from the ↵ | Andrew Arnott | 2010-03-12 | 1 | -0/+50 | |
| | | | | | | | | | | | | | | | | | | | | project template. | |||||
* | | | | | StyleCop fixes. | Andrew Arnott | 2010-03-11 | 4 | -26/+146 | |
| | | | | | ||||||
* | | | | | The edit account page now uses the selector to allow the user to add ↵ | Andrew Arnott | 2010-03-11 | 2 | -4/+11 | |
| | | | | | | | | | | | | | | | | | | | | additional auth tokens. | |||||
* | | | | | Diverted localizable resources into existing resource files. | Andrew Arnott | 2010-03-11 | 5 | -40/+88 | |
| | | | | | ||||||
* | | | | | Reworked the way OpenIdSelector initialization works slightly. | Andrew Arnott | 2010-03-11 | 1 | -19/+31 | |
| | | | | | ||||||
* | | | | | Replaced the rest of the HTML content with a helper method. | Andrew Arnott | 2010-03-10 | 3 | -0/+64 | |
| | | | | | ||||||
* | | | | | Added an HTML helper for the text box. | Andrew Arnott | 2010-03-10 | 1 | -6/+14 | |
| | | | | | ||||||
* | | | | | Selector buttons now drawn with HTML helpers. | Andrew Arnott | 2010-03-10 | 1 | -0/+66 | |
| | | | | | ||||||
* | | | | | Moved a bunch of the <SCRIPT> tags for the MVC Selector to an HTML helper ↵ | Andrew Arnott | 2010-03-08 | 4 | -2/+192 | |
| | | | | | | | | | | | | | | | | | | | | method. | |||||
* | | | | | Refactored the code that facilitates MVC OpenIDSelector. | Andrew Arnott | 2010-03-07 | 7 | -261/+422 | |
| | | | | | ||||||
* | | | | | Trimmed down the AccountController and renamed a couple actions. | Andrew Arnott | 2010-03-07 | 1 | -2/+7 | |
| | | | | | ||||||
* | | | | | StyleCop fixes. | Andrew Arnott | 2010-03-07 | 1 | -6/+6 | |
| | | | | | ||||||
* | | | | | The entire login process now works, in a limited fashion. | Andrew Arnott | 2010-03-07 | 1 | -0/+1 | |
| | | | | | ||||||
* | | | | | AJAX login success messages are now processed. | Andrew Arnott | 2010-03-07 | 2 | -1/+169 | |
| | | | | | ||||||
* | | | | | Added some more scripts toward getting the OpenIdSelector working in MVC. | Andrew Arnott | 2010-02-26 | 1 | -2/+5 | |
| | | | | | ||||||
* | | | | | Removed the problematic Code Access Security declarations that needlessly ↵ | Andrew Arnott | 2010-02-24 | 1 | -47/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fails in some environments. Fixes Trac #156. | |||||
* | | | | | Fixd bug where some shortened filenames would be reserved names such as "con". | Andrew Arnott | 2010-02-20 | 1 | -1/+2 | |
| | | | | | ||||||
* | | | | | Enhanced path shrinking to be more resilient with small path length ↵ | Andrew Arnott | 2010-02-20 | 1 | -26/+64 | |
| | | | | | | | | | | | | | | | | | | | | requirements. | |||||
* | | | | | Fixes project template creation's long filenames and lib dependencies. | Andrew Arnott | 2010-02-20 | 4 | -82/+319 | |
| | | | | | ||||||
* | | | | | Fixed issue of unsigned satellite assemblies in drop .zip. | Andrew Arnott | 2010-02-18 | 1 | -0/+4 | |
| | | | | | ||||||
* | | | | | Fixed NullReferenceException thrown by OpenIdLogin.set_UsePersistentCookie ↵ | Andrew Arnott | 2010-02-18 | 1 | -6/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | under some circumstances. Bug report at: http://stackoverflow.com/questions/2281411/dotnetopenid-runtime-exception-after-initial-login | |||||
* | | | | | Ensured that each project signs its own assemblies to avoid race condition ↵ | Andrew Arnott | 2010-02-16 | 1 | -0/+7 | |
| | | | | | | | | | | | | | | | | | | | | failures. | |||||
* | | | | | Merge branch 'v3.4' into buildprojBreakup | Andrew Arnott | 2010-02-16 | 20 | -43/+187 | |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: build.proj lib/DotNetOpenAuth.BuildTasks.dll lib/DotNetOpenAuth.BuildTasks.pdb | |||||
| * \ \ \ \ | Merge branch 'v3.3' into v3.4 | Andrew Arnott | 2010-02-13 | 17 | -42/+145 | |
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/DotNetOpenAuth.BuildTasks.dll lib/DotNetOpenAuth.BuildTasks.pdb | |||||
| | * | | | | 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 | |
| | | | | | | ||||||
| * | | | | | Upgraded to VS2010. | Andrew Arnott | 2010-02-10 | 131 | -1562/+1553 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Merge remote branch 'origin/v3.4-Dev10' into v3.4 | |||||
| * | | | | | | Fixed OpenIdAjaxTextBox that broke because ProviderEndpointDescription was ↵ | Andrew Arnott | 2010-02-03 | 3 | -1/+42 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | not serializable. Also added a test to verify fix. |