summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Migrated the latest changes from DNOA.Core.nuspec to the rest of them to fix ↵Andrew Arnott2012-04-3025-176/+203
| | | | the symbol server issues.
* Renamed nuspec files to match the names of the projects they include.Andrew Arnott2012-04-304-0/+0
|
* Removed the extra obj source files that are inadvertently added to one of ↵Andrew Arnott2012-04-301-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 Arnott2012-04-302-7/+15
| | | | for just one package.
* Fixed missing nuget package dependency.Andrew Arnott2012-04-281-0/+1
|
* Incremented version to 4.0.3.Andrew Arnott2012-04-281-2/+2
|
* Merge pull request #132 from dotnetjunky/v4.1v4.0.2.12119Andrew Arnott2012-04-277-7/+184
|\ | | | | V4.1
| * Make changes to OAuth and OpenID to allow web-farm scenario.Microsoft2012-04-277-7/+184
|/
* Fixes thread-safety in MessageDescriptionCollection class.Andrew Arnott2012-04-271-5/+17
| | | | Fixes #130
* Fixes OpenIdRelyingParty so it truly operates in stateless mode when null is ↵Andrew Arnott2012-04-271-8/+5
| | | | | | passed into the constructor. Fixes #129
* Added missing project reference to VB sample.Andrew Arnott2012-04-271-0/+4
|
* Removed unimplemented Exception.GetObjectData override methods.Andrew Arnott2012-04-212-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 Arnott2012-04-101-1/+1
| | | | Fixes #112
* Incremented version for v4.0.2.Andrew Arnott2012-04-061-2/+2
|
* Updated another lib that the new msbuildtasks library requires.v4.0.1.12097Andrew Arnott2012-04-061-0/+0
|
* Fixes embedded web resources in the unified assembly.Andrew Arnott2012-04-051-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 Arnott2012-04-054-40/+97
| | | | extra ILMerge task properties.
* Rolling back the v4.0 branch to VS2010 projects, MVC 2, and .NET 3.5 samples.Andrew Arnott2012-04-0534-912/+468
|\
| * Revert "Corrected nightly build break due to projecttemplates.proj ↵Andrew Arnott2012-04-051-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 Arnott2012-04-0533-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 Arnott2012-04-059-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 Arnott2012-04-051-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 conversionsAndrew Arnott2012-04-059-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 Arnott2012-04-0442-139/+139
|
* Corrected nightly build break due to projecttemplates.proj referencing the ↵Andrew Arnott2012-04-011-2/+2
| | | | old .dbproj.
* Updated default VSVersion for database project so it doesn't build breakAndrew Arnott2012-04-011-2/+2
| | | | on Dev10 command prompts.
* 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
| |\ | |/ |/|
* | 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
| |
| * 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
* | 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
| |
* | 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
|/ /
* | More stylecop fixes.Andrew Arnott2012-03-081-6/+5
| |
* | Fixed release build break (due to stylecop).Andrew Arnott2012-03-081-1/+0
| |
* | Fixed NullReferenceException causing a unit test failure.Andrew Arnott2012-03-081-2/+11
| |
* | OAuth 2 clients now use the state parameter to mitigate XSRF attacks.Andrew Arnott2012-03-084-10/+26
| | | | | | | | Fixes #84
* | Adds a Windows Live login sample.Andrew Arnott2012-03-079-0/+253
| | | | | | | | Fixes #83
* | Hacks in support for Facebook, which is missing the token_type parameter in ↵Andrew Arnott2012-03-071-1/+1
| | | | | | | | | | | | its successful access token responses. Fixes #82
* | Merge branch 'master' of github.com:AArnott/dotnetopenidAndrew Arnott2012-03-056-10/+29
|\ \
| * \ Merge pull request #80 from dotnetjunky/masterAndrew Arnott2012-03-026-10/+29
| |\ \ | | | | | | | | Fix unit tests failing.
| | * | Fix unit tests failing in DotNetOpenAuth.AspNet.Text projects.Microsoft2012-03-026-10/+29
| |/ /
* | | HttpRequestInfo now replaced in public APIs with HttpRequestBase.Andrew Arnott2012-03-0556-579/+524
|\ \ \ | |/ / |/| | | | | Fixes #78
| * | Fixed StyleCop messages.Andrew Arnott2012-03-055-13/+121
| | |
| * | HttpRequestInfo ctors are now internal, and publicly we have staticAndrew Arnott2012-03-056-10/+26
| | | | | | | | | | | | factory methods that return HttpRequestBase instances.
| * | Replaced API requirements for HttpRequestInfo with HttpRequestBase (new in ↵Andrew Arnott2012-03-0554-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 Arnott2012-03-011-1/+15
| |