Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Lots of refactoring as we gather the token handling into centralized code. | Andrew Arnott | 2010-05-31 | 1 | -0/+6 |
| | |||||
* | The access token is now obtainable now. Woot. | Andrew Arnott | 2010-05-31 | 2 | -0/+6 |
| | | | | Now to make the access token worth something... :) | ||||
* | Fixed some more bugs. We almost have the access token at the client. | Andrew Arnott | 2010-05-31 | 4 | -9/+71 |
| | |||||
* | Fixed some bugs. | Andrew Arnott | 2010-05-31 | 1 | -1/+1 |
| | |||||
* | Added authorizing user to the verification code. | Andrew Arnott | 2010-05-31 | 2 | -6/+16 |
| | | | | The username is encrypted to avoid disclosing data to the client or a third party. | ||||
* | More work toward a working authorization server. | Andrew Arnott | 2010-05-31 | 9 | -190/+303 |
| | |||||
* | Fixed build break. | Andrew Arnott | 2010-05-30 | 1 | -1/+8 |
| | |||||
* | Added starter for generating an access token in the web server flow. | Andrew Arnott | 2010-05-29 | 1 | -16/+21 |
| | |||||
* | Work toward an OAuth 2.0 Web Server flow auth server. | Andrew Arnott | 2010-05-29 | 9 | -1/+346 |
| | |||||
* | Merge branch 'v3.4' into oauthWRAP | Andrew Arnott | 2010-05-17 | 9 | -32/+32 |
|\ | |||||
| * | 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 |
| | | |||||
* | | StyleCop fixes. | Andrew Arnott | 2010-05-13 | 3 | -7/+7 |
| | | |||||
* | | Placeholder Facebook Graph API now in the ApplicationBlock, and the sample ↵ | Andrew Arnott | 2010-05-13 | 4 | -10/+62 |
| | | | | | | | | calls into it. | ||||
* | | Facebook OAuth 2.0 client now works. | Andrew Arnott | 2010-05-13 | 3 | -4/+11 |
| | | |||||
* | | A bunch more work to bring the rest of the messages in rough compliance of ↵ | Andrew Arnott | 2010-05-07 | 1 | -2/+2 |
| | | | | | | | | the latest spec. | ||||
* | | Fixed up some merge issues | Andrew Arnott | 2010-05-06 | 4 | -32/+71 |
| | | |||||
* | | Merge branch 'v3.4' into oauthWRAP | Andrew Arnott | 2010-05-06 | 141 | -2722/+4861 |
|\ \ | |/ | | | | | | | | | | | | | | | Conflicts: samples/OAuthConsumer/Web.config src/DotNetOpenAuth/DotNetOpenAuth.csproj src/DotNetOpenAuth/Messaging/MessagingStrings.Designer.cs src/DotNetOpenAuth/Messaging/MessagingStrings.resx src/version.txt | ||||
| * | 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 |
| | | | | | | |||||
* | | | | | | Working to catch up with latest OAuth 2.0 spec. | Andrew Arnott | 2010-05-06 | 6 | -0/+102 |
| | | | | | | |||||
* | | | | | | Added an non-functional WRAP tab to the OAuthConsumer client sample. | Andrew Arnott | 2010-02-22 | 2 | -1/+54 |
|/ / / / / | |||||
* | | | | | 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 |
| | | | | | | | |||||
| * | | | | | | Merge branch 'master' into master-Dev10 | Andrew Arnott | 2010-01-08 | 2 | -4/+32 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: build.proj src/DotNetOpenAuth.sln | ||||
| * | | | | | | | Reverting default target framework from 4.0 back to 3.5. | Andrew Arnott | 2010-01-08 | 18 | -317/+735 |
| | | | | | | | | |||||
| * | | | | | | | DNOA and tool sample now builds against .NET v3.5 by default. | Andrew Arnott | 2010-01-08 | 1 | -1/+0 |
| | | | | | | | | |||||
| * | | | | | | | Touching up how CLR 4 is conditioned in the build. | Andrew Arnott | 2010-01-08 | 1 | -1/+1 |
| | | | | | | | | |||||
| * | | | | | | | Merge branch 'master' into master-Dev10 | Andrew Arnott | 2010-01-08 | 1 | -7/+6 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: samples/OpenIdOfflineProvider/OpenIdOfflineProvider.csproj src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj src/DotNetOpenAuth/DotNetOpenAuth.csproj | ||||
| * \ \ \ \ \ \ \ | Merge branch 'master' into master-Dev10 | Andrew Arnott | 2010-01-07 | 4 | -12/+12 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/DotNetOpenAuth.csproj src/DotNetOpenAuth/InfoCard/Token/Token.cs src/DotNetOpenAuth/Messaging/Channel.cs src/DotNetOpenAuth/Messaging/HttpRequestInfo.cs src/DotNetOpenAuth/OpenId/Realm.cs | ||||
| * | | | | | | | | | Upgraded the couple of new sample projects that were in the master branch. | Andrew Arnott | 2010-01-06 | 5 | -203/+47 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Merge branch 'master' into master-Dev10 | Andrew Arnott | 2010-01-06 | 65 | -14/+1597 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Removed the mobile text box control for CLR4 scenarios since it's using a ↵ | Andrew Arnott | 2010-01-06 | 4 | -81/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | deprecated API. | ||||
| * | | | | | | | | | | Fixed Code Contract warnings about having protected Invariant methods. | Andrew Arnott | 2010-01-05 | 1 | -1/+1 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Somehow some projects managed to not get retarged to v4.0 yet. This fixes that. | Andrew Arnott | 2010-01-05 | 2 | -5/+3 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Retargeted to .NET 4.0 | Andrew Arnott | 2010-01-05 | 2 | -4/+7 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Hand-edited MVC projects so they actually load in VS2010. | Andrew Arnott | 2010-01-05 | 2 | -41/+38 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Upgraded ASP.NET MVC samples. | Andrew Arnott | 2010-01-05 | 26 | -150/+50623 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Used custom tool from: http://weblogs.asp.net/leftslipper/archive/2009/11/23/migrating-asp-net-mvc-1-0-applications-to-asp-net-mvc-2-beta-updated.aspx | ||||
| * | | | | | | | | | | Post upgrade build break fix: unresolvable references | Andrew Arnott | 2010-01-05 | 1 | -16/+5 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Post upgrade build break fix: Added missing reference that needed to be ↵ | Andrew Arnott | 2010-01-05 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added due to type forwarding. | ||||
| * | | | | | | | | | | Solution upgraded (MVC projects won't upgrade at this point). | Andrew Arnott | 2010-01-05 | 20 | -452/+502 |
| | | | | | | | | | | | |||||
* | | | | | | | | | | | Workaround Code Contracts assembly showing up in web app's Bin folder and ↵ | Andrew Arnott | 2010-01-19 | 10 | -2/+18 |
| |_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | causing type resolution ambiguities. | ||||
* | | | | | | | | | | Added the new VB sample to the samples.sln file. | Andrew Arnott | 2010-01-17 | 1 | -0/+9 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Removed checkbox that wasn't wired up anyway. | Andrew Arnott | 2010-01-17 | 2 | -10/+0 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Added LoginProgrammatic to VB sample. | Andrew Arnott | 2010-01-17 | 4 | -0/+180 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Removed redundant imports. | Andrew Arnott | 2010-01-17 | 2 | -12/+2 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Added OpenIdRelyingPartyWebFormsVB sample. | Andrew Arnott | 2010-01-17 | 35 | -0/+1345 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Updated Twitter sample to use the new multipart post method. | Andrew Arnott | 2010-01-11 | 1 | -5/+5 |
| | | | | | | | | | |