Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unnecessary references to Microsoft.Net.Http and Microsoft.Bcl.Build ↵ | lcalabrese | 2015-08-07 | 2 | -19/+1 |
| | | | | since we are using .NET 4.5 and the built-in System.Net.Http library | ||||
* | Fix changes made in previous commits to actually adhere to StyleCop rules, ↵ | lcalabrese | 2015-08-07 | 7 | -77/+106 |
| | | | | so the project even builds in Release mode | ||||
* | Test green | David Christiansen | 2015-01-05 | 1 | -0/+1 |
| | | | | - Packages update | ||||
* | Switched OfflineProvider to OWIN host and using new logging framework | David Christiansen | 2015-01-05 | 6 | -151/+187 |
| | |||||
* | Resolves #363 | David Christiansen | 2015-01-05 | 1 | -130/+122 |
| | |||||
* | Closes #356, Closes #357, Closes #358 | David Christiansen | 2015-01-04 | 7 | -64/+193 |
| | |||||
* | Removes delay-signing build authoring leftovers that was still breaking the ↵v5.0.0-alpha2 | Andrew Arnott | 2013-10-22 | 1 | -12/+0 |
| | | | | build. | ||||
* | Updates NuGet packages. | Andrew Arnott | 2013-10-19 | 2 | -12/+29 |
| | |||||
* | Fixes OpenIdProviderWebForms login. | Andrew Arnott | 2013-06-09 | 1 | -1/+2 |
| | |||||
* | Consolidates two OpenID memory app stores | Andrew Arnott | 2013-03-28 | 1 | -1/+2 |
| | | | | | | | 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. | ||||
* | More StyleCop fixes. | Andrew Arnott | 2013-03-26 | 3 | -3/+21 |
| | |||||
* | Lots of StyleCop fixes. | Andrew Arnott | 2013-03-26 | 2 | -10/+9 |
| | |||||
* | Moved Offline OP to use controllers. | Andrew Arnott | 2013-03-04 | 8 | -341/+272 |
| | |||||
* | Switched OpenIdOfflineProvider to use HttpSelfHostServer. | Andrew Arnott | 2013-03-04 | 6 | -301/+157 |
| | |||||
* | OpenIdOfflineProvider and RP now work together. | Andrew Arnott | 2013-03-04 | 1 | -0/+7 |
| | |||||
* | More warning fixes. | Andrew Arnott | 2013-02-10 | 4 | -0/+13 |
| | |||||
* | C# compiler warning fixes. | Andrew Arnott | 2013-02-10 | 1 | -25/+25 |
| | |||||
* | Fixed OpenIdOfflineProvider so it can actually launch. | Andrew Arnott | 2013-01-28 | 1 | -6/+1 |
| | |||||
* | Updates to Validation 2.0.2 and log4net 2.0.0. | Andrew Arnott | 2013-01-27 | 2 | -6/+7 |
| | |||||
* | Finished fixing build breaks except in test projects. | Andrew Arnott | 2013-01-27 | 6 | -26/+61 |
| | |||||
* | System.Net.Http references recreated using NuGet. | Andrew Arnott | 2012-12-28 | 1 | -4/+0 |
| | |||||
* | Updates Validation NuGet package references for .NET 4.5 | Andrew Arnott | 2012-12-28 | 1 | -1/+1 |
| | |||||
* | Retargets exclusively to .NET 4.5 now. | Andrew Arnott | 2012-12-28 | 1 | -1/+1 |
| | |||||
* | Accomodates nuget's insistent project file changes. | Andrew Arnott | 2012-12-27 | 1 | -0/+2 |
| | |||||
* | Upgrades to Validation 2.0.1 to solve partially trusted callers problem. | Andrew Arnott | 2012-12-27 | 2 | -4/+4 |
| | |||||
* | Removes more remnants of Code Contracts. | Andrew Arnott | 2012-12-26 | 7 | -33/+31 |
| | |||||
* | Removes all traces of MS Code Contracts. | Andrew Arnott | 2012-12-26 | 1 | -31/+0 |
| | |||||
* | Adjusted AssemblyInfo.cs to be unique for each assembly. | Andrew Arnott | 2012-09-29 | 1 | -10/+1 |
| | | | | This should fix nuget pdb package submission to symbolsource.org | ||||
* | Added NuGet package dependency and fixed build breaks in samples. | Andrew Arnott | 2012-09-27 | 1 | -0/+4 |
| | |||||
* | Switched drop.proj to generate drops based on .NET 4.0, and include .NET 3.5 ↵ | Andrew Arnott | 2012-04-15 | 1 | -23/+3 |
| | | | | | | components for the library. Fixes up build breaks in the dropped samples. | ||||
* | Fixed build break in OpenIdOfflineProvider in samples distribution. | Andrew Arnott | 2012-03-19 | 1 | -1/+1 |
| | |||||
* | Fixed StyleCop settings files by removing the deprecated "Microsoft." prefixes. | Andrew Arnott | 2012-03-11 | 1 | -1/+1 |
| | |||||
* | HttpRequestInfo ctors are now internal, and publicly we have static | Andrew Arnott | 2012-03-05 | 1 | -1/+1 |
| | | | | factory methods that return HttpRequestBase instances. | ||||
* | Replaced API requirements for HttpRequestInfo with HttpRequestBase (new in ↵ | Andrew Arnott | 2012-03-05 | 2 | -3/+6 |
| | | | | | | .NET 3.5 SP1). This makes us more friendly to MVC as well as mock-based unit testing. | ||||
* | Updated all copyright notices to reflect copyright assignment to Outercurve. | Andrew Arnott | 2012-02-05 | 8 | -18/+18 |
| | | | | Fixes #66 | ||||
* | Merge branch 'v3.4' | Andrew Arnott | 2012-01-29 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | Conflicts: nuget/nuget.proj samples/OpenIdOfflineProvider/OpenIdOfflineProvider.csproj src/DotNetOpenAuth/DotNetOpenAuth.csproj src/DotNetOpenAuth/Messaging/Reflection/MessageDescription.cs tools/DotNetOpenAuth.props | ||||
| * | Fixed build break due to bad path to ilmerge.exe | unknown | 2011-11-27 | 1 | -1/+8 |
| | | |||||
* | | Fixed references to old DNOA.Messaging assembly in .config files. | Andrew Arnott | 2012-01-29 | 1 | -3/+3 |
| | | |||||
* | | Fixed build warnings regarding CLR 4 build and System.Web.Abstractions.dll | Andrew Arnott | 2012-01-29 | 1 | -1/+1 |
| | | |||||
* | | Fixed ILMerge build break in OpenIdOfflineProvider when building to CLR 4. | Andrew Arnott | 2012-01-29 | 1 | -6/+10 |
| | | |||||
* | | Added more support for HttpContextBase, HttpResponseBase, etc. | Andrew Arnott | 2012-01-29 | 1 | -0/+1 |
| | | |||||
* | | Renamed assembly DotNetOpenAuth.Messaging(.UI) to DotNetOpenAuth.Core(.UI) | Andrew Arnott | 2012-01-12 | 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. | ||||
* | | Fixed web.config files. | Andrew Arnott | 2011-09-28 | 1 | -1/+6 |
| | | |||||
* | | Fixed a couple of build breaks exposed by drop.proj. | Andrew Arnott | 2011-09-02 | 1 | -1/+6 |
| | | |||||
* | | The whole solution now builds except for the test project. | Andrew Arnott | 2011-08-02 | 2 | -1/+5 |
| | | |||||
* | | Fixed build breaks in OpenIdOfflineProvider. | Andrew Arnott | 2011-07-10 | 1 | -0/+10 |
| | | | | | | | | No more build breaks, at least in the solution file. | ||||
* | | First pass at dividing DotNetOpenAuth features into separate assemblies. | Andrew Arnott | 2011-07-01 | 1 | -9/+2 |
|/ | | | | Nothing compiles at this point. | ||||
* | Fixed visible build artifacts in OpenIdOfflineProvider shipping sample.v3.4.7.11121 | Andrew Arnott | 2011-05-01 | 1 | -3/+11 |
| | |||||
* | FxCop fixes and suppressions. | Andrew Arnott | 2011-04-29 | 1 | -2/+2 |
| | | | | The "CodeAnalysis" configuration now runs clean. | ||||
* | Removes the OpenIdOfflineProvider's shipping dependency on ↵ | Andrew Arnott | 2011-01-12 | 1 | -0/+15 |
| | | | | | | Microsoft.Contracts.dll. Closes #7 | ||||
* | StyleCop fixes that only appeared when building at the command line. | Andrew Arnott | 2010-07-20 | 2 | -7/+7 |
| | |||||
* | Added StyleCop to toolset and regular command line build. | Andrew Arnott | 2010-07-19 | 1 | -1/+2 |
| | | | | As part of this, all projects now import EnlistmentInfo.props and .targets. | ||||
* | Resolved build breaks after upgrading Code Contracts. | Andrew Arnott | 2010-06-10 | 1 | -1/+8 |
| | |||||
* | Stabilized reference paths and removed HintPaths. | Andrew Arnott | 2010-05-28 | 1 | -0/+3 |
| | | | | This is work for targeting .NET 4.0. | ||||
* | Finished getting a reasonable story for partial trust scenarios with the ↵ | Andrew Arnott | 2010-03-30 | 2 | -2/+7 |
| | | | | problematic URI paths. | ||||
* | Fixed signature verification when claimed_id has capital scheme or host ↵ | Andrew Arnott | 2010-03-30 | 2 | -3/+9 |
| | | | | name, or has path segments that end with a period under partial trust. | ||||
* | Added support in the offline Provider app to add trailing dots to ↵ | Andrew Arnott | 2010-03-30 | 2 | -2/+18 |
| | | | | | | identifier_select scenarios for testing. Also added the Clear Log button (finally). | ||||
* | Fixed nightly build break.v3.4.1.10044 | Andrew Arnott | 2010-02-13 | 1 | -1/+1 |
| | |||||
* | Fixed build.proj ToolsLayout target. | Andrew Arnott | 2010-01-08 | 1 | -1/+1 |
| | |||||
* | Fixed up some more issues with OpenIdOfflineProvider sample. | Andrew Arnott | 2010-01-08 | 1 | -0/+1 |
| | |||||
* | Fixed a couple of project issues so that the samples will backport to VS2008 ↵ | Andrew Arnott | 2010-01-08 | 1 | -1/+0 |
| | | | | more easily. | ||||
* | Merge branch 'master' into master-Dev10 | Andrew Arnott | 2010-01-08 | 1 | -0/+1 |
|\ | | | | | | | | | | | Conflicts: build.proj src/DotNetOpenAuth.sln | ||||
| * | Fixed up samples so the solution file is complete and they build out of the ↵ | Andrew Arnott | 2010-01-08 | 1 | -0/+1 |
| | | | | | | | | drop. | ||||
* | | DNOA and tool sample now builds against .NET v3.5 by default. | Andrew Arnott | 2010-01-08 | 1 | -1/+0 |
| | | |||||
* | | Touching up how CLR 4 is conditioned in the build. | Andrew Arnott | 2010-01-08 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into master-Dev10 | Andrew Arnott | 2010-01-08 | 1 | -7/+6 |
|\ \ | |/ | | | | | | | | | | | Conflicts: samples/OpenIdOfflineProvider/OpenIdOfflineProvider.csproj src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj src/DotNetOpenAuth/DotNetOpenAuth.csproj | ||||
| * | Remodeled some of our build scripts after the new VC project system's .props ↵ | Andrew Arnott | 2010-01-08 | 1 | -6/+5 |
| | | | | | | | | and .targets pattern. | ||||
| * | Merge branch 'v3.3' | Andrew Arnott | 2010-01-07 | 1 | -1/+1 |
| |\ | |||||
| | * | Fixed Code Contract warnings about having protected Invariant methods. | Andrew Arnott | 2010-01-06 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'master' into master-Dev10 | Andrew Arnott | 2010-01-06 | 1 | -0/+0 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'v3.3' | Andrew Arnott | 2009-12-27 | 1 | -0/+13 |
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.3' | Andrew Arnott | 2009-12-13 | 2 | -24/+4 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.vsmdi src/version.txt | ||||
| * | | | DotNetOpenAuth Logo Update | David Christiansen | 2009-12-06 | 1 | -0/+0 |
| | | | | | | | | | | | | | | | | * Applied to web applications as favicon.ico | ||||
| * | | | Avoided offline OP app crash when copying to clipboard fails. | Andrew Arnott | 2009-11-27 | 1 | -1/+6 |
| | | | | |||||
* | | | | Fixed Code Contract warnings about having protected Invariant methods. | Andrew Arnott | 2010-01-05 | 1 | -1/+1 |
| | | | | |||||
* | | | | Somehow some projects managed to not get retarged to v4.0 yet. This fixes that. | Andrew Arnott | 2010-01-05 | 1 | -4/+0 |
| | | | | |||||
* | | | | Retargeted to .NET 4.0 | Andrew Arnott | 2010-01-05 | 1 | -2/+4 |
| | | | | |||||
* | | | | Solution upgraded (MVC projects won't upgrade at this point). | Andrew Arnott | 2010-01-05 | 3 | -7/+51 |
| |_|/ |/| | | |||||
* | | | Added reporting sections to the sample local apps. | Andrew Arnott | 2009-12-25 | 1 | -0/+13 |
| |/ |/| | |||||
* | | Simplified the requirements for signing using an alternate key. | Andrew Arnott | 2009-12-05 | 1 | -3/+0 |
| | | |||||
* | | OpenID Offline Provider now builds with the generated build number. | Andrew Arnott | 2009-12-05 | 2 | -21/+4 |
| | | |||||
* | | Made allowance for the public delay-signing key to be changed for someone ↵ | Andrew Arnott | 2009-12-05 | 1 | -1/+1 |
| | | | | | | | | else's. | ||||
* | | Merge branch 'v3.2' into v3.3 | Andrew Arnott | 2009-12-01 | 1 | -1/+6 |
|\ \ | |/ |/| | |||||
| * | Merge branch 'v3.1' into v3.2 | Andrew Arnott | 2009-12-01 | 1 | -1/+6 |
| |\ | |||||
| | * | Avoided offline OP app crash when copying to clipboard fails. | Andrew Arnott | 2009-11-27 | 1 | -1/+6 |
| | | | |||||
* | | | Merge branch 'v3.2' | Andrew Arnott | 2009-11-03 | 1 | -5/+10 |
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | 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 | 1 | -5/+10 |
| |\ \ | | |/ | | | | | | | | | | Conflicts: src/version.txt | ||||
| | * | Fixed bug where offline OP would stop listening to connections. | Andrew Arnott | 2009-10-06 | 1 | -5/+10 |
| | | | |||||
* | | | Fixed signing of OpenIdOfflineProvider tool and Contracts assemblies. | Andrew Arnott | 2009-08-01 | 1 | -2/+3 |
|/ / | |||||
* | | Merge branch 'v3.1' into v3.2 | Andrew Arnott | 2009-06-26 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | Fixed bug where offline OP didn't set response content-type. | Andrew Arnott | 2009-06-22 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'v3.1' | Andrew Arnott | 2009-05-21 | 1 | -4/+28 |
|\ \ | |/ | |||||
| * | Fixed StyleCop messages in offline OP app. | Andrew Arnott | 2009-04-28 | 1 | -4/+28 |
| | | |||||
* | | 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. | ||||
* | | Fixed build breaks in sample caused by RP discovery breaking change in ↵ | Andrew Arnott | 2009-05-08 | 1 | -1/+1 |
|/ | | | | commit 83811ba2f188ff. | ||||
* | OpenID offline Provider now temporarily takes focus during an intercepted login. | Andrew Arnott | 2009-04-26 | 4 | -1/+43 |
| | |||||
* | Removed the InternalsVisibleTo attribute for DNOA toward the Offline Provider. | Andrew Arnott | 2009-04-26 | 1 | -1/+1 |
| | |||||
* | Removed all UI for unimplemented features in the Offline Provider. | Andrew Arnott | 2009-04-26 | 5 | -62/+61 |
| | |||||
* | The auto-respond vs. intercept setting for checkid messages works now. | Andrew Arnott | 2009-04-26 | 3 | -28/+44 |
| |