Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Corrected indentation back to being tab based. | Richard Collette | 2014-12-26 | 1 | -193/+193 |
| | |||||
* | Undo CodeMaid formatting | Richard Collette | 2014-12-23 | 1 | -101/+57 |
| | |||||
* | Fix #355 Response.ContentType not set when AsActionResult is used. | Richard Collette | 2014-12-18 | 1 | -277/+323 |
| | |||||
* | Merge branch 'v4.3' | Andrew Arnott | 2013-05-27 | 1 | -1/+6 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | Touch up on community contribution. | Andrew Arnott | 2013-02-03 | 1 | -6/+7 |
| | | |||||
| * | Update samples/OpenIdProviderMvc/Controllers/OpenIdController.cs | Sergey Kosivchenko | 2013-02-03 | 1 | -2/+6 |
| | | | | | | | | Previous version did not work, if user had already authorized on provider, and use to authorizing on consumer ids with uppercase symbol, for example http://provider.com/user/AlGol | ||||
* | | ApplicationBlock builds. | Andrew Arnott | 2013-01-23 | 1 | -27/+25 |
|/ | |||||
* | Reverted change from last merge that shouldn't be in v4.1. | Andrew Arnott | 2012-10-07 | 1 | -1/+1 |
| | |||||
* | Merge branch 'v4.0' into v4.1 | Andrew Arnott | 2012-10-07 | 1 | -1/+1 |
|\ | |||||
| * | Fixed build break in v4.0. | Andrew Arnott | 2012-10-07 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'v4.0' into v4.1 | Andrew Arnott | 2012-09-29 | 1 | -0/+13 |
|\ \ | |/ | |||||
| * | Fixed bug in OpenID Provider MVC sample that allowed users to log in as others. | Andrew Arnott | 2012-09-26 | 1 | -0/+13 |
| | | | | | | | | Fixes #207 | ||||
* | | Added PAPE max_auth_time handling to sample OP | Andrew Arnott | 2012-06-12 | 1 | -11/+51 |
|/ | | | | | | The OpenIdRelyingPartyWebForms and OpenIdProviderMvc samples now interact via PAPE to sample enforcement of the PAPE max_auth_time parameter. | ||||
* | Fixed some build breaks. | Andrew Arnott | 2011-11-02 | 1 | -0/+1 |
| | |||||
* | Samples now build. | Andrew Arnott | 2011-08-02 | 1 | -1/+1 |
| | |||||
* | Fixed StyleCop error. | Andrew Arnott | 2010-10-06 | 1 | -0/+1 |
| | |||||
* | Improved OpenID Provider MVC sample to support immediate mode and anonymous ↵ | Andrew Arnott | 2010-10-06 | 1 | -31/+160 |
| | | | | OpenID requests. | ||||
* | Fixed up PPID support so that it worked in more scenarios and is more secure ↵ | Andrew Arnott | 2009-06-17 | 1 | -43/+26 |
| | | | | against accidental buggy implementations in the host layer. | ||||
* | Added OpenID pluggable behaviors support, including a sample PPID generator. | Andrew Arnott | 2009-06-17 | 1 | -30/+40 |
| | |||||
* | Promoted PPID identifier provider from the application block to the core ↵ | Andrew Arnott | 2009-05-31 | 1 | -1/+1 |
| | | | | library. | ||||
* | Stylecop fixes. | Andrew Arnott | 2009-04-26 | 1 | -5/+5 |
| | |||||
* | Moved PPID OP Provider code out of the library and into the ApplicationBlock. | Andrew Arnott | 2009-04-26 | 1 | -15/+26 |
| | |||||
* | Fixed OP MVC sample crash when login occurs during auth. | Andrew Arnott | 2009-04-23 | 1 | -1/+1 |
| | |||||
* | Shorted anonymous identifier hash length, reworked the OP MVC sample to ↵ | Andrew Arnott | 2009-04-23 | 1 | -24/+31 |
| | | | | support both anonymous and identifying identifiers. | ||||
* | Initial stab at PPID identifiers to protect privacy. | Andrew Arnott | 2009-04-22 | 1 | -2/+13 |
| | |||||
* | Fixed occasional URL validation failures in samples. | Andrew Arnott | 2009-04-18 | 1 | -0/+1 |
| | |||||
* | Added ASP.NET MVC OpenID Provider sample. | Andrew Arnott | 2009-03-16 | 1 | -0/+67 |