summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Remodeled some of our build scripts after the new VC project system's .props ↵Andrew Arnott2010-01-083-26/+22
| | | | and .targets pattern.
* Adding our own Publicize MSBuild task to eventually replace the Shadow ↵Andrew Arnott2010-01-082-0/+98
| | | | accessor for multi-targeting support.
* Added a product-wide .props and .targets file.Andrew Arnott2010-01-073-12/+8
|
* Merge branch 'v3.3'Andrew Arnott2010-01-0726-85/+93
|\
| * Fixed StyleCop messages created as a result of f9a8d7163Andrew Arnott2010-01-074-47/+47
| |
| * Merge branch 'v3.2' into v3.3Andrew Arnott2010-01-075-10/+10
| |\
| | * Fixed new StyleCop issues that cropped up (by installing Dev10?)Andrew Arnott2010-01-072-3/+3
| | |
| | * Merge branch 'v3.1' into v3.2Andrew Arnott2010-01-073-7/+7
| | |\
| | | * Merge branch 'v3.0' into v3.1Andrew Arnott2010-01-073-7/+7
| | | |\ | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.Test/Messaging/Reflection/MessageDictionaryTests.cs
| | | | * Fixed new StyleCop issues that cropped up (by installing Dev10?)Andrew Arnott2010-01-073-7/+7
| | | | |
| * | | | Fixed Code Contract warnings about having protected Invariant methods.Andrew Arnott2010-01-0614-15/+14
| | | | |
| * | | | Added a forced build break when Code Contracts are not installed on the ↵Andrew Arnott2010-01-061-1/+8
| | | | | | | | | | | | | | | | | | | | build machine.
| * | | | Fixed xml doc comment bugs that show up as warnings to the C# 4 compiler.Andrew Arnott2010-01-057-11/+10
| | | | |
| * | | | OpenID RP ASP.NET controls now persist the UsePersistentCookie property ↵Andrew Arnott2010-01-041-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | AFTER firing the OnLoggingIn event. Fixes Trac #154
* | | | | Added a web-ring SSO pair of OpenID sample sites.Andrew Arnott2009-12-301-0/+18
| | | | |
* | | | | Removed Code Contracts in a generator method.Andrew Arnott2009-12-281-2/+4
| | | | |
* | | | | Merge branch 'v3.3'Andrew Arnott2009-12-281-4/+2
|\ \ \ \ \ | |/ / / /
| * | | | Removed warning when building in TeamCity.Andrew Arnott2009-12-281-4/+0
| | | | |
| * | | | Fixed build break that appears when the .git directory is not found.Andrew Arnott2009-12-281-1/+3
| | | | |
* | | | | Merge branch 'v3.3'Andrew Arnott2009-12-283-2/+38
|\ \ \ \ \ | |/ / / /
| * | | | Fixed JDate calculation so it doesn't break in 2010.Andrew Arnott2009-12-281-1/+1
| | | | |
| * | | | Builds now include the git commit ID in the PE file header so we have a ↵Andrew Arnott2009-12-282-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 Arnott2009-12-271-1/+1
| | | | |
* | | | | Versions 3.4 and later default to having reporting enabled.Andrew Arnott2009-12-271-1/+1
| | | | |
* | | | | Merge branch 'v3.3'Andrew Arnott2009-12-2748-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 Arnott2009-12-261-7/+60
| | | | |
| * | | | Merge branch 'v3.2' into v3.3Andrew Arnott2009-12-268-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 Arnott2009-12-261-14/+132
| | | | |
| | * | | Merge branch 'v3.1' into v3.2Andrew Arnott2009-12-268-46/+346
| | |\ \ \ | | | |/ / | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/Configuration/DotNetOpenAuth.xsd src/DotNetOpenAuth/OpenId/ChannelElements/ReturnToNonceBindingElement.cs
| | | * | Merge branch 'v3.0' into v3.1Andrew Arnott2009-12-268-46/+346
| | | |\ \ | | | | |/
| | | | * Added Intellisense tooltips to xml config schema.Andrew Arnott2009-12-263-32/+341
| | | | |
| | | | * Removed unused (and broken) URL from the ajax control.Andrew Arnott2009-12-142-11/+2
| | | | |
| | | | * Changed some more references from DNOI to DNOA.Andrew Arnott2009-12-133-3/+3
| | | | |
| * | | | Reduced probability of reporting causing unhandled exceptions.Andrew Arnott2009-12-261-9/+44
| | | | |
| * | | | Added several unit tests to the "Fast Tests" list.Andrew Arnott2009-12-261-24/+28
| | | | |
| * | | | Fixed NullReferenceException from reporting during unit tests.Andrew Arnott2009-12-262-1/+5
| | | | |
| * | | | Merge branch 'reports' into v3.3Andrew Arnott2009-12-2620-62/+206
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: projecttemplates/WebFormsRelyingParty/Web.config src/DotNetOpenAuth/OpenId/RelyingParty/PositiveAnonymousResponse.cs
| | * | | | Fixed bug where OpenIdSelector would occasionally report a replay attack ↵Andrew Arnott2009-12-241-3/+15
| | | | | | | | | | | | | | | | | | | | | | | | when there wasn't one.
| | * | | | Added some OpenID control logging.Andrew Arnott2009-12-233-0/+22
| | | | | |
| | * | | | Added logging for replay attack detection.Andrew Arnott2009-12-232-0/+2
| | | | | |
| | * | | | Reduce logging noise.Andrew Arnott2009-12-167-11/+35
| | | | | |
| | * | | | Fixed incremental build when the project template transformation changes.Andrew Arnott2009-12-152-10/+31
| | | | | |
| | * | | | Fixed the OpenIdSelector so that it works when the generic OpenID (textbox) ↵Andrew Arnott2009-12-153-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 Arnott2009-12-151-4/+17
| | | | | | | | | | | | | | | | | | | | | | | | attribute, but it did have its DownloadYahooUILibrary property set.
| * | | | | Added reporting to OpenID COM server.Andrew Arnott2009-12-251-0/+7
| | | | | |
| * | | | | Fixed bug where unloaded counters were not reset when submitting a report.Andrew Arnott2009-12-251-0/+7
| | | | | |
| * | | | | Reporting now POSTed over SSL to provide greater privacy of these ↵Andrew Arnott2009-12-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | pseudonymous statistics.
| * | | | | Added missing Touch() call to event reporting.Andrew Arnott2009-12-251-0/+1
| | | | | |
| * | | | | Added a couple more switches for reporting control.Andrew Arnott2009-12-253-2/+36
| | | | | |
| * | | | | 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
| | | | | |
* | | | | | 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
| |\ \ \ \ | | |/ / /