Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Closes #356, Closes #357, Closes #358 | David Christiansen | 2015-01-04 | 63 | -4920/+0 |
| | |||||
* | Updates NuGet packages. | Andrew Arnott | 2013-10-19 | 2 | -4/+17 |
| | |||||
* | 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 | 7 | -202/+262 |
| | | | | which avoids bugs in ASP.NET. | ||||
* | Switched Channel to receiving messages via HttpRequestMessage as well. | Andrew Arnott | 2013-03-04 | 3 | -1/+4 |
| | |||||
* | Fixes build breaks everywhere exception DNOA.AspNet. | Andrew Arnott | 2013-03-02 | 6 | -52/+28 |
| | |||||
* | Removes unnecessary .config settings. | Andrew Arnott | 2013-02-09 | 1 | -5/+1 |
| | |||||
* | Fixed trust level change that was committed unintentionally. | Andrew Arnott | 2013-02-09 | 1 | -1/+1 |
| | |||||
* | Fixes ASP.NET controls to be async. | Andrew Arnott | 2013-02-09 | 1 | -1/+4 |
| | |||||
* | Fixes OpenIdLogin control and sample. | Andrew Arnott | 2013-02-09 | 1 | -1/+1 |
| | |||||
* | Fixes more samples. | Andrew Arnott | 2013-01-23 | 16 | -41/+49 |
| | |||||
* | 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 |
| | |||||
* | SubType noise. | Andrew Arnott | 2012-10-14 | 1 | -0/+12 |
| | |||||
* | Fixed stylecop bugs. | Andrew Arnott | 2012-06-12 | 1 | -3/+2 |
| | |||||
* | Added PAPE max_auth_time handling to sample OP | Andrew Arnott | 2012-06-12 | 4 | -1/+24 |
| | | | | | | The OpenIdRelyingPartyWebForms and OpenIdProviderMvc samples now interact via PAPE to sample enforcement of the PAPE max_auth_time parameter. | ||||
* | Merge remote-tracking branch 'origin/v4.0' | Andrew Arnott | 2012-05-29 | 1 | -1/+1 |
|\ | |||||
| * | Fixed OpenID RP's CustomStore sample class that throws ↵ | Andrew Arnott | 2012-05-10 | 1 | -1/+1 |
| | | | | | | | | | | | | NullReferenceException in some cases. Thanks to Richard Collette for identifying the problem and suggesting the fix. | ||||
| * | 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. | ||||
* | | Migrate all samples to target .NET 4.0 and use IIS Express (where available). | Andrew Arnott | 2012-04-02 | 3 | -14/+18 |
| | | | | | | | | | | | | 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 | -13/+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 | 3 | -5/+9 |
| | | | | Related to #71 | ||||
* | Updated all copyright notices to reflect copyright assignment to Outercurve. | Andrew Arnott | 2012-02-05 | 1 | -2/+2 |
| | | | | 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 | -4/+4 |
| | |||||
* | Moved behaviors into their own RP vs. OP namespaces. | Andrew Arnott | 2011-10-21 | 1 | -2/+2 |
| | |||||
* | 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 a bunch of ASPX references to the now absent dotnetopenauth.dll assembly. | Andrew Arnott | 2011-09-20 | 8 | -12/+9 |
| | | | | <%@ Register Assembly="DotNetOpenAuth | ||||
* | Fixed the webResourceUrlProvider configuration element. | Andrew Arnott | 2011-08-09 | 1 | -0/+1 |
| | |||||
* | Samples now build. | Andrew Arnott | 2011-08-02 | 1 | -0/+4 |
| | |||||
* | Basic OpenID RP login sample working again. | Andrew Arnott | 2011-07-31 | 5 | -3/+20 |
| | |||||
* | Functionality and one sample is fixed up enough to permit an OpenID login to ↵ | Andrew Arnott | 2011-07-11 | 1 | -1/+1 |
| | | | | complete successfully. | ||||
* | Trying to fix up configuration section code. | Andrew Arnott | 2011-07-10 | 3 | -5/+9 |
| | |||||
* | 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 | -4/+1 |
| | | | | Nothing compiles at this point. | ||||
* | Fixed a couple of bugs in the RP sample's custom store. | Andrew Arnott | 2011-05-27 | 2 | -3/+10 |
| | |||||
* | 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. | ||||
* | Updated samples and project template custom stores to use ICryptoKeyStore ↵ | Andrew Arnott | 2011-05-15 | 4 | -173/+176 |
| | | | | for RPs. | ||||
* | Changed references to DistinguishingFactor to be ProviderEndpoint. | Andrew Arnott | 2011-05-10 | 1 | -9/+9 |
| | |||||
* | Brought custom association store sample for Providers up to date. | Andrew Arnott | 2011-05-09 | 1 | -3/+3 |
| | |||||
* | Removed the allowSubPath and allowAdditionalQueryParameters settings from ↵ | Andrew Arnott | 2011-04-23 | 1 | -3/+4 |
| | | | | the trusted Providers configuration since we don't yet have an implementation to support it, nor users asking for it. | ||||
* | Added TrustedProviders setting in OpenID security settings. | Andrew Arnott | 2011-04-19 | 1 | -1/+5 |
| | | | | It doesn't actually alter runtime behavior yet. | ||||
* | DetectGoogleSession sample now correctly identifies the successful ↵ | Andrew Arnott | 2011-04-06 | 3 | -4/+24 |
| | | | | Authenticated result. | ||||
* | Added DetectGoogleSession sample. | Andrew Arnott | 2011-04-05 | 4 | -0/+92 |
| | | | | Closes #21 | ||||
* | Adds the missing attributes on OpenIdRelyingPartyControlBase that make its ↵ | Andrew Arnott | 2010-12-29 | 2 | -3/+7 |
| | | | | | | Extensions property settable inside an ASPX page. Closes #6 | ||||
* | Added email to the requested attributes of the identity-less login sample, ↵ | Andrew Arnott | 2010-10-06 | 3 | -8/+24 |
| | | | | and fixed the default button. | ||||
* | 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. | ||||
* | Removed C# 4 usage from samples so they build under VS2008. | Andrew Arnott | 2010-07-19 | 1 | -1/+1 |
| | |||||
* | Fixed build break in non-DEBUG configurations of the recently changed samples. | Andrew Arnott | 2010-04-19 | 1 | -1/+4 |
| | |||||
* | Adjusted how the sample InMemoryTokenManager class is defined so that it is ↵ | Andrew Arnott | 2010-04-19 | 1 | -1/+4 |
| | | | | more difficult to use in real apps without knowing its limited scope. | ||||
* | Converted the OAuth consumer and SP sample web site projects to web ↵ | Andrew Arnott | 2010-04-18 | 1 | -2/+1 |
| | | | | application projects. | ||||
* | Switched to the new (transparent background) OpenID logo across all samples. | Andrew Arnott | 2010-03-22 | 4 | -2/+2 |
| | |||||
* | Fixed build break introduced by last checkin. | Andrew Arnott | 2010-02-24 | 2 | -74/+0 |
| | |||||
* | Merge branch 'v3.3' into v3.4 | Andrew Arnott | 2010-02-13 | 2 | -11/+1 |
|\ | | | | | | | | | | | Conflicts: lib/DotNetOpenAuth.BuildTasks.dll lib/DotNetOpenAuth.BuildTasks.pdb | ||||
| * | Merge branch 'v3.2' into v3.3 | Andrew Arnott | 2010-02-12 | 2 | -11/+1 |
| |\ | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/OpenId/Extensions/AttributeExchange/AttributeValues.cs | ||||
| | * | Removed checkbox that wasn't wired up anyway. | Andrew Arnott | 2010-01-17 | 2 | -11/+1 |
| | | | |||||
| * | | Workaround Code Contracts assembly showing up in web app's Bin folder and ↵ | Andrew Arnott | 2010-01-19 | 1 | -1/+5 |
| | | | | | | | | | | | | causing type resolution ambiguities. | ||||
* | | | Upgraded solution to Visual Studio 2010. | Andrew Arnott | 2010-01-31 | 5 | -100/+112 |
|\ \ \ | | | | | | | | | | | | | Merge branch 'master-Dev10' | ||||
| * | | | Reverting default target framework from 4.0 back to 3.5. | Andrew Arnott | 2010-01-08 | 2 | -34/+33 |
| | | | | |||||
| * | | | Merge branch 'master' into master-Dev10 | Andrew Arnott | 2010-01-07 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 11 | -5/+116 |
| |\ \ \ \ | |||||
| * | | | | | Removed the mobile text box control for CLR4 scenarios since it's using a ↵ | Andrew Arnott | 2010-01-06 | 4 | -81/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | deprecated API. | ||||
| * | | | | | Solution upgraded (MVC projects won't upgrade at this point). | Andrew Arnott | 2010-01-05 | 3 | -41/+135 |
| | | | | | | |||||
* | | | | | | Workaround Code Contracts assembly showing up in web app's Bin folder and ↵ | Andrew Arnott | 2010-01-19 | 1 | -1/+5 |
| |_|/ / / |/| | | | | | | | | | | | | | | causing type resolution ambiguities. | ||||
* | | | | | Merge branch 'v3.3' | Andrew Arnott | 2010-01-07 | 1 | -1/+1 |
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| | | |||||
| * | | | Merge branch 'v3.2' into v3.3 | Andrew Arnott | 2010-01-07 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |/| / | | |/ | |||||
| | * | Merge branch 'v3.1' into v3.2 | Andrew Arnott | 2010-01-07 | 1 | -1/+1 |
| | |\ | |||||
| | | * | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2010-01-07 | 1 | -1/+1 |
| | | |\ | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.Test/Messaging/Reflection/MessageDictionaryTests.cs | ||||
| | | | * | Fixed new StyleCop issues that cropped up (by installing Dev10?) | Andrew Arnott | 2010-01-07 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge branch 'v3.3' | Andrew Arnott | 2009-12-27 | 2 | -3/+6 |
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 1 | -2/+2 |
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | | | | | | 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 | 2 | -3/+3 |
| | |\ \ \ | | | |/ / | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/Configuration/DotNetOpenAuth.xsd src/DotNetOpenAuth/OpenId/ChannelElements/ReturnToNonceBindingElement.cs | ||||
| | | * | | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2009-12-26 | 2 | -3/+3 |
| | | |\ \ | | | | |/ | |||||
| | | | * | Changed some more references from DNOI to DNOA. | Andrew Arnott | 2009-12-13 | 1 | -1/+1 |
| | | | | | |||||
| | | | * | Fixed the samples' links to the project home page to point to the new project. | Andrew Arnott | 2009-12-13 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | Updated a couple of comments in the web.config sample files. | Andrew Arnott | 2009-12-26 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Enabled reporting for the project template and all samples. | Andrew Arnott | 2009-12-25 | 1 | -0/+3 |
| | | | | | |||||
* | | | | | Clarified comment. | Andrew Arnott | 2009-12-10 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Updated the logos that appear on the sample sites. | Andrew Arnott | 2009-12-05 | 5 | -3/+3 |
| | | | | | |||||
* | | | | | 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 | ||||
* | | | | | Google Apps sample now intelligently displays the "full trust required" message. | Andrew Arnott | 2009-12-01 | 3 | -4/+27 |
| | | | | | |||||
* | | | | | Added sample Google Apps login page. | Andrew Arnott | 2009-11-30 | 6 | -2/+89 |
|/ / / / | |||||
* | | | | Merge branch 'v3.2' into v3.3 | Andrew Arnott | 2009-11-18 | 1 | -10/+0 |
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/OAuth/ServiceProvider.cs src/DotNetOpenAuth/OpenId/Association.cs | ||||
| * | | | Merge branch 'v3.1' into v3.2 | Andrew Arnott | 2009-11-18 | 1 | -10/+0 |
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/Strings.Designer.cs src/DotNetOpenAuth/Strings.resx | ||||
| | * | | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2009-11-18 | 1 | -10/+0 |
| | |\ \ | | | |/ | |||||
| | | * | Removed crumb of a bad idea. | Andrew Arnott | 2009-11-18 | 1 | -10/+0 |
| | | | | |||||
* | | | | Added login customization to sample Yahoo button. | Andrew Arnott | 2009-11-07 | 1 | -1/+1 |
| | | | | |||||
* | | | | Moved one method from ITokenManager to IServiceProviderTokenManager, and ↵ | Andrew Arnott | 2009-11-07 | 1 | -14/+0 |
| | | | | | | | | | | | | | | | | added code contracts. | ||||
* | | | | Added explanatory comment to the ajaxlogin.aspx sample. | Andrew Arnott | 2009-11-03 | 1 | -0/+5 |
| | | | | |||||
* | | | | Merge branch 'v3.2' | Andrew Arnott | 2009-11-03 | 5 | -13/+21 |
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| | * | | Merge branch 'v3.0' into v3.1 | 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 | ||||
| * | | | Added support for OP fetching of the RP icon via the UI extension. | Andrew Arnott | 2009-11-02 | 1 | -0/+4 |
| | | | |