Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switch from Properties["OriginalHttpRequestUri"] to Via property. | Andrew Arnott | 2011-04-04 | 1 | -1/+1 |
| | | | | Closes #19 | ||||
* | Fixed for StyleCop that were exposed by StyleCop upgrade. | Andrew Arnott | 2011-03-31 | 1 | -1/+1 |
| | |||||
* | Removes the OpenIdOfflineProvider's shipping dependency on ↵ | Andrew Arnott | 2011-01-12 | 1 | -0/+15 |
| | | | | | | Microsoft.Contracts.dll. Closes #7 | ||||
* | Applied Google anonymous consumer key and secret to OAuth consumer sample. | Andrew Arnott | 2011-01-07 | 1 | -2/+2 |
| | |||||
* | Adds the missing attributes on OpenIdRelyingPartyControlBase that make its ↵ | Andrew Arnott | 2010-12-29 | 2 | -3/+7 |
| | | | | | | Extensions property settable inside an ASPX page. Closes #6 | ||||
* | Drop and tools archives are now created *both* as .7z and .zip. | Andrew Arnott | 2010-12-23 | 1 | -6/+5 |
| | |||||
* | Build system can now generate .zip OR .7z on demand given a build property. | Andrew Arnott | 2010-12-22 | 2 | -2/+2 |
| | |||||
* | Tools and drop .zips are now .7z as well due to their much smaller size. | Andrew Arnott | 2010-12-22 | 1 | -5/+7 |
| | |||||
* | The nightly build now creates deployable archives of docs and samples in the ↵ | Andrew Arnott | 2010-12-21 | 1 | -4/+9 |
| | | | | .7z format. | ||||
* | Samples and HTML docs are now zipped up and included in drop directory for ↵ | Andrew Arnott | 2010-12-21 | 1 | -24/+21 |
| | | | | subsequent publishing. | ||||
* | Fixed sample bug reported by Nikko. | Andrew Arnott | 2010-12-18 | 1 | -2/+1 |
| | |||||
* | Fixed tools .zip build break. | Andrew Arnott | 2010-11-25 | 1 | -0/+1 |
| | |||||
* | Fixed OpenID Offline Provider build .targets so that it includes log4net.dll ↵ | Andrew Arnott | 2010-11-24 | 1 | -4/+10 |
| | | | | which is required. | ||||
* | Fixed bug in sample where the DateTime.Kind on an OAuth token was being lost ↵ | Andrew Arnott | 2010-10-29 | 1 | -0/+29 |
| | | | | by the database. | ||||
* | Typo fix. | Andrew Arnott | 2010-10-29 | 1 | -1/+1 |
| | |||||
* | Added comment about where a token might be saved. | Andrew Arnott | 2010-10-29 | 1 | -1/+5 |
| | |||||
* | Fixed StyleCop error. | Andrew Arnott | 2010-10-06 | 1 | -0/+1 |
| | |||||
* | Added email to the requested attributes of the identity-less login sample, ↵ | Andrew Arnott | 2010-10-06 | 3 | -8/+24 |
| | | | | and fixed the default button. | ||||
* | Improved OpenID Provider MVC sample to support immediate mode and anonymous ↵ | Andrew Arnott | 2010-10-06 | 4 | -31/+200 |
| | | | | OpenID requests. | ||||
* | Improved documentation of classic ASP scenario slightly. | Andrew Arnott | 2010-09-04 | 2 | -7/+14 |
| | |||||
* | Merge branch 'v3.3' into v3.4 | Andrew Arnott | 2010-08-06 | 1 | -0/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj src/DotNetOpenAuth.Test/Mocks/MockHttpRequest.cs src/DotNetOpenAuth.Test/OpenId/AssociationHandshakeTests.cs src/DotNetOpenAuth.Test/OpenId/Extensions/ExtensionsInteropHelperRPRequestTests.cs src/DotNetOpenAuth.Test/OpenId/RelyingParty/AuthenticationRequestTests.cs src/DotNetOpenAuth/DotNetOpenAuth.csproj src/DotNetOpenAuth/Messaging/IMessageWithBinaryData.cs src/DotNetOpenAuth/OpenId/IIdentifierDiscoveryService.cs src/DotNetOpenAuth/OpenId/RelyingParty/AuthenticationRequest.cs src/DotNetOpenAuth/OpenId/RelyingParty/IXrdsProviderEndpointContract.cs | ||||
| * | .gitignore Resharper. | Andrew Arnott | 2010-08-06 | 1 | -0/+1 |
| | | |||||
* | | Fixed another build break.v3.4.5.10201 | Andrew Arnott | 2010-07-20 | 1 | -0/+2 |
| | | |||||
* | | StyleCop fixes that only appeared when building at the command line. | Andrew Arnott | 2010-07-20 | 5 | -35/+35 |
| | | |||||
* | | Added StyleCop to toolset and regular command line build. | Andrew Arnott | 2010-07-19 | 13 | -22/+26 |
| | | | | | | | | As part of this, all projects now import EnlistmentInfo.props and .targets. | ||||
* | | Merge branch 'v3.3' into v3.4 | Andrew Arnott | 2010-07-19 | 1 | -1/+184 |
|\ \ | |/ | | | | | | | Conflicts: samples/DotNetOpenAuth.ApplicationBlock/Util.cs | ||||
| * | Merge branch 'v3.2' into v3.3 | Andrew Arnott | 2010-07-19 | 1 | -1/+184 |
| |\ | |||||
| | * | Merge branch 'v3.1' into v3.2 | Andrew Arnott | 2010-07-19 | 1 | -1/+184 |
| | |\ | | | | | | | | | | | | | | | | | Conflicts: samples/DotNetOpenAuth.ApplicationBlock/Util.cs | ||||
| | | * | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2010-07-19 | 1 | -1/+182 |
| | | |\ | | | | | | | | | | | | | | | | | | | | | Conflicts: samples/DotNetOpenAuth.ApplicationBlock/Util.cs | ||||
| | | | * | Added utility method to make it easy to modify channels' outgoing HTTP ↵ | Andrew Arnott | 2010-05-15 | 1 | -1/+179 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | requests, particularly for adding default network credentials to them. A sample use of this would be: WebConsumer consumer; // initialized elsewhere consumer.Channel.UseDefaultNetworkCredentialsOnOutgoingHttpRequests(); Note that this method should only be called ONCE per instantiated channel. | ||||
* | | | | | Removed C# 4 usage from samples so they build under VS2008. | Andrew Arnott | 2010-07-19 | 4 | -5/+5 |
| | | | | | |||||
* | | | | | Fixed samples.sln to use the newly converted web samples. | Andrew Arnott | 2010-07-19 | 1 | -55/+18 |
| | | | | | |||||
* | | | | | Update to samples README file. | Andrew Arnott | 2010-07-14 | 1 | -5/+5 |
| | | | | | |||||
* | | | | | StyleCop fixes. | Andrew Arnott | 2010-07-09 | 1 | -3/+3 |
| | | | | | |||||
* | | | | | Added Yammer sign-up URL. | unknown | 2010-06-21 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Slight update to Yammer in an attempt to make results more reliable. | unknown | 2010-06-21 | 1 | -2/+2 |
| | | | | | |||||
* | | | | | Added sample Yammer OAuth 1.0 consumer. | Andrew Arnott | 2010-06-17 | 7 | -0/+320 |
| | | | | | | | | | | | | | | | | | | | | Yammer has a troublesome non-standard implementation of OAuth SP. | ||||
* | | | | | A new ohloh.proj project builds the Ohloh instruct file and upload script ↵ | Andrew Arnott | 2010-06-11 | 1 | -1/+7 |
| | | | | | | | | | | | | | | | | | | | | now. Woot. | ||||
* | | | | | Resolved build breaks after upgrading Code Contracts. | Andrew Arnott | 2010-06-10 | 1 | -1/+8 |
| | | | | | |||||
* | | | | | StyleCop fixes. | Andrew Arnott | 2010-06-08 | 2 | -4/+4 |
| | | | | | |||||
* | | | | | Added paging capability to GoogleConsumer sample in the ApplicationBlock. | Andrew Arnott | 2010-06-05 | 3 | -4/+12 |
| | | | | | |||||
* | | | | | Stabilized reference paths and removed HintPaths. | Andrew Arnott | 2010-05-28 | 5 | -0/+15 |
| | | | | | | | | | | | | | | | | | | | | This is work for targeting .NET 4.0. | ||||
* | | | | | Fixed references to System.Web.Mvc 1.0 to be 2.0. | Andrew Arnott | 2010-05-17 | 1 | -2/+2 |
| | | | | | |||||
* | | | | | Fixed broken link to the OAuthServiceProvider sample from the ↵ | Andrew Arnott | 2010-05-09 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | OAuthConsumerWPF sample after making the SP a .csproj based web project. | ||||
* | | | | | More StyleCop fixes that mysteriously didn't show up before. | Andrew Arnott | 2010-05-08 | 3 | -6/+6 |
| | | | | | |||||
* | | | | | StyleCop fixes. | Andrew Arnott | 2010-05-08 | 7 | -28/+28 |
| | | | | | |||||
* | | | | | Put in "anonymous" Google consumer key and secret. | Andrew Arnott | 2010-04-29 | 1 | -2/+2 |
| | | | | | |||||
* | | | | | Fixed build break in non-DEBUG configurations of the recently changed samples. | Andrew Arnott | 2010-04-19 | 3 | -3/+12 |
| | | | | | |||||
* | | | | | Adjusted how the sample InMemoryTokenManager class is defined so that it is ↵ | Andrew Arnott | 2010-04-19 | 4 | -5/+17 |
| | | | | | | | | | | | | | | | | | | | | more difficult to use in real apps without knowing its limited scope. | ||||
* | | | | | Updated OAuth C and SP samples to use standard WAP namespaces. | Andrew Arnott | 2010-04-19 | 57 | -3445/+2462 |
| | | | | | |||||
* | | | | | Converted the OAuth consumer and SP sample web site projects to web ↵ | Andrew Arnott | 2010-04-18 | 65 | -166/+2259 |
| | | | | | | | | | | | | | | | | | | | | application projects. | ||||
* | | | | | Fixed OAuthServiceProvider sample's broken WCF authorization due to a ↵ | Andrew Arnott | 2010-04-18 | 6 | -44/+232 |
| | | | | | | | | | | | | | | | | | | | | missing nonce store. | ||||
* | | | | | Fixed MVC 1 references in web.config. | Andrew Arnott | 2010-04-15 | 2 | -8/+10 |
| | | | | | |||||
* | | | | | Fixed missing interface on demo InMemoryTokenManager class that caused the ↵ | Andrew Arnott | 2010-04-09 | 1 | -1/+22 |
| | | | | | | | | | | | | | | | | | | | | loginPlusOAuthSampleOP.aspx sample to fail. | ||||
* | | | | | StyleCop and FxCop fixes. | Andrew Arnott | 2010-04-01 | 1 | -4/+4 |
| | | | | | |||||
* | | | | | Fixed web.config file for sample MVC apps after targeting MVC 2. | Andrew Arnott | 2010-03-31 | 2 | -4/+4 |
| | | | | | |||||
* | | | | | Fixed signature verification bugs where claimed_id's have trailing dots in ↵ | Andrew Arnott | 2010-03-30 | 2 | -2/+29 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | path segments, or capital scheme or host names. Merge branch 'dotbug' into v3.4 | ||||
| * | | | | | Finished getting a reasonable story for partial trust scenarios with the ↵ | Andrew Arnott | 2010-03-30 | 2 | -2/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | problematic URI paths. | ||||
| * | | | | | Fixed signature verification when claimed_id has capital scheme or host ↵ | Andrew Arnott | 2010-03-30 | 2 | -3/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | name, or has path segments that end with a period under partial trust. | ||||
| * | | | | | Added support in the offline Provider app to add trailing dots to ↵ | Andrew Arnott | 2010-03-30 | 2 | -2/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | identifier_select scenarios for testing. Also added the Clear Log button (finally). | ||||
* | | | | | | Added Yubikey login to ApplicationBlock and OpenID Provider web forms sample. | Andrew Arnott | 2010-03-27 | 8 | -3/+298 |
| | | | | | | |||||
* | | | | | | Retargeted shipping project templates and samples to ASP.NET MVC2 now that ↵ | Andrew Arnott | 2010-03-26 | 2 | -18/+6 |
|/ / / / / | | | | | | | | | | | | | | | | it's officially released and supported on both VS2008 and VS2010. | ||||
* | | | | | Switched to the new (transparent background) OpenID logo across all samples. | Andrew Arnott | 2010-03-22 | 11 | -5/+5 |
| | | | | | |||||
* | | | | | Merge branch 'v3.3' into v3.4 | Andrew Arnott | 2010-03-17 | 4 | -7/+7 |
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | Conflicts: samples/OpenIdRelyingPartyMvc/Views/User/LoginPopup.aspx src/DotNetOpenAuth.Test/OpenId/Extensions/ExtensionsInteropHelperRPRequestTests.cs | ||||
| * | | | | Merge branch 'v3.2' into v3.3 | Andrew Arnott | 2010-03-17 | 5 | -15/+15 |
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/Properties/AssemblyInfo.cs | ||||
| | * | | | Merge branch 'v3.1' into v3.2 | Andrew Arnott | 2010-03-17 | 5 | -15/+15 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2010-03-17 | 5 | -15/+15 |
| | | |\ \ | | | | |/ | |||||
| | | | * | Fixed subdirectory hosting of MVC samples. | Andrew Arnott | 2010-03-08 | 5 | -15/+15 |
| | | | | | |||||
* | | | | | Fixed OpenID button to match the official logo. | Andrew Arnott | 2010-03-14 | 3 | -1/+1 |
| | | | | | |||||
* | | | | | MVC RP project template now has the AJAX OpenID Selector. | Andrew Arnott | 2010-03-13 | 4 | -213/+0 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | Merge branch 'MVCselector' into v3.4 | ||||
| * | | | | | Removed poor quality popup box from MVC sample. | Andrew Arnott | 2010-03-13 | 4 | -213/+0 |
| | | | | | | |||||
* | | | | | | StyleCop fixes. | Andrew Arnott | 2010-03-07 | 3 | -42/+55 |
| | | | | | | |||||
* | | | | | | Built up the SSO Provider sample to include username+password scenario, in ↵ | Andrew Arnott | 2010-03-05 | 11 | -8/+500 |
| | | | | | | | | | | | | | | | | | | | | | | | | addition to its existing support for Windows auth. | ||||
* | | | | | | Optimized the way Sign In to Twitter works. | Andrew Arnott | 2010-02-27 | 1 | -4/+8 |
|/ / / / / | |||||
* | | | | | Fixed build break introduced by last checkin. | Andrew Arnott | 2010-02-24 | 2 | -74/+0 |
| | | | | | |||||
* | | | | | Added Sign In with Twitter sample. | Andrew Arnott | 2010-02-24 | 9 | -55/+319 |
| | | | | | |||||
* | | | | | Fixed issue of unsigned satellite assemblies in drop .zip. | Andrew Arnott | 2010-02-18 | 1 | -13/+12 |
| | | | | | |||||
* | | | | | Fixed tools drop so that the assemblies are always signed. | Andrew Arnott | 2010-02-16 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge branch 'v3.4' into buildprojBreakup | Andrew Arnott | 2010-02-16 | 4 | -36/+30 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: build.proj lib/DotNetOpenAuth.BuildTasks.dll lib/DotNetOpenAuth.BuildTasks.pdb | ||||
| * | | | | | Fixed nightly build break.v3.4.1.10044 | Andrew Arnott | 2010-02-13 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Merge branch 'v3.3' into v3.4 | Andrew Arnott | 2010-02-13 | 3 | -35/+29 |
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/DotNetOpenAuth.BuildTasks.dll lib/DotNetOpenAuth.BuildTasks.pdb | ||||
| | * | | | | Merge branch 'v3.2' into v3.3 | Andrew Arnott | 2010-02-12 | 2 | -11/+1 |
| | |\ \ \ \ | | | |/ / / | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/OpenId/Extensions/AttributeExchange/AttributeValues.cs | ||||
| | | * | | | Removed checkbox that wasn't wired up anyway. | Andrew Arnott | 2010-01-17 | 2 | -11/+1 |
| | | | | | | |||||
| | * | | | | Fixed possible unhandled exception during OAuth processing. | Andrew Arnott | 2010-02-01 | 1 | -24/+28 |
| | | | | | | |||||
| | * | | | | Workaround Code Contracts assembly showing up in web app's Bin folder and ↵ | Andrew Arnott | 2010-01-19 | 7 | -1/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | causing type resolution ambiguities. | ||||
* | | | | | | Split up the drop and tools builds. | Andrew Arnott | 2010-02-16 | 1 | -0/+53 |
| | | | | | | |||||
* | | | | | | Split out the doc and sample publishing targets. | Andrew Arnott | 2010-02-16 | 1 | -0/+85 |
| | | | | | | |||||
* | | | | | | Building up Clean targets. | Andrew Arnott | 2010-02-15 | 1 | -0/+5 |
| | | | | | | |||||
* | | | | | | Split out samples and doc building so they can be parallelized. | Andrew Arnott | 2010-02-15 | 1 | -0/+16 |
|/ / / / / | |||||
* | | | | | Upgraded solution to Visual Studio 2010. | Andrew Arnott | 2010-01-31 | 28 | -281/+1429 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | Merge branch 'master-Dev10' | ||||
| * | | | | | Upgraded VB sample to Dev10. | Andrew Arnott | 2010-01-17 | 4 | -38/+45 |
| | | | | | | |||||
| * | | | | | Merge branch 'master' into master-Dev10 | Andrew Arnott | 2010-01-17 | 42 | -3/+1583 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | | | | | | Removed extra reference to .NET 4.0 assembly. | Andrew Arnott | 2010-01-09 | 1 | -1/+0 |
| | | | | | | | |||||
| * | | | | | | Fixed build.proj ToolsLayout target. | Andrew Arnott | 2010-01-08 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | Fixed up some more issues with OpenIdOfflineProvider sample. | Andrew Arnott | 2010-01-08 | 1 | -0/+1 |
| | | | | | | | |||||
| * | | | | | | Restored ASP.NET MVC 1 libraries. | Andrew Arnott | 2010-01-08 | 2 | -6/+18 |
| | | | | | | | |||||
| * | | | | | | Fixed a couple of project issues so that the samples will backport to VS2008 ↵ | Andrew Arnott | 2010-01-08 | 3 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | more easily. | ||||
| * | | | | | | Upgraded samples.sln file for Dev10. | Andrew Arnott | 2010-01-08 | 1 | -6/+6 |
| | | | | | | | |||||
| * | | | | | | Revisited the MVC samples to make sure they just use MVC 1. | Andrew Arnott | 2010-01-08 | 23 | -49567/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed all these extra scripts that aren't needed until we upgrade to MVC 2. | ||||
| * | | | | | | Added commented web.config section assisting MVC 2 users with type forwarding. | Andrew Arnott | 2010-01-08 | 2 | -0/+16 |
| | | | | | | |