Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SubType noise. | Andrew Arnott | 2012-10-14 | 1 | -0/+1 |
| | |||||
* | 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 | ||||
| * | Reverts v4.0 branch back to VS2010, and samples target .NET 3.5, and MVC ↵ | Andrew Arnott | 2012-04-05 | 3 | -12/+6 |
| | | | | | | | | | | | | samples are MVC 2. The "upgrade" had introduced a lot of issues, such as broken project templates, broken MVC 3/4 story, etc. and wasn't fitting the stabilization that the v4.0 branch needs. | ||||
* | | Added PAPE max_auth_time handling to sample OP | Andrew Arnott | 2012-06-12 | 3 | -11/+65 |
| | | | | | | | | | | | | The OpenIdRelyingPartyWebForms and OpenIdProviderMvc samples now interact via PAPE to sample enforcement of the PAPE max_auth_time parameter. | ||||
* | | Fixes MVC 3 targeting when building on a machine with MVC 3 and 4 installed ↵ | Andrew Arnott | 2012-04-02 | 1 | -1/+1 |
| | | | | | | | | for two more projects. | ||||
* | | Migrate all samples to target .NET 4.0 and use IIS Express (where available). | Andrew Arnott | 2012-04-02 | 2 | -75/+15 |
| | | | | | | | | | | | | InfoCardRelyingParty sample left out because it seems to cause input validation trouble. Fixes #108 | ||||
* | | Let Dev11 dirty project files. | Andrew Arnott | 2012-03-31 | 1 | -1/+4 |
|/ | |||||
* | Migrated to Dev11 project files. They should all open in Dev10 still ↵ | Andrew Arnott | 2012-03-31 | 3 | -6/+12 |
| | | | | | | | | (except the new .sqlproj). This reverts commit a5e59982c1b66ebabd4c6436d4d3d177d2440649. Fixes #96 | ||||
* | Revert "Migrated to Dev11 project files. They should all open in Dev10 ↵ | Andrew Arnott | 2012-03-30 | 3 | -12/+6 |
| | | | | | | | still (except the new .sqlproj)." This reverts commit dc59bdbc51fce4ad19cb41e5ca610915c2e99789, reversing changes made to e5b8e2e4bd925ef6967c264644e4d67749b5b3de. | ||||
* | Merged v4.0 | Andrew Arnott | 2012-03-30 | 1 | -3/+3 |
|\ | |||||
| * | Upgraded MVC samples from MVC v2 to v3. | Andrew Arnott | 2012-03-22 | 2 | -4/+4 |
| | | |||||
* | | Updated more references to MVC 3. | Andrew Arnott | 2012-03-26 | 2 | -5/+5 |
| | | |||||
* | | Merge branch 'v4.0' into dev11 | Andrew Arnott | 2012-03-21 | 2 | -11/+11 |
|\ \ | |/ | | | | | | | Conflicts: src/DotNetOpenAuth.sln | ||||
| * | Applied all the StyleCop fixes necessary by the StyleCop 4.7 upgrade. | Andrew Arnott | 2012-03-10 | 2 | -11/+11 |
| | | |||||
* | | Downgraded MVC projects from MVC 4 to MVC 3. | Andrew Arnott | 2012-03-21 | 1 | -4/+1 |
| | | | | | | | | MVC 4 is still in beta, and MVC 3 is sufficient for Dev11 compatibility. | ||||
* | | Completed Dev11 upgrade. The file churn on every file open is finally over. | Andrew Arnott | 2012-03-20 | 1 | -2/+2 |
| | | | | | | | | This required upgrading the MVC projects to MVC 4. | ||||
* | | more noise. | Andrew Arnott | 2012-02-24 | 1 | -1/+2 |
| | | |||||
* | | more changes. | Andrew Arnott | 2012-02-24 | 1 | -1/+1 |
| | | |||||
* | | even more noise. | Andrew Arnott | 2012-02-24 | 1 | -1/+1 |
| | | |||||
* | | Project compatibility upgrades for Dev11. | Andrew Arnott | 2012-02-24 | 1 | -2/+10 |
|/ | |||||
* | Updated all copyright notices to reflect copyright assignment to Outercurve. | Andrew Arnott | 2012-02-05 | 1 | -1/+1 |
| | | | | Fixes #66 | ||||
* | Fixed references to old DNOA.Messaging assembly in .config files. | Andrew Arnott | 2012-01-29 | 1 | -3/+3 |
| | |||||
* | Renamed assembly DotNetOpenAuth.Messaging(.UI) to DotNetOpenAuth.Core(.UI) | Andrew Arnott | 2012-01-12 | 1 | -2/+2 |
| | |||||
* | Fixed some build breaks. | Andrew Arnott | 2011-11-02 | 2 | -4/+5 |
| | |||||
* | Moved behaviors into their own RP vs. OP namespaces. | Andrew Arnott | 2011-10-21 | 1 | -3/+3 |
| | |||||
* | Fixed .config files to refer to the DNOA config types explicitly. This fixed ↵ | Andrew Arnott | 2011-10-09 | 1 | -5/+5 |
| | | | | the OpenIdOfflineProvider WPF sample. | ||||
* | Fixes web.config references to OpenID behaviors that have changed name. | Andrew Arnott | 2011-10-09 | 1 | -3/+3 |
| | | | | Also adds a build task that fixes up references to the unified assembly. | ||||
* | Fixed web.config files. | Andrew Arnott | 2011-09-28 | 1 | -1/+6 |
| | |||||
* | Fixed a bunch of ASPX references to the now absent dotnetopenauth.dll assembly. | Andrew Arnott | 2011-09-20 | 2 | -2/+2 |
| | | | | <%@ Register Assembly="DotNetOpenAuth | ||||
* | Samples now build. | Andrew Arnott | 2011-08-02 | 3 | -2/+10 |
| | |||||
* | Fixed compile errors in samples. | Andrew Arnott | 2011-07-10 | 1 | -0/+8 |
| | |||||
* | First pass at dividing DotNetOpenAuth features into separate assemblies. | Andrew Arnott | 2011-07-01 | 1 | -5/+2 |
| | | | | Nothing compiles at this point. | ||||
* | FxCop fixes and suppressions. | Andrew Arnott | 2011-04-29 | 1 | -2/+2 |
| | | | | The "CodeAnalysis" configuration now runs clean. | ||||
* | 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 | 4 | -31/+200 |
| | | | | OpenID requests. | ||||
* | Added StyleCop to toolset and regular command line build. | Andrew Arnott | 2010-07-19 | 1 | -0/+2 |
| | | | | As part of this, all projects now import EnlistmentInfo.props and .targets. | ||||
* | Stabilized reference paths and removed HintPaths. | Andrew Arnott | 2010-05-28 | 1 | -0/+3 |
| | | | | This is work for targeting .NET 4.0. | ||||
* | Fixed references to System.Web.Mvc 1.0 to be 2.0. | Andrew Arnott | 2010-05-17 | 1 | -2/+2 |
| | |||||
* | Fixed MVC 1 references in web.config. | Andrew Arnott | 2010-04-15 | 1 | -4/+5 |
| | |||||
* | Fixed web.config file for sample MVC apps after targeting MVC 2. | Andrew Arnott | 2010-03-31 | 1 | -2/+2 |
| | |||||
* | Retargeted shipping project templates and samples to ASP.NET MVC2 now that ↵ | Andrew Arnott | 2010-03-26 | 1 | -9/+3 |
| | | | | it's officially released and supported on both VS2008 and VS2010. | ||||
* | Merge branch 'v3.3' into v3.4 | Andrew Arnott | 2010-03-17 | 1 | -2/+2 |
|\ | | | | | | | | | | | Conflicts: samples/OpenIdRelyingPartyMvc/Views/User/LoginPopup.aspx src/DotNetOpenAuth.Test/OpenId/Extensions/ExtensionsInteropHelperRPRequestTests.cs | ||||
| * | Merge branch 'v3.2' into v3.3 | Andrew Arnott | 2010-03-17 | 1 | -2/+2 |
| |\ | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/Properties/AssemblyInfo.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 |
| | | | | | |||||
| * | | | | Workaround Code Contracts assembly showing up in web app's Bin folder and ↵ | Andrew Arnott | 2010-01-19 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | causing type resolution ambiguities. | ||||
* | | | | | Upgraded solution to Visual Studio 2010. | Andrew Arnott | 2010-01-31 | 4 | -38/+946 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | Merge branch 'master-Dev10' | ||||
| * | | | | | Restored ASP.NET MVC 1 libraries. | Andrew Arnott | 2010-01-08 | 1 | -3/+9 |
| | | | | | | |||||
| * | | | | | Fixed a couple of project issues so that the samples will backport to VS2008 ↵ | Andrew Arnott | 2010-01-08 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | more easily. | ||||
| * | | | | | Revisited the MVC samples to make sure they just use MVC 1. | Andrew Arnott | 2010-01-08 | 10 | -20720/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | Removed all these extra scripts that aren't needed until we upgrade to MVC 2. | ||||
| * | | | | | Added commented web.config section assisting MVC 2 users with type forwarding. | Andrew Arnott | 2010-01-08 | 1 | -0/+8 |
| | | | | | | |||||
| * | | | | | Reverting default target framework from 4.0 back to 3.5. | Andrew Arnott | 2010-01-08 | 2 | -80/+70 |
| | | | | | | |||||
| * | | | | | Merge branch 'master' into master-Dev10 | Andrew Arnott | 2010-01-06 | 2 | -0/+1 |
| |\ \ \ \ \ | |||||
| * | | | | | | Hand-edited MVC projects so they actually load in VS2010. | Andrew Arnott | 2010-01-05 | 1 | -19/+18 |
| | | | | | | | |||||
| * | | | | | | Upgraded ASP.NET MVC samples. | Andrew Arnott | 2010-01-05 | 12 | -88/+21714 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Used custom tool from: http://weblogs.asp.net/leftslipper/archive/2009/11/23/migrating-asp-net-mvc-1-0-applications-to-asp-net-mvc-2-beta-updated.aspx | ||||
| * | | | | | | Solution upgraded (MVC projects won't upgrade at this point). | Andrew Arnott | 2010-01-05 | 1 | -2/+5 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Workaround Code Contracts assembly showing up in web app's Bin folder and ↵ | Andrew Arnott | 2010-01-19 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | causing type resolution ambiguities. | ||||
* | | | | | | Added commented web.config section assisting MVC 2 users with type forwarding. | Andrew Arnott | 2010-01-08 | 1 | -0/+8 |
| |/ / / / |/| | | | | |||||
* | | | | | Merge branch 'v3.3' | Andrew Arnott | 2009-12-27 | 2 | -8/+10 |
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: samples/InfoCardRelyingParty/Site.Master samples/OpenIdProviderWebForms/Site.Master samples/OpenIdRelyingPartyClassicAsp/MembersOnly.asp samples/OpenIdRelyingPartyClassicAsp/default.asp samples/OpenIdRelyingPartyClassicAsp/login.asp samples/OpenIdRelyingPartyWebForms/Site.Master src/DotNetOpenAuth.vsmdi src/DotNetOpenAuth/Configuration/DotNetOpenAuth.xsd src/DotNetOpenAuth/OpenId/Extensions/ExtensionsInteropHelper.cs | ||||
| * | | | | Merge branch 'reports' into v3.3 | Andrew Arnott | 2009-12-26 | 1 | -0/+8 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: projecttemplates/WebFormsRelyingParty/Web.config src/DotNetOpenAuth/OpenId/RelyingParty/PositiveAnonymousResponse.cs | ||||
| | * | | | | Added missing OpenID 1.1 endpoint to Provider MVC sample identity pages. | Andrew Arnott | 2009-12-15 | 1 | -0/+8 |
| | |/ / / | |||||
| * | | | | Enabled reporting for the project template and all samples. | Andrew Arnott | 2009-12-25 | 1 | -8/+2 |
| |/ / / | |||||
* | | | | project files missed from logo update. | David Christiansen | 2009-12-06 | 1 | -0/+1 |
| | | | | |||||
* | | | | DotNetOpenAuth Logo Update | David Christiansen | 2009-12-06 | 1 | -0/+0 |
|/ / / | | | | | | | | | | * Applied to web applications as favicon.ico | ||||
* | | | 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 |
| | |