Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | 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 | |
| | | | | | | ||||||
* | | | | | | Merge branch 'v3.3' | Andrew Arnott | 2009-12-13 | 15 | -76/+243 | |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.vsmdi src/version.txt | |||||
| * | | | | | Merge branch 'v3.2' into v3.3 | Andrew Arnott | 2009-12-13 | 1 | -3/+3 | |
| |\ \ \ \ \ | | | |/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: build.proj lib/DotNetOpenAuth.BuildTasks.targets src/DotNetOpenAuth/Messaging/HttpRequestInfo.cs | |||||
| | * | | | | Merge branch 'v3.1' into v3.2 | Andrew Arnott | 2009-12-13 | 3 | -25/+103 | |
| | |\ \ \ \ | | | | |/ / | | | |/| | | ||||||
| | | * | | | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2009-12-13 | 1 | -3/+3 | |
| | | |\ \ \ | | | | | |/ | | | | |/| | ||||||
| | | | * | | Fixed FxCop message. | Andrew Arnott | 2009-12-09 | 1 | -3/+3 | |
| | | | | | | ||||||
| | | * | | | 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 | |||||
| * | | | | | Added URL tag to the Image properties for better design-time support. | Andrew Arnott | 2009-12-13 | 2 | -0/+7 | |
| | | | | | | ||||||
| * | | | | | Database script in project template now comes from the dbproj. | Andrew Arnott | 2009-12-12 | 1 | -0/+1 | |
| | | | | | | ||||||
| * | | | | | Added a db project for the project template db schema. | Andrew Arnott | 2009-12-12 | 1 | -0/+15 | |
| | |_|_|/ | |/| | | | ||||||
| * | | | | Fixed nightly build break introduced by the OpenIdOfflineProvider hooking ↵ | Andrew Arnott | 2009-12-09 | 2 | -0/+49 | |
| | | | | | | | | | | | | | | | | | | | | 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 | -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 | |||||
| * | | | | Simplified the requirements for signing using an alternate key. | Andrew Arnott | 2009-12-05 | 2 | -5/+0 | |
| | | | | | ||||||
| * | | | | Made allowance for the public delay-signing key to be changed for someone ↵ | Andrew Arnott | 2009-12-05 | 2 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | 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 | |
| | | | | | ||||||
* | | | | | Reversed the irrelevant changes to the .sln file. | Andrew Arnott | 2009-12-05 | 1 | -5/+5 | |
| | | | | | ||||||
* | | | | | DotNetOpenAuth Logo Update | David Christiansen | 2009-12-06 | 3 | -5/+9 | |
| | | | | | | | | | | | | | | | | | | | | * Applied to web applications as favicon.ico | |||||
* | | | | | Worked around publicize/ccrewrite build break that only appears on build server. | Andrew Arnott | 2009-12-01 | 2 | -3/+12 | |
| | | | | | ||||||
* | | | | | Merge branch 'v3.3' | Andrew Arnott | 2009-12-01 | 7 | -16/+35 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Merge branch 'v3.2' into v3.3 | Andrew Arnott | 2009-12-01 | 1 | -1/+3 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | Merge branch 'v3.1' into v3.2 | Andrew Arnott | 2009-12-01 | 1 | -1/+3 | |
| | |\ \ \ | | | |/ / | ||||||
| | | * | | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2009-12-01 | 1 | -1/+3 | |
| | | |\ \ | | | | |/ | ||||||
| | | | * | Added some diagnostic logging to TestPublic test. | Andrew Arnott | 2009-11-20 | 1 | -1/+3 | |
| | | | | | ||||||
| * | | | | 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. | |||||
| * | | | | Fixed the project template so that it once again displays the ↵ | Andrew Arnott | 2009-12-01 | 1 | -4/+6 | |
| | | | | | | | | | | | | | | | | | | | | 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 Google Apps login after support for dual identifiers was removed. | Andrew Arnott | 2009-12-01 | 1 | -3/+9 | |
| | | | | | ||||||
* | | | | | Re-ordered how we validate signing certificates for host-meta and moved ↵ | Andrew Arnott | 2009-12-01 | 3 | -7/+26 | |
| | | | | | | | | | | | | | | | | | | | | strings to localizable resources. | |||||
* | | | | | Added more code contracts. | Andrew Arnott | 2009-11-30 | 1 | -0/+20 | |
| | | | | | ||||||
* | | | | | Support for dual (OP+Claimed) identifiers is contrary to the spec, so we're ↵ | Andrew Arnott | 2009-11-30 | 12 | -89/+171 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | turning support for it back off (under a switch). See commit 1243c92a0172784f32938a2081f76463f90f102d for where this feature was first introduced. | |||||
* | | | | | Added sample Google Apps login page. | Andrew Arnott | 2009-11-30 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Made google:NextAuthority not a mandatory element, per the spec. | Andrew Arnott | 2009-11-30 | 1 | -5/+6 | |
| | | | | | ||||||
* | | | | | Added Equals and GetHashCode methods to the HostMetaProxy class. | Andrew Arnott | 2009-11-30 | 1 | -0/+29 | |
| | | | | | ||||||
* | | | | | StyleCop fixes. | Andrew Arnott | 2009-11-30 | 1 | -6/+98 | |
| | | | | | ||||||
* | | | | | Implemented certificate chain verification for Google Apps discovery. | Andrew Arnott | 2009-11-29 | 1 | -1/+16 | |
| | | | | | ||||||
* | | | | | FriendlyIdentifierForDisplay now drops the /openid path when present. | Andrew Arnott | 2009-11-29 | 1 | -2/+9 | |
| | | | | | ||||||
* | | | | | Google Apps discovery is now more careful about who signs the XRDS document. | Andrew Arnott | 2009-11-29 | 2 | -20/+71 | |
| | | | | | ||||||
* | | | | | Logging in with Google Apps for Domains now works, although not all security ↵ | Andrew Arnott | 2009-11-29 | 10 | -136/+402 | |
| | | | | | | | | | | | | | | | | | | | | checks are in place yet. | |||||
* | | | | | Added skeletal Google Apps for Domains discovery service. | Andrew Arnott | 2009-11-27 | 2 | -0/+48 | |
| | | | | | ||||||
* | | | | | Made OpenIdRelyingParty.DiscoveryServices public. | Andrew Arnott | 2009-11-27 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Merge branch 'master' into extensibleDiscovery | Andrew Arnott | 2009-11-27 | 22 | -37/+271 | |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/OpenId/ProviderEndpointDescription.cs | |||||
| * | | | | | Added some diagnostic logging to TestPublic test. | Andrew Arnott | 2009-11-20 | 1 | -1/+3 | |
| | | | | | | ||||||
| * | | | | | Merge branch 'v3.3' | Andrew Arnott | 2009-11-19 | 23 | -37/+273 | |
| |\ \ \ \ \ | | |/ / / / | ||||||
| | * | | | | 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 | |
| | | | | | | ||||||
| | * | | | | Merge branch 'v3.2' into v3.3 | Andrew Arnott | 2009-11-18 | 11 | -30/+121 | |
| | |\ \ \ \ | | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/OAuth/ServiceProvider.cs src/DotNetOpenAuth/OpenId/Association.cs | |||||
| | | * | | | Merge branch 'v3.1' into v3.2 | Andrew Arnott | 2009-11-18 | 11 | -31/+122 | |
| | | |\ \ \ | | | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/Strings.Designer.cs src/DotNetOpenAuth/Strings.resx | |||||
| | | | * | | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2009-11-18 | 11 | -30/+121 | |
| | | | |\ \ | | | | | |/ | ||||||
| | | | | * | Added missing capability for Service Providers to specify a non-memory nonce ↵ | Andrew Arnott | 2009-11-18 | 8 | -16/+70 | |
| | | | | | | | | | | | | | | | | | | | | | | | | store. | |||||
| | | | | * | 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. | |||||
| | | | | * | Fixed comment. | Andrew Arnott | 2009-11-07 | 1 | -2/+2 | |
| | | | | | | ||||||
| | * | | | | More code contracts. | Andrew Arnott | 2009-11-17 | 3 | -0/+112 | |
| | | | | | | ||||||
| | * | | | | Added suggested code contract Requires. | Andrew Arnott | 2009-11-17 | 7 | -4/+29 | |
| | | | | | | ||||||
* | | | | | | Added support for identifiers that perform dual roles as OP Identifiers and ↵ | Andrew Arnott | 2009-11-27 | 9 | -37/+120 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Claimed Identifiers. | |||||
* | | | | | | Avoided protocol version failure for some unit tests. | Andrew Arnott | 2009-11-27 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | Renamed test class to match new class name in library. | Andrew Arnott | 2009-11-27 | 3 | -56/+56 | |
| | | | | | | ||||||
* | | | | | | Made the discovery extensibility interface and classes public. | Andrew Arnott | 2009-11-24 | 4 | -6/+6 | |
| | | | | | | ||||||
* | | | | | | Fixed up failing unit tests. | Andrew Arnott | 2009-11-24 | 8 | -75/+68 | |
| | | | | | | ||||||
* | | | | | | Further refactoring of discovery results. | Andrew Arnott | 2009-11-23 | 38 | -871/+842 | |
| | | | | | | ||||||
* | | | | | | StyleCop fixes. | Andrew Arnott | 2009-11-22 | 17 | -126/+163 | |
| | | | | | | ||||||
* | | | | | | Worked around ccrewrite and publicize.exe bug. | Andrew Arnott | 2009-11-22 | 2 | -10/+12 | |
| | | | | | |