summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Removed another auth server binding element.Andrew Arnott2012-03-314-102/+29
|
* Fixes StyleCop issue.Andrew Arnott2012-03-311-1/+1
|
* Moved access token signing key to the parameters object.Andrew Arnott2012-03-314-35/+23
| | | | | | This also presumably solves the threading concerns of sharing one instance. Fixes #34
* Applied some refactoring of OAuth2 classes.Andrew Arnott2012-03-31105-1079/+1805
|\
| * Fixed a couple of failing unit tests.Andrew Arnott2012-03-311-1/+1
| |
| * Let Dev11 dirty project files.Andrew Arnott2012-03-3111-67/+52
| |
| * Merge branch 'dev11' into v4.0Andrew Arnott2012-03-3133-472/+891
| |\ | |/ |/| | | | | Conflicts: src/DotNetOpenAuth.sln
* | Merge branch 'v4.0'Andrew Arnott2012-03-3133-469/+910
|\ \
| * \ Merge branch 'dev11' into v4.0Andrew Arnott2012-03-311-40/+0
| |\ \
| | * | Repaired sln file from Dev11 beta bugs.Andrew Arnott2012-03-301-40/+0
| | | |
| * | | Migrated to Dev11 project files. They should all open in Dev10 still ↵Andrew Arnott2012-03-3133-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 Arnott2012-03-3033-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 Arnott2012-03-3033-466/+947
| |\ \ \ | | |/ / | | | | | | | | (except the new .sqlproj).
| | * | Restored script generation in project template to fix build break (Until we ↵Andrew Arnott2012-03-301-1/+1
| | | | | | | | | | | | | | | | can figure out a way to really use .dacpac and sqlpackage/msdeploy.)
| | * | Merged v4.0Andrew Arnott2012-03-3022-163/+113
| | |\ \ | | |/ / | |/| |
| | * | Removed this obsession the db has with Path1, which is meaningless.Andrew Arnott2012-03-304-15/+1
| | | |
| | * | Fixed sqlproj sql deployment to RelyingPartyLogic assembly.Andrew Arnott2012-03-273-7/+20
| | | |
| | * | Updated more references to MVC 3.Andrew Arnott2012-03-2611-319/+23
| | | |
| | * | Removed redundant web site properties in sln file.Andrew Arnott2012-03-211-183/+0
| | | | | | | | | | | | | | | | Bug in dev11 # 386292
| | * | Fixed Permissions.sql path.Andrew Arnott2012-03-211-1/+1
| | | |
| | * | Resolved the never-ending Dev10 upgrade of the solution.Andrew Arnott2012-03-211-2/+0
| | | | | | | | | | | | | | | | The entire solution was being upgraded because this one project had a couple properties in it.
| | * | Merge branch 'v4.0' into dev11Andrew Arnott2012-03-21404-2947/+9084
| | |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.sln
| | * | | Downgraded MVC projects from MVC 4 to MVC 3.Andrew Arnott2012-03-214-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 Arnott2012-03-203-3/+0
| | | | |
| | * | | Completed Dev11 upgrade. The file churn on every file open is finally over.Andrew Arnott2012-03-205-38/+120
| | | | | | | | | | | | | | | | | | | | This required upgrading the MVC projects to MVC 4.
| | * | | more noise.Andrew Arnott2012-02-244-5/+8
| | | | |
| | * | | more changes.Andrew Arnott2012-02-244-4/+4
| | | | |
| | * | | even more noise.Andrew Arnott2012-02-245-7/+10
| | | | |
| | * | | Additional changes.Andrew Arnott2012-02-247-398/+1051
| | | | |
| | * | | Project compatibility upgrades for Dev11.Andrew Arnott2012-02-2415-39/+131
| | | | |
| | | | * Consolidated all code and token serializations to one binding element.Andrew Arnott2012-03-306-172/+180
| | | | |
| | | | * Fixed up an authorization server's token endpoint to generate more accurate ↵Andrew Arnott2012-03-3014-115/+551
| | | | | | | | | | | | | | | | | | | | error messages.
| | | | * Added binding element comments.Andrew Arnott2012-03-305-3/+14
| | | | |
| | | | * Moved some message validation to another binding element.Andrew Arnott2012-03-294-15/+12
| | | | |
| | | | * Moved the code in AuthorizationCodeBindingElement into the ↵Andrew Arnott2012-03-295-91/+17
| | | | | | | | | | | | | | | | | | | | AuthorizationServer class.
| | | | * Beginning work of cleaning up the auth server binding elements.Andrew Arnott2012-03-267-46/+31
| | | | |
| | | | * Removed broken class diagram.Andrew Arnott2012-03-242-165/+0
| | | | |
| | | | * More comments and an visibility fix.Andrew Arnott2012-03-243-3/+5
| | | | |
| | | | * Fixed comments and a couple missing [Serializable] attributes.Andrew Arnott2012-03-245-4/+12
| | | | |
| | | | * StyleCop fixes.Andrew Arnott2012-03-248-41/+38
| | | | |
| | | | * Merge branch 'master' into oauth2refactorAndrew Arnott2012-03-2426-125/+55
| | | | |\ | |_|_|_|/ |/| | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.sln
* | | | | Merge branch 'v4.0'Andrew Arnott2012-03-2425-122/+54
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | Conflicts: src/version.txt
| * | | | Incremented version numbers following v4.0.0 release.Andrew Arnott2012-03-241-2/+2
| | | | |
| * | | | Incremented OAuth2 package version.Andrew Arnott2012-03-241-1/+1
| | | | |
| * | | | Removed advertisement that the DNOA package includes OAuth2 packages.v4.0.0.12084Andrew Arnott2012-03-241-1/+1
| | | | |
| * | | | Switches the NuGet installer to make .NET 4.0 targeting web sites work out ↵Andrew Arnott2012-03-241-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 Arnott2012-03-221-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 Arnott2012-03-223-4/+4
| | | | | | | | | | | | | | | | | | | | the OAuth 1.0 consumer sample.
| * | | | Adjusted OAuth 2.0 resource server's port number so as to not conflict with ↵Andrew Arnott2012-03-229-19/+19
| | | | | | | | | | | | | | | | | | | | OAuth 1.0 service provider sample.
| * | | | Removed "ReleaseNoUI" solution configuration.Andrew Arnott2012-03-221-75/+0
| | | | |
| * | | | Removed not applicable comment from web.config nuget merge file.Andrew Arnott2012-03-222-2/+0
| | | | |
| * | | | Removed the assemblyBinding web.config content merge from NuGet.Andrew Arnott2012-03-222-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 Arnott2012-03-2210-20/+22
| | |/ / | |/| |
* | | | Incremented version numbers.Andrew Arnott2012-03-241-1/+1
| | | |
| | | * Merge branch 'master' into oauth2refactorAndrew Arnott2012-03-2132-64/+179
| | | |\ | |_|_|/ |/| | |
* | | | Merge branch 'v4.0'Andrew Arnott2012-03-2132-63/+178
|\ \ \ \ | |/ / / | | | | | | | | | | | | Conflicts: src/version.txt
| * | | Updated version to reflect that the next release is anticipated to be RTW.Andrew Arnott2012-03-211-1/+1
| | | |
| * | | Fixed build when git isn't tracking the source code.Andrew Arnott2012-03-211-1/+2
| | | | | | | | | | | | | | | | Fixes #88
| * | | NuGet package touch-upsAndrew Arnott2012-03-214-4/+4
| | | |
| * | | Switched the roles of the DotNetOpenAuth.Ultimate and DotNetOpenAuth NuGet ↵Andrew Arnott2012-03-213-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 Arnott2012-03-2123-26/+115
| | | |
| * | | Fixed build break in OpenIdOfflineProvider in samples distribution.Andrew Arnott2012-03-191-1/+1
| | | |
| * | | Includes OAuth 2 functionality in the unified DLL by default.Andrew Arnott2012-03-192-2/+2
| | | |
| * | | Added OAuth 1 samples to the samples.sln file.Andrew Arnott2012-03-191-1/+21
| | | |
* | | | Incremented version.txt for v4.1 beta.Andrew Arnott2012-03-181-2/+2
|/ / /
| | * All unit tests pass again.Andrew Arnott2012-03-181-13/+19
| | |
| | * Fixed another failing unit test.Andrew Arnott2012-03-181-1/+1
| | |
| | * Fixed failing unit test: ResourceOwnerPasswordCredentialGrant.Andrew Arnott2012-03-182-19/+12
| | |
| | * A little binding element cleanup.Andrew Arnott2012-03-182-15/+13
| | |
| | * Fixed a couple failing unit tests.Andrew Arnott2012-03-172-14/+20
| | |
| | * Fixed build breaks in the solution.Andrew Arnott2012-03-178-5/+30
| | |
| | * A bunch more moving of OAuth2 classes between assemblies.Andrew Arnott2012-03-1628-72/+131
| | |
| | * Redistributed OAuth2 code into their more specific assemblies.Andrew Arnott2012-03-1659-278/+751
| |/ |/|
* | Correction to NuGet packaging dependency.Andrew Arnott2012-03-151-1/+1
|\ \ | | | | | | | | | Closes #94
| * | Package name casingDavid Christiansen2012-03-151-1/+1
| | |
| * | Fixed reference to OpenID packageDavid Christiansen2012-03-151-1/+1
|/ /
* | Fixed StyleCop warnings.Andrew Arnott2012-03-142-28/+31
| |
* | Access token endpoint now can respond with appropriate errors.Andrew Arnott2012-03-1410-83/+85
| |
* | Fixed error message generated in exception thrown for bad access token requests.Andrew Arnott2012-03-145-12/+23
| |
* | Upgraded to Sandcastle June 2010 release (changeset 54478).Andrew Arnott2012-03-1174-1327/+2404
| |
* | Removed some pointless #regionsAndrew Arnott2012-03-114-26/+0
| |
* | Added explanatory comments and security warnings to the AuthenticationResult ↵Andrew Arnott2012-03-111-2/+7
| | | | | | | | in the AspNet project.
* | Reduced code used to translate strings to Identifiers.Andrew Arnott2012-03-113-17/+3
| |
* | Abbreviated some AX Fetch code in AspNet project.Andrew Arnott2012-03-112-6/+6
| |
* | Fixed AspNet project's Yahoo! OpenID client to use the HTTPS scheme.Andrew Arnott2012-03-112-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 Arnott2012-03-115-14/+14
| |
* | Activating StyleCop on aspnet test assembly and fixed issues.Andrew Arnott2012-03-118-46/+78
| |
* | Fixed StyleCop issues and added comments.Andrew Arnott2012-03-111-3/+17
| |
* | Changed the compile-time switch for DH support into a runtime check for the ↵Andrew Arnott2012-03-1110-47/+67
| | | | | | | | | | | | supporting assembling. Fixes #87
* | Wired up the publish target in the build.proj project.Andrew Arnott2012-03-111-0/+7
| |
* | Set version to be "RC1".Andrew Arnott2012-03-101-1/+1
| |
* | Corrected copyright notice in AspNet assembly.Andrew Arnott2012-03-101-2/+2
| |
* | AssemblyVersion is now a simple major.minor string, to make referencing easier.Andrew Arnott2012-03-105-14/+15
| |
* | Centralized all version information, including prerelease details, into the ↵Andrew Arnott2012-03-106-7/+50
| | | | | | | | version.txt file.
* | Turned off ccrewrite.exe for test assembly.Andrew Arnott2012-03-101-2/+2
| |
* | StyleCop fixes on AspNet project.Andrew Arnott2012-03-1020-190/+151
| |
* | FxCop fixes and suppressions.Andrew Arnott2012-03-1019-29/+134
| |
* | Merge branch 'stylecopUpgrade'Andrew Arnott2012-03-1091-290/+984
|\ \
| * | Applied all the StyleCop fixes necessary by the StyleCop 4.7 upgrade.Andrew Arnott2012-03-1076-281/+980
| | |
| * | Upgraded to StyleCop 4.7.Andrew Arnott2012-03-0915-9/+4
|/ /