Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed flashing of the console window during builds within the IDE. | Andrew Arnott | 2010-01-18 | 3 | -0/+1 |
| | |||||
* | Trying again to cure TeamCity build break. | Andrew Arnott | 2010-01-14 | 3 | -1/+1 |
| | |||||
* | Fixed build break on TeamCity. | Andrew Arnott | 2010-01-14 | 3 | -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 | 3 | -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 | 2 | -3/+3 |
| | | | | |||||
* | | | | 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 |
| | | | | |||||
* | | | | Updated TwitterConsumer sample in the ApplicationBlock to include profile ↵ | Andrew Arnott | 2010-01-11 | 3 | -3/+69 |
| | | | | | | | | | | | | | | | | | | | | | | | | image upload. Added an Upload Photo button to the Twitter sample page. | ||||
* | | | | 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 | 5 | -48/+48 |
| | | | | |||||
* | | | | Merge branch 'v3.2' into v3.3 | Andrew Arnott | 2010-01-07 | 8 | -21/+21 |
|\ \ \ \ | |/ / / | |||||
| * | | | 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 | 6 | -18/+18 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2010-01-07 | 6 | -18/+18 |
| | |\ \ | | | |/ | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.Test/Messaging/Reflection/MessageDictionaryTests.cs | ||||
| | | * | Fixed new StyleCop issues that cropped up (by installing Dev10?) | Andrew Arnott | 2010-01-07 | 6 | -18/+18 |
| | | | | |||||
* | | | | Fixed Code Contract warnings about having protected Invariant methods. | Andrew Arnott | 2010-01-06 | 15 | -16/+15 |
| | | | | |||||
* | | | | 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 | ||||
* | | | | Added missing .ascx file extension to project template token replacement list. | Andrew Arnott | 2010-01-02 | 2 | -1/+2 |
| | | | | |||||
* | | | | Removed the fragile magic code for db creation. | Andrew Arnott | 2010-01-02 | 2 | -24/+9 |
| | | | | |||||
* | | | | Fixed intermittent error while executing SQL stored procedures. | Andrew Arnott | 2010-01-01 | 5 | -20/+48 |
| | | | | |||||
* | | | | Fixed buggy app.config file. | Andrew Arnott | 2009-12-31 | 1 | -1/+1 |
| | | | | |||||
* | | | | Removed the whitelisted localhost OP in the project template. | Andrew Arnott | 2009-12-28 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge branch 'v3.2' into v3.3 | Andrew Arnott | 2009-12-28 | 0 | -0/+0 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch 'v3.1' into v3.2 | Andrew Arnott | 2009-12-28 | 3 | -1/+7 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2009-12-28 | 3 | -1/+7 |
| | |\ \ | | | |/ | |||||
| | | * | Fixed build break that appears when the .git directory is not found and ↵ | Andrew Arnott | 2009-12-28 | 3 | -1/+7 |
| | | | | | | | | | | | | | | | | removed warning when building in TeamCity. | ||||
* | | | | Removed warning when building in TeamCity. | Andrew Arnott | 2009-12-28 | 4 | -5/+3 |
| | | | | |||||
* | | | | Fixed build break that appears when the .git directory is not found. | Andrew Arnott | 2009-12-28 | 4 | -1/+7 |
| | | | | |||||
* | | | | Merge branch 'v3.2' into v3.3 | Andrew Arnott | 2009-12-28 | 0 | -0/+0 |
|\ \ \ \ | |/ / / | | | | | | | | | | | | | Conflicts: tools/DotNetOpenAuth.Versioning.targets | ||||
| * | | | Merge branch 'v3.1' into v3.2 | Andrew Arnott | 2009-12-28 | 3 | -3/+9 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2009-12-28 | 3 | -3/+9 |
| | |\ \ | | | |/ | | | | | | | | | | | | | | | | | Conflicts: lib/DotNetOpenAuth.BuildTasks.dll lib/DotNetOpenAuth.BuildTasks.pdb | ||||
| | | * | Fixed JDate calculation so it doesn't break in 2010. | Andrew Arnott | 2009-12-28 | 2 | -0/+0 |
| | | | | |||||
| | | * | Builds now include the git commit ID in the PE file header so we have a ↵ | Andrew Arnott | 2009-12-28 | 3 | -3/+9 |
| | | | | | | | | | | | | | | | | definite record of where a build came from. | ||||
* | | | | Fixed JDate calculation so it doesn't break in 2010. | Andrew Arnott | 2009-12-28 | 3 | -1/+1 |
| | | | | |||||
* | | | | Builds now include the git commit ID in the PE file header so we have a ↵ | Andrew Arnott | 2009-12-28 | 5 | -3/+45 |
| | | | | | | | | | | | | | | | | definite record of where a build came from. | ||||
* | | | | Added translation .targets file to facilitate coordination with external ↵ | Andrew Arnott | 2009-12-27 | 2 | -0/+40 |
| | | | | | | | | | | | | | | | | string resource translators. | ||||
* | | | | Fixed .targets whitespace. | Andrew Arnott | 2009-12-27 | 1 | -1/+1 |
| | | | | |||||
* | | | | Fixed bug in Purge task that causes it to fail if a directory does not exist. | Andrew Arnott | 2009-12-27 | 3 | -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 | 18 | -78/+496 |
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdAjaxTextBox.cs src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdAjaxTextBox.js | ||||
| * | | | Added tooltip documentation to the xsd schema that is new in v3.2. | Andrew Arnott | 2009-12-26 | 1 | -14/+132 |
| | | | | |||||
| * | | | Merge branch 'v3.1' into v3.2 | Andrew Arnott | 2009-12-26 | 20 | -67/+367 |
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/Configuration/DotNetOpenAuth.xsd src/DotNetOpenAuth/OpenId/ChannelElements/ReturnToNonceBindingElement.cs | ||||
| | * | | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2009-12-26 | 20 | -67/+367 |
| | |\ \ | | | |/ | |||||
| | | * | Added Intellisense tooltips to xml config schema. | Andrew Arnott | 2009-12-26 | 3 | -32/+341 |
| | | | | |||||
| | | * | Removed unused (and broken) URL from the ajax control. | Andrew Arnott | 2009-12-14 | 2 | -11/+2 |
| | | | | |||||
| | | * | Changed some more references from DNOI to DNOA. | Andrew Arnott | 2009-12-13 | 6 | -12/+12 |
| | | | | |||||
| | | * | Fixed the samples' links to the project home page to point to the new project. | Andrew Arnott | 2009-12-13 | 9 | -12/+12 |
| | | | | |||||
| * | | | Added missing OpenID 1.1 endpoint to Provider MVC sample identity pages. | Andrew Arnott | 2009-12-15 | 1 | -0/+8 |
| | | | | |||||
* | | | | Reduced probability of reporting causing unhandled exceptions. | Andrew Arnott | 2009-12-26 | 1 | -9/+44 |
| | | | | |||||
* | | | | Added several unit tests to the "Fast Tests" list. | Andrew Arnott | 2009-12-26 | 1 | -24/+28 |
| | | | | |||||
* | | | | Fixed NullReferenceException from reporting during unit tests. | Andrew Arnott | 2009-12-26 | 2 | -1/+5 |
| | | | | |||||
* | | | | Added feature use and other statistics reporting to better roadmap future ↵ | Andrew Arnott | 2009-12-26 | 39 | -40/+1121 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | versions of DotNetOpenAuth. Merge branch 'reports' into v3.3 | ||||
| * | | | | Updated a couple of comments in the web.config sample files. | Andrew Arnott | 2009-12-26 | 2 | -3/+3 |
| | | | | | |||||
| * | | | | Merge branch 'reports' into v3.3 | Andrew Arnott | 2009-12-26 | 90 | -541/+1743 |
| |\ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | Conflicts: projecttemplates/WebFormsRelyingParty/Web.config src/DotNetOpenAuth/OpenId/RelyingParty/PositiveAnonymousResponse.cs | ||||
* | | | | | Fixed template so it doesn't download needless .js for logged in users. | Andrew Arnott | 2009-12-24 | 1 | -10/+12 |
| | | | | | |||||
* | | | | | Fixed bug where OpenIdSelector would occasionally report a replay attack ↵ | Andrew Arnott | 2009-12-24 | 1 | -3/+15 |
| | | | | | | | | | | | | | | | | | | | | when there wasn't one. | ||||
* | | | | | Added some OpenID control logging. | Andrew Arnott | 2009-12-23 | 3 | -0/+22 |
| | | | | | |||||
* | | | | | Added logging for replay attack detection. | Andrew Arnott | 2009-12-23 | 2 | -0/+2 |
| | | | | | |||||
* | | | | | Fixed stored proc execution that is missing a contextual transaction, ↵ | Andrew Arnott | 2009-12-16 | 2 | -21/+22 |
| | | | | | | | | | | | | | | | | | | | | leading to runtime errors. | ||||
* | | | | | Added a logging table to the project template database. | Andrew Arnott | 2009-12-16 | 5 | -14/+87 |
| | | | | | |||||
* | | | | | Reduce logging noise. | Andrew Arnott | 2009-12-16 | 7 | -11/+35 |
| | | | | | |||||
* | | | | | Added missing .ashx file from list of files to parse for tokens. | Andrew Arnott | 2009-12-16 | 2 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | This fixes an error that shows up in the generated project template. | ||||
* | | | | | Fixed incremental build when the project template transformation changes. | Andrew Arnott | 2009-12-15 | 5 | -11/+35 |
| | | | | | |||||
* | | | | | Added missing OpenID 1.1 endpoint to Provider MVC sample identity pages. | Andrew Arnott | 2009-12-15 | 1 | -0/+8 |
| | | | | | |||||
* | | | | | Added DNOA.xml to the project template deployment. | Andrew Arnott | 2009-12-15 | 1 | -0/+1 |
| | | | | | |||||
* | | | | | Fixed the OpenIdSelector so that it works when the generic OpenID (textbox) ↵ | Andrew Arnott | 2009-12-15 | 3 | -31/+58 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | button isn't included. The YUI library is no longer downloaded when the ajax text box isn't available. | ||||
* | | | | | Fixed bug where OpenIdSelector would fail if it didn't have an explicit ID ↵ | Andrew Arnott | 2009-12-15 | 1 | -4/+17 |
| | | | | | | | | | | | | | | | | | | | | attribute, but it did have its DownloadYahooUILibrary property set. | ||||
* | | | | | Fixed db generation in the project template. | Andrew Arnott | 2009-12-15 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | | | | | | I can only imagine this was a mis-rebase because I KNOW I had it this way before. | ||||
* | | | | | Changed some more references from DNOI to DNOA. | Andrew Arnott | 2009-12-14 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Added page title to home page. | Andrew Arnott | 2009-12-13 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Added privacy policy to sreg requests so Yahoo! doesn't show warning to users. | Andrew Arnott | 2009-12-13 | 3 | -0/+16 |
| | | | | | |||||
* | | | | | Fixed compile-time error after 95e5314971. | Andrew Arnott | 2009-12-13 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge branch 'v3.2' into v3.3 | Andrew Arnott | 2009-12-13 | 7 | -186/+54 |
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | Conflicts: build.proj lib/DotNetOpenAuth.BuildTasks.targets src/DotNetOpenAuth/Messaging/HttpRequestInfo.cs | ||||
| * | | | | Merge branch 'v3.1' into v3.2 | Andrew Arnott | 2009-12-13 | 14 | -229/+161 |
| |\ \ \ \ | | | |/ / | | |/| | | |||||
| | * | | | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2009-12-13 | 7 | -186/+54 |
| | |\ \ \ | | | | |/ | | | |/| | |||||
| | | * | | Updated documentation files. | Andrew Arnott | 2009-12-10 | 3 | -179/+17 |
| | | | | | | | | | | | | | | | | | | | | Fixes Trac #11 | ||||
| | | * | | Fixed clean target so it doesn't remove the static API files that we want to ↵ | Andrew Arnott | 2009-12-10 | 2 | -4/+24 |
| | | | | | | | | | | | | | | | | | | | | preserve. | ||||
| | | * | | Fixed broken build.proj Clean target. | Andrew Arnott | 2009-12-10 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | | | | | | Fixes Trac #123 | ||||
| | | * | | Fixed FxCop message. | Andrew Arnott | 2009-12-09 | 1 | -3/+3 |
| | | | | | |||||
| | * | | | Fixed nightly build break introduced by the OpenIdOfflineProvider hooking ↵ | Andrew Arnott | 2009-12-09 | 4 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | into the versioning.targets file. | ||||
| | * | | | Made the last commit's fix unit testable, added 4 unit tests, and satisfied ↵ | Andrew Arnott | 2009-12-09 | 2 | -20/+99 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | StyleCop. Conflicts: src/DotNetOpenAuth/Messaging/HttpRequestInfo.cs | ||||
| | * | | | Fixed bug where SSL forwarders' port is incorrectly assumed to be port :80 ↵ | Andrew Arnott | 2009-12-09 | 1 | -4/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | instead of :443. Fixes Trac #157 Conflicts: src/DotNetOpenAuth/Messaging/HttpRequestInfo.cs | ||||
| | * | | | OpenID Offline Provider now builds with the generated build number. | Andrew Arnott | 2009-12-05 | 2 | -21/+4 |
| | | | | | |||||
* | | | | | Fixed release build to update the project template .sql script. | Andrew Arnott | 2009-12-13 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Fixed build break in nightly build. | Andrew Arnott | 2009-12-13 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Added missing verisign image from project. | Andrew Arnott | 2009-12-13 | 1 | -0/+1 |
| | | | | | |||||
* | | | | | Added URL tag to the Image properties for better design-time support. | Andrew Arnott | 2009-12-13 | 2 | -0/+7 |
| | | | | | |||||
* | | | | | Project template's database schema now derives from a database project. | Andrew Arnott | 2009-12-12 | 53 | -244/+1343 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | Merge branch 'projtemplateDBproject' into v3.3 |