Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removes Microsoft AspNet project. | Andrew Arnott | 2013-06-16 | 1 | -201/+0 |
| | | | | Compatibility with it is broken due to the async changes in DNOA. | ||||
* | Merge branch 'v4.3' | Andrew Arnott | 2013-05-27 | 1 | -2/+26 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 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 |
| | | |||||
* | | Lots of StyleCop fixes. | Andrew Arnott | 2013-03-26 | 1 | -1/+1 |
| | | |||||
* | | Fixes the rest of the build breaks in the solution, including DNOA.AspNet.Test | Andrew Arnott | 2013-03-20 | 1 | -2/+3 |
| | | |||||
* | | Replaces DNOA's internal Requires class with Validation NuGet package. | Andrew Arnott | 2012-12-26 | 1 | -0/+1 |
|/ | |||||
* | Fixes build break due to StyleCop message. | Andrew Arnott | 2012-10-29 | 1 | -1/+0 |
| | |||||
* | Style fix. | Andrew Arnott | 2012-10-02 | 1 | -3/+3 |
| | |||||
* | Update src/DotNetOpenAuth.AspNet/Clients/OAuth2/FacebookClient.cs | Jason Kulatunga | 2012-09-27 | 1 | -1/+4 |
| | | | Retrive the facebook user's email as well as the rest of their default user data. | ||||
* | Use cookie to store OAuth token and set it as default mechanism. Fix an ↵ | Microsoft | 2012-05-03 | 1 | -3/+28 |
| | | | | issue in Facebook account with encoded return url. Update Twitter urls. Catch exception in VerifyAuthentication and return as Failed. | ||||
* | StyleCop fixes on AspNet project. | Andrew Arnott | 2012-03-10 | 1 | -19/+13 |
| | |||||
* | FxCop fixes and suppressions. | Andrew Arnott | 2012-03-10 | 1 | -0/+2 |
| | |||||
* | Replaced manual argument validation with helper methods. | Andrew Arnott | 2012-03-01 | 1 | -11/+2 |
| | |||||
* | ReSharper code cleanup to help get this AspNet contribution into StyleCop ↵ | Andrew Arnott | 2012-03-01 | 1 | -34/+103 |
| | | | | compliance. | ||||
* | Fixed some bad or missing URL escaping. | Andrew Arnott | 2012-03-01 | 1 | -17/+12 |
| | |||||
* | Replaced AspNet project's Uri.ToString() calls with Uri.AbsoluteUri | Andrew Arnott | 2012-03-01 | 1 | -3/+3 |
| | | | | http://blog.nerdbank.net/2008/04/uriabsoluteuri-and-uritostring-are-not.html | ||||
* | Added copyright messages to AspNet project. | Andrew Arnott | 2012-03-01 | 1 | -1/+7 |
| | |||||
* | Some StyleCop fixes for ASP.NET team's contribution. | Andrew Arnott | 2012-03-01 | 1 | -84/+71 |
| | |||||
* | Make changes per discussion. Remove the DNOA.WebPages project. Rename ↵ | Microsoft | 2012-03-01 | 1 | -0/+104 |
DNOA.Web to DNOA.AspNet. |