summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Provided some knobs to turn various parts of reporting on and off.Andrew Arnott2009-12-253-28/+100
|
* Reporting is now off by default.Andrew Arnott2009-12-251-1/+1
|
* Added several more areas to reporting.Andrew Arnott2009-12-247-0/+21
|
* Added .NET Framework CLR version to report.Andrew Arnott2009-12-221-0/+1
|
* Added a content-type header to the reporting so that the receiver can handle ↵Andrew Arnott2009-12-211-0/+1
| | | | different versions.
* Pulled out the log demuxer method.Andrew Arnott2009-12-211-9/+29
|
* Reporting HTTP result can now include a message that gets logged for the ↵Andrew Arnott2009-12-211-3/+22
| | | | webmaster to review.
* Got rid of extra GUIDsAndrew Arnott2009-12-211-13/+2
|
* Sending reports now resets counters.Andrew Arnott2009-12-211-8/+41
|
* Added categories to the reporting counters.Andrew Arnott2009-12-214-14/+55
|
* Report origin pseudonymous identity.Andrew Arnott2009-12-211-3/+38
|
* Feature use counting reporting.Andrew Arnott2009-12-214-9/+197
|
* Fixed GUID line in reporting file to use braces.Andrew Arnott2009-12-181-1/+1
|
* Fixed reporting while hosted in IIS so that isolated storage works.Andrew Arnott2009-12-181-1/+30
|
* Logged errors when initializing reporting.Andrew Arnott2009-12-111-3/+5
|
* Added a bunch of feature stats.Andrew Arnott2009-12-119-1/+44
|
* Fixed StyleCop message.Andrew Arnott2009-12-101-0/+4
|
* Reporting mechanism much more matured now, and collects usage statistics on ↵Andrew Arnott2009-12-108-20/+384
| | | | | | several OpenID feature areas. It also knows how to publish reports.
* Fixed StyleCop issues.Andrew Arnott2009-12-102-14/+35
|
* Fixed reporter so it APPENDS to its file instead of overwrites it from the ↵Andrew Arnott2009-12-101-6/+11
| | | | start.
* Initial reporting mechanism that includes logging statistics in place.Andrew Arnott2009-12-107-1/+113
|
* Fixed name of logger in project template.Andrew Arnott2009-12-101-1/+1
|
* Revert "Added XML doc file generation to project template class library."Andrew Arnott2009-12-101-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 Arnott2009-12-096-0/+52
| | | | into the versioning.targets file.
* Fixed case sensitivity on security-critical columns in the database of the ↵Andrew Arnott2009-12-091-3/+3
| | | | project template.
* Made the last commit's fix unit testable, added 4 unit tests, and satisfied ↵Andrew Arnott2009-12-092-28/+104
| | | | StyleCop.
* Fixed bug where SSL forwarders' port is incorrectly assumed to be port :80 ↵Andrew Arnott2009-12-091-4/+3
| | | | | | instead of :443. Fixes Trac #157
* Added XML doc file generation to project template class library.Andrew Arnott2009-12-091-0/+2
|
* Fixed entity set names to take their plural form consistently.Andrew Arnott2009-12-0911-97/+97
|
* Simplified the requirements for signing using an alternate key.Andrew Arnott2009-12-055-9/+8
|
* 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-053-3/+3
| | | | else's.
* Incremented version number.Andrew Arnott2009-12-031-1/+1
|
* Merge branch 'v3.2' into v3.3v3.3.1.9337Andrew Arnott2009-12-033-9/+30
|\
| * Merge branch 'v3.1' into v3.2Andrew Arnott2009-12-033-9/+30
| |\
| | * Merge branch 'v3.0' into v3.1Andrew Arnott2009-12-032-6/+17
| | |\
| | | * Extensions that lack a type URI namespace parameter are no longer picked up ↵Andrew Arnott2009-12-031-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 Arnott2009-12-021-2/+11
| | | |
| | * | Basic validation is now performed on incoming extensions and invalid ↵Andrew Arnott2009-12-032-3/+13
| | | | | | | | | | | | | | | | extensions are dropped.
* | | | Updated the vsmdi file.Andrew Arnott2009-12-031-28/+23
| | | |
* | | | Incremented version to v3.3.1.Andrew Arnott2009-12-031-1/+1
| | | |
* | | | Fixed StyleCop message.v3.3.0.9336Andrew Arnott2009-12-011-1/+1
| | | |
* | | | Merge branch 'v3.2' into v3.3Andrew Arnott2009-12-013-4/+11
|\ \ \ \ | |/ / /
| * | | Merge branch 'v3.1' into v3.2Andrew Arnott2009-12-013-4/+11
| |\ \ \ | | |/ /
| | * | Merge branch 'v3.0' into v3.1Andrew Arnott2009-12-012-3/+5
| | |\ \ | | | |/
| | | * Enhanced libcheck.ps1 script slightly.Andrew Arnott2009-11-221-2/+2
| | | |
| | | * Added some diagnostic logging to TestPublic test.Andrew Arnott2009-11-201-1/+3
| | | |
| | * | Avoided offline OP app crash when copying to clipboard fails.Andrew Arnott2009-11-271-1/+6
| | | |
* | | | Eliminated a couple of compiler warnings.Andrew Arnott2009-12-012-4/+2
| | | |
* | | | Fixed a couple of bugs that were causing too many auth requests to be ↵Andrew Arnott2009-12-012-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 Arnott2009-12-014-5/+5
| | | | | | | | | | | | | | | | the created project.
* | | | Added missing file extensions to the project templates ReplaceParameters lists.Andrew Arnott2009-12-012-1/+2
| | | |
* | | | Fixed the project template so that it once again displays the ↵Andrew Arnott2009-12-014-5/+9
| | | | | | | | | | | | | | | | GettingStarted.htm page.
* | | | Changed xml doc comment so that Find In Files is more likely to find these.Andrew Arnott2009-11-261-2/+2
| | | |
* | | | Fixed bug in OpenIdSelector control where it won't fire events if an ID ↵Andrew Arnott2009-11-261-0/+1
| | | | | | | | | | | | | | | | hasn't been explicitly assigned to it.
* | | | Fixed js error when Yahoo widget fails to download.Andrew Arnott2009-11-251-7/+13
| | | |
* | | | Fixed js error when an infocard button is not included in the selector.Andrew Arnott2009-11-251-1/+1
| | | |
* | | | Fixed build bugs introduced by aca1e03547 and 4a2da38656.Andrew Arnott2009-11-241-4/+6
| | | |
* | | | Project templates now build as a .vsi file instead of a raw .zip file.Andrew Arnott2009-11-242-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 Arnott2009-11-191-1/+1
| | | | | | | | | | | | | | | | avoid the perf regression that code contracts caused.
* | | | Enabled missing code contract.Andrew Arnott2009-11-191-1/+1
| | | | | | | | | | | | | | | | This fixes a failing unit test.
* | | | Fixed last merge.Andrew Arnott2009-11-181-1/+1
| | | |
* | | | Merge branch 'v3.2' into v3.3Andrew Arnott2009-11-182-1/+9
|\ \ \ \ | |/ / /
| * | | Merge branch 'v3.1' into v3.2Andrew Arnott2009-11-182-1/+9
| |\ \ \ | | |/ /
| | * | Merge branch 'v3.0' into v3.1Andrew Arnott2009-11-182-1/+9
| | |\ \ | | | |/
| | | * Fixed failing unit test bug.Andrew Arnott2009-11-182-1/+9
| | | |
* | | | Added custom database store for nonces and associations and wired it up to ↵Andrew Arnott2009-11-1810-11/+899
| | | | | | | | | | | | | | | | the OAuth SP and OpenID RP in the project template.
* | | | Merge branch 'v3.2' into v3.3Andrew Arnott2009-11-1813-41/+140
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/OAuth/ServiceProvider.cs src/DotNetOpenAuth/OpenId/Association.cs
| * | | Merge branch 'v3.1' into v3.2Andrew Arnott2009-11-1813-42/+141
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/Strings.Designer.cs src/DotNetOpenAuth/Strings.resx
| | * | Merge branch 'v3.0' into v3.1Andrew Arnott2009-11-1813-41/+140
| | |\ \ | | | |/
| | | * Added missing capability for Service Providers to specify a non-memory nonce ↵Andrew Arnott2009-11-188-16/+70
| | | | | | | | | | | | | | | | store.
| | | * Removed crumb of a bad idea.Andrew Arnott2009-11-181-10/+0
| | | |
| | | * Added missing oauth .config file Intellisense .xsd elements.Andrew Arnott2009-11-181-0/+36
| | | |
| | | * Fixed some commenting and parameter names to make it clear that UTC time is ↵Andrew Arnott2009-11-182-12/+13
| | | | | | | | | | | | | | | | used for associations and nonces.
| | | * Added frame-busting code to OAuth SP sample.Andrew Arnott2009-11-171-1/+19
| | | |
| | | * Fixed comment.Andrew Arnott2009-11-071-2/+2
| | | |
* | | | More code contracts.Andrew Arnott2009-11-173-0/+112
| | | |
* | | | Oops... the typo fix I made in f988329c3eadde7a897a3449bd3f22a447269b70 ↵Andrew Arnott2009-11-171-1/+1
| | | | | | | | | | | | | | | | actually turned on a line that was broken anyway.
* | | | Added suggested code contract Requires.Andrew Arnott2009-11-177-4/+29
| | | |
* | | | StyleCop fix.Andrew Arnott2009-11-171-1/+1
| | | |
* | | | Fixed failing FriendlyIdentifierForDisplay test that was broken in commit ↵Andrew Arnott2009-11-171-3/+3
| | | | | | | | | | | | | | | | 67913850b038642bc11ba4b871368307ca5acc38.
* | | | Fixed the no-redirect issue when users navigate to /login.aspx to log into ↵Andrew Arnott2009-11-164-6/+11
| | | | | | | | | | | | | | | | the RP template.
* | | | Fixed unhandled exception for returning users introduced by UTC date/time ↵Andrew Arnott2009-11-165-14/+14
| | | | | | | | | | | | | | | | enforcement code that was recently introduced.
* | | | Uncommented customErrors config setting.Andrew Arnott2009-11-161-6/+2
| | | |
* | | | oops. forgot to fix the stored proc for the renamed columns.Andrew Arnott2009-11-161-1/+1
| | | |
* | | | StyleCop fixes.Andrew Arnott2009-11-161-3/+3
| | | |
* | | | Added a few new columns to the project template's database.Andrew Arnott2009-11-1612-300/+506
| | | |
* | | | Fixed web.config file bug in project template for IIS hosting.Andrew Arnott2009-11-161-1/+2
| | | |
* | | | Standardized as much as possible on msbuild properties that represent ↵Andrew Arnott2009-11-167-174/+176
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | directory paths ending with a trailing slash. Merge branch 'targetsWork'
| * | | | Fixed apparent typo around use of $(ChmDir) in one instance.Andrew Arnott2009-11-161-1/+1
| | | | |
| * | | | Revert "Fixed $(ChmDir)"Andrew Arnott2009-11-161-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 Arnott2009-11-161-3/+3
| | | | |
| * | | | Fixed $(DxRoot)Andrew Arnott2009-11-151-6/+6
| | | | |
| * | | | Fixed $(Presentation)Andrew Arnott2009-11-151-5/+5
| | | | |
| * | | | Fixed $(FxReflectionOutputPath)Andrew Arnott2009-11-151-4/+4
| | | | |
| * | | | Fixed $(FxReflectionIntermediatePath)Andrew Arnott2009-11-151-5/+5
| | | | |
| * | | | Fixed $(ProductionTransforms)Andrew Arnott2009-11-151-13/+13
| | | | |
| * | | | Fixed $(ProductionTools)Andrew Arnott2009-11-151-18/+18
| | | | |
| * | | | Fixed $(DocOutputApiPath)Andrew Arnott2009-11-151-8/+8
| | | | |
| * | | | Fixed $(ChmDir)Andrew Arnott2009-11-151-14/+14
| | | | |