Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed another auth server binding element. | Andrew Arnott | 2012-03-31 | 4 | -102/+29 |
| | |||||
* | Fixes StyleCop issue. | Andrew Arnott | 2012-03-31 | 1 | -1/+1 |
| | |||||
* | Moved access token signing key to the parameters object. | Andrew Arnott | 2012-03-31 | 4 | -35/+23 |
| | | | | | | This also presumably solves the threading concerns of sharing one instance. Fixes #34 | ||||
* | Applied some refactoring of OAuth2 classes. | Andrew Arnott | 2012-03-31 | 105 | -1079/+1805 |
|\ | |||||
| * | Fixed a couple of failing unit tests. | Andrew Arnott | 2012-03-31 | 1 | -1/+1 |
| | | |||||
| * | Let Dev11 dirty project files. | Andrew Arnott | 2012-03-31 | 11 | -67/+52 |
| | | |||||
| * | Merge branch 'dev11' into v4.0 | Andrew Arnott | 2012-03-31 | 33 | -472/+891 |
| |\ | |/ |/| | | | | | Conflicts: src/DotNetOpenAuth.sln | ||||
* | | Merge branch 'v4.0' | Andrew Arnott | 2012-03-31 | 33 | -469/+910 |
|\ \ | |||||
| * \ | 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 |
| | |\ \ | | |/ / | |/| | | |||||
| | * | | 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 | ||||
| | * | | | Downgraded MVC projects from MVC 4 to MVC 3. | Andrew Arnott | 2012-03-21 | 4 | -13/+4 |
| | | | | | | | | | | | | | | | | | | | | MVC 4 is still in beta, and MVC 3 is sufficient for Dev11 compatibility. | ||||
| | * | | | Removed extra backup location tags from project files. | Andrew Arnott | 2012-03-20 | 3 | -3/+0 |
| | | | | | |||||
| | * | | | Completed Dev11 upgrade. The file churn on every file open is finally over. | Andrew Arnott | 2012-03-20 | 5 | -38/+120 |
| | | | | | | | | | | | | | | | | | | | | This required upgrading the MVC projects to MVC 4. | ||||
| | * | | | more noise. | Andrew Arnott | 2012-02-24 | 4 | -5/+8 |
| | | | | | |||||
| | * | | | more changes. | Andrew Arnott | 2012-02-24 | 4 | -4/+4 |
| | | | | | |||||
| | * | | | even more noise. | Andrew Arnott | 2012-02-24 | 5 | -7/+10 |
| | | | | | |||||
| | * | | | Additional changes. | Andrew Arnott | 2012-02-24 | 7 | -398/+1051 |
| | | | | | |||||
| | * | | | Project compatibility upgrades for Dev11. | Andrew Arnott | 2012-02-24 | 15 | -39/+131 |
| | | | | | |||||
| | | | * | Consolidated all code and token serializations to one binding element. | Andrew Arnott | 2012-03-30 | 6 | -172/+180 |
| | | | | | |||||
| | | | * | Fixed up an authorization server's token endpoint to generate more accurate ↵ | Andrew Arnott | 2012-03-30 | 14 | -115/+551 |
| | | | | | | | | | | | | | | | | | | | | error messages. | ||||
| | | | * | Added binding element comments. | Andrew Arnott | 2012-03-30 | 5 | -3/+14 |
| | | | | | |||||
| | | | * | Moved some message validation to another binding element. | Andrew Arnott | 2012-03-29 | 4 | -15/+12 |
| | | | | | |||||
| | | | * | Moved the code in AuthorizationCodeBindingElement into the ↵ | Andrew Arnott | 2012-03-29 | 5 | -91/+17 |
| | | | | | | | | | | | | | | | | | | | | AuthorizationServer class. | ||||
| | | | * | Beginning work of cleaning up the auth server binding elements. | Andrew Arnott | 2012-03-26 | 7 | -46/+31 |
| | | | | | |||||
| | | | * | Removed broken class diagram. | Andrew Arnott | 2012-03-24 | 2 | -165/+0 |
| | | | | | |||||
| | | | * | More comments and an visibility fix. | Andrew Arnott | 2012-03-24 | 3 | -3/+5 |
| | | | | | |||||
| | | | * | Fixed comments and a couple missing [Serializable] attributes. | Andrew Arnott | 2012-03-24 | 5 | -4/+12 |
| | | | | | |||||
| | | | * | StyleCop fixes. | Andrew Arnott | 2012-03-24 | 8 | -41/+38 |
| | | | | | |||||
| | | | * | Merge branch 'master' into oauth2refactor | Andrew Arnott | 2012-03-24 | 26 | -125/+55 |
| | | | |\ | |_|_|_|/ |/| | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.sln | ||||
* | | | | | Merge branch 'v4.0' | Andrew Arnott | 2012-03-24 | 25 | -122/+54 |
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | Conflicts: src/version.txt | ||||
| * | | | | 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 |
| | |/ / | |/| | | |||||
* | | | | Incremented version numbers. | Andrew Arnott | 2012-03-24 | 1 | -1/+1 |
| | | | | |||||
| | | * | Merge branch 'master' into oauth2refactor | Andrew Arnott | 2012-03-21 | 32 | -64/+179 |
| | | |\ | |_|_|/ |/| | | | |||||
* | | | | Merge branch 'v4.0' | Andrew Arnott | 2012-03-21 | 32 | -63/+178 |
|\ \ \ \ | |/ / / | | | | | | | | | | | | | Conflicts: src/version.txt | ||||
| * | | | 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 |
| | | | | |||||
* | | | | Incremented version.txt for v4.1 beta. | Andrew Arnott | 2012-03-18 | 1 | -2/+2 |
|/ / / | |||||
| | * | All unit tests pass again. | Andrew Arnott | 2012-03-18 | 1 | -13/+19 |
| | | | |||||
| | * | Fixed another failing unit test. | Andrew Arnott | 2012-03-18 | 1 | -1/+1 |
| | | | |||||
| | * | Fixed failing unit test: ResourceOwnerPasswordCredentialGrant. | Andrew Arnott | 2012-03-18 | 2 | -19/+12 |
| | | | |||||
| | * | A little binding element cleanup. | Andrew Arnott | 2012-03-18 | 2 | -15/+13 |
| | | | |||||
| | * | Fixed a couple failing unit tests. | Andrew Arnott | 2012-03-17 | 2 | -14/+20 |
| | | | |||||
| | * | Fixed build breaks in the solution. | Andrew Arnott | 2012-03-17 | 8 | -5/+30 |
| | | | |||||
| | * | A bunch more moving of OAuth2 classes between assemblies. | Andrew Arnott | 2012-03-16 | 28 | -72/+131 |
| | | | |||||
| | * | Redistributed OAuth2 code into their more specific assemblies. | Andrew Arnott | 2012-03-16 | 59 | -278/+751 |
| |/ |/| | |||||
* | | 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 |
|/ / |