summaryrefslogtreecommitdiffstats
path: root/samples/OpenIdOfflineProvider
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary references to Microsoft.Net.Http and Microsoft.Bcl.Build ↵lcalabrese2015-08-072-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, ↵lcalabrese2015-08-077-77/+106
| | | | so the project even builds in Release mode
* Test greenDavid Christiansen2015-01-051-0/+1
| | | | - Packages update
* Switched OfflineProvider to OWIN host and using new logging frameworkDavid Christiansen2015-01-056-151/+187
|
* Resolves #363David Christiansen2015-01-051-130/+122
|
* Closes #356, Closes #357, Closes #358David Christiansen2015-01-047-64/+193
|
* Removes delay-signing build authoring leftovers that was still breaking the ↵v5.0.0-alpha2Andrew Arnott2013-10-221-12/+0
| | | | build.
* Updates NuGet packages.Andrew Arnott2013-10-192-12/+29
|
* Fixes OpenIdProviderWebForms login.Andrew Arnott2013-06-091-1/+2
|
* Consolidates two OpenID memory app storesAndrew Arnott2013-03-281-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 Arnott2013-03-263-3/+21
|
* Lots of StyleCop fixes.Andrew Arnott2013-03-262-10/+9
|
* Moved Offline OP to use controllers.Andrew Arnott2013-03-048-341/+272
|
* Switched OpenIdOfflineProvider to use HttpSelfHostServer.Andrew Arnott2013-03-046-301/+157
|
* OpenIdOfflineProvider and RP now work together.Andrew Arnott2013-03-041-0/+7
|
* More warning fixes.Andrew Arnott2013-02-104-0/+13
|
* C# compiler warning fixes.Andrew Arnott2013-02-101-25/+25
|
* Fixed OpenIdOfflineProvider so it can actually launch.Andrew Arnott2013-01-281-6/+1
|
* Updates to Validation 2.0.2 and log4net 2.0.0.Andrew Arnott2013-01-272-6/+7
|
* Finished fixing build breaks except in test projects.Andrew Arnott2013-01-276-26/+61
|
* System.Net.Http references recreated using NuGet.Andrew Arnott2012-12-281-4/+0
|
* Updates Validation NuGet package references for .NET 4.5Andrew Arnott2012-12-281-1/+1
|
* Retargets exclusively to .NET 4.5 now.Andrew Arnott2012-12-281-1/+1
|
* Accomodates nuget's insistent project file changes.Andrew Arnott2012-12-271-0/+2
|
* Upgrades to Validation 2.0.1 to solve partially trusted callers problem.Andrew Arnott2012-12-272-4/+4
|
* Removes more remnants of Code Contracts.Andrew Arnott2012-12-267-33/+31
|
* Removes all traces of MS Code Contracts.Andrew Arnott2012-12-261-31/+0
|
* Adjusted AssemblyInfo.cs to be unique for each assembly.Andrew Arnott2012-09-291-10/+1
| | | | This should fix nuget pdb package submission to symbolsource.org
* Added NuGet package dependency and fixed build breaks in samples.Andrew Arnott2012-09-271-0/+4
|
* Switched drop.proj to generate drops based on .NET 4.0, and include .NET 3.5 ↵Andrew Arnott2012-04-151-23/+3
| | | | | | components for the library. Fixes up build breaks in the dropped samples.
* Fixed build break in OpenIdOfflineProvider in samples distribution.Andrew Arnott2012-03-191-1/+1
|
* Fixed StyleCop settings files by removing the deprecated "Microsoft." prefixes.Andrew Arnott2012-03-111-1/+1
|
* HttpRequestInfo ctors are now internal, and publicly we have staticAndrew Arnott2012-03-051-1/+1
| | | | factory methods that return HttpRequestBase instances.
* Replaced API requirements for HttpRequestInfo with HttpRequestBase (new in ↵Andrew Arnott2012-03-052-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 Arnott2012-02-058-18/+18
| | | | Fixes #66
* Merge branch 'v3.4'Andrew Arnott2012-01-291-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.exeunknown2011-11-271-1/+8
| |
* | Fixed references to old DNOA.Messaging assembly in .config files.Andrew Arnott2012-01-291-3/+3
| |
* | Fixed build warnings regarding CLR 4 build and System.Web.Abstractions.dllAndrew Arnott2012-01-291-1/+1
| |
* | Fixed ILMerge build break in OpenIdOfflineProvider when building to CLR 4.Andrew Arnott2012-01-291-6/+10
| |
* | Added more support for HttpContextBase, HttpResponseBase, etc.Andrew Arnott2012-01-291-0/+1
| |
* | Renamed assembly DotNetOpenAuth.Messaging(.UI) to DotNetOpenAuth.Core(.UI)Andrew Arnott2012-01-121-2/+2
| |
* | Fixed .config files to refer to the DNOA config types explicitly. This fixed ↵Andrew Arnott2011-10-091-5/+5
| | | | | | | | the OpenIdOfflineProvider WPF sample.
* | Fixed web.config files.Andrew Arnott2011-09-281-1/+6
| |
* | Fixed a couple of build breaks exposed by drop.proj.Andrew Arnott2011-09-021-1/+6
| |
* | The whole solution now builds except for the test project.Andrew Arnott2011-08-022-1/+5
| |
* | Fixed build breaks in OpenIdOfflineProvider.Andrew Arnott2011-07-101-0/+10
| | | | | | | | No more build breaks, at least in the solution file.
* | First pass at dividing DotNetOpenAuth features into separate assemblies.Andrew Arnott2011-07-011-9/+2
|/ | | | Nothing compiles at this point.
* Fixed visible build artifacts in OpenIdOfflineProvider shipping sample.v3.4.7.11121Andrew Arnott2011-05-011-3/+11
|
* FxCop fixes and suppressions.Andrew Arnott2011-04-291-2/+2
| | | | The "CodeAnalysis" configuration now runs clean.
* Removes the OpenIdOfflineProvider's shipping dependency on ↵Andrew Arnott2011-01-121-0/+15
| | | | | | Microsoft.Contracts.dll. Closes #7
* StyleCop fixes that only appeared when building at the command line.Andrew Arnott2010-07-202-7/+7
|
* Added StyleCop to toolset and regular command line build.Andrew Arnott2010-07-191-1/+2
| | | | As part of this, all projects now import EnlistmentInfo.props and .targets.
* Resolved build breaks after upgrading Code Contracts.Andrew Arnott2010-06-101-1/+8
|
* Stabilized reference paths and removed HintPaths.Andrew Arnott2010-05-281-0/+3
| | | | This is work for targeting .NET 4.0.
* Finished getting a reasonable story for partial trust scenarios with the ↵Andrew Arnott2010-03-302-2/+7
| | | | problematic URI paths.
* Fixed signature verification when claimed_id has capital scheme or host ↵Andrew Arnott2010-03-302-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 Arnott2010-03-302-2/+18
| | | | | | identifier_select scenarios for testing. Also added the Clear Log button (finally).
* Fixed nightly build break.v3.4.1.10044Andrew Arnott2010-02-131-1/+1
|
* Fixed build.proj ToolsLayout target.Andrew Arnott2010-01-081-1/+1
|
* Fixed up some more issues with OpenIdOfflineProvider sample.Andrew Arnott2010-01-081-0/+1
|
* Fixed a couple of project issues so that the samples will backport to VS2008 ↵Andrew Arnott2010-01-081-1/+0
| | | | more easily.
* Merge branch 'master' into master-Dev10Andrew Arnott2010-01-081-0/+1
|\ | | | | | | | | | | Conflicts: build.proj src/DotNetOpenAuth.sln
| * Fixed up samples so the solution file is complete and they build out of the ↵Andrew Arnott2010-01-081-0/+1
| | | | | | | | drop.
* | DNOA and tool sample now builds against .NET v3.5 by default.Andrew Arnott2010-01-081-1/+0
| |
* | Touching up how CLR 4 is conditioned in the build.Andrew Arnott2010-01-081-1/+1
| |
* | Merge branch 'master' into master-Dev10Andrew Arnott2010-01-081-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 Arnott2010-01-081-6/+5
| | | | | | | | and .targets pattern.
| * Merge branch 'v3.3'Andrew Arnott2010-01-071-1/+1
| |\
| | * Fixed Code Contract warnings about having protected Invariant methods.Andrew Arnott2010-01-061-1/+1
| | |
* | | Merge branch 'master' into master-Dev10Andrew Arnott2010-01-061-0/+0
|\ \ \ | |/ /
| * | Merge branch 'v3.3'Andrew Arnott2009-12-271-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 Arnott2009-12-132-24/+4
| |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.vsmdi src/version.txt
| * | | DotNetOpenAuth Logo UpdateDavid Christiansen2009-12-061-0/+0
| | | | | | | | | | | | | | | | * Applied to web applications as favicon.ico
| * | | Avoided offline OP app crash when copying to clipboard fails.Andrew Arnott2009-11-271-1/+6
| | | |
* | | | Fixed Code Contract warnings about having protected Invariant methods.Andrew Arnott2010-01-051-1/+1
| | | |
* | | | Somehow some projects managed to not get retarged to v4.0 yet. This fixes that.Andrew Arnott2010-01-051-4/+0
| | | |
* | | | Retargeted to .NET 4.0Andrew Arnott2010-01-051-2/+4
| | | |
* | | | Solution upgraded (MVC projects won't upgrade at this point).Andrew Arnott2010-01-053-7/+51
| |_|/ |/| |
* | | Added reporting sections to the sample local apps.Andrew Arnott2009-12-251-0/+13
| |/ |/|
* | Simplified the requirements for signing using an alternate key.Andrew Arnott2009-12-051-3/+0
| |
* | OpenID Offline Provider now builds with the generated build number.Andrew Arnott2009-12-052-21/+4
| |
* | Made allowance for the public delay-signing key to be changed for someone ↵Andrew Arnott2009-12-051-1/+1
| | | | | | | | else's.
* | Merge branch 'v3.2' into v3.3Andrew Arnott2009-12-011-1/+6
|\ \ | |/ |/|
| * Merge branch 'v3.1' into v3.2Andrew Arnott2009-12-011-1/+6
| |\
| | * Avoided offline OP app crash when copying to clipboard fails.Andrew Arnott2009-11-271-1/+6
| | |
* | | Merge branch 'v3.2'Andrew Arnott2009-11-031-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.2Andrew Arnott2009-11-031-5/+10
| |\ \ | | |/ | | | | | | | | | Conflicts: src/version.txt
| | * Fixed bug where offline OP would stop listening to connections.Andrew Arnott2009-10-061-5/+10
| | |
* | | Fixed signing of OpenIdOfflineProvider tool and Contracts assemblies.Andrew Arnott2009-08-011-2/+3
|/ /
* | Merge branch 'v3.1' into v3.2Andrew Arnott2009-06-261-0/+1
|\ \ | |/
| * Fixed bug where offline OP didn't set response content-type.Andrew Arnott2009-06-221-0/+1
| |
* | Merge branch 'v3.1'Andrew Arnott2009-05-211-4/+28
|\ \ | |/
| * Fixed StyleCop messages in offline OP app.Andrew Arnott2009-04-281-4/+28
| |
* | OP now has a RequireSsl option, which requires RP discovery to happen over ↵Andrew Arnott2009-05-081-1/+1
| | | | | | | | | | | | HTTPS. Fixes Trac ticket 51.
* | Fixed build breaks in sample caused by RP discovery breaking change in ↵Andrew Arnott2009-05-081-1/+1
|/ | | | commit 83811ba2f188ff.
* OpenID offline Provider now temporarily takes focus during an intercepted login.Andrew Arnott2009-04-264-1/+43
|
* Removed the InternalsVisibleTo attribute for DNOA toward the Offline Provider.Andrew Arnott2009-04-261-1/+1
|
* Removed all UI for unimplemented features in the Offline Provider.Andrew Arnott2009-04-265-62/+61
|
* The auto-respond vs. intercept setting for checkid messages works now.Andrew Arnott2009-04-263-28/+44
|