summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
| | | |
* | | | 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
| | | |
* | | | 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
| | | |
* | | | Fixed failing FriendlyIdentifierForDisplay test that was broken in commit ↵Andrew Arnott2009-11-171-3/+3
| | | | | | | | | | | | | | | | 67913850b038642bc11ba4b871368307ca5acc38.
* | | | Replaced RemoveDir tasks with Purge tasks for faster incremental builds.Andrew Arnott2009-11-153-0/+95
| | | |
* | | | The built project template (once again) generates a .zip file that works out ↵Andrew Arnott2009-11-155-3/+73
| | | | | | | | | | | | | | | | | | | | | | | | of the box. The build.proj contains some magic strings we'd rather not have, but we can resolve those later.
* | | | Preparing for the library project template to include library assemblies.Andrew Arnott2009-11-151-1/+10
| | | |
* | | | Added a reference hintpath task so that project template's references are ↵Andrew Arnott2009-11-153-1/+62
| | | | | | | | | | | | | | | | (closer to being) found.
* | | | .vstemplates are now partially generated to remove the need to keep them in ↵Andrew Arnott2009-11-153-0/+192
| | | | | | | | | | | | | | | | sync with their associated project files.
* | | | Moved all the project template logic that would be common between MVC and ↵Andrew Arnott2009-11-131-0/+9
| | | | | | | | | | | | | | | | web forms web sites into its own library.
* | | | Made the FriendlyIdentifierForDisplay a bit more friendly, by removing port ↵Andrew Arnott2009-11-131-1/+1
| | | | | | | | | | | | | | | | and query information.
* | | | Enter now automatically invokes the "log in immediately" button when it is ↵Andrew Arnott2009-11-131-1/+3
| | | | | | | | | | | | | | | | present.
* | | | Publicized the exception inner message assembling routine.Andrew Arnott2009-11-083-3/+3
| | | | | | | | | | | | | | | | And utilize it in the OpenIdLogin control and the project starter template.
* | | | Fixed js bug that broke logging in with OPs that provided no extension ↵Andrew Arnott2009-11-081-2/+7
| | | | | | | | | | | | | | | | responses.
* | | | Fixed bug where selector button's Image properties were not resolving when ↵Andrew Arnott2009-11-082-2/+2
| | | | | | | | | | | | | | | | lead with ~/
* | | | Added code contract.Andrew Arnott2009-11-081-0/+2
| | | |
* | | | FxCop fixes.Andrew Arnott2009-11-078-2/+54
| | | |
* | | | Fixed OpenIdAjaxTextBox behavior in scenarios where it is placed in an ↵Andrew Arnott2009-11-074-17/+42
| | | | | | | | | | | | | | | | | | | | | | | | UpdatePanel. Fixes bug reported on http://stackoverflow.com/questions/1654816/dotnetopenauth-autopostback
* | | | Suppressed a few compiler warnings.Andrew Arnott2009-11-071-0/+2
| | | |
* | | | Fixed code contract in ClaimsResponse.Andrew Arnott2009-11-071-1/+1
| | | |
* | | | Moved one method from ITokenManager to IServiceProviderTokenManager, and ↵Andrew Arnott2009-11-072-12/+286
| | | | | | | | | | | | | | | | added code contracts.
* | | | Fixed up vsmdi file.Andrew Arnott2009-11-051-23/+25
| | | |
* | | | More code contracts work.Andrew Arnott2009-11-0511-63/+20
| | | |
* | | | Moved InfoCardSelector control out of the OpenIdSelector and into the ↵Andrew Arnott2009-11-052-12/+44
| | | | | | | | | | | | | | | | SelectorInfoCardButton class so that ASPX pages can customize the InfoCardSelector properties more.
* | | | Fixed typo.Andrew Arnott2009-11-051-1/+1
| | | |
* | | | OpenID RP controls now delegate the creation of requests to their parent RP ↵Andrew Arnott2009-11-053-30/+49
| | | | | | | | | | | | | | | | controls, if they exist.
* | | | Added support for RP ASP.NET controls to have an Extensions sub-element that ↵Andrew Arnott2009-11-052-59/+102
| | | | | | | | | | | | | | | | | | | | | | | | carries extension requests. Also fixed some random bugs due to code contracts being used in iterator methods.
* | | | Fixed bugs in how OpenIdSelector generates hidden field names when it is in ↵Andrew Arnott2009-11-041-2/+8
| | | | | | | | | | | | | | | | an INamingContainer.
* | | | Fixed bugs in advertised property defaults.Andrew Arnott2009-11-041-3/+23
| | | |
* | | | Fixed OpenIdSelector when it's placed in an INamingContainer so that it can ↵Andrew Arnott2009-11-041-4/+5
| | | | | | | | | | | | | | | | still find its ajax text box.
* | | | Publicized the InfoCard selector control within the OpenIdSelector control, ↵Andrew Arnott2009-11-042-1/+3
| | | | | | | | | | | | | | | | so that claims and other fine-tuning can be done by the hosting RP.
* | | | Merge branch 'v3.2'Andrew Arnott2009-11-032-2/+2
|\ \ \ \ | |/ / /
| * | | Fixed xml doc comments.Andrew Arnott2009-11-032-2/+2
| | | |
* | | | Fixed Code Contract warning.Andrew Arnott2009-11-031-2/+0
| | | |
* | | | Merge branch 'v3.2'Andrew Arnott2009-11-0324-52/+325
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj src/DotNetOpenAuth.sln src/DotNetOpenAuth/OpenId/Provider/IProviderBehavior.cs src/DotNetOpenAuth/OpenId/RelyingParty/IRelyingPartyBehavior.cs
| * | | Merge branch 'v3.1' into v3.2Andrew Arnott2009-11-039-18/+90
| |\ \ \ | | |/ / | | | | | | | | | | | | Conflicts: src/version.txt
| | * | Merge branch 'v3.0' into v3.1Andrew Arnott2009-11-038-17/+88
| | |\ \ | | | |/ | | | | | | | | | | | | Conflicts: src/version.txt
| | | * Fixed FxCop message.Andrew Arnott2009-10-271-0/+1
| | | |
| | | * Removed a magic string.Andrew Arnott2009-10-221-6/+6
| | | |