Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unnecessary references to Microsoft.Net.Http and Microsoft.Bcl.Build ↵ | lcalabrese | 2015-08-07 | 3 | -40/+32 |
| | | | | since we are using .NET 4.5 and the built-in System.Net.Http library | ||||
* | Test green | David Christiansen | 2015-01-05 | 2 | -13/+10 |
| | | | | - Packages update | ||||
* | Closes #356, Closes #357, Closes #358 | David Christiansen | 2015-01-04 | 4 | -24/+4 |
| | |||||
* | Updates NuGet packages. | Andrew Arnott | 2013-10-19 | 2 | -4/+17 |
| | |||||
* | Fixes OpenIdProviderWebForms login. | Andrew Arnott | 2013-06-09 | 1 | -1/+2 |
| | |||||
* | Fixes break in OpenIdProviderWebForms home page. | Andrew Arnott | 2013-06-09 | 1 | -11/+11 |
| | |||||
* | Consolidates two OpenID memory app stores | Andrew Arnott | 2013-03-28 | 1 | -1/+1 |
| | | | | | | | The StandardRelyingPartyApplicationStore and StandardProviderApplicationStore were equivalent, and thus redundant. There was also nothing OpenID specific about them. So this consolidates and renames these types to better reflect their general purpose. | ||||
* | Changed all ASP.NET async void event handlers to use RegisterAsyncTask, ↵ | Andrew Arnott | 2013-03-04 | 6 | -178/+136 |
| | | | | which avoids bugs in ASP.NET. | ||||
* | A few more fixes. | Andrew Arnott | 2013-03-04 | 1 | -0/+1 |
| | |||||
* | Switched Channel to receiving messages via HttpRequestMessage as well. | Andrew Arnott | 2013-03-04 | 12 | -21/+109 |
| | |||||
* | Fixes build breaks everywhere exception DNOA.AspNet. | Andrew Arnott | 2013-03-02 | 1 | -2/+2 |
| | |||||
* | Fixes up WCF OAuth 1 samples. | Andrew Arnott | 2013-02-10 | 2 | -33/+10 |
| | |||||
* | Removes unnecessary .config settings. | Andrew Arnott | 2013-02-09 | 1 | -5/+1 |
| | |||||
* | Fixes ASP.NET controls to be async. | Andrew Arnott | 2013-02-09 | 1 | -0/+3 |
| | |||||
* | Finished fixing build breaks except in test projects. | Andrew Arnott | 2013-01-27 | 1 | -1/+0 |
| | |||||
* | OpenIdProviderWebForms now builds. | Andrew Arnott | 2013-01-23 | 10 | -25/+102 |
| | |||||
* | Fixes up some missing references. | Andrew Arnott | 2012-12-29 | 2 | -2/+9 |
| | | | | Upgrades MVC dependency from 1.0 to 3.0, via NuGet. | ||||
* | Retargets exclusively to .NET 4.5 now. | Andrew Arnott | 2012-12-28 | 1 | -1/+1 |
| | |||||
* | ASPXCodeBehind noise. | Andrew Arnott | 2012-10-30 | 1 | -0/+7 |
| | |||||
* | user_xrds.aspx samples now utilize GetPublicFacingUrl method. | Andrew Arnott | 2012-10-29 | 1 | -2/+3 |
| | | | | Fixes #199 | ||||
* | Merge branch 'v4.0' into v4.1 | Andrew Arnott | 2012-09-29 | 1 | -1/+2 |
|\ | |||||
| * | Fixed bug in CustomStore.GetKeys enumeration. | Andrew Arnott | 2012-09-20 | 1 | -1/+2 |
| | | | | | | | | This bug only existed in the OpenIdProviderWebForms sample. The OpenIdRelyingPartyWebForms sample's copy of this file already had the fix in it. | ||||
| * | Reverts v4.0 branch back to VS2010, and samples target .NET 3.5, and MVC ↵ | Andrew Arnott | 2012-04-05 | 1 | -9/+3 |
| | | | | | | | | | | | | 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. | ||||
* | | Removed session state from user identity pages | Andrew Arnott | 2012-07-13 | 1 | -1/+1 |
| | | | | | | | | Thanks to Richard Collette for suggesting this efficiency improvement. | ||||
* | | Migrate all samples to target .NET 4.0 and use IIS Express (where available). | Andrew Arnott | 2012-04-02 | 3 | -86/+22 |
| | | | | | | | | | | | | 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 | -8/+5 |
|/ | |||||
* | Migrated to Dev11 project files. They should all open in Dev10 still ↵ | Andrew Arnott | 2012-03-31 | 1 | -3/+9 |
| | | | | | | | | (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 | 1 | -9/+3 |
| | | | | | | | still (except the new .sqlproj)." This reverts commit dc59bdbc51fce4ad19cb41e5ca610915c2e99789, reversing changes made to e5b8e2e4bd925ef6967c264644e4d67749b5b3de. | ||||
* | Project compatibility upgrades for Dev11. | Andrew Arnott | 2012-02-24 | 1 | -3/+9 |
| | |||||
* | Removed OAuth1's dependency on OpenID assemblies. | Andrew Arnott | 2012-02-08 | 2 | -2/+6 |
| | | | | Related to #71 | ||||
* | Updated all copyright notices to reflect copyright assignment to Outercurve. | Andrew Arnott | 2012-02-05 | 9 | -17/+17 |
| | | | | 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 |
| | |||||
* | Moved behaviors into their own RP vs. OP namespaces. | Andrew Arnott | 2011-10-21 | 1 | -1/+1 |
| | |||||
* | 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 | -1/+1 |
| | | | | 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 sample OP. | Andrew Arnott | 2011-09-28 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into splitDlls | Andrew Arnott | 2011-09-28 | 1 | -1/+1 |
|\ | |||||
| * | Reverted part of commit 2704b0fb445. | Andrew Arnott | 2011-09-28 | 1 | -1/+1 |
| | | | | | | | | Reverses some of the Send->Respond changes made that are or may be invoked from ASP.NET web forms, since web forms will render HTML after the end of the protocol message. | ||||
* | | Fixed a bunch of ASPX references to the now absent dotnetopenauth.dll assembly. | Andrew Arnott | 2011-09-20 | 6 | -10/+7 |
| | | | | | | | | <%@ Register Assembly="DotNetOpenAuth | ||||
* | | Samples now build. | Andrew Arnott | 2011-08-02 | 2 | -1/+17 |
| | | |||||
* | | Trying to fix up configuration section code. | Andrew Arnott | 2011-07-10 | 1 | -1/+1 |
| | | |||||
* | | Fixed compile errors in samples. | Andrew Arnott | 2011-07-10 | 1 | -0/+12 |
| | | |||||
* | | First pass at dividing DotNetOpenAuth features into separate assemblies. | Andrew Arnott | 2011-07-01 | 1 | -5/+2 |
|/ | | | | Nothing compiles at this point. | ||||
* | Added OutgoingWebResponse.Respond method to replace its Send method, and ↵ | Andrew Arnott | 2011-06-23 | 3 | -3/+3 |
| | | | | | | avoid the ThreadAbortException that is no longer the recommended approach. Fixes #40 | ||||
* | Moved ICryptoKeyStore and related types to the Messaging.Bindings namespace. | Andrew Arnott | 2011-05-21 | 1 | -0/+1 |
| | |||||
* | Consolidated the IProviderApplicationStore and IRelyingPartyApplicationStore ↵ | Andrew Arnott | 2011-05-20 | 1 | -3/+1 |
| | | | | interfaces since they were equivalent. | ||||
* | Providers and Relying Parties both implement a unified pair of ↵ | Andrew Arnott | 2011-05-20 | 3 | -181/+193 |
| | | | | | | ICryptoKeyStore and INonceStore. OPs can configure to use encoded association handles or database-backed ones based on a simple web.config switch. | ||||
* | Brought custom association store sample for Providers up to date. | Andrew Arnott | 2011-05-09 | 3 | -67/+57 |
| | |||||
* | FxCop fixes and suppressions. | Andrew Arnott | 2011-04-29 | 1 | -2/+2 |
| | | | | The "CodeAnalysis" configuration now runs clean. | ||||
* | Fixed sample bug reported by Nikko. | Andrew Arnott | 2010-12-18 | 1 | -2/+1 |
| | |||||
* | Typo fix. | Andrew Arnott | 2010-10-29 | 1 | -1/+1 |
| | |||||
* | 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. | ||||
* | StyleCop and FxCop fixes. | Andrew Arnott | 2010-04-01 | 1 | -4/+4 |
| | |||||
* | Added Yubikey login to ApplicationBlock and OpenID Provider web forms sample. | Andrew Arnott | 2010-03-27 | 6 | -3/+90 |
| | |||||
* | Upgraded solution to Visual Studio 2010. | Andrew Arnott | 2010-01-31 | 2 | -25/+115 |
|\ | | | | | | | Merge branch 'master-Dev10' | ||||
| * | Fixed a couple of project issues so that the samples will backport to VS2008 ↵ | Andrew Arnott | 2010-01-08 | 1 | -0/+1 |
| | | | | | | | | more easily. | ||||
| * | Reverting default target framework from 4.0 back to 3.5. | Andrew Arnott | 2010-01-08 | 2 | -12/+85 |
| | | |||||
| * | Merge branch 'master' into master-Dev10 | Andrew Arnott | 2010-01-07 | 1 | -9/+9 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/DotNetOpenAuth.csproj src/DotNetOpenAuth/InfoCard/Token/Token.cs src/DotNetOpenAuth/Messaging/Channel.cs src/DotNetOpenAuth/Messaging/HttpRequestInfo.cs src/DotNetOpenAuth/OpenId/Realm.cs | ||||
| * \ | Merge branch 'master' into master-Dev10 | Andrew Arnott | 2010-01-06 | 6 | -5/+5 |
| |\ \ | |||||
| * | | | Post upgrade build break fix: unresolvable references | Andrew Arnott | 2010-01-05 | 1 | -16/+5 |
| | | | | |||||
| * | | | Post upgrade build break fix: Added missing reference that needed to be ↵ | Andrew Arnott | 2010-01-05 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | added due to type forwarding. | ||||
| * | | | Solution upgraded (MVC projects won't upgrade at this point). | Andrew Arnott | 2010-01-05 | 3 | -95/+121 |
| | | | | |||||
* | | | | 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. | ||||
* | | | Merge branch 'v3.3' | Andrew Arnott | 2010-01-07 | 1 | -9/+9 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Merge branch 'v3.2' into v3.3 | Andrew Arnott | 2010-01-07 | 1 | -9/+9 |
| |\ \ | | |/ | |/| | |||||
| | * | Merge branch 'v3.1' into v3.2 | Andrew Arnott | 2010-01-07 | 1 | -9/+9 |
| | |\ | |||||
| | | * | Fixed new StyleCop issues that cropped up (by installing Dev10?) | Andrew Arnott | 2010-01-07 | 1 | -9/+9 |
| | | | | |||||
* | | | | Added a web-ring SSO pair of OpenID sample sites. | Andrew Arnott | 2009-12-30 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge branch 'v3.3' | Andrew Arnott | 2009-12-27 | 3 | -13/+7 |
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 'v3.2' into v3.3 | Andrew Arnott | 2009-12-26 | 2 | -3/+3 |
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdAjaxTextBox.cs src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdAjaxTextBox.js | ||||
| | * | | Merge branch 'v3.1' into v3.2 | Andrew Arnott | 2009-12-26 | 3 | -5/+5 |
| | |\ \ | | | |/ | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/Configuration/DotNetOpenAuth.xsd src/DotNetOpenAuth/OpenId/ChannelElements/ReturnToNonceBindingElement.cs | ||||
| | | * | Changed some more references from DNOI to DNOA. | Andrew Arnott | 2009-12-13 | 1 | -2/+2 |
| | | | | |||||
| | | * | Fixed the samples' links to the project home page to point to the new project. | Andrew Arnott | 2009-12-13 | 2 | -3/+3 |
| | | | | |||||
| * | | | Updated a couple of comments in the web.config sample files. | Andrew Arnott | 2009-12-26 | 1 | -2/+2 |
| | | | | |||||
| * | | | Enabled reporting for the project template and all samples. | Andrew Arnott | 2009-12-25 | 1 | -8/+2 |
| | | | | |||||
* | | | | Updated the logos that appear on the sample sites. | Andrew Arnott | 2009-12-05 | 4 | -2/+2 |
| | | | | |||||
* | | | | DotNetOpenAuth Logo Update | David Christiansen | 2009-12-06 | 1 | -0/+0 |
| | | | | | | | | | | | | | | | | * Applied to web applications as favicon.ico | ||||
* | | | | Merge branch 'v3.3' | Andrew Arnott | 2009-12-01 | 1 | -3/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Eliminated a couple of compiler warnings. | Andrew Arnott | 2009-12-01 | 1 | -3/+1 |
| | | | | |||||
* | | | | Added sample Google Apps login page. | Andrew Arnott | 2009-11-30 | 1 | -2/+2 |
|/ / / | |||||
* | | | Merge branch 'v3.2' | Andrew Arnott | 2009-11-03 | 4 | -13/+17 |
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj src/DotNetOpenAuth.sln src/DotNetOpenAuth/OpenId/Provider/IProviderBehavior.cs src/DotNetOpenAuth/OpenId/RelyingParty/IRelyingPartyBehavior.cs | ||||
| * | | Merge branch 'v3.1' into v3.2 | Andrew Arnott | 2009-11-03 | 4 | -13/+17 |
| |\ \ | | |/ | | | | | | | | | | Conflicts: src/version.txt | ||||
| | * | Fixed faulty sample custom nonce store. | Andrew Arnott | 2009-09-15 | 4 | -13/+17 |
| | | | | | | | | | | | | Fixes #129 | ||||
* | | | Fixed bug where the sample OP would show the OpenID+OAuth extension panel ↵ | Andrew Arnott | 2009-08-25 | 1 | -1/+1 |
| | | | | | | | | | | | | always, even without an OAuth extension present. | ||||
* | | | Added IServiceProviderTokenManager.UpdateToken method. | Andrew Arnott | 2009-08-19 | 1 | -0/+4 |
| | | | | | | | | | | | | Fixes Trac #96. | ||||
* | | | Merge branch 'v3.2' | Andrew Arnott | 2009-08-05 | 1 | -2/+3 |
|\ \ \ | |/ / | | | | | | | | | | | | | Conflicts: tools/DotNetOpenAuth.Versioning.targets tools/Publish.targets | ||||
| * | | Merge branch 'v3.1' into v3.2 | Andrew Arnott | 2009-08-05 | 1 | -2/+3 |
| |\ \ | | |/ | |||||
| | * | Switching samples to Medium trust, since setting originUrl allows outbound ↵ | Andrew Arnott | 2009-08-04 | 1 | -2/+3 |
| | | | | | | | | | | | | HTTP to work. | ||||
* | | | Merge branch 'v3.2' | Andrew Arnott | 2009-07-28 | 1 | -0/+1 |
|\ \ \ | |/ / | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.vsmdi src/version.txt | ||||
| * | | Merge branch 'v3.1' into v3.2 | Andrew Arnott | 2009-07-27 | 1 | -0/+1 |
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/Messaging/MessagingUtilities.cs src/DotNetOpenAuth/OpenId/OpenIdStrings.resx src/DotNetOpenAuth/OpenId/RelyingParty/PositiveAuthenticationResponse.cs src/version.txt | ||||
| | * | Suppressed the warning in the samples that .NET generates due to use of ↵ | Andrew Arnott | 2009-07-27 | 1 | -0/+1 |
| | | | | | | | | | | | | HMAC-SHA384 and 512. | ||||
* | | | Added OpenID+OAuth combined OP sample. | Andrew Arnott | 2009-07-15 | 11 | -1/+343 |
|/ / | |||||
* | | Added OpenID pluggable behaviors support, including a sample PPID generator. | Andrew Arnott | 2009-06-17 | 1 | -0/+7 |
| | | |||||
* | | Merge branch 'v3.1' | Andrew Arnott | 2009-05-21 | 2 | -16/+21 |
|\ \ | |/ | |||||
| * | Fixed javascript bug in sample OP's unsolicited assertion page. | Andrew Arnott | 2009-05-20 | 1 | -0/+2 |
| | | |||||
| * | Made sure that IDN and IRI URI mode are turned on for all sample sites, and ↵ | Andrew Arnott | 2009-05-09 | 1 | -16/+19 |
| | | | | | | | | added a comment indicating their importance for all web sites that use this library. | ||||
* | | OP now has a RequireSsl option, which requires RP discovery to happen over ↵ | Andrew Arnott | 2009-05-08 | 1 | -1/+1 |
| | | | | | | | | | | | | HTTPS. Fixes Trac ticket 51. |