Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added several unit tests to the "Fast Tests" list. | Andrew Arnott | 2009-12-26 | 1 | -24/+28 |
| | |||||
* | Fixed NullReferenceException from reporting during unit tests. | Andrew Arnott | 2009-12-26 | 2 | -1/+5 |
| | |||||
* | Added feature use and other statistics reporting to better roadmap future ↵ | Andrew Arnott | 2009-12-26 | 39 | -40/+1121 |
|\ | | | | | | | | | | | versions of DotNetOpenAuth. Merge branch 'reports' into v3.3 | ||||
| * | Updated a couple of comments in the web.config sample files. | Andrew Arnott | 2009-12-26 | 2 | -3/+3 |
| | | |||||
| * | Merge branch 'reports' into v3.3 | Andrew Arnott | 2009-12-26 | 90 | -541/+1743 |
| |\ | |/ |/| | | | | | | | Conflicts: projecttemplates/WebFormsRelyingParty/Web.config src/DotNetOpenAuth/OpenId/RelyingParty/PositiveAnonymousResponse.cs | ||||
* | | Fixed template so it doesn't download needless .js for logged in users. | Andrew Arnott | 2009-12-24 | 1 | -10/+12 |
| | | |||||
* | | Fixed bug where OpenIdSelector would occasionally report a replay attack ↵ | Andrew Arnott | 2009-12-24 | 1 | -3/+15 |
| | | | | | | | | when there wasn't one. | ||||
* | | Added some OpenID control logging. | Andrew Arnott | 2009-12-23 | 3 | -0/+22 |
| | | |||||
* | | Added logging for replay attack detection. | Andrew Arnott | 2009-12-23 | 2 | -0/+2 |
| | | |||||
* | | Fixed stored proc execution that is missing a contextual transaction, ↵ | Andrew Arnott | 2009-12-16 | 2 | -21/+22 |
| | | | | | | | | leading to runtime errors. | ||||
* | | Added a logging table to the project template database. | Andrew Arnott | 2009-12-16 | 5 | -14/+87 |
| | | |||||
* | | Reduce logging noise. | Andrew Arnott | 2009-12-16 | 7 | -11/+35 |
| | | |||||
* | | Added missing .ashx file from list of files to parse for tokens. | Andrew Arnott | 2009-12-16 | 2 | -1/+2 |
| | | | | | | | | This fixes an error that shows up in the generated project template. | ||||
* | | Fixed incremental build when the project template transformation changes. | Andrew Arnott | 2009-12-15 | 5 | -11/+35 |
| | | |||||
* | | Added missing OpenID 1.1 endpoint to Provider MVC sample identity pages. | Andrew Arnott | 2009-12-15 | 1 | -0/+8 |
| | | |||||
* | | Added DNOA.xml to the project template deployment. | Andrew Arnott | 2009-12-15 | 1 | -0/+1 |
| | | |||||
* | | Fixed the OpenIdSelector so that it works when the generic OpenID (textbox) ↵ | Andrew Arnott | 2009-12-15 | 3 | -31/+58 |
| | | | | | | | | | | | | button isn't included. The YUI library is no longer downloaded when the ajax text box isn't available. | ||||
* | | Fixed bug where OpenIdSelector would fail if it didn't have an explicit ID ↵ | Andrew Arnott | 2009-12-15 | 1 | -4/+17 |
| | | | | | | | | attribute, but it did have its DownloadYahooUILibrary property set. | ||||
* | | Fixed db generation in the project template. | Andrew Arnott | 2009-12-15 | 1 | -3/+4 |
| | | | | | | | | I can only imagine this was a mis-rebase because I KNOW I had it this way before. | ||||
* | | Changed some more references from DNOI to DNOA. | Andrew Arnott | 2009-12-14 | 1 | -1/+1 |
| | | |||||
* | | Added page title to home page. | Andrew Arnott | 2009-12-13 | 1 | -1/+1 |
| | | |||||
* | | Added privacy policy to sreg requests so Yahoo! doesn't show warning to users. | Andrew Arnott | 2009-12-13 | 3 | -0/+16 |
| | | |||||
* | | Fixed compile-time error after 95e5314971. | Andrew Arnott | 2009-12-13 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'v3.2' into v3.3 | Andrew Arnott | 2009-12-13 | 7 | -186/+54 |
|\ \ | | | | | | | | | | | | | | | | | | | Conflicts: build.proj lib/DotNetOpenAuth.BuildTasks.targets src/DotNetOpenAuth/Messaging/HttpRequestInfo.cs | ||||
| * \ | Merge branch 'v3.1' into v3.2 | Andrew Arnott | 2009-12-13 | 14 | -229/+161 |
| |\ \ | |||||
| | * \ | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2009-12-13 | 7 | -186/+54 |
| | |\ \ | |||||
| | | * | | Updated documentation files. | Andrew Arnott | 2009-12-10 | 3 | -179/+17 |
| | | | | | | | | | | | | | | | | | | | | Fixes Trac #11 | ||||
| | | * | | Fixed clean target so it doesn't remove the static API files that we want to ↵ | Andrew Arnott | 2009-12-10 | 2 | -4/+24 |
| | | | | | | | | | | | | | | | | | | | | preserve. | ||||
| | | * | | Fixed broken build.proj Clean target. | Andrew Arnott | 2009-12-10 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | | | | | | Fixes Trac #123 | ||||
| | | * | | Fixed FxCop message. | Andrew Arnott | 2009-12-09 | 1 | -3/+3 |
| | | | | | |||||
| | * | | | Fixed nightly build break introduced by the OpenIdOfflineProvider hooking ↵ | Andrew Arnott | 2009-12-09 | 4 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | into the versioning.targets file. | ||||
| | * | | | Made the last commit's fix unit testable, added 4 unit tests, and satisfied ↵ | Andrew Arnott | 2009-12-09 | 2 | -20/+99 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | StyleCop. Conflicts: src/DotNetOpenAuth/Messaging/HttpRequestInfo.cs | ||||
| | * | | | 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 Conflicts: src/DotNetOpenAuth/Messaging/HttpRequestInfo.cs | ||||
| | * | | | OpenID Offline Provider now builds with the generated build number. | Andrew Arnott | 2009-12-05 | 2 | -21/+4 |
| | | | | | |||||
* | | | | | Fixed release build to update the project template .sql script. | Andrew Arnott | 2009-12-13 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Fixed build break in nightly build. | Andrew Arnott | 2009-12-13 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Added missing verisign image from project. | Andrew Arnott | 2009-12-13 | 1 | -0/+1 |
| | | | | | |||||
* | | | | | Added URL tag to the Image properties for better design-time support. | Andrew Arnott | 2009-12-13 | 2 | -0/+7 |
| | | | | | |||||
* | | | | | Project template's database schema now derives from a database project. | Andrew Arnott | 2009-12-12 | 53 | -244/+1343 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | Merge branch 'projtemplateDBproject' into v3.3 | ||||
| * | | | | | Ignored schemaview file. | Andrew Arnott | 2009-12-12 | 1 | -0/+1 |
| | | | | | | |||||
| * | | | | | Fixed database filename so it matches what the web project expects. | Andrew Arnott | 2009-12-12 | 3 | -4/+4 |
| | | | | | | |||||
| * | | | | | Database script in project template now comes from the dbproj. | Andrew Arnott | 2009-12-12 | 9 | -253/+699 |
| | | | | | | |||||
| * | | | | | Fixed db proj schema for project template as well. | Andrew Arnott | 2009-12-12 | 3 | -3/+3 |
| | | | | | | |||||
| * | | | | | Added a db project for the project template db schema. | Andrew Arnott | 2009-12-12 | 49 | -0/+652 |
|/ / / / / | |||||
| | | | * | Added reporting to OpenID COM server. | Andrew Arnott | 2009-12-25 | 1 | -0/+7 |
| | | | | | |||||
| | | | * | Fixed bug where unloaded counters were not reset when submitting a report. | Andrew Arnott | 2009-12-25 | 1 | -0/+7 |
| | | | | | |||||
| | | | * | Reporting now POSTed over SSL to provide greater privacy of these ↵ | Andrew Arnott | 2009-12-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | pseudonymous statistics. | ||||
| | | | * | Added missing Touch() call to event reporting. | Andrew Arnott | 2009-12-25 | 1 | -0/+1 |
| | | | | | |||||
| | | | * | Added reporting sections to the sample local apps. | Andrew Arnott | 2009-12-25 | 2 | -0/+20 |
| | | | | | |||||
| | | | * | Enabled reporting for the project template and all samples. | Andrew Arnott | 2009-12-25 | 8 | -35/+47 |
| | | | | | |||||
| | | | * | Added a couple more switches for reporting control. | Andrew Arnott | 2009-12-25 | 3 | -2/+36 |
| | | | | | |||||
| | | | * | 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 |
| | | | |