Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes up some missing references. | Andrew Arnott | 2012-12-29 | 2 | -2/+10 |
| | | | | Upgrades MVC dependency from 1.0 to 3.0, via NuGet. | ||||
* | Retargets exclusively to .NET 4.5 now. | Andrew Arnott | 2012-12-28 | 1 | -1/+1 |
| | |||||
* | ASPXCodeBehind noise. | Andrew Arnott | 2012-10-30 | 1 | -0/+7 |
| | |||||
* | Migrate all samples to target .NET 4.0 and use IIS Express (where available). | Andrew Arnott | 2012-04-02 | 3 | -109/+34 |
| | | | | | | InfoCardRelyingParty sample left out because it seems to cause input validation trouble. Fixes #108 | ||||
* | Let Dev11 dirty project files. | Andrew Arnott | 2012-03-31 | 1 | -8/+5 |
| | |||||
* | Migrated to Dev11 project files. They should all open in Dev10 still ↵ | Andrew Arnott | 2012-03-31 | 1 | -2/+9 |
| | | | | | | | | (except the new .sqlproj). This reverts commit a5e59982c1b66ebabd4c6436d4d3d177d2440649. Fixes #96 | ||||
* | Revert "Migrated to Dev11 project files. They should all open in Dev10 ↵ | Andrew Arnott | 2012-03-30 | 1 | -9/+2 |
| | | | | | | | still (except the new .sqlproj)." This reverts commit dc59bdbc51fce4ad19cb41e5ca610915c2e99789, reversing changes made to e5b8e2e4bd925ef6967c264644e4d67749b5b3de. | ||||
* | Merge branch 'v4.0' into dev11 | Andrew Arnott | 2012-03-21 | 1 | -3/+3 |
|\ | | | | | | | | | Conflicts: src/DotNetOpenAuth.sln | ||||
| * | Applied all the StyleCop fixes necessary by the StyleCop 4.7 upgrade. | Andrew Arnott | 2012-03-10 | 1 | -3/+3 |
| | | |||||
* | | Project compatibility upgrades for Dev11. | Andrew Arnott | 2012-02-24 | 1 | -2/+9 |
|/ | |||||
* | Removed OAuth1's dependency on OpenID assemblies. | Andrew Arnott | 2012-02-08 | 1 | -0/+4 |
| | | | | Related to #71 | ||||
* | Added OAuth 1.0 samples from v3.4 branch and fixed them up a bit so that | Andrew Arnott | 2012-02-02 | 42 | -0/+2485 |
| | | | | | | they work here. Fixes #64 | ||||
* | Fixed bad merge. | Andrew Arnott | 2011-06-27 | 3 | -106/+0 |
| | |||||
* | Merge branch 'v3.4' | Andrew Arnott | 2011-06-26 | 3 | -0/+106 |
|\ | | | | | | | | | Conflicts: samples/OAuthClient/OAuthClient.csproj | ||||
| * | Fixed StyleCop message. | Andrew Arnott | 2011-06-09 | 1 | -2/+2 |
| | | |||||
| * | Added a bit more to the sample 2-legged oauth consumer. | Andrew Arnott | 2011-04-06 | 1 | -1/+4 |
| | | |||||
| * | Added 2-legged OAuth consumer sample. | Andrew Arnott | 2011-04-05 | 4 | -0/+111 |
| | | |||||
* | | Split the OAuthServiceProvider sample into two samples: ↵ | Andrew Arnott | 2010-07-31 | 42 | -2453/+0 |
| | | | | | | | | | | | | OAuthAuthorizationServer and OAuthResourceServer. Renamed OAuthConsumer to OAuthClient. | ||||
* | | Multiple client callback URLs are now supported. | Andrew Arnott | 2010-07-30 | 1 | -15/+15 |
| | | | | | | | | And some StyleCop cleanup. | ||||
* | | Simplified OAuth 2 API a bit. | Andrew Arnott | 2010-07-30 | 2 | -2/+2 |
| | | |||||
* | | StyleCop fixes | Andrew Arnott | 2010-07-26 | 1 | -11/+11 |
| | | |||||
* | | Allowed sample OAuth consumer WPF app to have relaxed SSL requirements. | Andrew Arnott | 2010-07-25 | 1 | -1/+1 |
| | | |||||
* | | Ripped out OAuth 1.0 support from the OAuthServiceProvider sample. | Andrew Arnott | 2010-07-22 | 7 | -250/+5 |
| | | |||||
* | | Merge branch 'v3.4' into oauth2 | Andrew Arnott | 2010-07-21 | 2 | -8/+3 |
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | Conflicts: projecttemplates/RelyingPartyDatabase/RelyingPartyDatabase.dbproj projecttemplates/RelyingPartyLogic/CreateDatabase.sql samples/OAuthConsumerWpf/OAuthConsumerWpf.csproj src/DotNetOpenAuth.Test/Messaging/MessagingUtilitiesTests.cs src/DotNetOpenAuth.Test/OAuth/ChannelElements/OAuthChannelTests.cs src/DotNetOpenAuth/Messaging/MessagingStrings.resx src/DotNetOpenAuth/Messaging/MessagingUtilities.cs src/DotNetOpenAuth/OAuth/ChannelElements/OAuthChannel.cs src/version.txt | ||||
| * | Added StyleCop to toolset and regular command line build. | Andrew Arnott | 2010-07-19 | 1 | -7/+2 |
| | | | | | | | | As part of this, all projects now import EnlistmentInfo.props and .targets. | ||||
| * | Removed C# 4 usage from samples so they build under VS2008. | Andrew Arnott | 2010-07-19 | 1 | -1/+1 |
| | | |||||
* | | Changed the public API for OAuth 2.0 scope from a space-delimited string to ↵ | Andrew Arnott | 2010-07-19 | 1 | -2/+1 |
| | | | | | | | | a HashSet<string> | ||||
* | | Merge branch 'v3.4' into oauth2 | Andrew Arnott | 2010-07-09 | 5 | -0/+258 |
|\ \ | |/ | | | | | | | | | | | Conflicts: samples/OAuthConsumer/Web.config src/DotNetOpenAuth/Configuration/DotNetOpenAuth.xsd src/DotNetOpenAuth/DotNetOpenAuth.csproj | ||||
| * | StyleCop fixes. | Andrew Arnott | 2010-07-09 | 1 | -3/+3 |
| | | |||||
| * | Added Yammer sign-up URL. | unknown | 2010-06-21 | 1 | -1/+1 |
| | | |||||
| * | Added sample Yammer OAuth 1.0 consumer. | Andrew Arnott | 2010-06-17 | 5 | -0/+258 |
| | | | | | | | | Yammer has a troublesome non-standard implementation of OAuth SP. | ||||
* | | Simplified OAuth 2 client sample. | Andrew Arnott | 2010-07-05 | 1 | -14/+32 |
| | | |||||
* | | Simplified using the web server client a bit (no "token manager" needed any ↵ | Andrew Arnott | 2010-07-05 | 2 | -29/+15 |
| | | | | | | | | more). | ||||
* | | OAuth 2.0 sample works, draft 9 style. | Andrew Arnott | 2010-07-04 | 1 | -1/+2 |
| | | |||||
* | | Renamed the OAuthWrap namespaces to be OAuth2. | Andrew Arnott | 2010-06-25 | 2 | -2/+2 |
| | | |||||
* | | Merge branch 'v3.4' into oauth2 | Andrew Arnott | 2010-06-08 | 2 | -2/+2 |
|\ \ | |/ | | | | | | | | | Conflicts: src/DotNetOpenAuth/Configuration/MessagingElement.cs src/DotNetOpenAuth/Messaging/Reflection/MessagePart.cs | ||||
| * | StyleCop fixes. | Andrew Arnott | 2010-06-08 | 1 | -1/+1 |
| | | |||||
| * | Added paging capability to GoogleConsumer sample in the ApplicationBlock. | Andrew Arnott | 2010-06-05 | 2 | -2/+2 |
| | | |||||
* | | Lots of StyleCop work, and one bug fix (can you find it? <g>) | Andrew Arnott | 2010-06-07 | 2 | -17/+19 |
| | | |||||
* | | Renamed WebApp facade classes to WebServer to match messages and flow name. | Andrew Arnott | 2010-06-06 | 1 | -2/+2 |
| | | |||||
* | | Refreshing access tokens now works. | Andrew Arnott | 2010-06-03 | 1 | -6/+9 |
| | | |||||
* | | OAuth 2.0 web flow now works, client, auth server, and resource server, in ↵ | Andrew Arnott | 2010-06-02 | 5 | -10/+128 |
| | | | | | | | | | | | | the sample! Yay. | ||||
* | | The access token is now obtainable now. Woot. | Andrew Arnott | 2010-05-31 | 1 | -0/+3 |
| | | | | | | | | 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 | 2 | -9/+17 |
| | | |||||
* | | More work toward a working authorization server. | Andrew Arnott | 2010-05-31 | 4 | -0/+111 |
| | | |||||
* | | Merge branch 'v3.4' into oauthWRAP | Andrew Arnott | 2010-05-17 | 4 | -21/+21 |
|\ \ | |/ | |||||
| * | More StyleCop fixes that mysteriously didn't show up before. | Andrew Arnott | 2010-05-08 | 2 | -4/+4 |
| | | |||||
| * | StyleCop fixes. | Andrew Arnott | 2010-05-08 | 5 | -19/+18 |
| | | |||||
* | | StyleCop fixes. | Andrew Arnott | 2010-05-13 | 2 | -3/+2 |
| | | |||||
* | | Placeholder Facebook Graph API now in the ApplicationBlock, and the sample ↵ | Andrew Arnott | 2010-05-13 | 1 | -9/+4 |
| | | | | | | | | calls into it. | ||||
* | | Facebook OAuth 2.0 client now works. | Andrew Arnott | 2010-05-13 | 2 | -2/+4 |
| | | |||||
* | | 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 | 40 | -468/+1154 |
|\ \ | |/ | | | | | | | | | | | | | | | 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 | 1 | -1/+4 |
| | | |||||
| * | Adjusted how the sample InMemoryTokenManager class is defined so that it is ↵ | Andrew Arnott | 2010-04-19 | 1 | -1/+4 |
| | | | | | | | | 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 | 21 | -610/+643 |
| | | |||||
| * | Converted the OAuth consumer and SP sample web site projects to web ↵ | Andrew Arnott | 2010-04-18 | 29 | -112/+734 |
| | | | | | | | | application projects. | ||||
| * | Added Sign In with Twitter sample. | Andrew Arnott | 2010-02-24 | 6 | -54/+77 |
| | | |||||
* | | Working to catch up with latest OAuth 2.0 spec. | Andrew Arnott | 2010-05-06 | 3 | -0/+57 |
|/ | |||||
* | Workaround Code Contracts assembly showing up in web app's Bin folder and ↵ | Andrew Arnott | 2010-01-19 | 1 | -0/+1 |
| | | | | causing type resolution ambiguities. | ||||
* | Merge branch 'v3.3' | Andrew Arnott | 2010-01-11 | 2 | -3/+29 |
|\ | |||||
| * | Updated TwitterConsumer sample in the ApplicationBlock to include profile ↵ | Andrew Arnott | 2010-01-11 | 2 | -3/+29 |
| | | | | | | | | | | | | image upload. Added an Upload Photo button to the Twitter sample page. | ||||
* | | Merge branch 'v3.3' | Andrew Arnott | 2010-01-07 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Merge branch 'v3.2' into v3.3 | Andrew Arnott | 2010-01-07 | 1 | -1/+1 |
| |\ | |||||
| | * | Fixed new StyleCop issues that cropped up (by installing Dev10?) | Andrew Arnott | 2010-01-07 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'v3.3' | Andrew Arnott | 2009-12-27 | 1 | -0/+7 |
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: samples/InfoCardRelyingParty/Site.Master samples/OpenIdProviderWebForms/Site.Master samples/OpenIdRelyingPartyClassicAsp/MembersOnly.asp samples/OpenIdRelyingPartyClassicAsp/default.asp samples/OpenIdRelyingPartyClassicAsp/login.asp samples/OpenIdRelyingPartyWebForms/Site.Master src/DotNetOpenAuth.vsmdi src/DotNetOpenAuth/Configuration/DotNetOpenAuth.xsd src/DotNetOpenAuth/OpenId/Extensions/ExtensionsInteropHelper.cs | ||||
| * | | Enabled reporting for the project template and all samples. | Andrew Arnott | 2009-12-25 | 1 | -0/+7 |
| | | | |||||
* | | | DotNetOpenAuth Logo Update | David Christiansen | 2009-12-06 | 1 | -0/+0 |
|/ / | | | | | | | * Applied to web applications as favicon.ico | ||||
* | | Moved one method from ITokenManager to IServiceProviderTokenManager, and ↵ | Andrew Arnott | 2009-11-07 | 1 | -14/+0 |
| | | | | | | | | added code contracts. | ||||
* | | Removed unnecessary method from sample InMemoryTokenManager. | Andrew Arnott | 2009-07-13 | 1 | -8/+0 |
|/ | |||||
* | Added uri section declaration to web.config files of a few samples. | Andrew Arnott | 2009-05-13 | 1 | -0/+1 |
| | |||||
* | Made sure that IDN and IRI URI mode are turned on for all sample sites, and ↵ | Andrew Arnott | 2009-05-09 | 1 | -4/+19 |
| | | | | added a comment indicating their importance for all web sites that use this library. | ||||
* | Fixed build warning regarding .refresh files. | Andrew Arnott | 2009-04-22 | 1 | -0/+0 |
| | |||||
* | Decreases drop .zip file size from 12.6MB to 3.6MB by not deploying ↵ | Andrew Arnott | 2009-04-14 | 1 | -0/+0 |
| | | | | | | redundant copies of binaries to all samples, while leaving samples compilable within VS2008. Fixes Trac ticket 12. | ||||
* | Removed extendedProtectionPolicy element from OAuthConsumer sample's ↵ | Andrew Arnott | 2009-04-10 | 1 | -3/+1 |
| | | | | | | Web.config file. It didn't have any apparent effect, and it was breaking builds on some machines. | ||||
* | StyleCop fixes. | Andrew Arnott | 2009-04-09 | 1 | -6/+3 |
| | |||||
* | Added default proxy use to all the samples. | Andrew Arnott | 2009-04-09 | 1 | -0/+5 |
| | |||||
* | Rewrote the Google and Twitter consumer samples to be more presentable once ↵ | Andrew Arnott | 2009-04-08 | 6 | -103/+98 |
| | | | | configured. | ||||
* | Split up ITokenManager into two derived interfaces to better fit Consumer ↵ | Andrew Arnott | 2009-04-08 | 4 | -10/+10 |
| | | | | and Service Provider scenarios. | ||||
* | Added Twitter OAuth consumer sample and helper class to the application block. | Andrew Arnott | 2009-04-07 | 4 | -4/+126 |
| | |||||
* | Fixed OAuth Consumer sample that broke when everything was renamed. | Andrew Arnott | 2009-03-28 | 2 | -26/+1 |
| | |||||
* | Restored missing project and assembly references in the samples. | Andrew Arnott | 2009-03-26 | 1 | -0/+0 |
| | |||||
* | Renamed OAuth sample sites. | Andrew Arnott | 2009-03-26 | 22 | -0/+1298 |