Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removes Microsoft AspNet project. | Andrew Arnott | 2013-06-16 | 12 | -1466/+0 |
| | | | | Compatibility with it is broken due to the async changes in DNOA. | ||||
* | Merge branch 'v4.3' | Andrew Arnott | 2013-05-27 | 6 | -11/+695 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | Switches back default scope for MicrosoftClient. | Andrew Arnott | 2013-05-26 | 1 | -2/+2 |
| | | | | | | | | | | | | We shouldn't change default values for a popular shipped class. It would cause too many failures in existing web sites when they upgrade that would be difficult to track down. | ||||
| * | Improve Microsoft Client | Matt Johnson | 2013-05-26 | 1 | -9/+24 |
| | | | | | | | | | | | | | | Allow the developer to specify different scopes. Set the default scope to "wl.signin" instead of "wl.basic". This provides a better out-of-the-box experience. See http://stackoverflow.com/q/15125410/634824 | ||||
| * | Switches FacebookClient to use an array of scopes. | Andrew Arnott | 2013-05-26 | 1 | -3/+3 |
| | | |||||
| * | Adds FacebookClient ctor overload. | Andrew Arnott | 2013-05-26 | 1 | -1/+16 |
| | | | | | | | | | | Adding a new overload rather than changing an existing one avoids the risk of a binary breaking change that might impact folks. | ||||
| * | StyleCop message fixes. | Andrew Arnott | 2013-05-26 | 1 | -5/+8 |
| | | |||||
| * | Adding scope parameter for facebook client | Thomas Holloway | 2013-05-26 | 1 | -2/+8 |
| | | |||||
| * | Fixed Style Warnings | Girish Bablani | 2013-05-26 | 1 | -2/+2 |
| | | |||||
| * | Merge branch 'v4.3' of https://github.com/DotNetOpenAuth/DotNetOpenAuth into ↵ | Girish Bablani | 2013-05-26 | 3 | -109/+52 |
| |\ | | | | | | | | | | | | | | | | | | | v4.3 Conflicts: samples/OAuthClient/Web.config | ||||
| | * | Minor pull request touch-ups | Andrew Arnott | 2013-05-05 | 3 | -109/+52 |
| | | | | | | | | | | | | | | | Whitespace changes. Revert .gitignore file change. | ||||
| * | | Changed "global" endpoint to "common" endpoint to fix breaking change. ↵ | Girish Bablani | 2013-05-26 | 1 | -5/+6 |
| |/ | | | | | | | Updated appid for sample app. | ||||
| * | Enabled AzureAD integration and added TestAzureAD sample app | Girish Bablani | 2013-04-16 | 4 | -0/+699 |
| | | |||||
* | | Lots of StyleCop fixes. | Andrew Arnott | 2013-03-26 | 3 | -5/+3 |
| | | |||||
* | | Fixes the rest of the build breaks in the solution, including DNOA.AspNet.Test | Andrew Arnott | 2013-03-20 | 3 | -12/+11 |
| | | |||||
* | | More warning fixes. | Andrew Arnott | 2013-02-16 | 1 | -1/+5 |
| | | |||||
* | | Lots of stylecop fixes. | Andrew Arnott | 2013-02-16 | 1 | -1/+1 |
| | | |||||
* | | More warning fixes. | Andrew Arnott | 2013-02-10 | 1 | -1/+4 |
| | | |||||
* | | C# compiler warning fixes. | Andrew Arnott | 2013-02-10 | 1 | -10/+8 |
| | | |||||
* | | All product projects now build. | Andrew Arnott | 2013-01-14 | 1 | -3/+5 |
| | | |||||
* | | Replaces DNOA's internal Requires class with Validation NuGet package. | Andrew Arnott | 2012-12-26 | 4 | -0/+4 |
|/ | |||||
* | Exposes MicrosoftClient.appId as a protected property. | Andrew Arnott | 2012-12-24 | 1 | -0/+7 |
| | | | | Fixes #239 | ||||
* | Updating Microsoft account OAuth endpoints | Ilya Grebnov | 2012-11-27 | 1 | -2/+2 |
| | |||||
* | More Stylecop fixes | Andrew Arnott | 2012-11-27 | 1 | -1/+0 |
| | |||||
* | Style fix. | Andrew Arnott | 2012-11-27 | 1 | -3/+3 |
| | |||||
* | Update src/DotNetOpenAuth.AspNet/Clients/OAuth2/FacebookClient.cs | Jason Kulatunga | 2012-11-27 | 1 | -1/+4 |
| | | | | Retrive the facebook user's email as well as the rest of their default user data. | ||||
* | Add the WindowsLiveClient class back and make it inherit from ↵ | Microsoft | 2012-05-07 | 2 | -4/+42 |
| | | | | MicrosoftClient. Also marks it as obsolete. | ||||
* | Rename WindowsLive to Microsoft account. | Microsoft | 2012-05-04 | 2 | -8/+8 |
| | |||||
* | Use cookie to store OAuth token and set it as default mechanism. Fix an ↵ | Microsoft | 2012-05-03 | 2 | -12/+29 |
| | | | | issue in Facebook account with encoded return url. Update Twitter urls. Catch exception in VerifyAuthentication and return as Failed. | ||||
* | Make changes to OAuth and OpenID to allow web-farm scenario. | Microsoft | 2012-04-27 | 1 | -3/+16 |
| | |||||
* | StyleCop fixes on AspNet project. | Andrew Arnott | 2012-03-10 | 4 | -48/+37 |
| | |||||
* | FxCop fixes and suppressions. | Andrew Arnott | 2012-03-10 | 2 | -0/+4 |
| | |||||
* | Replaced manual argument validation with helper methods. | Andrew Arnott | 2012-03-01 | 4 | -38/+12 |
| | |||||
* | ReSharper code cleanup to help get this AspNet contribution into StyleCop ↵ | Andrew Arnott | 2012-03-01 | 7 | -201/+366 |
| | | | | compliance. | ||||
* | Fixed some bad or missing URL escaping. | Andrew Arnott | 2012-03-01 | 2 | -33/+29 |
| | |||||
* | Added some missing comments. | Andrew Arnott | 2012-03-01 | 5 | -3/+120 |
| | |||||
* | Replaced AspNet project's Uri.ToString() calls with Uri.AbsoluteUri | Andrew Arnott | 2012-03-01 | 3 | -7/+7 |
| | | | | http://blog.nerdbank.net/2008/04/uriabsoluteuri-and-uritostring-are-not.html | ||||
* | Added copyright messages to AspNet project. | Andrew Arnott | 2012-03-01 | 7 | -13/+55 |
| | |||||
* | Add access token to the extraData dictionary when authentication is successful. | Microsoft | 2012-03-01 | 1 | -0/+3 |
| | |||||
* | Some StyleCop fixes for ASP.NET team's contribution. | Andrew Arnott | 2012-03-01 | 7 | -395/+344 |
| | |||||
* | Make changes per discussion. Remove the DNOA.WebPages project. Rename ↵ | Microsoft | 2012-03-01 | 7 | -0/+458 |
DNOA.Web to DNOA.AspNet. |