summaryrefslogtreecommitdiffstats
path: root/samples
Commit message (Collapse)AuthorAgeFilesLines
* Switch from Properties["OriginalHttpRequestUri"] to Via property.Andrew Arnott2011-04-041-1/+1
| | | | Closes #19
* Fixed for StyleCop that were exposed by StyleCop upgrade.Andrew Arnott2011-03-311-1/+1
|
* Removes the OpenIdOfflineProvider's shipping dependency on ↵Andrew Arnott2011-01-121-0/+15
| | | | | | Microsoft.Contracts.dll. Closes #7
* Applied Google anonymous consumer key and secret to OAuth consumer sample.Andrew Arnott2011-01-071-2/+2
|
* Adds the missing attributes on OpenIdRelyingPartyControlBase that make its ↵Andrew Arnott2010-12-292-3/+7
| | | | | | Extensions property settable inside an ASPX page. Closes #6
* Drop and tools archives are now created *both* as .7z and .zip.Andrew Arnott2010-12-231-6/+5
|
* Build system can now generate .zip OR .7z on demand given a build property.Andrew Arnott2010-12-222-2/+2
|
* Tools and drop .zips are now .7z as well due to their much smaller size.Andrew Arnott2010-12-221-5/+7
|
* The nightly build now creates deployable archives of docs and samples in the ↵Andrew Arnott2010-12-211-4/+9
| | | | .7z format.
* Samples and HTML docs are now zipped up and included in drop directory for ↵Andrew Arnott2010-12-211-24/+21
| | | | subsequent publishing.
* Fixed sample bug reported by Nikko.Andrew Arnott2010-12-181-2/+1
|
* Fixed tools .zip build break.Andrew Arnott2010-11-251-0/+1
|
* Fixed OpenID Offline Provider build .targets so that it includes log4net.dll ↵Andrew Arnott2010-11-241-4/+10
| | | | which is required.
* Fixed bug in sample where the DateTime.Kind on an OAuth token was being lost ↵Andrew Arnott2010-10-291-0/+29
| | | | by the database.
* Typo fix.Andrew Arnott2010-10-291-1/+1
|
* Added comment about where a token might be saved.Andrew Arnott2010-10-291-1/+5
|
* Fixed StyleCop error.Andrew Arnott2010-10-061-0/+1
|
* Added email to the requested attributes of the identity-less login sample, ↵Andrew Arnott2010-10-063-8/+24
| | | | and fixed the default button.
* Improved OpenID Provider MVC sample to support immediate mode and anonymous ↵Andrew Arnott2010-10-064-31/+200
| | | | OpenID requests.
* Improved documentation of classic ASP scenario slightly.Andrew Arnott2010-09-042-7/+14
|
* Merge branch 'v3.3' into v3.4Andrew Arnott2010-08-061-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 Arnott2010-08-061-0/+1
| |
* | Fixed another build break.v3.4.5.10201Andrew Arnott2010-07-201-0/+2
| |
* | StyleCop fixes that only appeared when building at the command line.Andrew Arnott2010-07-205-35/+35
| |
* | Added StyleCop to toolset and regular command line build.Andrew Arnott2010-07-1913-22/+26
| | | | | | | | As part of this, all projects now import EnlistmentInfo.props and .targets.
* | Merge branch 'v3.3' into v3.4Andrew Arnott2010-07-191-1/+184
|\ \ | |/ | | | | | | Conflicts: samples/DotNetOpenAuth.ApplicationBlock/Util.cs
| * Merge branch 'v3.2' into v3.3Andrew Arnott2010-07-191-1/+184
| |\
| | * Merge branch 'v3.1' into v3.2Andrew Arnott2010-07-191-1/+184
| | |\ | | | | | | | | | | | | | | | | Conflicts: samples/DotNetOpenAuth.ApplicationBlock/Util.cs
| | | * Merge branch 'v3.0' into v3.1Andrew Arnott2010-07-191-1/+182
| | | |\ | | | | | | | | | | | | | | | | | | | | Conflicts: samples/DotNetOpenAuth.ApplicationBlock/Util.cs
| | | | * Added utility method to make it easy to modify channels' outgoing HTTP ↵Andrew Arnott2010-05-151-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 Arnott2010-07-194-5/+5
| | | | |
* | | | | Fixed samples.sln to use the newly converted web samples.Andrew Arnott2010-07-191-55/+18
| | | | |
* | | | | Update to samples README file.Andrew Arnott2010-07-141-5/+5
| | | | |
* | | | | StyleCop fixes.Andrew Arnott2010-07-091-3/+3
| | | | |
* | | | | Added Yammer sign-up URL.unknown2010-06-211-1/+1
| | | | |
* | | | | Slight update to Yammer in an attempt to make results more reliable.unknown2010-06-211-2/+2
| | | | |
* | | | | Added sample Yammer OAuth 1.0 consumer.Andrew Arnott2010-06-177-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 Arnott2010-06-111-1/+7
| | | | | | | | | | | | | | | | | | | | now. Woot.
* | | | | Resolved build breaks after upgrading Code Contracts.Andrew Arnott2010-06-101-1/+8
| | | | |
* | | | | StyleCop fixes.Andrew Arnott2010-06-082-4/+4
| | | | |
* | | | | Added paging capability to GoogleConsumer sample in the ApplicationBlock.Andrew Arnott2010-06-053-4/+12
| | | | |
* | | | | Stabilized reference paths and removed HintPaths.Andrew Arnott2010-05-285-0/+15
| | | | | | | | | | | | | | | | | | | | This is work for targeting .NET 4.0.
* | | | | Fixed references to System.Web.Mvc 1.0 to be 2.0.Andrew Arnott2010-05-171-2/+2
| | | | |
* | | | | Fixed broken link to the OAuthServiceProvider sample from the ↵Andrew Arnott2010-05-092-2/+2
| | | | | | | | | | | | | | | | | | | | OAuthConsumerWPF sample after making the SP a .csproj based web project.
* | | | | More StyleCop fixes that mysteriously didn't show up before.Andrew Arnott2010-05-083-6/+6
| | | | |
* | | | | StyleCop fixes.Andrew Arnott2010-05-087-28/+28
| | | | |
* | | | | Put in "anonymous" Google consumer key and secret.Andrew Arnott2010-04-291-2/+2
| | | | |
* | | | | Fixed build break in non-DEBUG configurations of the recently changed samples.Andrew Arnott2010-04-193-3/+12
| | | | |
* | | | | Adjusted how the sample InMemoryTokenManager class is defined so that it is ↵Andrew Arnott2010-04-194-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 Arnott2010-04-1957-3445/+2462
| | | | |
* | | | | Converted the OAuth consumer and SP sample web site projects to web ↵Andrew Arnott2010-04-1865-166/+2259
| | | | | | | | | | | | | | | | | | | | application projects.
* | | | | Fixed OAuthServiceProvider sample's broken WCF authorization due to a ↵Andrew Arnott2010-04-186-44/+232
| | | | | | | | | | | | | | | | | | | | missing nonce store.
* | | | | Fixed MVC 1 references in web.config.Andrew Arnott2010-04-152-8/+10
| | | | |
* | | | | Fixed missing interface on demo InMemoryTokenManager class that caused the ↵Andrew Arnott2010-04-091-1/+22
| | | | | | | | | | | | | | | | | | | | loginPlusOAuthSampleOP.aspx sample to fail.
* | | | | StyleCop and FxCop fixes.Andrew Arnott2010-04-011-4/+4
| | | | |
* | | | | Fixed web.config file for sample MVC apps after targeting MVC 2.Andrew Arnott2010-03-312-4/+4
| | | | |
* | | | | Fixed signature verification bugs where claimed_id's have trailing dots in ↵Andrew Arnott2010-03-302-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 Arnott2010-03-302-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | problematic URI paths.
| * | | | | Fixed signature verification when claimed_id has capital scheme or host ↵Andrew Arnott2010-03-302-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 Arnott2010-03-302-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 Arnott2010-03-278-3/+298
| | | | | |
* | | | | | Retargeted shipping project templates and samples to ASP.NET MVC2 now that ↵Andrew Arnott2010-03-262-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 Arnott2010-03-2211-5/+5
| | | | |
* | | | | Merge branch 'v3.3' into v3.4Andrew Arnott2010-03-174-7/+7
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | Conflicts: samples/OpenIdRelyingPartyMvc/Views/User/LoginPopup.aspx src/DotNetOpenAuth.Test/OpenId/Extensions/ExtensionsInteropHelperRPRequestTests.cs
| * | | | Merge branch 'v3.2' into v3.3Andrew Arnott2010-03-175-15/+15
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/Properties/AssemblyInfo.cs
| | * | | Merge branch 'v3.1' into v3.2Andrew Arnott2010-03-175-15/+15
| | |\ \ \ | | | |/ /
| | | * | Merge branch 'v3.0' into v3.1Andrew Arnott2010-03-175-15/+15
| | | |\ \ | | | | |/
| | | | * Fixed subdirectory hosting of MVC samples.Andrew Arnott2010-03-085-15/+15
| | | | |
* | | | | Fixed OpenID button to match the official logo.Andrew Arnott2010-03-143-1/+1
| | | | |
* | | | | MVC RP project template now has the AJAX OpenID Selector.Andrew Arnott2010-03-134-213/+0
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Merge branch 'MVCselector' into v3.4
| * | | | | Removed poor quality popup box from MVC sample.Andrew Arnott2010-03-134-213/+0
| | | | | |
* | | | | | StyleCop fixes.Andrew Arnott2010-03-073-42/+55
| | | | | |
* | | | | | Built up the SSO Provider sample to include username+password scenario, in ↵Andrew Arnott2010-03-0511-8/+500
| | | | | | | | | | | | | | | | | | | | | | | | addition to its existing support for Windows auth.
* | | | | | Optimized the way Sign In to Twitter works.Andrew Arnott2010-02-271-4/+8
|/ / / / /
* | | | | Fixed build break introduced by last checkin.Andrew Arnott2010-02-242-74/+0
| | | | |
* | | | | Added Sign In with Twitter sample.Andrew Arnott2010-02-249-55/+319
| | | | |
* | | | | Fixed issue of unsigned satellite assemblies in drop .zip.Andrew Arnott2010-02-181-13/+12
| | | | |
* | | | | Fixed tools drop so that the assemblies are always signed.Andrew Arnott2010-02-161-1/+1
| | | | |
* | | | | Merge branch 'v3.4' into buildprojBreakupAndrew Arnott2010-02-164-36/+30
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: build.proj lib/DotNetOpenAuth.BuildTasks.dll lib/DotNetOpenAuth.BuildTasks.pdb
| * | | | | Fixed nightly build break.v3.4.1.10044Andrew Arnott2010-02-131-1/+1
| | | | | |
| * | | | | Merge branch 'v3.3' into v3.4Andrew Arnott2010-02-133-35/+29
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/DotNetOpenAuth.BuildTasks.dll lib/DotNetOpenAuth.BuildTasks.pdb
| | * | | | Merge branch 'v3.2' into v3.3Andrew Arnott2010-02-122-11/+1
| | |\ \ \ \ | | | |/ / / | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/OpenId/Extensions/AttributeExchange/AttributeValues.cs
| | | * | | Removed checkbox that wasn't wired up anyway.Andrew Arnott2010-01-172-11/+1
| | | | | |
| | * | | | Fixed possible unhandled exception during OAuth processing.Andrew Arnott2010-02-011-24/+28
| | | | | |
| | * | | | Workaround Code Contracts assembly showing up in web app's Bin folder and ↵Andrew Arnott2010-01-197-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | causing type resolution ambiguities.
* | | | | | Split up the drop and tools builds.Andrew Arnott2010-02-161-0/+53
| | | | | |
* | | | | | Split out the doc and sample publishing targets.Andrew Arnott2010-02-161-0/+85
| | | | | |
* | | | | | Building up Clean targets.Andrew Arnott2010-02-151-0/+5
| | | | | |
* | | | | | Split out samples and doc building so they can be parallelized.Andrew Arnott2010-02-151-0/+16
|/ / / / /
* | | | | Upgraded solution to Visual Studio 2010.Andrew Arnott2010-01-3128-281/+1429
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Merge branch 'master-Dev10'
| * | | | | Upgraded VB sample to Dev10.Andrew Arnott2010-01-174-38/+45
| | | | | |
| * | | | | Merge branch 'master' into master-Dev10Andrew Arnott2010-01-1742-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 Arnott2010-01-091-1/+0
| | | | | | |
| * | | | | | Fixed build.proj ToolsLayout target.Andrew Arnott2010-01-081-1/+1
| | | | | | |
| * | | | | | Fixed up some more issues with OpenIdOfflineProvider sample.Andrew Arnott2010-01-081-0/+1
| | | | | | |
| * | | | | | Restored ASP.NET MVC 1 libraries.Andrew Arnott2010-01-082-6/+18
| | | | | | |
| * | | | | | Fixed a couple of project issues so that the samples will backport to VS2008 ↵Andrew Arnott2010-01-083-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | more easily.
| * | | | | | Upgraded samples.sln file for Dev10.Andrew Arnott2010-01-081-6/+6
| | | | | | |
| * | | | | | Revisited the MVC samples to make sure they just use MVC 1.Andrew Arnott2010-01-0823-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 Arnott2010-01-082-0/+16
| | | | | | |