summaryrefslogtreecommitdiffstats
path: root/samples/OpenIdOfflineProvider/MainWindow.xaml.cs
Commit message (Expand)AuthorAgeFilesLines
* Fix changes made in previous commits to actually adhere to StyleCop rules, so...lcalabrese2015-08-071-36/+23
* Switched OfflineProvider to OWIN host and using new logging frameworkDavid Christiansen2015-01-051-22/+22
* Closes #356, Closes #357, Closes #358David Christiansen2015-01-041-42/+26
* Lots of StyleCop fixes.Andrew Arnott2013-03-261-4/+8
* Moved Offline OP to use controllers.Andrew Arnott2013-03-041-94/+64
* Switched OpenIdOfflineProvider to use HttpSelfHostServer.Andrew Arnott2013-03-041-70/+81
* OpenIdOfflineProvider and RP now work together.Andrew Arnott2013-03-041-0/+7
* More warning fixes.Andrew Arnott2013-02-101-0/+3
* C# compiler warning fixes.Andrew Arnott2013-02-101-25/+25
* Finished fixing build breaks except in test projects.Andrew Arnott2013-01-271-6/+36
* Removes more remnants of Code Contracts.Andrew Arnott2012-12-261-1/+0
* Replaced API requirements for HttpRequestInfo with HttpRequestBase (new in .N...Andrew Arnott2012-03-051-1/+2
* Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-051-2/+2
* StyleCop fixes that only appeared when building at the command line.Andrew Arnott2010-07-201-6/+6
* Finished getting a reasonable story for partial trust scenarios with the prob...Andrew Arnott2010-03-301-1/+6
* Fixed signature verification when claimed_id has capital scheme or host name,...Andrew Arnott2010-03-301-3/+8
* Added support in the offline Provider app to add trailing dots to identifier_...Andrew Arnott2010-03-301-1/+9
* Avoided offline OP app crash when copying to clipboard fails.Andrew Arnott2009-11-271-1/+6
* Fixed bug where offline OP didn't set response content-type.Andrew Arnott2009-06-221-0/+1
* OpenID offline Provider now temporarily takes focus during an intercepted login.Andrew Arnott2009-04-261-0/+5
* Removed all UI for unimplemented features in the Offline Provider.Andrew Arnott2009-04-261-1/+15
* The auto-respond vs. intercept setting for checkid messages works now.Andrew Arnott2009-04-261-1/+31
* Lots more feature work on OpenID Offline Provider app:Andrew Arnott2009-04-261-16/+17
* Added user interactivity to begin to customize auth responses to the OpenIdOf...Andrew Arnott2009-04-251-1/+2
* Added logger box to the Offline Provider app.Andrew Arnott2009-04-171-0/+12
* Refactored OpenIdProvider host out of the XAML window code.Andrew Arnott2009-03-281-114/+15
* A bit of touch-ups on the offline Provider app.Andrew Arnott2009-03-281-45/+70
* Added initial Offline Provider app.Andrew Arnott2009-03-281-0/+178