summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | 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
| | | | | |
* | | | | | Merge branch 'v3.3'Andrew Arnott2009-12-1315-76/+243
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.vsmdi src/version.txt
| * | | | | Merge branch 'v3.2' into v3.3Andrew Arnott2009-12-131-3/+3
| |\ \ \ \ \ | | | |/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: build.proj lib/DotNetOpenAuth.BuildTasks.targets src/DotNetOpenAuth/Messaging/HttpRequestInfo.cs
| | * | | | Merge branch 'v3.1' into v3.2Andrew Arnott2009-12-133-25/+103
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | Merge branch 'v3.0' into v3.1Andrew Arnott2009-12-131-3/+3
| | | |\ \ \ | | | | | |/ | | | | |/|
| | | | * | Fixed FxCop message.Andrew Arnott2009-12-091-3/+3
| | | | | |
| | | * | | Made the last commit's fix unit testable, added 4 unit tests, and satisfied ↵Andrew Arnott2009-12-092-20/+99
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | StyleCop. Conflicts: src/DotNetOpenAuth/Messaging/HttpRequestInfo.cs
| | | * | | 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 Conflicts: src/DotNetOpenAuth/Messaging/HttpRequestInfo.cs
| * | | | | Added URL tag to the Image properties for better design-time support.Andrew Arnott2009-12-132-0/+7
| | | | | |
| * | | | | Database script in project template now comes from the dbproj.Andrew Arnott2009-12-121-0/+1
| | | | | |
| * | | | | Added a db project for the project template db schema.Andrew Arnott2009-12-121-0/+15
| | |_|_|/ | |/| | |
| * | | | Fixed nightly build break introduced by the OpenIdOfflineProvider hooking ↵Andrew Arnott2009-12-092-0/+49
| | | | | | | | | | | | | | | | | | | | into the versioning.targets file.
| * | | | 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
| * | | | Simplified the requirements for signing using an alternate key.Andrew Arnott2009-12-052-5/+0
| | | | |
| * | | | Made allowance for the public delay-signing key to be changed for someone ↵Andrew Arnott2009-12-052-2/+2
| | | | | | | | | | | | | | | | | | | | 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
| | | | |
* | | | | Reversed the irrelevant changes to the .sln file.Andrew Arnott2009-12-051-5/+5
| | | | |
* | | | | DotNetOpenAuth Logo UpdateDavid Christiansen2009-12-063-5/+9
| | | | | | | | | | | | | | | | | | | | * Applied to web applications as favicon.ico
* | | | | Worked around publicize/ccrewrite build break that only appears on build server.Andrew Arnott2009-12-012-3/+12
| | | | |
* | | | | Merge branch 'v3.3'Andrew Arnott2009-12-017-16/+35
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'v3.2' into v3.3Andrew Arnott2009-12-011-1/+3
| |\ \ \ \ | | |/ / /
| | * | | Merge branch 'v3.1' into v3.2Andrew Arnott2009-12-011-1/+3
| | |\ \ \ | | | |/ /
| | | * | Merge branch 'v3.0' into v3.1Andrew Arnott2009-12-011-1/+3
| | | |\ \ | | | | |/
| | | | * Added some diagnostic logging to TestPublic test.Andrew Arnott2009-11-201-1/+3
| | | | |
| * | | | 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.
| * | | | Fixed the project template so that it once again displays the ↵Andrew Arnott2009-12-011-4/+6
| | | | | | | | | | | | | | | | | | | | 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 Google Apps login after support for dual identifiers was removed.Andrew Arnott2009-12-011-3/+9
| | | | |
* | | | | Re-ordered how we validate signing certificates for host-meta and moved ↵Andrew Arnott2009-12-013-7/+26
| | | | | | | | | | | | | | | | | | | | strings to localizable resources.
* | | | | Added more code contracts.Andrew Arnott2009-11-301-0/+20
| | | | |
* | | | | Support for dual (OP+Claimed) identifiers is contrary to the spec, so we're ↵Andrew Arnott2009-11-3012-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 Arnott2009-11-301-1/+1
| | | | |
* | | | | Made google:NextAuthority not a mandatory element, per the spec.Andrew Arnott2009-11-301-5/+6
| | | | |
* | | | | Added Equals and GetHashCode methods to the HostMetaProxy class.Andrew Arnott2009-11-301-0/+29
| | | | |
* | | | | StyleCop fixes.Andrew Arnott2009-11-301-6/+98
| | | | |
* | | | | Implemented certificate chain verification for Google Apps discovery.Andrew Arnott2009-11-291-1/+16
| | | | |
* | | | | FriendlyIdentifierForDisplay now drops the /openid path when present.Andrew Arnott2009-11-291-2/+9
| | | | |
* | | | | Google Apps discovery is now more careful about who signs the XRDS document.Andrew Arnott2009-11-292-20/+71
| | | | |
* | | | | Logging in with Google Apps for Domains now works, although not all security ↵Andrew Arnott2009-11-2910-136/+402
| | | | | | | | | | | | | | | | | | | | checks are in place yet.
* | | | | Added skeletal Google Apps for Domains discovery service.Andrew Arnott2009-11-272-0/+48
| | | | |
* | | | | Made OpenIdRelyingParty.DiscoveryServices public.Andrew Arnott2009-11-271-1/+1
| | | | |
* | | | | Merge branch 'master' into extensibleDiscoveryAndrew Arnott2009-11-2722-37/+271
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/OpenId/ProviderEndpointDescription.cs
| * | | | | Added some diagnostic logging to TestPublic test.Andrew Arnott2009-11-201-1/+3
| | | | | |
| * | | | | Merge branch 'v3.3'Andrew Arnott2009-11-1923-37/+273
| |\ \ \ \ \ | | |/ / / /
| | * | | | 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
| | | | | |
| | * | | | Merge branch 'v3.2' into v3.3Andrew Arnott2009-11-1811-30/+121
| | |\ \ \ \ | | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/OAuth/ServiceProvider.cs src/DotNetOpenAuth/OpenId/Association.cs
| | | * | | Merge branch 'v3.1' into v3.2Andrew Arnott2009-11-1811-31/+122
| | | |\ \ \ | | | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/Strings.Designer.cs src/DotNetOpenAuth/Strings.resx
| | | | * | Merge branch 'v3.0' into v3.1Andrew Arnott2009-11-1811-30/+121
| | | | |\ \ | | | | | |/
| | | | | * Added missing capability for Service Providers to specify a non-memory nonce ↵Andrew Arnott2009-11-188-16/+70
| | | | | | | | | | | | | | | | | | | | | | | | store.
| | | | | * 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.
| | | | | * Fixed comment.Andrew Arnott2009-11-071-2/+2
| | | | | |
| | * | | | More code contracts.Andrew Arnott2009-11-173-0/+112
| | | | | |
| | * | | | Added suggested code contract Requires.Andrew Arnott2009-11-177-4/+29
| | | | | |
* | | | | | Added support for identifiers that perform dual roles as OP Identifiers and ↵Andrew Arnott2009-11-279-37/+120
| | | | | | | | | | | | | | | | | | | | | | | | Claimed Identifiers.
* | | | | | Avoided protocol version failure for some unit tests.Andrew Arnott2009-11-271-1/+1
| | | | | |
* | | | | | Renamed test class to match new class name in library.Andrew Arnott2009-11-273-56/+56
| | | | | |
* | | | | | Made the discovery extensibility interface and classes public.Andrew Arnott2009-11-244-6/+6
| | | | | |
* | | | | | Fixed up failing unit tests.Andrew Arnott2009-11-248-75/+68
| | | | | |
* | | | | | Further refactoring of discovery results.Andrew Arnott2009-11-2338-871/+842
| | | | | |
* | | | | | StyleCop fixes.Andrew Arnott2009-11-2217-126/+163
| | | | | |
* | | | | | Worked around ccrewrite and publicize.exe bug.Andrew Arnott2009-11-222-10/+12
| | | | | |