Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Made AppBlock GetGraph methods async | Andrew Arnott | 2013-05-27 | 1 | -1/+1 |
| | |||||
* | Merge branch 'v4.3' | Andrew Arnott | 2013-05-27 | 1 | -17/+17 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | -19/+26 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | Lots of StyleCop fixes. | Andrew Arnott | 2013-03-26 | 1 | -3/+1 |
| | | |||||
* | | Changed all ASP.NET async void event handlers to use RegisterAsyncTask, ↵ | Andrew Arnott | 2013-03-04 | 1 | -24/+32 |
| | | | | | | | | which avoids bugs in ASP.NET. | ||||
* | | A few more fixes. | Andrew Arnott | 2013-03-04 | 1 | -0/+1 |
| | | |||||
* | | Switched Channel to receiving messages via HttpRequestMessage as well. | Andrew Arnott | 2013-03-04 | 1 | -1/+1 |
| | | |||||
* | | C# compiler warning fixes. | Andrew Arnott | 2013-02-10 | 1 | -2/+1 |
| | | |||||
* | | Fixed a bunch more samples. | Andrew Arnott | 2013-01-23 | 1 | -3/+6 |
|/ | |||||
* | Renamed a client credential applicator. | Andrew Arnott | 2012-04-18 | 1 | -1/+1 |
| | |||||
* | We have HTTP Basic client authentication working now in OAuth 2. | Andrew Arnott | 2012-04-18 | 1 | -1/+1 |
| | |||||
* | Applied all the StyleCop fixes necessary by the StyleCop 4.7 upgrade. | Andrew Arnott | 2012-03-10 | 1 | -1/+1 |
| | |||||
* | More stylecop fixes. | Andrew Arnott | 2012-03-08 | 1 | -6/+5 |
| | |||||
* | Adds a Windows Live login sample. | Andrew Arnott | 2012-03-07 | 1 | -0/+46 |
Fixes #83 |