summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | OpenIdRelyingParty no longer filters out OpenID 1.1 endpoints when in ↵Andrew Arnott2010-03-221-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 Arnott2010-03-221-0/+0
| | | | |
* | | | | Incremented version number.Andrew Arnott2010-03-201-1/+1
| | | | |
* | | | | Incremented version number.v3.4.2.10079Andrew Arnott2010-03-201-1/+1
| | | | |
* | | | | Fixed NullReferenceException that can occur when ClaimedIdentifier is null.Andrew Arnott2010-03-201-2/+2
| | | | |
* | | | | Avoided a js error in some scenarios.Andrew Arnott2010-03-191-1/+1
| | | | |
* | | | | Enhanced JS cloning function.Andrew Arnott2010-03-191-1/+5
| | | | |
* | | | | Fixed JSON serialization regression in recent changes.Andrew Arnott2010-03-191-1/+1
| | | | | | | | | | | | | | | | | | | | Fixes Trac #188.
* | | | | Fixed build breaks introduced by last merge.Andrew Arnott2010-03-172-2/+2
| | | | |
* | | | | Merge branch 'v3.3' into v3.4Andrew Arnott2010-03-176-5/+24
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | Conflicts: samples/OpenIdRelyingPartyMvc/Views/User/LoginPopup.aspx src/DotNetOpenAuth.Test/OpenId/Extensions/ExtensionsInteropHelperRPRequestTests.cs
| * | | | Merge branch 'v3.2' into v3.3Andrew Arnott2010-03-177-49/+23
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/Properties/AssemblyInfo.cs
| | * | | Merge branch 'v3.1' into v3.2Andrew Arnott2010-03-172-42/+9
| | |\ \ \ | | | |/ /
| | | * | Merge branch 'v3.0' into v3.1Andrew Arnott2010-03-172-42/+9
| | | |\ \ | | | | |/
| | | | * 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
* | | | | Added configuration option to opt-out of downlevel replay protection at the ↵Andrew Arnott2010-03-164-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 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 XRDS discovery no longer prevents HTML discovery from succeeding.Andrew Arnott2010-03-157-11/+71
| | | | | | | | | | | | | | | | | | | | Fixes Trac #186
* | | | | Fixed the OpenID logo on the OpenIdTextBox to have a transparent background.Andrew Arnott2010-03-144-3/+3
| | | | |
* | | | | Added reporting for use of the MVC selector.Andrew Arnott2010-03-132-0/+4
| | | | |
* | | | | MVC project template now preloads discovery results for OP buttons.Andrew Arnott2010-03-133-14/+23
| | | | |
* | | | | Moved the AJAX preloaded discovery functionality from the AJAX base control ↵Andrew Arnott2010-03-133-98/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to OpenIdAjaxRelyingParty. This is a step toward supporting preloaded discovery in the MVC RPs.
* | | | | Promoted OpenIdRelyingParty.RegisterClientScriptExtension to a public method.Andrew Arnott2010-03-131-20/+20
| | | | |
* | | | | Refactored to avoid so much duplicate code in the AJAX handling.Andrew Arnott2010-03-124-329/+280
| | | | |
* | | | | Simplified the OpenIdAjaxRelyingParty class a bit.Andrew Arnott2010-03-122-61/+73
| | | | |
* | | | | Reversed some changes that turned out were not necessary.Andrew Arnott2010-03-122-4/+2
| | | | |
* | | | | Removed the last of the hard-coded embedded resource strings from the ↵Andrew Arnott2010-03-121-0/+50
| | | | | | | | | | | | | | | | | | | | project template.
* | | | | StyleCop fixes.Andrew Arnott2010-03-114-26/+146
| | | | |
* | | | | The edit account page now uses the selector to allow the user to add ↵Andrew Arnott2010-03-112-4/+11
| | | | | | | | | | | | | | | | | | | | additional auth tokens.
* | | | | Diverted localizable resources into existing resource files.Andrew Arnott2010-03-115-40/+88
| | | | |
* | | | | Reworked the way OpenIdSelector initialization works slightly.Andrew Arnott2010-03-111-19/+31
| | | | |
* | | | | Replaced the rest of the HTML content with a helper method.Andrew Arnott2010-03-103-0/+64
| | | | |
* | | | | Added an HTML helper for the text box.Andrew Arnott2010-03-101-6/+14
| | | | |
* | | | | Selector buttons now drawn with HTML helpers.Andrew Arnott2010-03-101-0/+66
| | | | |
* | | | | Moved a bunch of the <SCRIPT> tags for the MVC Selector to an HTML helper ↵Andrew Arnott2010-03-084-2/+192
| | | | | | | | | | | | | | | | | | | | method.
* | | | | Refactored the code that facilitates MVC OpenIDSelector.Andrew Arnott2010-03-077-261/+422
| | | | |
* | | | | Trimmed down the AccountController and renamed a couple actions.Andrew Arnott2010-03-071-2/+7
| | | | |
* | | | | StyleCop fixes.Andrew Arnott2010-03-071-6/+6
| | | | |
* | | | | The entire login process now works, in a limited fashion.Andrew Arnott2010-03-071-0/+1
| | | | |
* | | | | AJAX login success messages are now processed.Andrew Arnott2010-03-072-1/+169
| | | | |
* | | | | Added some more scripts toward getting the OpenIdSelector working in MVC.Andrew Arnott2010-02-261-2/+5
| | | | |
* | | | | Removed the problematic Code Access Security declarations that needlessly ↵Andrew Arnott2010-02-241-47/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fails in some environments. Fixes Trac #156.
* | | | | Fixd bug where some shortened filenames would be reserved names such as "con".Andrew Arnott2010-02-201-1/+2
| | | | |
* | | | | Enhanced path shrinking to be more resilient with small path length ↵Andrew Arnott2010-02-201-26/+64
| | | | | | | | | | | | | | | | | | | | requirements.
* | | | | Fixes project template creation's long filenames and lib dependencies.Andrew Arnott2010-02-204-82/+319
| | | | |
* | | | | Fixed issue of unsigned satellite assemblies in drop .zip.Andrew Arnott2010-02-181-0/+4
| | | | |
* | | | | Fixed NullReferenceException thrown by OpenIdLogin.set_UsePersistentCookie ↵Andrew Arnott2010-02-181-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 Arnott2010-02-161-0/+7
| | | | | | | | | | | | | | | | | | | | failures.
* | | | | Merge branch 'v3.4' into buildprojBreakupAndrew Arnott2010-02-1620-43/+187
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: build.proj lib/DotNetOpenAuth.BuildTasks.dll lib/DotNetOpenAuth.BuildTasks.pdb
| * \ \ \ \ Merge branch 'v3.3' into v3.4Andrew Arnott2010-02-1317-42/+145
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/DotNetOpenAuth.BuildTasks.dll lib/DotNetOpenAuth.BuildTasks.pdb
| | * | | | Merge branch 'v3.2' into v3.3Andrew Arnott2010-02-128-11/+60
| | |\ \ \ \ | | | |/ / / | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/OpenId/Extensions/AttributeExchange/AttributeValues.cs
| | | * | | Merge branch 'v3.1' into v3.2Andrew Arnott2010-02-128-7/+44
| | | |\ \ \ | | | | |/ /
| | | | * | Merge branch 'v3.0' into v3.1Andrew Arnott2010-02-128-7/+45
| | | | |\ \ | | | | | |/ | | | | | | | | | | | | | | | | | | 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 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
| | | | | |
| | | * | | Added missing contracts.Andrew Arnott2010-01-201-4/+17
| | | | | |
| | * | | | 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 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 flashing of the console window during builds within the IDE.Andrew Arnott2010-01-181-0/+1
| | | | | |
| * | | | | Upgraded to VS2010.Andrew Arnott2010-02-10131-1562/+1553
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Merge remote branch 'origin/v3.4-Dev10' into v3.4
| * | | | | | Fixed OpenIdAjaxTextBox that broke because ProviderEndpointDescription was ↵Andrew Arnott2010-02-033-1/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | not serializable. Also added a test to verify fix.
* | | | | | | Split up the drop and tools builds.Andrew Arnott2010-02-161-0/+2
| | | | | | |
* | | | | | | Building up Clean targets.Andrew Arnott2010-02-151-0/+2
| | | | | | |
* | | | | | | The dbproj project reference is now removed.Andrew Arnott2010-02-131-22/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Finished project template creation for VS2010 .zip files.
* | | | | | | Almost finished getting basic project template layout working.Andrew Arnott2010-02-132-97/+84
| | | | | | |
* | | | | | | Purge now requires the IntendedFiles parameter.Andrew Arnott2010-02-121-0/+1
| | | | | | |
* | | | | | | CopyWithTokenSubstitution now creates missing directories more reliably.Andrew Arnott2010-02-121-3/+4
| | | | | | |
* | | | | | | FixupReferenceHintPaths now degrades more gracefully when assemblies are ↵Andrew Arnott2010-02-121-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | missing on disk.
* | | | | | | Refactored build.proj to pull out project template building.Andrew Arnott2010-02-113-10/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | VSI and VSIX is broken right now. The only thing that works is raw project template layout itself. Very much a work in progress.
* | | | | | | Fixed Purge task to be smarter about normalizing paths.Andrew Arnott2010-02-111-4/+4
| |/ / / / / |/| | | | |
* | | | | | Fixed Stylecop message after Reporting change.Andrew Arnott2010-02-031-34/+34
| | | | | |
* | | | | | Reporting can now be enabled/disabled programmatically.Andrew Arnott2010-02-031-24/+72
| | | | | |
* | | | | | Project template generation now ensures project item filenames that are ↵Andrew Arnott2010-02-023-4/+162
| | | | | | | | | | | | | | | | | | | | | | | | short enough to not be rejected by VS Gallery or otherwise cause problems running up against MAX_PATH.
* | | | | | Incremented version to v3.4.1.Andrew Arnott2010-01-311-1/+1
| | | | | |
* | | | | | Revert "Incremented version to v3.5"Andrew Arnott2010-01-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit db73a335e9cc2096d43dd11f02de37c5e0204375.
* | | | | | Merged master back into v3.4 for VS2010 support.Andrew Arnott2010-01-31128-1531/+1316
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | Merge branch 'master' into v3.4
| * | | | | Fixed flashing of the console window during builds within the IDE.Andrew Arnott2010-01-181-0/+1
| | | | | |
| * | | | | Brought back CLR 2 security attributes for ProtocolException class when ↵Andrew Arnott2010-01-181-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | appropriate.
| * | | | | Merge branch 'master' into master-Dev10Andrew Arnott2010-01-1749-176/+710
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: build.proj lib/DotNetOpenAuth.BuildTasks.dll lib/DotNetOpenAuth.BuildTasks.pdb src/DotNetOpenAuth.Test/Messaging/MessagingUtilitiesTests.cs src/DotNetOpenAuth.Test/Messaging/MultiPartPostPartTests.cs src/DotNetOpenAuth.sln src/DotNetOpenAuth.vsmdi src/DotNetOpenAuth/OAuth/OAuthStrings.Designer.cs
| | * \ \ \ \ Merge branch 'v3.4'Andrew Arnott2010-01-171-0/+9
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge branch 'v3.4'Andrew Arnott2010-01-1436-62/+347
| | |\ \ \ \ \ \
| | * | | | | | | Incremented version to v3.5Andrew Arnott2010-01-121-1/+1
| | | | | | | | |
| * | | | | | | | Fixed StyleCop messages.Andrew Arnott2010-01-171-10/+10
| | | | | | | | |
| * | | | | | | | Made downgrading ASP.NET MVC versions an opt-in step.Andrew Arnott2010-01-151-4/+11
| | | | | | | | |
| * | | | | | | | Both .vsi and .vsix files are built now!Andrew Arnott2010-01-154-0/+82
| | | | | | | | |
| * | | | | | | | Beginning of VSIX packaging, and made VSI include version number from build ↵Andrew Arnott2010-01-131-25/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | system.