Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Migrated the latest changes from DNOA.Core.nuspec to the rest of them to fix ↵ | Andrew Arnott | 2012-04-30 | 25 | -176/+203 |
| | | | | the symbol server issues. | ||||
* | Renamed nuspec files to match the names of the projects they include. | Andrew Arnott | 2012-04-30 | 4 | -0/+0 |
| | |||||
* | Removed the extra obj source files that are inadvertently added to one of ↵ | Andrew Arnott | 2012-04-30 | 1 | -1/+1 |
| | | | | | | the packages. Also begins tokenizing these elements for easier copy and paste. | ||||
* | Added missing build-generated assemblyinfo.cs version file to symbols .nupkg ↵ | Andrew Arnott | 2012-04-30 | 2 | -7/+15 |
| | | | | for just one package. | ||||
* | Fixed missing nuget package dependency. | Andrew Arnott | 2012-04-28 | 1 | -0/+1 |
| | |||||
* | Incremented version to 4.0.3. | Andrew Arnott | 2012-04-28 | 1 | -2/+2 |
| | |||||
* | Merge pull request #132 from dotnetjunky/v4.1v4.0.2.12119 | Andrew Arnott | 2012-04-27 | 7 | -7/+184 |
|\ | | | | | V4.1 | ||||
| * | Make changes to OAuth and OpenID to allow web-farm scenario. | Microsoft | 2012-04-27 | 7 | -7/+184 |
|/ | |||||
* | Fixes thread-safety in MessageDescriptionCollection class. | Andrew Arnott | 2012-04-27 | 1 | -5/+17 |
| | | | | Fixes #130 | ||||
* | Fixes OpenIdRelyingParty so it truly operates in stateless mode when null is ↵ | Andrew Arnott | 2012-04-27 | 1 | -8/+5 |
| | | | | | | passed into the constructor. Fixes #129 | ||||
* | Added missing project reference to VB sample. | Andrew Arnott | 2012-04-27 | 1 | -0/+4 |
| | |||||
* | Removed unimplemented Exception.GetObjectData override methods. | Andrew Arnott | 2012-04-21 | 2 | -0/+4 |
| | | | | | | They weren't implemented anyway, and seem to be causing trouble with certain CLR 4 hosters (like Rackspace). Fixes #121 | ||||
* | Fix for VerificationException that occurs on some machines. | Andrew Arnott | 2012-04-10 | 1 | -1/+1 |
| | | | | Fixes #112 | ||||
* | Incremented version for v4.0.2. | Andrew Arnott | 2012-04-06 | 1 | -2/+2 |
| | |||||
* | Updated another lib that the new msbuildtasks library requires.v4.0.1.12097 | Andrew Arnott | 2012-04-06 | 1 | -0/+0 |
| | |||||
* | Fixes embedded web resources in the unified assembly. | Andrew Arnott | 2012-04-05 | 1 | -1/+11 |
| | | | | | | The modified parameters passed to ILMerge causes the assembly WebResourceAttribute attributes to be included in the final assembly rather than omitted. Fixes #114 | ||||
* | Upgraded to MSBuild.Community.Tasks that I built in my fork, so that I have ↵ | Andrew Arnott | 2012-04-05 | 4 | -40/+97 |
| | | | | extra ILMerge task properties. | ||||
* | Rolling back the v4.0 branch to VS2010 projects, MVC 2, and .NET 3.5 samples. | Andrew Arnott | 2012-04-05 | 34 | -912/+468 |
|\ | |||||
| * | Revert "Corrected nightly build break due to projecttemplates.proj ↵ | Andrew Arnott | 2012-04-05 | 1 | -2/+2 |
| | | | | | | | | | | | | referencing the old .dbproj." This reverts commit 14f6007a7d0de2d3b1bfc2eb3cd75296924aa456. | ||||
| * | Reverts v4.0 branch back to VS2010, and samples target .NET 3.5, and MVC ↵ | Andrew Arnott | 2012-04-05 | 33 | -910/+466 |
|/ | | | | | | samples are MVC 2. The "upgrade" had introduced a lot of issues, such as broken project templates, broken MVC 3/4 story, etc. and wasn't fitting the stabilization that the v4.0 branch needs. | ||||
* | Fixed peverify errors in unified assembly due to two resources sharing a ↵ | Andrew Arnott | 2012-04-05 | 9 | -25/+25 |
| | | | | | | common manifest name. Related to #112 which reported peverify errors, but this is very unlikely to fix the VerificationException. | ||||
* | Fixes NullReferenceException in UriIdentifier.Initialize on mono. | Andrew Arnott | 2012-04-05 | 1 | -1/+4 |
| | | | | | | Thanks to merarischroeder (https://github.com/merarischroeder) for reporting this issue and prescribing the fix. Fixes #111 | ||||
* | Fixes InvalidCastExceptions for Identifier and Realm conversions | Andrew Arnott | 2012-04-05 | 9 | -82/+206 |
| | | | | | | | | that can result from receiving a message before the static constructors for those types have executed. This corrects the regression introduced in v4.0.0. Fixes #109 | ||||
* | Replaced a bunch of TestCase attribute usages with simply Test. | Andrew Arnott | 2012-04-04 | 42 | -139/+139 |
| | |||||
* | Corrected nightly build break due to projecttemplates.proj referencing the ↵ | Andrew Arnott | 2012-04-01 | 1 | -2/+2 |
| | | | | old .dbproj. | ||||
* | Updated default VSVersion for database project so it doesn't build break | Andrew Arnott | 2012-04-01 | 1 | -2/+2 |
| | | | | on Dev10 command prompts. | ||||
* | Merge branch 'dev11' into v4.0 | Andrew Arnott | 2012-03-31 | 1 | -40/+0 |
|\ | |||||
| * | Repaired sln file from Dev11 beta bugs. | Andrew Arnott | 2012-03-30 | 1 | -40/+0 |
| | | |||||
* | | Migrated to Dev11 project files. They should all open in Dev10 still ↵ | Andrew Arnott | 2012-03-31 | 33 | -466/+947 |
| | | | | | | | | | | | | | | | | (except the new .sqlproj). This reverts commit a5e59982c1b66ebabd4c6436d4d3d177d2440649. Fixes #96 | ||||
* | | Revert "Migrated to Dev11 project files. They should all open in Dev10 ↵ | Andrew Arnott | 2012-03-30 | 33 | -947/+466 |
| | | | | | | | | | | | | | | still (except the new .sqlproj)." This reverts commit dc59bdbc51fce4ad19cb41e5ca610915c2e99789, reversing changes made to e5b8e2e4bd925ef6967c264644e4d67749b5b3de. | ||||
* | | Migrated to Dev11 project files. They should all open in Dev10 still ↵ | Andrew Arnott | 2012-03-30 | 33 | -466/+947 |
|\ \ | |/ | | | | | (except the new .sqlproj). | ||||
| * | Restored script generation in project template to fix build break (Until we ↵ | Andrew Arnott | 2012-03-30 | 1 | -1/+1 |
| | | | | | | | | can figure out a way to really use .dacpac and sqlpackage/msdeploy.) | ||||
| * | Merged v4.0 | Andrew Arnott | 2012-03-30 | 22 | -163/+113 |
| |\ | |/ |/| | |||||
* | | Incremented version numbers following v4.0.0 release. | Andrew Arnott | 2012-03-24 | 1 | -2/+2 |
| | | |||||
* | | Incremented OAuth2 package version. | Andrew Arnott | 2012-03-24 | 1 | -1/+1 |
| | | |||||
* | | Removed advertisement that the DNOA package includes OAuth2 packages.v4.0.0.12084 | Andrew Arnott | 2012-03-24 | 1 | -1/+1 |
| | | |||||
* | | Switches the NuGet installer to make .NET 4.0 targeting web sites work out ↵ | Andrew Arnott | 2012-03-24 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | of the box. This sacrifices the out-of-box experience of .NET 3.5 targeting web sites, since we have to choose between them. But I've added a comment so that .NET 3.5'vers will quickly be drawn to the reason for the failure. Fixes #98 | ||||
* | | Fix for NullReferenceException in the OAuth 1.0 demo due to HttpRequestInfo ↵ | Andrew Arnott | 2012-03-22 | 1 | -0/+1 |
| | | | | | | | | | | | | not initializing one of its fields. Fixes #97 | ||||
* | | Incremented the OAuth 2.0 client sample's port # so as to not conflict with ↵ | Andrew Arnott | 2012-03-22 | 3 | -4/+4 |
| | | | | | | | | the OAuth 1.0 consumer sample. | ||||
* | | Adjusted OAuth 2.0 resource server's port number so as to not conflict with ↵ | Andrew Arnott | 2012-03-22 | 9 | -19/+19 |
| | | | | | | | | OAuth 1.0 service provider sample. | ||||
* | | Removed "ReleaseNoUI" solution configuration. | Andrew Arnott | 2012-03-22 | 1 | -75/+0 |
| | | |||||
* | | Removed not applicable comment from web.config nuget merge file. | Andrew Arnott | 2012-03-22 | 2 | -2/+0 |
| | | |||||
* | | Removed the assemblyBinding web.config content merge from NuGet. | Andrew Arnott | 2012-03-22 | 2 | -2/+4 |
| | | | | | | | | NuGet performs the merge incorrectly, corrupting the user's previous redirect entries and nullifying both redirects. | ||||
* | | Upgraded MVC samples from MVC v2 to v3. | Andrew Arnott | 2012-03-22 | 10 | -20/+22 |
| | | |||||
| * | Removed this obsession the db has with Path1, which is meaningless. | Andrew Arnott | 2012-03-30 | 4 | -15/+1 |
| | | |||||
| * | Fixed sqlproj sql deployment to RelyingPartyLogic assembly. | Andrew Arnott | 2012-03-27 | 3 | -7/+20 |
| | | |||||
| * | Updated more references to MVC 3. | Andrew Arnott | 2012-03-26 | 11 | -319/+23 |
| | | |||||
| * | Removed redundant web site properties in sln file. | Andrew Arnott | 2012-03-21 | 1 | -183/+0 |
| | | | | | | | | Bug in dev11 # 386292 | ||||
| * | Fixed Permissions.sql path. | Andrew Arnott | 2012-03-21 | 1 | -1/+1 |
| | | |||||
| * | Resolved the never-ending Dev10 upgrade of the solution. | Andrew Arnott | 2012-03-21 | 1 | -2/+0 |
| | | | | | | | | The entire solution was being upgraded because this one project had a couple properties in it. | ||||
| * | Merge branch 'v4.0' into dev11 | Andrew Arnott | 2012-03-21 | 404 | -2947/+9084 |
| |\ | |/ |/| | | | | | Conflicts: src/DotNetOpenAuth.sln | ||||
* | | Updated version to reflect that the next release is anticipated to be RTW. | Andrew Arnott | 2012-03-21 | 1 | -1/+1 |
| | | |||||
* | | Fixed build when git isn't tracking the source code. | Andrew Arnott | 2012-03-21 | 1 | -1/+2 |
| | | | | | | | | Fixes #88 | ||||
* | | NuGet package touch-ups | Andrew Arnott | 2012-03-21 | 4 | -4/+4 |
| | | |||||
* | | Switched the roles of the DotNetOpenAuth.Ultimate and DotNetOpenAuth NuGet ↵ | Andrew Arnott | 2012-03-21 | 3 | -31/+36 |
| | | | | | | | | | | | | | | packages. DotNetOpenAuth.Ultimate is now the monolithic assembly. DotNetOpenAuth is now the collection of all DNOA packages. | ||||
* | | Fixed a bunch of NuGet package descriptions, and summaries. | Andrew Arnott | 2012-03-21 | 23 | -26/+115 |
| | | |||||
* | | Fixed build break in OpenIdOfflineProvider in samples distribution. | Andrew Arnott | 2012-03-19 | 1 | -1/+1 |
| | | |||||
* | | Includes OAuth 2 functionality in the unified DLL by default. | Andrew Arnott | 2012-03-19 | 2 | -2/+2 |
| | | |||||
* | | Added OAuth 1 samples to the samples.sln file. | Andrew Arnott | 2012-03-19 | 1 | -1/+21 |
| | | |||||
* | | Correction to NuGet packaging dependency. | Andrew Arnott | 2012-03-15 | 1 | -1/+1 |
|\ \ | | | | | | | | | | Closes #94 | ||||
| * | | Package name casing | David Christiansen | 2012-03-15 | 1 | -1/+1 |
| | | | |||||
| * | | Fixed reference to OpenID package | David Christiansen | 2012-03-15 | 1 | -1/+1 |
|/ / | |||||
* | | Fixed StyleCop warnings. | Andrew Arnott | 2012-03-14 | 2 | -28/+31 |
| | | |||||
* | | Access token endpoint now can respond with appropriate errors. | Andrew Arnott | 2012-03-14 | 10 | -83/+85 |
| | | |||||
* | | Fixed error message generated in exception thrown for bad access token requests. | Andrew Arnott | 2012-03-14 | 5 | -12/+23 |
| | | |||||
* | | Upgraded to Sandcastle June 2010 release (changeset 54478). | Andrew Arnott | 2012-03-11 | 74 | -1327/+2404 |
| | | |||||
* | | Removed some pointless #regions | Andrew Arnott | 2012-03-11 | 4 | -26/+0 |
| | | |||||
* | | Added explanatory comments and security warnings to the AuthenticationResult ↵ | Andrew Arnott | 2012-03-11 | 1 | -2/+7 |
| | | | | | | | | in the AspNet project. | ||||
* | | Reduced code used to translate strings to Identifiers. | Andrew Arnott | 2012-03-11 | 3 | -17/+3 |
| | | |||||
* | | Abbreviated some AX Fetch code in AspNet project. | Andrew Arnott | 2012-03-11 | 2 | -6/+6 |
| | | |||||
* | | Fixed AspNet project's Yahoo! OpenID client to use the HTTPS scheme. | Andrew Arnott | 2012-03-11 | 2 | -2/+2 |
| | | | | | | | | Also switched both Yahoo and Google clients to use the WellKnownProviders class instead of embedding the magic strings itself. | ||||
* | | Fixed StyleCop settings files by removing the deprecated "Microsoft." prefixes. | Andrew Arnott | 2012-03-11 | 5 | -14/+14 |
| | | |||||
* | | Activating StyleCop on aspnet test assembly and fixed issues. | Andrew Arnott | 2012-03-11 | 8 | -46/+78 |
| | | |||||
* | | Fixed StyleCop issues and added comments. | Andrew Arnott | 2012-03-11 | 1 | -3/+17 |
| | | |||||
* | | Changed the compile-time switch for DH support into a runtime check for the ↵ | Andrew Arnott | 2012-03-11 | 10 | -47/+67 |
| | | | | | | | | | | | | supporting assembling. Fixes #87 | ||||
* | | Wired up the publish target in the build.proj project. | Andrew Arnott | 2012-03-11 | 1 | -0/+7 |
| | | |||||
* | | Set version to be "RC1". | Andrew Arnott | 2012-03-10 | 1 | -1/+1 |
| | | |||||
* | | Corrected copyright notice in AspNet assembly. | Andrew Arnott | 2012-03-10 | 1 | -2/+2 |
| | | |||||
* | | AssemblyVersion is now a simple major.minor string, to make referencing easier. | Andrew Arnott | 2012-03-10 | 5 | -14/+15 |
| | | |||||
* | | Centralized all version information, including prerelease details, into the ↵ | Andrew Arnott | 2012-03-10 | 6 | -7/+50 |
| | | | | | | | | version.txt file. | ||||
* | | Turned off ccrewrite.exe for test assembly. | Andrew Arnott | 2012-03-10 | 1 | -2/+2 |
| | | |||||
* | | StyleCop fixes on AspNet project. | Andrew Arnott | 2012-03-10 | 20 | -190/+151 |
| | | |||||
* | | FxCop fixes and suppressions. | Andrew Arnott | 2012-03-10 | 19 | -29/+134 |
| | | |||||
* | | Merge branch 'stylecopUpgrade' | Andrew Arnott | 2012-03-10 | 91 | -290/+984 |
|\ \ | |||||
| * | | Applied all the StyleCop fixes necessary by the StyleCop 4.7 upgrade. | Andrew Arnott | 2012-03-10 | 76 | -281/+980 |
| | | | |||||
| * | | Upgraded to StyleCop 4.7. | Andrew Arnott | 2012-03-09 | 15 | -9/+4 |
|/ / | |||||
* | | More stylecop fixes. | Andrew Arnott | 2012-03-08 | 1 | -6/+5 |
| | | |||||
* | | Fixed release build break (due to stylecop). | Andrew Arnott | 2012-03-08 | 1 | -1/+0 |
| | | |||||
* | | Fixed NullReferenceException causing a unit test failure. | Andrew Arnott | 2012-03-08 | 1 | -2/+11 |
| | | |||||
* | | OAuth 2 clients now use the state parameter to mitigate XSRF attacks. | Andrew Arnott | 2012-03-08 | 4 | -10/+26 |
| | | | | | | | | Fixes #84 | ||||
* | | Adds a Windows Live login sample. | Andrew Arnott | 2012-03-07 | 9 | -0/+253 |
| | | | | | | | | Fixes #83 | ||||
* | | Hacks in support for Facebook, which is missing the token_type parameter in ↵ | Andrew Arnott | 2012-03-07 | 1 | -1/+1 |
| | | | | | | | | | | | | its successful access token responses. Fixes #82 | ||||
* | | Merge branch 'master' of github.com:AArnott/dotnetopenid | Andrew Arnott | 2012-03-05 | 6 | -10/+29 |
|\ \ | |||||
| * \ | Merge pull request #80 from dotnetjunky/master | Andrew Arnott | 2012-03-02 | 6 | -10/+29 |
| |\ \ | | | | | | | | | Fix unit tests failing. | ||||
| | * | | Fix unit tests failing in DotNetOpenAuth.AspNet.Text projects. | Microsoft | 2012-03-02 | 6 | -10/+29 |
| |/ / | |||||
* | | | HttpRequestInfo now replaced in public APIs with HttpRequestBase. | Andrew Arnott | 2012-03-05 | 56 | -579/+524 |
|\ \ \ | |/ / |/| | | | | | Fixes #78 | ||||
| * | | Fixed StyleCop messages. | Andrew Arnott | 2012-03-05 | 5 | -13/+121 |
| | | | |||||
| * | | HttpRequestInfo ctors are now internal, and publicly we have static | Andrew Arnott | 2012-03-05 | 6 | -10/+26 |
| | | | | | | | | | | | | factory methods that return HttpRequestBase instances. | ||||
| * | | Replaced API requirements for HttpRequestInfo with HttpRequestBase (new in ↵ | Andrew Arnott | 2012-03-05 | 54 | -626/+447 |
|/ / | | | | | | | | | | | .NET 3.5 SP1). This makes us more friendly to MVC as well as mock-based unit testing. | ||||
* | | Added missing build configurations. | Andrew Arnott | 2012-03-01 | 1 | -1/+15 |
| | |