Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | 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. | |||||
* | | | | | | | Split up the drop and tools builds. | Andrew Arnott | 2010-02-16 | 1 | -0/+2 | |
| | | | | | | | ||||||
* | | | | | | | Building up Clean targets. | Andrew Arnott | 2010-02-15 | 1 | -0/+2 | |
| | | | | | | | ||||||
* | | | | | | | The dbproj project reference is now removed. | Andrew Arnott | 2010-02-13 | 1 | -22/+34 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Finished project template creation for VS2010 .zip files. | |||||
* | | | | | | | Almost finished getting basic project template layout working. | Andrew Arnott | 2010-02-13 | 2 | -97/+84 | |
| | | | | | | | ||||||
* | | | | | | | Purge now requires the IntendedFiles parameter. | Andrew Arnott | 2010-02-12 | 1 | -0/+1 | |
| | | | | | | | ||||||
* | | | | | | | CopyWithTokenSubstitution now creates missing directories more reliably. | Andrew Arnott | 2010-02-12 | 1 | -3/+4 | |
| | | | | | | | ||||||
* | | | | | | | FixupReferenceHintPaths now degrades more gracefully when assemblies are ↵ | Andrew Arnott | 2010-02-12 | 1 | -1/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | missing on disk. | |||||
* | | | | | | | Refactored build.proj to pull out project template building. | Andrew Arnott | 2010-02-11 | 3 | -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 Arnott | 2010-02-11 | 1 | -4/+4 | |
| |/ / / / / |/| | | | | | ||||||
* | | | | | | Fixed Stylecop message after Reporting change. | Andrew Arnott | 2010-02-03 | 1 | -34/+34 | |
| | | | | | | ||||||
* | | | | | | Reporting can now be enabled/disabled programmatically. | Andrew Arnott | 2010-02-03 | 1 | -24/+72 | |
| | | | | | | ||||||
* | | | | | | Project template generation now ensures project item filenames that are ↵ | Andrew Arnott | 2010-02-02 | 3 | -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 Arnott | 2010-01-31 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | Revert "Incremented version to v3.5" | Andrew Arnott | 2010-01-31 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit db73a335e9cc2096d43dd11f02de37c5e0204375. | |||||
* | | | | | | Merged master back into v3.4 for VS2010 support. | Andrew Arnott | 2010-01-31 | 128 | -1531/+1316 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | Merge branch 'master' into v3.4 | |||||
| * | | | | | Fixed flashing of the console window during builds within the IDE. | Andrew Arnott | 2010-01-18 | 1 | -0/+1 | |
| | | | | | | ||||||
| * | | | | | Brought back CLR 2 security attributes for ProtocolException class when ↵ | Andrew Arnott | 2010-01-18 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | appropriate. | |||||
| * | | | | | Merge branch 'master' into master-Dev10 | Andrew Arnott | 2010-01-17 | 49 | -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 Arnott | 2010-01-17 | 1 | -0/+9 | |
| | |\ \ \ \ \ | ||||||
| | * \ \ \ \ \ | Merge branch 'v3.4' | Andrew Arnott | 2010-01-14 | 36 | -62/+347 | |
| | |\ \ \ \ \ \ | ||||||
| | * | | | | | | | Incremented version to v3.5 | Andrew Arnott | 2010-01-12 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Fixed StyleCop messages. | Andrew Arnott | 2010-01-17 | 1 | -10/+10 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Made downgrading ASP.NET MVC versions an opt-in step. | Andrew Arnott | 2010-01-15 | 1 | -4/+11 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Both .vsi and .vsix files are built now! | Andrew Arnott | 2010-01-15 | 4 | -0/+82 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Beginning of VSIX packaging, and made VSI include version number from build ↵ | Andrew Arnott | 2010-01-13 | 1 | -25/+36 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | system. | |||||
| * | | | | | | | | Web sites don't all start when the debugger does any more. | Andrew Arnott | 2010-01-09 | 1 | -0/+4 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Merge branch 'nunit' into master-Dev10 | Andrew Arnott | 2010-01-09 | 12 | -27/+27 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Fixed a bunch of NUnit warnings. | Andrew Arnott | 2010-01-09 | 12 | -27/+27 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Sample projects are now downgraded from VS2010 to VS2008 while creating a drop. | Andrew Arnott | 2010-01-09 | 2 | -0/+104 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Fixed up some more issues with OpenIdOfflineProvider sample. | Andrew Arnott | 2010-01-08 | 1 | -0/+12 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | More care in exactly which ASP.NET MVC assembly we reference in the library. | Andrew Arnott | 2010-01-08 | 1 | -6/+11 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Merge branch 'master' into master-Dev10 | Andrew Arnott | 2010-01-08 | 3 | -15/+44 | |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: build.proj src/DotNetOpenAuth.sln | |||||
| * | | | | | | | | | | Restored Code Contracts XML generation, since it's fixed in CC build ↵ | Andrew Arnott | 2010-01-08 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1.2.30108.0. | |||||
| * | | | | | | | | | | Fixed TestWeb project to target .NET 3.5 | Andrew Arnott | 2010-01-08 | 2 | -12/+106 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | NUnit project now builds while targeting both v3.5 and v4.0. | Andrew Arnott | 2010-01-08 | 1 | -2/+1 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Replacing the Shadow accessor generation with our own multi-targeting ready ↵ | Andrew Arnott | 2010-01-08 | 2 | -4/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | version. | |||||
| * | | | | | | | | | | Merge branch 'nunit' into master-Dev10 | Andrew Arnott | 2010-01-08 | 105 | -1405/+841 | |
| |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / | | |/| | | | | | | | | ||||||
| | * | | | | | | | | | Fixed ASP.NET hosting to be flexible about where it is executed from. | Andrew Arnott | 2010-01-08 | 1 | -1/+11 | |
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | Removed duplicate using statement. | Andrew Arnott | 2010-01-07 | 1 | -1/+0 | |
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | Merge branch 'master' into nunit | Andrew Arnott | 2010-01-07 | 22 | -76/+84 | |
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: projecttemplates/RelyingPartyLogic/Utilities.cs | |||||
| | * | | | | | | | | | | Removed MSTest project type GUID and wired up NUnit in build.proj. | Andrew Arnott | 2010-01-06 | 4 | -566/+1 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | Fixed new StyleCop issues that cropped up (by installing Dev10?) | Andrew Arnott | 2010-01-06 | 5 | -10/+10 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | Fixed ASP.NET hosting tests. | Andrew Arnott | 2010-01-06 | 3 | -5/+5 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | Converted all the rest of the tests over to NUnit. | Andrew Arnott | 2010-01-06 | 102 | -836/+825 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | First test converted to NUnit. | Andrew Arnott | 2010-01-06 | 2 | -4/+7 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Reverting default target framework from 4.0 back to 3.5. | Andrew Arnott | 2010-01-08 | 2 | -9/+7 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | DNOA and tool sample now builds against .NET v3.5 by default. | Andrew Arnott | 2010-01-08 | 1 | -1/+0 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Work toward being able to back-target to v3.5. | Andrew Arnott | 2010-01-08 | 1 | -0/+20 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Upgraded BuildTasks project. | Andrew Arnott | 2010-01-08 | 2 | -4/+38 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Updated ToolsVersion on all the project files to say 4.0. | Andrew Arnott | 2010-01-08 | 1 | -1/+1 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Touching up how CLR 4 is conditioned in the build. | Andrew Arnott | 2010-01-08 | 2 | -7/+4 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge branch 'master' into master-Dev10 | Andrew Arnott | 2010-01-08 | 6 | -32/+125 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: samples/OpenIdOfflineProvider/OpenIdOfflineProvider.csproj src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj src/DotNetOpenAuth/DotNetOpenAuth.csproj | |||||
| * | | | | | | | | | | | | Workaround for broken code contracts xml generation. | Andrew Arnott | 2010-01-07 | 1 | -4/+3 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge branch 'master' into master-Dev10 | Andrew Arnott | 2010-01-07 | 10 | -57/+64 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/DotNetOpenAuth.csproj src/DotNetOpenAuth/InfoCard/Token/Token.cs src/DotNetOpenAuth/Messaging/Channel.cs src/DotNetOpenAuth/Messaging/HttpRequestInfo.cs src/DotNetOpenAuth/OpenId/Realm.cs | |||||
| * | | | | | | | | | | | | Merge branch 'master' into master-Dev10 | Andrew Arnott | 2010-01-06 | 65 | -1763/+2649 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / | | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Removed the mobile text box control for CLR4 scenarios since it's using a ↵ | Andrew Arnott | 2010-01-06 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | deprecated API. |