Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed for StyleCop that were exposed by StyleCop upgrade. | Andrew Arnott | 2011-03-31 | 1 | -1/+1 |
| | |||||
* | StyleCop fixes that only appeared when building at the command line. | Andrew Arnott | 2010-07-20 | 1 | -4/+4 |
| | |||||
* | 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. | ||||
* | 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 | 1 | -2/+2 |
| | | | | | |||||
* | | | | | 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 | 2 | -0/+62 |
| | | | | | | | | | | | | | | | | | | | | Yammer has a troublesome non-standard implementation of OAuth SP. | ||||
* | | | | | Added paging capability to GoogleConsumer sample in the ApplicationBlock. | Andrew Arnott | 2010-06-05 | 1 | -2/+10 |
| | | | | | |||||
* | | | | | 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 | 2 | -3/+9 |
| | | | | | | | | | | | | | | | | | | | | more difficult to use in real apps without knowing its limited scope. | ||||
* | | | | | Fixed missing interface on demo InMemoryTokenManager class that caused the ↵ | Andrew Arnott | 2010-04-09 | 1 | -1/+22 |
| | | | | | | | | | | | | | | | | | | | | loginPlusOAuthSampleOP.aspx sample to fail. | ||||
* | | | | | Added Yubikey login to ApplicationBlock and OpenID Provider web forms sample. | Andrew Arnott | 2010-03-27 | 2 | -0/+208 |
| | | | | | |||||
* | | | | | StyleCop fixes. | Andrew Arnott | 2010-03-07 | 1 | -30/+43 |
| | | | | | |||||
* | | | | | Optimized the way Sign In to Twitter works. | Andrew Arnott | 2010-02-27 | 1 | -4/+8 |
| | | | | | |||||
* | | | | | Added Sign In with Twitter sample. | Andrew Arnott | 2010-02-24 | 3 | -1/+242 |
| | | | | | |||||
* | | | | | Merge branch 'master' into master-Dev10 | Andrew Arnott | 2010-01-17 | 1 | -0/+40 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | | | | | Updated Twitter sample to use the new multipart post method. | Andrew Arnott | 2010-01-11 | 1 | -5/+5 |
| |/ / / / | |||||
| * | | | | Fixes StyleCop issues. | Andrew Arnott | 2010-01-11 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | Updated TwitterConsumer sample in the ApplicationBlock to include profile ↵ | Andrew Arnott | 2010-01-11 | 1 | -0/+40 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | image upload. Added an Upload Photo button to the Twitter sample page. | ||||
* | | | | Reverting default target framework from 4.0 back to 3.5. | Andrew Arnott | 2010-01-08 | 1 | -1/+1 |
| | | | | |||||
* | | | | Retargeted to .NET 4.0 | Andrew Arnott | 2010-01-05 | 1 | -2/+3 |
| | | | | |||||
* | | | | Solution upgraded (MVC projects won't upgrade at this point). | Andrew Arnott | 2010-01-05 | 1 | -1/+40 |
|/ / / | |||||
* | | | Promoted the OAuthIdentity and OAuthPrincipal classes from ApplicationBlock ↵ | Andrew Arnott | 2009-06-23 | 3 | -132/+0 |
| | | | | | | | | | | | | to the core library. | ||||
* | | | Merge branch 'v3.1' | Andrew Arnott | 2009-06-19 | 1 | -0/+6 |
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.vsmdi src/DotNetOpenAuth/Configuration/OpenIdElement.cs src/DotNetOpenAuth/Messaging/MessagingUtilities.cs src/DotNetOpenAuth/OpenId/Provider/ProviderEndpoint.cs | ||||
| * | | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2009-06-19 | 1 | -0/+6 |
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.sln src/DotNetOpenAuth.vsmdi src/DotNetOpenAuth/DotNetOpenAuth.csproj src/DotNetOpenAuth/OAuth/ConsumerBase.cs src/DotNetOpenAuth/OAuth/OAuthStrings.Designer.cs src/DotNetOpenAuth/OAuth/OAuthStrings.resx src/DotNetOpenAuth/Yadis/Yadis.cs | ||||
| | * | Added Google Maps OAuth scope to application block. | Andrew Arnott | 2009-06-04 | 1 | -0/+6 |
| | | | |||||
* | | | Added OpenID pluggable behaviors support, including a sample PPID generator. | Andrew Arnott | 2009-06-17 | 2 | -38/+0 |
| | | | |||||
* | | | Promoted PPID identifier provider from the application block to the core ↵ | Andrew Arnott | 2009-05-31 | 4 | -139/+2 |
|/ / | | | | | | | library. | ||||
* | | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2009-05-21 | 2 | -2/+8 |
|\ \ | |/ | |||||
| * | Added MessagePart members to custom extension sample. | Andrew Arnott | 2009-05-07 | 2 | -2/+8 |
| | | |||||
* | | StyleCop fixes. | Andrew Arnott | 2009-04-30 | 1 | -3/+3 |
| | | |||||
* | | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2009-04-30 | 1 | -4/+4 |
|\ \ | |/ | |||||
| * | StyleCop fixes. | Andrew Arnott | 2009-04-30 | 1 | -4/+4 |
| | | |||||
* | | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2009-04-30 | 1 | -2/+74 |
|\ \ | |/ | | | | | | | | | Conflicts: src/DotNetOpenAuth.vsmdi src/version.txt | ||||
| * | Fixes OAuth base signature string construction for URLs that include a ↵ | Andrew Arnott | 2009-04-29 | 1 | -0/+6 |
| | | | | | | | | | | | | query-string part. Fixes Trac ticket 42. | ||||
| * | Added a bunch more Google Scopes to the application block. | Andrew Arnott | 2009-04-29 | 1 | -2/+68 |
| | | |||||
* | | Added sample OAuthPrincipal class to the application block. | Andrew Arnott | 2009-04-30 | 2 | -0/+68 |
| | | |||||
* | | Added sample OAuthIdentity class to the application block. | Andrew Arnott | 2009-04-29 | 2 | -0/+64 |
| | | |||||
* | | Stylecop fixes. | Andrew Arnott | 2009-04-26 | 2 | -12/+14 |
| | | |||||
* | | Moved PPID OP Provider code out of the library and into the ApplicationBlock. | Andrew Arnott | 2009-04-26 | 4 | -0/+173 |
| | | |||||
* | | Added OpenID+OAuth sample. | Andrew Arnott | 2009-04-18 | 1 | -1/+1 |
| | | |||||
* | | Fixed build break from merge. | Andrew Arnott | 2009-04-15 | 2 | -0/+4 |
|/ | |||||
* | Custom OpenID extensions may now exist outside the library. | Andrew Arnott | 2009-04-15 | 4 | -0/+190 |
| | |||||
* | Added X.509 certificate use as an option to the OAuthConsumerWpf sample. | Andrew Arnott | 2009-04-09 | 1 | -0/+20 |
| | |||||
* | Split up ITokenManager into two derived interfaces to better fit Consumer ↵ | Andrew Arnott | 2009-04-08 | 2 | -52/+2 |
| | | | | and Service Provider scenarios. | ||||
* | Added Twitter OAuth consumer sample and helper class to the application block. | Andrew Arnott | 2009-04-07 | 2 | -0/+78 |
| | |||||
* | Added Blogger posting OAuth sample. | Andrew Arnott | 2009-03-21 | 2 | -1/+103 |
| | |||||
* | Fixed assembly name of the appblock sample. | Andrew Arnott | 2009-03-12 | 1 | -2/+2 |
| | |||||
* | first sprint | Andrew Arnott | 2009-03-09 | 1 | -0/+10 |
| | |||||
* | Renamed Channel.Send method to Channel.PrepareResponse and then added a new ↵ | Andrew Arnott | 2009-01-21 | 1 | -1/+1 |
| | | | | Send method. | ||||
* | Fixed the DirectWebResponse bug that broke the OAuth sample. | Andrew Arnott | 2009-01-12 | 1 | -1/+2 |
| | |||||
* | Changed namepace and project names in preparation for merge with DotNetOpenId. | Andrew Arnott | 2008-11-04 | 4 | -0/+276 |