Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | Updated ToolsVersion on all the project files to say 4.0. | Andrew Arnott | 2010-01-08 | 1 | -1/+1 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Touching up how CLR 4 is conditioned in the build. | Andrew Arnott | 2010-01-08 | 2 | -7/+4 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge branch 'master' into master-Dev10 | Andrew Arnott | 2010-01-08 | 6 | -32/+125 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: samples/OpenIdOfflineProvider/OpenIdOfflineProvider.csproj src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj src/DotNetOpenAuth/DotNetOpenAuth.csproj | |||||
| * | | | | | | | | | | | | Workaround for broken code contracts xml generation. | Andrew Arnott | 2010-01-07 | 1 | -4/+3 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge branch 'master' into master-Dev10 | Andrew Arnott | 2010-01-07 | 10 | -57/+64 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/DotNetOpenAuth.csproj src/DotNetOpenAuth/InfoCard/Token/Token.cs src/DotNetOpenAuth/Messaging/Channel.cs src/DotNetOpenAuth/Messaging/HttpRequestInfo.cs src/DotNetOpenAuth/OpenId/Realm.cs | |||||
| * | | | | | | | | | | | | Merge branch 'master' into master-Dev10 | Andrew Arnott | 2010-01-06 | 65 | -1763/+2649 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / | | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Removed the mobile text box control for CLR4 scenarios since it's using a ↵ | Andrew Arnott | 2010-01-06 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | deprecated API. | |||||
| * | | | | | | | | | | | | Fixed warnings about using deprecated Code Access Security features in CLR4. | Andrew Arnott | 2010-01-05 | 2 | -2/+6 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Fixed Code Contract warnings about having protected Invariant methods. | Andrew Arnott | 2010-01-05 | 14 | -15/+14 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Fixed xml doc comment bugs that show up as warnings to the C# 4 compiler. | Andrew Arnott | 2010-01-05 | 7 | -11/+10 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Fixed runtime exception due to new security model. | Andrew Arnott | 2010-01-05 | 1 | -1/+2 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Fixing build breaks from retargeting to .NET 4.0 | Andrew Arnott | 2010-01-05 | 3 | -24/+3 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Retargeted to .NET 4.0 | Andrew Arnott | 2010-01-05 | 1 | -1/+2 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Upgraded ASP.NET MVC samples. | Andrew Arnott | 2010-01-05 | 1 | -3/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Used custom tool from: http://weblogs.asp.net/leftslipper/archive/2009/11/23/migrating-asp-net-mvc-1-0-applications-to-asp-net-mvc-2-beta-updated.aspx | |||||
| * | | | | | | | | | | | | Post-upgrade build break fix: Removed own Microsoft.Contracts.dll and reference | Andrew Arnott | 2010-01-05 | 1 | -4/+0 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Solution upgraded (MVC projects won't upgrade at this point). | Andrew Arnott | 2010-01-05 | 14 | -178/+181 | |
| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Fixed MessagingUtilities.GetRequestUrlFromContext() to be smarter about web ↵ | Andrew Arnott | 2010-01-27 | 1 | -8/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | farms and HTTPS proxies. | |||||
* | | | | | | | | | | | | | Added missing contracts. | Andrew Arnott | 2010-01-26 | 1 | -0/+5 | |
| |_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Added OpenIdRelyingPartyWebFormsVB sample. | Andrew Arnott | 2010-01-17 | 1 | -0/+9 | |
| |_|_|_|_|_|/ / / / / |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | Merge branch 'v3.3' into v3.4v3.4.0.10015 | Andrew Arnott | 2010-01-14 | 2 | -5/+10 | |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/DotNetOpenAuth.BuildTasks.dll lib/DotNetOpenAuth.BuildTasks.pdb | |||||
| * | | | | | | | | | | Trying again to cure TeamCity build break. | Andrew Arnott | 2010-01-14 | 1 | -1/+1 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Fixed build break on TeamCity. | Andrew Arnott | 2010-01-14 | 1 | -3/+6 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Fixed unintentional updating of lib/Microsoft.Contracts.dll whenever we ↵ | Andrew Arnott | 2010-01-14 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | build BuildTasks.csproj. | |||||
* | | | | | | | | | | | Merge branch 'v3.3' into v3.4 | Andrew Arnott | 2010-01-14 | 21 | -48/+311 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/DotNetOpenAuth.BuildTasks.dll lib/DotNetOpenAuth.BuildTasks.pdb src/DotNetOpenAuth.vsmdi | |||||
| * | | | | | | | | | | Fix for git commit id check when refs are packed. | Andrew Arnott | 2010-01-13 | 1 | -6/+41 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | OAuth now supports HEAD HTTP method, and won't throw unhandled exception on ↵ | Andrew Arnott | 2010-01-12 | 8 | -31/+136 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | unrecognized HTTP methods any more. Fixes Trac #169 | |||||
| * | | | | | | | | | | Code Contract fixes. | Andrew Arnott | 2010-01-12 | 12 | -6/+129 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | FxCop fixes | Andrew Arnott | 2010-01-12 | 6 | -3/+11 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Merge branch 'v3.3' into v3.4 | Andrew Arnott | 2010-01-12 | 10 | -10/+19 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / | | | | | | | / / / / | |_|_|_|_|_|/ / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Merge branch 'v3.2' into v3.3 | Andrew Arnott | 2010-01-12 | 5 | -6/+6 | |
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/GlobalSuppressions.cs src/DotNetOpenAuth/Messaging/EmptyDictionary.cs src/DotNetOpenAuth/Messaging/EmptyList.cs src/DotNetOpenAuth/Messaging/Reflection/MessageDictionary.cs src/DotNetOpenAuth/OpenId/Extensions/UI/UIRequest.cs | |||||
| | * | | | | | | | | Fixed FxCop messages. | Andrew Arnott | 2010-01-12 | 5 | -5/+8 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | Merge branch 'v3.1' into v3.2 | Andrew Arnott | 2010-01-12 | 9 | -5/+13 | |
| | |\ \ \ \ \ \ \ \ | | | | |_|_|_|_|/ / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/GlobalSuppressions.cs | |||||
| | | * | | | | | | | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2010-01-12 | 9 | -5/+13 | |
| | | |\ \ \ \ \ \ \ | | | | | |_|_|_|_|/ | | | | |/| | | | | | ||||||
| | | | * | | | | | | FxCop and Code Contract warning fixes. | Andrew Arnott | 2010-01-12 | 9 | -5/+13 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | FxCop fixes. | Andrew Arnott | 2010-01-12 | 5 | -4/+13 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'v3.3' | Andrew Arnott | 2010-01-11 | 5 | -105/+57 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | ||||||
| * | | | | | | | | | Fixes StyleCop issues. | Andrew Arnott | 2010-01-11 | 1 | -1/+1 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Fixed some contracts around multipart post. | Andrew Arnott | 2010-01-11 | 1 | -2/+6 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Fixed multipart POST method to indicate files are not form-data. | Andrew Arnott | 2010-01-11 | 2 | -1/+10 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Fixed multipart POST so that it doesn't include a leading \r\n, which ↵ | Andrew Arnott | 2010-01-11 | 2 | -3/+41 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | apparently is NOT valid. | |||||
| * | | | | | | | | | Ridding the duplicate file entry. | Andrew Arnott | 2010-01-11 | 1 | -99/+0 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Fixed error checking and reporting of an invalid OAuth configuration. | Andrew Arnott | 2010-01-11 | 1 | -1/+1 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Fixed some bugs in the way multipart messages were handled or even allowed ↵ | Andrew Arnott | 2010-01-11 | 6 | -29/+51 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in OAuth. | |||||
* | | | | | | | | | | StyleCop fix. | Andrew Arnott | 2010-01-11 | 1 | -25/+25 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Added support for binary "extra data" in messages. | Andrew Arnott | 2010-01-11 | 10 | -10/+282 | |
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | ||||||
* | | | | | | | | | Merge branch 'master' into mvcProjTemplate | Andrew Arnott | 2010-01-08 | 32 | -112/+228 | |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: projecttemplates/RelyingPartyLogic/Utilities.cs src/DotNetOpenAuth.sln | |||||
| * | | | | | | | | Remodeled some of our build scripts after the new VC project system's .props ↵ | Andrew Arnott | 2010-01-08 | 3 | -26/+22 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and .targets pattern. | |||||
| * | | | | | | | | Adding our own Publicize MSBuild task to eventually replace the Shadow ↵ | Andrew Arnott | 2010-01-08 | 2 | -0/+98 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | accessor for multi-targeting support. | |||||
| * | | | | | | | | Added a product-wide .props and .targets file. | Andrew Arnott | 2010-01-07 | 3 | -12/+8 | |
| | |_|_|_|_|_|/ | |/| | | | | | | ||||||
| * | | | | | | | Merge branch 'v3.3' | Andrew Arnott | 2010-01-07 | 26 | -85/+93 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | | | | | | | / | | |_|_|_|_|/ | |/| | | | | | ||||||
| | * | | | | | Fixed StyleCop messages created as a result of f9a8d7163 | Andrew Arnott | 2010-01-07 | 4 | -47/+47 | |
| | | | | | | | ||||||
| | * | | | | | Merge branch 'v3.2' into v3.3 | Andrew Arnott | 2010-01-07 | 5 | -10/+10 | |
| | |\ \ \ \ \ | | | |/ / / / | ||||||
| | | * | | | | Fixed new StyleCop issues that cropped up (by installing Dev10?) | Andrew Arnott | 2010-01-07 | 2 | -3/+3 | |
| | | | | | | | ||||||
| | | * | | | | Merge branch 'v3.1' into v3.2 | Andrew Arnott | 2010-01-07 | 3 | -7/+7 | |
| | | |\ \ \ \ | | | | |/ / / | ||||||
| | | | * | | | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2010-01-07 | 3 | -7/+7 | |
| | | | |\ \ \ | | | | | |/ / | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.Test/Messaging/Reflection/MessageDictionaryTests.cs | |||||
| | | | | * | | Fixed new StyleCop issues that cropped up (by installing Dev10?) | Andrew Arnott | 2010-01-07 | 3 | -7/+7 | |
| | | | | | | | ||||||
| | * | | | | | Fixed Code Contract warnings about having protected Invariant methods. | Andrew Arnott | 2010-01-06 | 14 | -15/+14 | |
| | | | | | | | ||||||
| | * | | | | | Added a forced build break when Code Contracts are not installed on the ↵ | Andrew Arnott | 2010-01-06 | 1 | -1/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | build machine. | |||||
| | * | | | | | Fixed xml doc comment bugs that show up as warnings to the C# 4 compiler. | Andrew Arnott | 2010-01-05 | 7 | -11/+10 | |
| | | |_|_|/ | | |/| | | | ||||||
| | * | | | | OpenID RP ASP.NET controls now persist the UsePersistentCookie property ↵ | Andrew Arnott | 2010-01-04 | 1 | -5/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | AFTER firing the OnLoggingIn event. Fixes Trac #154 | |||||
| * | | | | | Added a web-ring SSO pair of OpenID sample sites. | Andrew Arnott | 2009-12-30 | 1 | -0/+18 | |
| | | | | | | ||||||
* | | | | | | Realm class now has a public static property that makes it easy to ↵ | Andrew Arnott | 2009-12-30 | 2 | -15/+34 | |
| | | | | | | | | | | | | | | | | | | | | | | | | auto-detect the realm. | |||||
* | | | | | | Merge branch 'master' into mvcProjTemplate | Andrew Arnott | 2009-12-28 | 4 | -4/+40 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | Removed Code Contracts in a generator method. | Andrew Arnott | 2009-12-28 | 1 | -2/+4 | |
| | | | | | | ||||||
| * | | | | | Merge branch 'v3.3' | Andrew Arnott | 2009-12-28 | 1 | -4/+2 | |
| |\ \ \ \ \ | | |/ / / / | ||||||
| | * | | | | Removed warning when building in TeamCity. | Andrew Arnott | 2009-12-28 | 1 | -4/+0 | |
| | | | | | | ||||||
| | * | | | | Fixed build break that appears when the .git directory is not found. | Andrew Arnott | 2009-12-28 | 1 | -1/+3 | |
| | | | | | | ||||||
| * | | | | | Merge branch 'v3.3' | Andrew Arnott | 2009-12-28 | 3 | -2/+38 | |
| |\ \ \ \ \ | | |/ / / / | ||||||
| | * | | | | Fixed JDate calculation so it doesn't break in 2010. | Andrew Arnott | 2009-12-28 | 1 | -1/+1 | |
| | | | | | | ||||||
| | * | | | | Builds now include the git commit ID in the PE file header so we have a ↵ | Andrew Arnott | 2009-12-28 | 2 | -0/+36 | |
| | | | | | | | | | | | | | | | | | | | | | | | | definite record of where a build came from. | |||||
| | * | | | | Fixed bug in Purge task that causes it to fail if a directory does not exist. | Andrew Arnott | 2009-12-27 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | Added .vscontent file to solution items. | Andrew Arnott | 2009-12-27 | 1 | -0/+1 | |
| | | | | | | ||||||
* | | | | | | Added initial project template for ASP.NET MVC. | Andrew Arnott | 2009-12-27 | 1 | -0/+9 | |
|/ / / / / | ||||||
* | | | | | Versions 3.4 and later default to having reporting enabled. | Andrew Arnott | 2009-12-27 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Merge branch 'v3.3' | Andrew Arnott | 2009-12-27 | 48 | -120/+1800 | |
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |||||
| * | | | | Added tooltip text to xsd .config file Intellisense. | Andrew Arnott | 2009-12-26 | 1 | -7/+60 | |
| | | | | | ||||||
| * | | | | Merge branch 'v3.2' into v3.3 | Andrew Arnott | 2009-12-26 | 8 | -60/+478 | |
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdAjaxTextBox.cs src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdAjaxTextBox.js | |||||
| | * | | | Added tooltip documentation to the xsd schema that is new in v3.2. | Andrew Arnott | 2009-12-26 | 1 | -14/+132 | |
| | | | | | ||||||
| | * | | | Merge branch 'v3.1' into v3.2 | Andrew Arnott | 2009-12-26 | 8 | -46/+346 | |
| | |\ \ \ | | | |/ / | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/Configuration/DotNetOpenAuth.xsd src/DotNetOpenAuth/OpenId/ChannelElements/ReturnToNonceBindingElement.cs | |||||
| | | * | | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2009-12-26 | 8 | -46/+346 | |
| | | |\ \ | | | | |/ | ||||||
| | | | * | Added Intellisense tooltips to xml config schema. | Andrew Arnott | 2009-12-26 | 3 | -32/+341 | |
| | | | | | ||||||
| | | | * | Removed unused (and broken) URL from the ajax control. | Andrew Arnott | 2009-12-14 | 2 | -11/+2 | |
| | | | | | ||||||
| | | | * | Changed some more references from DNOI to DNOA. | Andrew Arnott | 2009-12-13 | 3 | -3/+3 | |
| | | | | | ||||||
| * | | | | Reduced probability of reporting causing unhandled exceptions. | Andrew Arnott | 2009-12-26 | 1 | -9/+44 | |
| | | | | | ||||||
| * | | | | 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 | |
| | | | | | ||||||
| * | | | | Merge branch 'reports' into v3.3 | Andrew Arnott | 2009-12-26 | 20 | -62/+206 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: projecttemplates/WebFormsRelyingParty/Web.config src/DotNetOpenAuth/OpenId/RelyingParty/PositiveAnonymousResponse.cs | |||||
| | * | | | | 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 | |
| | | | | | | ||||||
| | * | | | | Reduce logging noise. | Andrew Arnott | 2009-12-16 | 7 | -11/+35 | |
| | | | | | | ||||||
| | * | | | | Fixed incremental build when the project template transformation changes. | Andrew Arnott | 2009-12-15 | 2 | -10/+31 | |
| | | | | | | ||||||
| | * | | | | 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. | |||||
| * | | | | | 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 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 | |
| | | | | | |