Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unnecessary references to Microsoft.Net.Http and Microsoft.Bcl.Build ↵ | lcalabrese | 2015-08-07 | 3 | -19/+13 |
| | | | | since we are using .NET 4.5 and the built-in System.Net.Http library | ||||
* | Test green | David Christiansen | 2015-01-05 | 2 | -13/+19 |
| | | | | - Packages update | ||||
* | Updates NuGet packages. | Andrew Arnott | 2013-10-19 | 2 | -4/+17 |
| | |||||
* | 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. | ||||
* | Made AppBlock GetGraph methods async | Andrew Arnott | 2013-05-27 | 3 | -25/+27 |
| | |||||
* | Merge branch 'v4.3' | Andrew Arnott | 2013-05-27 | 19 | -200/+1520 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | Fixes StyleCop messages. | Andrew Arnott | 2013-05-26 | 6 | -77/+97 |
| | | |||||
| * | Samples improvements | András Fuchs | 2013-05-26 | 15 | -206/+1199 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | Changed "global" endpoint to "common" endpoint to fix breaking change. ↵ | Girish Bablani | 2013-05-26 | 1 | -2/+2 |
| | | | | | | | | Updated appid for sample app. | ||||
| * | Enabled AzureAD integration and added TestAzureAD sample app | Girish Bablani | 2013-04-16 | 5 | -0/+307 |
| | | |||||
| * | Updates Twitter URLs. | Andrew Arnott | 2013-02-23 | 1 | -6/+6 |
| | | | | | | | | | | Thanks Christopher Cook for the tip. https://plus.google.com/116106034026223919199/posts/N422vX151Eq | ||||
* | | Lots of StyleCop fixes. | Andrew Arnott | 2013-03-26 | 1 | -2/+2 |
| | | |||||
* | | Comment fix | Andrew Arnott | 2013-03-02 | 1 | -5/+0 |
| | | |||||
* | | Fixes some recent regressions to get twitter.aspx working. | Andrew Arnott | 2013-03-02 | 1 | -0/+8 |
| | | |||||
* | | Fixes build breaks everywhere exception DNOA.AspNet. | Andrew Arnott | 2013-03-02 | 1 | -1/+1 |
| | | |||||
* | | Fixes some OAuth 1 build breaks. | Andrew Arnott | 2013-02-26 | 3 | -99/+129 |
| | | |||||
* | | OAuth 1.0 Consumers are now *much* simpler, entirely avoiding channels. | Andrew Arnott | 2013-02-25 | 5 | -334/+93 |
| | | | | | | | | Build breaks in other projects, however. | ||||
* | | Removes ConsumerBase.PrepareAuthorizedRequestAsync methods. | Andrew Arnott | 2013-02-20 | 2 | -40/+39 |
| | | | | | | | | HttpClient, full steam ahead. | ||||
* | | Matured the OAuth 1 consumer signing handler a bit. | Andrew Arnott | 2013-02-18 | 1 | -2/+1 |
| | | |||||
* | | More warning fixes. | Andrew Arnott | 2013-02-10 | 1 | -1/+5 |
| | | |||||
* | | C# compiler warning fixes. | Andrew Arnott | 2013-02-10 | 2 | -9/+21 |
| | | |||||
* | | Fixes up WCF OAuth 1 samples. | Andrew Arnott | 2013-02-10 | 2 | -0/+61 |
| | | |||||
* | | Adds a delegating HTTP handler that applies OAuth 1 signatures. | Andrew Arnott | 2013-02-10 | 1 | -3/+3 |
| | | |||||
* | | Fixes OAuthConsumer twitter sample. | Andrew Arnott | 2013-02-09 | 3 | -5/+13 |
| | | |||||
* | | Samples all build now. | Andrew Arnott | 2013-01-27 | 1 | -1/+1 |
| | | |||||
* | | Fixed a bunch more samples. | Andrew Arnott | 2013-01-23 | 1 | -1/+1 |
| | | |||||
* | | ApplicationBlock builds. | Andrew Arnott | 2013-01-23 | 6 | -260/+137 |
| | | |||||
* | | 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 | 4 | -21/+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. | ||||
* | Applied all the StyleCop fixes necessary by the StyleCop 4.7 upgrade. | Andrew Arnott | 2012-03-10 | 2 | -3/+3 |
| | |||||
* | Fixed release build break (due to stylecop). | Andrew Arnott | 2012-03-08 | 1 | -1/+0 |
| | |||||
* | Adds a Windows Live login sample. | Andrew Arnott | 2012-03-07 | 3 | -0/+115 |
| | | | | Fixes #83 | ||||
* | Removed OAuth1's dependency on OpenID assemblies. | Andrew Arnott | 2012-02-08 | 1 | -0/+4 |
| | | | | Related to #71 | ||||
* | Updated all copyright notices to reflect copyright assignment to Outercurve. | Andrew Arnott | 2012-02-05 | 14 | -27/+27 |
| | | | | Fixes #66 | ||||
* | Renamed assembly DotNetOpenAuth.Messaging(.UI) to DotNetOpenAuth.Core(.UI) | Andrew Arnott | 2012-01-12 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' into splitDlls | Andrew Arnott | 2011-09-28 | 1 | -1/+1 |
|\ | |||||
| * | Reverted part of commit 2704b0fb445. | Andrew Arnott | 2011-09-28 | 1 | -1/+1 |
| | | | | | | | | Reverses some of the Send->Respond changes made that are or may be invoked from ASP.NET web forms, since web forms will render HTML after the end of the protocol message. | ||||
* | | Samples now build. | Andrew Arnott | 2011-08-02 | 2 | -1/+21 |
| | | |||||
* | | 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. | ||||
* | Added OutgoingWebResponse.Respond method to replace its Send method, and ↵ | Andrew Arnott | 2011-06-23 | 1 | -1/+1 |
| | | | | | | avoid the ThreadAbortException that is no longer the recommended approach. Fixes #40 | ||||
* | Merge branch 'v3.4' into oauth2 | Andrew Arnott | 2011-05-06 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | Conflicts: samples/OAuthServiceProvider/Code/Global.cs src/DotNetOpenAuth/Configuration/DotNetOpenAuth.xsd src/DotNetOpenAuth/DotNetOpenAuth.csproj src/DotNetOpenAuth/Messaging/Channel.cs src/version.txt | ||||
| * | StyleCop fixes. | Andrew Arnott | 2011-04-15 | 1 | -1/+1 |
| | | |||||
| * | Saved 80% of request/response size by gzip compressing Google OAuth requests. | Mike Lim | 2011-04-13 | 1 | -0/+5 |
| | | |||||
* | | Saved 80% of request/response size by gzip compressing Google OAuth requests. | Mike Lim | 2011-04-13 | 1 | -0/+5 |
| | | |||||
* | | Merge branch 'v3.4' into oauth2 | Andrew Arnott | 2011-04-06 | 2 | -1/+49 |
|\ \ | |/ | | | | | | | | | | | 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 | 2 | -1/+9 |
| | | |||||
| * | Added DetectGoogleSession sample. | Andrew Arnott | 2011-04-05 | 2 | -0/+40 |
| | | | | | | | | Closes #21 | ||||
| * | Fixed for StyleCop that were exposed by StyleCop upgrade. | Andrew Arnott | 2011-03-31 | 1 | -1/+1 |
| | | |||||
* | | Fixed StyleCop messages. | Andrew Arnott | 2010-12-24 | 1 | -1/+1 |
| | | |||||
* | | Updated Facebook Graph class to use int64 for ids. | Andrew Arnott | 2010-12-24 | 1 | -1/+1 |
| | | | | | | | | Thanks to Joel Cossins for reporting this requirement. | ||||
* | | Merge branch 'v3.4' into oauth2 | Andrew Arnott | 2010-07-21 | 3 | -10/+188 |
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | 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 |
| | | | | | | |||||
* | | | | | | Changed the public API for OAuth 2.0 scope from a space-delimited string to ↵ | Andrew Arnott | 2010-07-19 | 1 | -4/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | a HashSet<string> | ||||
* | | | | | | Merge branch 'v3.4' into oauth2 | Andrew Arnott | 2010-07-09 | 2 | -0/+62 |
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: samples/OAuthConsumer/Web.config src/DotNetOpenAuth/Configuration/DotNetOpenAuth.xsd src/DotNetOpenAuth/DotNetOpenAuth.csproj | ||||
| * | | | | | 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. | ||||
* | | | | | | Renamed WebServerClient.TokenManager to AuthorizationTracker. | Andrew Arnott | 2010-07-05 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | Simplified using the web server client a bit (no "token manager" needed any ↵ | Andrew Arnott | 2010-07-05 | 3 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | more). | ||||
* | | | | | | Renamed the OAuthWrap namespaces to be OAuth2. | Andrew Arnott | 2010-06-25 | 3 | -3/+3 |
| | | | | | | |||||
* | | | | | | Merge branch 'v3.4' into oauth2 | Andrew Arnott | 2010-06-08 | 1 | -2/+10 |
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/Configuration/MessagingElement.cs src/DotNetOpenAuth/Messaging/Reflection/MessagePart.cs | ||||
| * | | | | | Added paging capability to GoogleConsumer sample in the ApplicationBlock. | Andrew Arnott | 2010-06-05 | 1 | -2/+10 |
| | | | | | | |||||
* | | | | | | Renamed WebApp facade classes to WebServer to match messages and flow name. | Andrew Arnott | 2010-06-06 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | Fixed some more bugs. We almost have the access token at the client. | Andrew Arnott | 2010-05-31 | 2 | -0/+54 |
| | | | | | | |||||
* | | | | | | Placeholder Facebook Graph API now in the ApplicationBlock, and the sample ↵ | Andrew Arnott | 2010-05-13 | 3 | -1/+58 |
| | | | | | | | | | | | | | | | | | | | | | | | | calls into it. | ||||
* | | | | | | Facebook OAuth 2.0 client now works. | Andrew Arnott | 2010-05-13 | 1 | -2/+7 |
| | | | | | | |||||
* | | | | | | Merge branch 'v3.4' into oauthWRAP | Andrew Arnott | 2010-05-06 | 4 | -2/+497 |
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 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 |
| | | | | | | |||||
* | | | | | | Working to catch up with latest OAuth 2.0 spec. | Andrew Arnott | 2010-05-06 | 3 | -0/+45 |
|/ / / / / | |||||
* | | | | | 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 |
|\ \ | |/ |