Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Provided some knobs to turn various parts of reporting on and off. | Andrew Arnott | 2009-12-25 | 3 | -28/+100 |
| | |||||
* | Reporting is now off by default. | Andrew Arnott | 2009-12-25 | 1 | -1/+1 |
| | |||||
* | Added several more areas to reporting. | Andrew Arnott | 2009-12-24 | 7 | -0/+21 |
| | |||||
* | Added .NET Framework CLR version to report. | Andrew Arnott | 2009-12-22 | 1 | -0/+1 |
| | |||||
* | Added a content-type header to the reporting so that the receiver can handle ↵ | Andrew Arnott | 2009-12-21 | 1 | -0/+1 |
| | | | | different versions. | ||||
* | Pulled out the log demuxer method. | Andrew Arnott | 2009-12-21 | 1 | -9/+29 |
| | |||||
* | Reporting HTTP result can now include a message that gets logged for the ↵ | Andrew Arnott | 2009-12-21 | 1 | -3/+22 |
| | | | | webmaster to review. | ||||
* | Got rid of extra GUIDs | Andrew Arnott | 2009-12-21 | 1 | -13/+2 |
| | |||||
* | Sending reports now resets counters. | Andrew Arnott | 2009-12-21 | 1 | -8/+41 |
| | |||||
* | Added categories to the reporting counters. | Andrew Arnott | 2009-12-21 | 4 | -14/+55 |
| | |||||
* | Report origin pseudonymous identity. | Andrew Arnott | 2009-12-21 | 1 | -3/+38 |
| | |||||
* | Feature use counting reporting. | Andrew Arnott | 2009-12-21 | 4 | -9/+197 |
| | |||||
* | Fixed GUID line in reporting file to use braces. | Andrew Arnott | 2009-12-18 | 1 | -1/+1 |
| | |||||
* | Fixed reporting while hosted in IIS so that isolated storage works. | Andrew Arnott | 2009-12-18 | 1 | -1/+30 |
| | |||||
* | Logged errors when initializing reporting. | Andrew Arnott | 2009-12-11 | 1 | -3/+5 |
| | |||||
* | Added a bunch of feature stats. | Andrew Arnott | 2009-12-11 | 9 | -1/+44 |
| | |||||
* | Fixed StyleCop message. | Andrew Arnott | 2009-12-10 | 1 | -0/+4 |
| | |||||
* | Reporting mechanism much more matured now, and collects usage statistics on ↵ | Andrew Arnott | 2009-12-10 | 8 | -20/+384 |
| | | | | | | several OpenID feature areas. It also knows how to publish reports. | ||||
* | Fixed StyleCop issues. | Andrew Arnott | 2009-12-10 | 2 | -14/+35 |
| | |||||
* | Fixed reporter so it APPENDS to its file instead of overwrites it from the ↵ | Andrew Arnott | 2009-12-10 | 1 | -6/+11 |
| | | | | start. | ||||
* | Initial reporting mechanism that includes logging statistics in place. | Andrew Arnott | 2009-12-10 | 7 | -1/+113 |
| | |||||
* | Fixed name of logger in project template. | Andrew Arnott | 2009-12-10 | 1 | -1/+1 |
| | |||||
* | Revert "Added XML doc file generation to project template class library." | Andrew Arnott | 2009-12-10 | 1 | -2/+0 |
| | | | | | This reverts commit c8c2b86c4c1bea9cce4dc7c1147b358e31ba6923. XML doc comments are available across project references anyway, and this gives us freedom to NOT document some members. | ||||
* | Fixed nightly build break introduced by the OpenIdOfflineProvider hooking ↵ | Andrew Arnott | 2009-12-09 | 6 | -0/+52 |
| | | | | into the versioning.targets file. | ||||
* | Fixed case sensitivity on security-critical columns in the database of the ↵ | Andrew Arnott | 2009-12-09 | 1 | -3/+3 |
| | | | | project template. | ||||
* | Made the last commit's fix unit testable, added 4 unit tests, and satisfied ↵ | Andrew Arnott | 2009-12-09 | 2 | -28/+104 |
| | | | | StyleCop. | ||||
* | Fixed bug where SSL forwarders' port is incorrectly assumed to be port :80 ↵ | Andrew Arnott | 2009-12-09 | 1 | -4/+3 |
| | | | | | | instead of :443. Fixes Trac #157 | ||||
* | Added XML doc file generation to project template class library. | Andrew Arnott | 2009-12-09 | 1 | -0/+2 |
| | |||||
* | Fixed entity set names to take their plural form consistently. | Andrew Arnott | 2009-12-09 | 11 | -97/+97 |
| | |||||
* | Simplified the requirements for signing using an alternate key. | Andrew Arnott | 2009-12-05 | 5 | -9/+8 |
| | |||||
* | 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 | 3 | -3/+3 |
| | | | | else's. | ||||
* | Incremented version number. | Andrew Arnott | 2009-12-03 | 1 | -1/+1 |
| | |||||
* | Merge branch 'v3.2' into v3.3v3.3.1.9337 | Andrew Arnott | 2009-12-03 | 3 | -9/+30 |
|\ | |||||
| * | Merge branch 'v3.1' into v3.2 | Andrew Arnott | 2009-12-03 | 3 | -9/+30 |
| |\ | |||||
| | * | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2009-12-03 | 2 | -6/+17 |
| | |\ | |||||
| | | * | Extensions that lack a type URI namespace parameter are no longer picked up ↵ | Andrew Arnott | 2009-12-03 | 1 | -4/+6 |
| | | | | | | | | | | | | | | | | for OpenID 2.0 messages, since only 1.1 messages should be given that assistance. | ||||
| | | * | Enhanced logging of message errors where parts are missing. | Andrew Arnott | 2009-12-02 | 1 | -2/+11 |
| | | | | |||||
| | * | | Basic validation is now performed on incoming extensions and invalid ↵ | Andrew Arnott | 2009-12-03 | 2 | -3/+13 |
| | | | | | | | | | | | | | | | | extensions are dropped. | ||||
* | | | | Updated the vsmdi file. | Andrew Arnott | 2009-12-03 | 1 | -28/+23 |
| | | | | |||||
* | | | | Incremented version to v3.3.1. | Andrew Arnott | 2009-12-03 | 1 | -1/+1 |
| | | | | |||||
* | | | | Fixed StyleCop message.v3.3.0.9336 | Andrew Arnott | 2009-12-01 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge branch 'v3.2' into v3.3 | Andrew Arnott | 2009-12-01 | 3 | -4/+11 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch 'v3.1' into v3.2 | Andrew Arnott | 2009-12-01 | 3 | -4/+11 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2009-12-01 | 2 | -3/+5 |
| | |\ \ | | | |/ | |||||
| | | * | Enhanced libcheck.ps1 script slightly. | Andrew Arnott | 2009-11-22 | 1 | -2/+2 |
| | | | | |||||
| | | * | Added some diagnostic logging to TestPublic test. | Andrew Arnott | 2009-11-20 | 1 | -1/+3 |
| | | | | |||||
| | * | | Avoided offline OP app crash when copying to clipboard fails. | Andrew Arnott | 2009-11-27 | 1 | -1/+6 |
| | | | | |||||
* | | | | Eliminated a couple of compiler warnings. | Andrew Arnott | 2009-12-01 | 2 | -4/+2 |
| | | | | |||||
* | | | | Fixed a couple of bugs that were causing too many auth requests to be ↵ | Andrew Arnott | 2009-12-01 | 2 | -2/+12 |
| | | | | | | | | | | | | | | | | generated, and OPs with buggy association code to be attempted multiple times. | ||||
* | | | | The name of the database in the project template is now based on the name of ↵ | Andrew Arnott | 2009-12-01 | 4 | -5/+5 |
| | | | | | | | | | | | | | | | | the created project. | ||||
* | | | | Added missing file extensions to the project templates ReplaceParameters lists. | Andrew Arnott | 2009-12-01 | 2 | -1/+2 |
| | | | | |||||
* | | | | Fixed the project template so that it once again displays the ↵ | Andrew Arnott | 2009-12-01 | 4 | -5/+9 |
| | | | | | | | | | | | | | | | | GettingStarted.htm page. | ||||
* | | | | Changed xml doc comment so that Find In Files is more likely to find these. | Andrew Arnott | 2009-11-26 | 1 | -2/+2 |
| | | | | |||||
* | | | | Fixed bug in OpenIdSelector control where it won't fire events if an ID ↵ | Andrew Arnott | 2009-11-26 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | hasn't been explicitly assigned to it. | ||||
* | | | | Fixed js error when Yahoo widget fails to download. | Andrew Arnott | 2009-11-25 | 1 | -7/+13 |
| | | | | |||||
* | | | | Fixed js error when an infocard button is not included in the selector. | Andrew Arnott | 2009-11-25 | 1 | -1/+1 |
| | | | | |||||
* | | | | Fixed build bugs introduced by aca1e03547 and 4a2da38656. | Andrew Arnott | 2009-11-24 | 1 | -4/+6 |
| | | | | |||||
* | | | | Project templates now build as a .vsi file instead of a raw .zip file. | Andrew Arnott | 2009-11-24 | 2 | -6/+42 |
| | | | | | | | | | | | | | | | | Thanks to John Kirk (http://johnckirk.livejournal.com/289696.html) for suggesting use of a .vsi file. | ||||
* | | | | Reconfigured runtime code contracts enforcement to be more conservative, to ↵ | Andrew Arnott | 2009-11-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | avoid the perf regression that code contracts caused. | ||||
* | | | | Enabled missing code contract. | Andrew Arnott | 2009-11-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | This fixes a failing unit test. | ||||
* | | | | Fixed last merge. | Andrew Arnott | 2009-11-18 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge branch 'v3.2' into v3.3 | Andrew Arnott | 2009-11-18 | 2 | -1/+9 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch 'v3.1' into v3.2 | Andrew Arnott | 2009-11-18 | 2 | -1/+9 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2009-11-18 | 2 | -1/+9 |
| | |\ \ | | | |/ | |||||
| | | * | Fixed failing unit test bug. | Andrew Arnott | 2009-11-18 | 2 | -1/+9 |
| | | | | |||||
* | | | | Added custom database store for nonces and associations and wired it up to ↵ | Andrew Arnott | 2009-11-18 | 10 | -11/+899 |
| | | | | | | | | | | | | | | | | the OAuth SP and OpenID RP in the project template. | ||||
* | | | | Merge branch 'v3.2' into v3.3 | Andrew Arnott | 2009-11-18 | 13 | -41/+140 |
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/OAuth/ServiceProvider.cs src/DotNetOpenAuth/OpenId/Association.cs | ||||
| * | | | Merge branch 'v3.1' into v3.2 | Andrew Arnott | 2009-11-18 | 13 | -42/+141 |
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/Strings.Designer.cs src/DotNetOpenAuth/Strings.resx | ||||
| | * | | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2009-11-18 | 13 | -41/+140 |
| | |\ \ | | | |/ | |||||
| | | * | Added missing capability for Service Providers to specify a non-memory nonce ↵ | Andrew Arnott | 2009-11-18 | 8 | -16/+70 |
| | | | | | | | | | | | | | | | | store. | ||||
| | | * | Removed crumb of a bad idea. | Andrew Arnott | 2009-11-18 | 1 | -10/+0 |
| | | | | |||||
| | | * | Added missing oauth .config file Intellisense .xsd elements. | Andrew Arnott | 2009-11-18 | 1 | -0/+36 |
| | | | | |||||
| | | * | Fixed some commenting and parameter names to make it clear that UTC time is ↵ | Andrew Arnott | 2009-11-18 | 2 | -12/+13 |
| | | | | | | | | | | | | | | | | used for associations and nonces. | ||||
| | | * | Added frame-busting code to OAuth SP sample. | Andrew Arnott | 2009-11-17 | 1 | -1/+19 |
| | | | | |||||
| | | * | Fixed comment. | Andrew Arnott | 2009-11-07 | 1 | -2/+2 |
| | | | | |||||
* | | | | More code contracts. | Andrew Arnott | 2009-11-17 | 3 | -0/+112 |
| | | | | |||||
* | | | | Oops... the typo fix I made in f988329c3eadde7a897a3449bd3f22a447269b70 ↵ | Andrew Arnott | 2009-11-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | actually turned on a line that was broken anyway. | ||||
* | | | | Added suggested code contract Requires. | Andrew Arnott | 2009-11-17 | 7 | -4/+29 |
| | | | | |||||
* | | | | StyleCop fix. | Andrew Arnott | 2009-11-17 | 1 | -1/+1 |
| | | | | |||||
* | | | | Fixed failing FriendlyIdentifierForDisplay test that was broken in commit ↵ | Andrew Arnott | 2009-11-17 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | 67913850b038642bc11ba4b871368307ca5acc38. | ||||
* | | | | Fixed the no-redirect issue when users navigate to /login.aspx to log into ↵ | Andrew Arnott | 2009-11-16 | 4 | -6/+11 |
| | | | | | | | | | | | | | | | | the RP template. | ||||
* | | | | Fixed unhandled exception for returning users introduced by UTC date/time ↵ | Andrew Arnott | 2009-11-16 | 5 | -14/+14 |
| | | | | | | | | | | | | | | | | enforcement code that was recently introduced. | ||||
* | | | | Uncommented customErrors config setting. | Andrew Arnott | 2009-11-16 | 1 | -6/+2 |
| | | | | |||||
* | | | | oops. forgot to fix the stored proc for the renamed columns. | Andrew Arnott | 2009-11-16 | 1 | -1/+1 |
| | | | | |||||
* | | | | StyleCop fixes. | Andrew Arnott | 2009-11-16 | 1 | -3/+3 |
| | | | | |||||
* | | | | Added a few new columns to the project template's database. | Andrew Arnott | 2009-11-16 | 12 | -300/+506 |
| | | | | |||||
* | | | | Fixed web.config file bug in project template for IIS hosting. | Andrew Arnott | 2009-11-16 | 1 | -1/+2 |
| | | | | |||||
* | | | | Standardized as much as possible on msbuild properties that represent ↵ | Andrew Arnott | 2009-11-16 | 7 | -174/+176 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | directory paths ending with a trailing slash. Merge branch 'targetsWork' | ||||
| * | | | | Fixed apparent typo around use of $(ChmDir) in one instance. | Andrew Arnott | 2009-11-16 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Revert "Fixed $(ChmDir)" | Andrew Arnott | 2009-11-16 | 1 | -14/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 88591c76a735bf21cf26f3c81910f908dab0ce97. Apparently chmbuilder.exe cannot consume trailing backslashes in its /out: parameter. Conflicts: tools/sandcastle.targets | ||||
| * | | | | Fixed some redundant definitions of properties. | Andrew Arnott | 2009-11-16 | 1 | -3/+3 |
| | | | | | |||||
| * | | | | Fixed $(DxRoot) | Andrew Arnott | 2009-11-15 | 1 | -6/+6 |
| | | | | | |||||
| * | | | | Fixed $(Presentation) | Andrew Arnott | 2009-11-15 | 1 | -5/+5 |
| | | | | | |||||
| * | | | | Fixed $(FxReflectionOutputPath) | Andrew Arnott | 2009-11-15 | 1 | -4/+4 |
| | | | | | |||||
| * | | | | Fixed $(FxReflectionIntermediatePath) | Andrew Arnott | 2009-11-15 | 1 | -5/+5 |
| | | | | | |||||
| * | | | | Fixed $(ProductionTransforms) | Andrew Arnott | 2009-11-15 | 1 | -13/+13 |
| | | | | | |||||
| * | | | | Fixed $(ProductionTools) | Andrew Arnott | 2009-11-15 | 1 | -18/+18 |
| | | | | | |||||
| * | | | | Fixed $(DocOutputApiPath) | Andrew Arnott | 2009-11-15 | 1 | -8/+8 |
| | | | | | |||||
| * | | | | Fixed $(ChmDir) | Andrew Arnott | 2009-11-15 | 1 | -14/+14 |
| | | | | |