Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unnecessary references to Microsoft.Net.Http and Microsoft.Bcl.Build ↵ | lcalabrese | 2015-08-07 | 1 | -16/+2 |
| | | | | since we are using .NET 4.5 and the built-in System.Net.Http library | ||||
* | Test green | David Christiansen | 2015-01-05 | 1 | -9/+15 |
| | | | | - Packages update | ||||
* | Updates NuGet packages. | Andrew Arnott | 2013-10-19 | 1 | -2/+13 |
| | |||||
* | Removes InfoCard support from the library. | Andrew Arnott | 2013-06-16 | 1 | -4/+0 |
| | | | | InfoCard support has been removed from recent versions of Windows. It's effectively dead. | ||||
* | Merge branch 'v4.3' | Andrew Arnott | 2013-05-27 | 1 | -7/+15 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: samples/OAuthClient/Default.aspx samples/OAuthClient/Facebook.aspx.cs samples/OAuthClient/Web.config samples/OAuthClient/WindowsLive.aspx.cs samples/OAuthClient/packages.config src/DotNetOpenAuth.Core/Messaging/OutgoingWebResponse.cs src/DotNetOpenAuth.Core/Messaging/StandardWebRequestHandler.cs src/DotNetOpenAuth.OAuth.Consumer/OAuth/ConsumerBase.cs src/DotNetOpenAuth.OAuth.Consumer/OAuth/OAuth1HmacSha1HttpMessageHandler.cs src/DotNetOpenAuth.OAuth.Consumer/OAuth/OAuth1HttpMessageHandlerBase.cs src/DotNetOpenAuth.OAuth.Consumer/OAuth/OAuth1PlainTextMessageHandler.cs src/DotNetOpenAuth.OAuth.Consumer/OAuth/OAuth1RsaSha1HttpMessageHandler.cs src/DotNetOpenAuth.OAuth2.Client/OAuth2/WebServerClient.cs src/packages/repositories.config src/version.txt | ||||
| * | Samples improvements | András Fuchs | 2013-05-26 | 1 | -7/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | The part which I needed to improve is the ApplicationBlock where I changed the OAuth2 classes' structure a little and extended them with a lot of useful functionality, like adding many Facebook and WindowsLive scopes, fields, structures including the asked-by-many easy to use birthdate and avatar url getters. I have also implemented the Google OAuth2 authentication and created one common interface for all 3 Graphs in the code (which has the common properties like Id, FirstName, LastName, etc.), so the authentication code became really simple if you use my version of your ApplicationBlock. | ||||
| * | Enabled AzureAD integration and added TestAzureAD sample app | Girish Bablani | 2013-04-16 | 1 | -0/+5 |
| | | |||||
* | | OAuth 1.0 Consumers are now *much* simpler, entirely avoiding channels. | Andrew Arnott | 2013-02-25 | 1 | -3/+4 |
| | | | | | | | | Build breaks in other projects, however. | ||||
* | | Fixes up WCF OAuth 1 samples. | Andrew Arnott | 2013-02-10 | 1 | -0/+1 |
| | | |||||
* | | Fixes OAuthConsumer twitter sample. | Andrew Arnott | 2013-02-09 | 1 | -0/+3 |
| | | |||||
* | | ApplicationBlock builds. | Andrew Arnott | 2013-01-23 | 1 | -0/+7 |
| | | |||||
* | | Retargets exclusively to .NET 4.5 now. | Andrew Arnott | 2012-12-28 | 1 | -1/+1 |
|/ | |||||
* | Removed useless and misnamed TokenManager class. | Andrew Arnott | 2012-06-09 | 1 | -1/+0 |
| | | | | | It wasn't providing any value over the default DNOA behavior, and it wasn't even a TokenManager implementation. | ||||
* | Switched drop.proj to generate drops based on .NET 4.0, and include .NET 3.5 ↵ | Andrew Arnott | 2012-04-15 | 1 | -1/+1 |
| | | | | | | components for the library. Fixes up build breaks in the dropped samples. | ||||
* | Adds a Windows Live login sample. | Andrew Arnott | 2012-03-07 | 1 | -0/+2 |
| | | | | Fixes #83 | ||||
* | Removed OAuth1's dependency on OpenID assemblies. | Andrew Arnott | 2012-02-08 | 1 | -0/+4 |
| | | | | Related to #71 | ||||
* | Renamed assembly DotNetOpenAuth.Messaging(.UI) to DotNetOpenAuth.Core(.UI) | Andrew Arnott | 2012-01-12 | 1 | -2/+2 |
| | |||||
* | Samples now build. | Andrew Arnott | 2011-08-02 | 1 | -0/+20 |
| | |||||
* | Fixed compile errors in samples. | Andrew Arnott | 2011-07-10 | 1 | -0/+22 |
| | |||||
* | First pass at dividing DotNetOpenAuth features into separate assemblies. | Andrew Arnott | 2011-07-01 | 1 | -7/+1 |
| | | | | Nothing compiles at this point. | ||||
* | Merge branch 'v3.4' into oauth2 | Andrew Arnott | 2011-04-06 | 1 | -1/+2 |
|\ | | | | | | | | | | | | | Conflicts: projecttemplates/RelyingPartyLogic/OAuthAuthorizationManager.cs samples/DotNetOpenAuth.ApplicationBlock/DotNetOpenAuth.ApplicationBlock.csproj samples/OAuthResourceServer/Code/OAuthAuthorizationManager.cs | ||||
| * | Fixed build breaks and StyleCop messages from prior commit. | Andrew Arnott | 2011-04-06 | 1 | -1/+1 |
| | | |||||
| * | Added DetectGoogleSession sample. | Andrew Arnott | 2011-04-05 | 1 | -0/+1 |
| | | | | | | | | Closes #21 | ||||
* | | Merge branch 'v3.4' into oauth2 | Andrew Arnott | 2010-07-21 | 1 | -7/+2 |
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | Merge branch 'v3.4' into oauth2 | Andrew Arnott | 2010-07-09 | 1 | -0/+1 |
|\ \ | |/ | | | | | | | | | | | Conflicts: samples/OAuthConsumer/Web.config src/DotNetOpenAuth/Configuration/DotNetOpenAuth.xsd src/DotNetOpenAuth/DotNetOpenAuth.csproj | ||||
| * | Added sample Yammer OAuth 1.0 consumer. | Andrew Arnott | 2010-06-17 | 1 | -0/+1 |
| | | | | | | | | Yammer has a troublesome non-standard implementation of OAuth SP. | ||||
* | | Simplified using the web server client a bit (no "token manager" needed any ↵ | Andrew Arnott | 2010-07-05 | 1 | -1/+1 |
| | | | | | | | | more). | ||||
* | | Fixed some more bugs. We almost have the access token at the client. | Andrew Arnott | 2010-05-31 | 1 | -0/+1 |
| | | |||||
* | | Placeholder Facebook Graph API now in the ApplicationBlock, and the sample ↵ | Andrew Arnott | 2010-05-13 | 1 | -1/+4 |
| | | | | | | | | calls into it. | ||||
* | | Merge branch 'v3.4' into oauthWRAP | Andrew Arnott | 2010-05-06 | 1 | -1/+9 |
|\ \ | |/ | | | | | | | | | | | | | | | Conflicts: samples/OAuthConsumer/Web.config src/DotNetOpenAuth/DotNetOpenAuth.csproj src/DotNetOpenAuth/Messaging/MessagingStrings.Designer.cs src/DotNetOpenAuth/Messaging/MessagingStrings.resx src/version.txt | ||||
| * | 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 | -2/+4 |
| | | | | | | | | more difficult to use in real apps without knowing its limited scope. | ||||
| * | Added Yubikey login to ApplicationBlock and OpenID Provider web forms sample. | Andrew Arnott | 2010-03-27 | 1 | -0/+1 |
| | | |||||
| * | Added Sign In with Twitter sample. | Andrew Arnott | 2010-02-24 | 1 | -0/+3 |
| | | |||||
* | | Working to catch up with latest OAuth 2.0 spec. | Andrew Arnott | 2010-05-06 | 1 | -0/+3 |
|/ | |||||
* | 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 | 1 | -2/+0 |
| | | | | to the core library. | ||||
* | Added OpenID pluggable behaviors support, including a sample PPID generator. | Andrew Arnott | 2009-06-17 | 1 | -1/+0 |
| | |||||
* | Promoted PPID identifier provider from the application block to the core ↵ | Andrew Arnott | 2009-05-31 | 1 | -1/+0 |
| | | | | library. | ||||
* | Added sample OAuthPrincipal class to the application block. | Andrew Arnott | 2009-04-30 | 1 | -0/+1 |
| | |||||
* | Added sample OAuthIdentity class to the application block. | Andrew Arnott | 2009-04-29 | 1 | -0/+1 |
| | |||||
* | Moved PPID OP Provider code out of the library and into the ApplicationBlock. | Andrew Arnott | 2009-04-26 | 1 | -0/+2 |
| | |||||
* | Custom OpenID extensions may now exist outside the library. | Andrew Arnott | 2009-04-15 | 1 | -0/+3 |
| | |||||
* | Added Twitter OAuth consumer sample and helper class to the application block. | Andrew Arnott | 2009-04-07 | 1 | -0/+1 |
| | |||||
* | 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 |
| | |||||
* | Changed namepace and project names in preparation for merge with DotNetOpenId. | Andrew Arnott | 2008-11-04 | 1 | -0/+66 |