summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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.
| * | | | Web sites don't all start when the debugger does any more.Andrew Arnott2010-01-091-0/+4
| | | | |
| * | | | Merge branch 'nunit' into master-Dev10Andrew Arnott2010-01-0912-27/+27
| |\ \ \ \
| | * | | | Fixed a bunch of NUnit warnings.Andrew Arnott2010-01-0912-27/+27
| | | | | |
| * | | | | Sample projects are now downgraded from VS2010 to VS2008 while creating a drop.Andrew Arnott2010-01-092-0/+104
| | | | | |
| * | | | | Fixed up some more issues with OpenIdOfflineProvider sample.Andrew Arnott2010-01-081-0/+12
| | | | | |
| * | | | | More care in exactly which ASP.NET MVC assembly we reference in the library.Andrew Arnott2010-01-081-6/+11
| | | | | |
| * | | | | Merge branch 'master' into master-Dev10Andrew Arnott2010-01-083-15/+44
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: build.proj src/DotNetOpenAuth.sln
| * | | | | | Restored Code Contracts XML generation, since it's fixed in CC build ↵Andrew Arnott2010-01-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 1.2.30108.0.
| * | | | | | Fixed TestWeb project to target .NET 3.5Andrew Arnott2010-01-082-12/+106
| | | | | | |
| * | | | | | NUnit project now builds while targeting both v3.5 and v4.0.Andrew Arnott2010-01-081-2/+1
| | | | | | |
| * | | | | | Replacing the Shadow accessor generation with our own multi-targeting ready ↵Andrew Arnott2010-01-082-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | version.
| * | | | | | Merge branch 'nunit' into master-Dev10Andrew Arnott2010-01-08105-1405/+841
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | Fixed ASP.NET hosting to be flexible about where it is executed from.Andrew Arnott2010-01-081-1/+11
| | | | | | |
| | * | | | | Removed duplicate using statement.Andrew Arnott2010-01-071-1/+0
| | | | | | |
| | * | | | | Merge branch 'master' into nunitAndrew Arnott2010-01-0722-76/+84
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: projecttemplates/RelyingPartyLogic/Utilities.cs
| | * | | | | | Removed MSTest project type GUID and wired up NUnit in build.proj.Andrew Arnott2010-01-064-566/+1
| | | | | | | |
| | * | | | | | Fixed new StyleCop issues that cropped up (by installing Dev10?)Andrew Arnott2010-01-065-10/+10
| | | | | | | |
| | * | | | | | Fixed ASP.NET hosting tests.Andrew Arnott2010-01-063-5/+5
| | | | | | | |
| | * | | | | | Converted all the rest of the tests over to NUnit.Andrew Arnott2010-01-06102-836/+825
| | | | | | | |
| | * | | | | | First test converted to NUnit.Andrew Arnott2010-01-062-4/+7
| | | | | | | |
| * | | | | | | Reverting default target framework from 4.0 back to 3.5.Andrew Arnott2010-01-082-9/+7
| | | | | | | |
| * | | | | | | DNOA and tool sample now builds against .NET v3.5 by default.Andrew Arnott2010-01-081-1/+0
| | | | | | | |
| * | | | | | | Work toward being able to back-target to v3.5.Andrew Arnott2010-01-081-0/+20
| | | | | | | |
| * | | | | | | Upgraded BuildTasks project.Andrew Arnott2010-01-082-4/+38
| | | | | | | |
| * | | | | | | Updated ToolsVersion on all the project files to say 4.0.Andrew Arnott2010-01-081-1/+1
| | | | | | | |
| * | | | | | | Touching up how CLR 4 is conditioned in the build.Andrew Arnott2010-01-082-7/+4
| | | | | | | |
| * | | | | | | Merge branch 'master' into master-Dev10Andrew Arnott2010-01-086-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 Arnott2010-01-071-4/+3
| | | | | | | | |
| * | | | | | | | Merge branch 'master' into master-Dev10Andrew Arnott2010-01-0710-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-Dev10Andrew Arnott2010-01-0665-1763/+2649
| |\ \ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | |
| * | | | | | | | Removed the mobile text box control for CLR4 scenarios since it's using a ↵Andrew Arnott2010-01-061-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | deprecated API.
| * | | | | | | | Fixed warnings about using deprecated Code Access Security features in CLR4.Andrew Arnott2010-01-052-2/+6
| | | | | | | | |
| * | | | | | | | Fixed Code Contract warnings about having protected Invariant methods.Andrew Arnott2010-01-0514-15/+14
| | | | | | | | |
| * | | | | | | | Fixed xml doc comment bugs that show up as warnings to the C# 4 compiler.Andrew Arnott2010-01-057-11/+10
| | | | | | | | |
| * | | | | | | | Fixed runtime exception due to new security model.Andrew Arnott2010-01-051-1/+2
| | | | | | | | |
| * | | | | | | | Fixing build breaks from retargeting to .NET 4.0Andrew Arnott2010-01-053-24/+3
| | | | | | | | |
| * | | | | | | | Retargeted to .NET 4.0Andrew Arnott2010-01-051-1/+2
| | | | | | | | |
| * | | | | | | | Upgraded ASP.NET MVC samples.Andrew Arnott2010-01-051-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Used custom tool from: http://weblogs.asp.net/leftslipper/archive/2009/11/23/migrating-asp-net-mvc-1-0-applications-to-asp-net-mvc-2-beta-updated.aspx
| * | | | | | | | Post-upgrade build break fix: Removed own Microsoft.Contracts.dll and referenceAndrew Arnott2010-01-051-4/+0
| | | | | | | | |
| * | | | | | | | Solution upgraded (MVC projects won't upgrade at this point).Andrew Arnott2010-01-0514-178/+181
| | | | | | | | |
* | | | | | | | | Fixed MessagingUtilities.GetRequestUrlFromContext() to be smarter about web ↵Andrew Arnott2010-01-271-8/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | farms and HTTPS proxies.
* | | | | | | | | Added missing contracts.Andrew Arnott2010-01-261-0/+5
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Added OpenIdRelyingPartyWebFormsVB sample.Andrew Arnott2010-01-171-0/+9
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Merge branch 'v3.3' into v3.4v3.4.0.10015Andrew Arnott2010-01-142-5/+10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/DotNetOpenAuth.BuildTasks.dll lib/DotNetOpenAuth.BuildTasks.pdb
| * | | | | | | Trying again to cure TeamCity build break.Andrew Arnott2010-01-141-1/+1
| | | | | | | |
| * | | | | | | Fixed build break on TeamCity.Andrew Arnott2010-01-141-3/+6
| | | | | | | |
| * | | | | | | Fixed unintentional updating of lib/Microsoft.Contracts.dll whenever we ↵Andrew Arnott2010-01-141-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | build BuildTasks.csproj.
* | | | | | | | Merge branch 'v3.3' into v3.4Andrew Arnott2010-01-1421-48/+311
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/DotNetOpenAuth.BuildTasks.dll lib/DotNetOpenAuth.BuildTasks.pdb src/DotNetOpenAuth.vsmdi
| * | | | | | | Fix for git commit id check when refs are packed.Andrew Arnott2010-01-131-6/+41
| | | | | | | |
| * | | | | | | OAuth now supports HEAD HTTP method, and won't throw unhandled exception on ↵Andrew Arnott2010-01-128-31/+136
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | unrecognized HTTP methods any more. Fixes Trac #169
| * | | | | | | Code Contract fixes.Andrew Arnott2010-01-1212-6/+129
| | | | | | | |
* | | | | | | | FxCop fixesAndrew Arnott2010-01-126-3/+11
| | | | | | | |
* | | | | | | | Merge branch 'v3.3' into v3.4Andrew Arnott2010-01-1210-10/+19
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | / | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Merge branch 'v3.2' into v3.3Andrew Arnott2010-01-125-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 Arnott2010-01-125-5/+8
| | | | | | | |
| | * | | | | | Merge branch 'v3.1' into v3.2Andrew Arnott2010-01-129-5/+13
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/GlobalSuppressions.cs
| | | * \ \ \ \ \ Merge branch 'v3.0' into v3.1Andrew Arnott2010-01-129-5/+13
| | | |\ \ \ \ \ \
| | | | * | | | | | FxCop and Code Contract warning fixes.Andrew Arnott2010-01-129-5/+13
| | | | | | | | | |
| * | | | | | | | | FxCop fixes.Andrew Arnott2010-01-125-4/+13
| | | | | | | | | |
* | | | | | | | | | Merge branch 'v3.3'Andrew Arnott2010-01-115-105/+57
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | Fixes StyleCop issues.Andrew Arnott2010-01-111-1/+1
| | | | | | | | | |
| * | | | | | | | | Fixed some contracts around multipart post.Andrew Arnott2010-01-111-2/+6
| | | | | | | | | |
| * | | | | | | | | Fixed multipart POST method to indicate files are not form-data.Andrew Arnott2010-01-112-1/+10
| | | | | | | | | |
| * | | | | | | | | Fixed multipart POST so that it doesn't include a leading \r\n, which ↵Andrew Arnott2010-01-112-3/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | apparently is NOT valid.
| * | | | | | | | | Ridding the duplicate file entry.Andrew Arnott2010-01-111-99/+0
| | | | | | | | | |
* | | | | | | | | | Fixed error checking and reporting of an invalid OAuth configuration.Andrew Arnott2010-01-111-1/+1
| | | | | | | | | |
* | | | | | | | | | Fixed some bugs in the way multipart messages were handled or even allowed ↵Andrew Arnott2010-01-116-29/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in OAuth.
* | | | | | | | | | StyleCop fix.Andrew Arnott2010-01-111-25/+25
| | | | | | | | | |
* | | | | | | | | | Added support for binary "extra data" in messages.Andrew Arnott2010-01-1110-10/+282
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Merge branch 'master' into mvcProjTemplateAndrew Arnott2010-01-0832-112/+228
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: projecttemplates/RelyingPartyLogic/Utilities.cs src/DotNetOpenAuth.sln
| * | | | | | | | Remodeled some of our build scripts after the new VC project system's .props ↵Andrew Arnott2010-01-083-26/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and .targets pattern.
| * | | | | | | | Adding our own Publicize MSBuild task to eventually replace the Shadow ↵Andrew Arnott2010-01-082-0/+98
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | accessor for multi-targeting support.
| * | | | | | | | Added a product-wide .props and .targets file.Andrew Arnott2010-01-073-12/+8
| | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Merge branch 'v3.3'Andrew Arnott2010-01-0726-85/+93
| |\ \ \ \ \ \ \ | | |/ / / / / / | | | | | | | / | | |_|_|_|_|/ | |/| | | | |
| | * | | | | Fixed StyleCop messages created as a result of f9a8d7163Andrew Arnott2010-01-074-47/+47
| | | | | | |
| | * | | | | Merge branch 'v3.2' into v3.3Andrew Arnott2010-01-075-10/+10
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | Fixed new StyleCop issues that cropped up (by installing Dev10?)Andrew Arnott2010-01-072-3/+3
| | | | | | |
| | | * | | | Merge branch 'v3.1' into v3.2Andrew Arnott2010-01-073-7/+7
| | | |\ \ \ \ | | | | |/ / /
| | | | * | | Merge branch 'v3.0' into v3.1Andrew Arnott2010-01-073-7/+7
| | | | |\ \ \ | | | | | |/ / | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.Test/Messaging/Reflection/MessageDictionaryTests.cs
| | | | | * | Fixed new StyleCop issues that cropped up (by installing Dev10?)Andrew Arnott2010-01-073-7/+7
| | | | | | |
| | * | | | | Fixed Code Contract warnings about having protected Invariant methods.Andrew Arnott2010-01-0614-15/+14
| | | | | | |
| | * | | | | Added a forced build break when Code Contracts are not installed on the ↵Andrew Arnott2010-01-061-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | build machine.