Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'v3.2' into mono2origin/mono2 | Andrew Arnott | 2010-10-24 | 2 | -2/+10 |
|\ | | | | | | | | | Conflicts: src/DotNetOpenAuth/Messaging/HttpRequestInfo.cs | ||||
| * | Merge branch 'v3.1' into v3.2 | Andrew Arnott | 2010-03-17 | 1 | -2/+2 |
| |\ | |||||
| | * | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2010-03-17 | 1 | -2/+2 |
| | |\ | |||||
| | | * | Fixed subdirectory hosting of MVC samples. | Andrew Arnott | 2010-03-08 | 1 | -2/+2 |
| | | | | |||||
| * | | | Added missing OpenID 1.1 endpoint to Provider MVC sample identity pages. | Andrew Arnott | 2009-12-15 | 1 | -0/+8 |
| | | | | |||||
* | | | | Removed the unsupported defaultProxy setting from the web.config files. | Andrew Arnott | 2009-12-15 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge branch 'v3.1' into v3.2 | Andrew Arnott | 2009-11-03 | 2 | -4/+2 |
|\ \ \ | |/ / | | | | | | | | | | Conflicts: src/version.txt | ||||
| * | | Applied some feedback from David Christiansen. | Andrew Arnott | 2009-10-16 | 2 | -4/+2 |
| | | | |||||
* | | | Fixes issue with MVC OP sample when run in IIS Integrated Pipeline mode. | Andrew Arnott | 2009-11-03 | 1 | -2/+17 |
| | | | | | | | | | | | | Resolves Trac #140. | ||||
* | | | Updated the way the MVC Provider sample handles XRDS, PPID and normal user ↵ | Andrew Arnott | 2009-11-03 | 9 | -78/+70 |
| | | | | | | | | | | | | identities. | ||||
* | | | Merge branch 'v3.2' into gsa | Andrew Arnott | 2009-09-09 | 2 | -1/+5 |
|\ \ \ | |||||
| * \ \ | Merge branch 'v3.1' into v3.2 | Andrew Arnott | 2009-08-31 | 1 | -1/+1 |
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.Test/OpenId/AuthenticationTests.cs src/DotNetOpenAuth.vsmdi src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdRelyingParty.cs | ||||
| | * | | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2009-08-31 | 1 | -1/+1 |
| | |\ \ | | | |/ | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.vsmdi src/DotNetOpenAuth/OpenId/OpenIdStrings.Designer.cs src/DotNetOpenAuth/OpenId/OpenIdStrings.resx | ||||
| | | * | Fixed NullReferenceException that can be thrown by the MVC Provider sample ↵ | Andrew Arnott | 2009-08-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | if the Accept-Types header is missing in the request. Thanks, Steven L-P. | ||||
| * | | | Merge branch 'v3.1' into v3.2 | Andrew Arnott | 2009-07-27 | 1 | -0/+4 |
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/Messaging/MessagingUtilities.cs src/DotNetOpenAuth/OpenId/OpenIdStrings.resx src/DotNetOpenAuth/OpenId/RelyingParty/PositiveAuthenticationResponse.cs src/version.txt | ||||
| | * | | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2009-07-27 | 1 | -0/+4 |
| | |\ \ | | | |/ | | | | | | | | | | | | | Conflicts: src/version.txt | ||||
| | | * | Suppressed the warning in the samples that .NET generates due to use of ↵ | Andrew Arnott | 2009-07-27 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | HMAC-SHA384 and 512. | ||||
* | | | | Commented out ICAM profile from OpenIdProviderMvc sample's web.config file. | Andrew Arnott | 2009-09-09 | 1 | -1/+1 |
| | | | | |||||
* | | | | Renamed GSA profile to GsaIcamProfile. | Andrew Arnott | 2009-06-22 | 2 | -2/+2 |
| | | | | |||||
* | | | | Fixed merge errors. | Andrew Arnott | 2009-06-17 | 1 | -3/+0 |
| | | | | |||||
* | | | | Merge branch 'master' into gsa | Andrew Arnott | 2009-06-17 | 3 | -40/+28 |
|\ \ \ \ | |/ / / | |||||
| * | | | 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 | 10 | -82/+72 |
| | | | | |||||
* | | | | Removed unneeded extension method for making PPIDs. | Andrew Arnott | 2009-06-02 | 2 | -4/+5 |
| | | | | |||||
* | | | | Renamed security profiles to behaviors. | Andrew Arnott | 2009-06-02 | 2 | -5/+5 |
| | | | | |||||
* | | | | Redesign of GSA security profile so that OPs can work with and without it on ↵ | Andrew Arnott | 2009-06-02 | 1 | -5/+7 |
| | | | | | | | | | | | | | | | | the same endpoint. | ||||
* | | | | Working RP and OP samples demonstrating the GSA profile. | Andrew Arnott | 2009-06-02 | 10 | -78/+65 |
|/ / / | | | | | | | | | | But I need to refactor the ISecurityProfile so that OPs can support the GSA profile without requiring that all RPs comply with it's RequireSsl setting for RP discovery. | ||||
* | | | Promoted PPID identifier provider from the application block to the core ↵ | Andrew Arnott | 2009-05-31 | 2 | -2/+3 |
|/ / | | | | | | | library. | ||||
* | | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2009-05-21 | 1 | -17/+19 |
|\ \ | |/ | |||||
| * | Made sure that IDN and IRI URI mode are turned on for all sample sites, and ↵ | Andrew Arnott | 2009-05-09 | 1 | -17/+19 |
| | | | | | | | | added a comment indicating their importance for all web sites that use this library. | ||||
* | | Stylecop fixes. | Andrew Arnott | 2009-04-26 | 3 | -12/+7 |
| | | |||||
* | | Moved PPID OP Provider code out of the library and into the ApplicationBlock. | Andrew Arnott | 2009-04-26 | 3 | -24/+40 |
| | | |||||
* | | Fixed hard-coded base64 value in OP sample. | Andrew Arnott | 2009-04-23 | 1 | -1/+1 |
| | | |||||
* | | 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 | 11 | -58/+133 |
| | | | | | | | | support both anonymous and identifying identifiers. | ||||
* | | Initial stab at PPID identifiers to protect privacy. | Andrew Arnott | 2009-04-22 | 10 | -17/+98 |
| | | |||||
* | | Fixed occasional URL validation failures in samples. | Andrew Arnott | 2009-04-18 | 1 | -0/+1 |
|/ | |||||
* | Added default proxy use to all the samples. | Andrew Arnott | 2009-04-09 | 1 | -0/+18 |
| | |||||
* | More VWD port fixes. | Andrew Arnott | 2009-03-21 | 1 | -1/+1 |
| | |||||
* | Fixed a couple of login quirks with MVC samples. | Andrew Arnott | 2009-03-16 | 2 | -2/+14 |
| | |||||
* | Added ASP.NET MVC OpenID Provider sample. | Andrew Arnott | 2009-03-16 | 41 | -0/+25612 |