summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Updated MVC template gettingstarted doc.origin/mvcProjTemplateAndrew Arnott2010-01-021-10/+8
|
* Added missing .ascx file extension to project template token replacement list.Andrew Arnott2010-01-022-1/+2
|
* Removed the fragile magic code for db creation.Andrew Arnott2010-01-022-24/+9
|
* OpenID text box now gets focus by default.Andrew Arnott2010-01-021-0/+7
|
* Added capability to add and see multiple authentication tokens per user account.Andrew Arnott2010-01-028-2/+81
|
* Added way for users to review the apps they've authorized and revoke ↵Andrew Arnott2010-01-015-0/+49
| | | | permissions.
* Locked down account details area from OAuth clients.Andrew Arnott2010-01-011-1/+10
|
* Fixed some bugs in OAuth authorization.Andrew Arnott2010-01-012-3/+3
|
* Fixed intermittent error while executing SQL stored procedures.Andrew Arnott2010-01-015-20/+48
|
* Fixed buggy app.config file.Andrew Arnott2009-12-311-1/+1
|
* Added (untested!) OAuth SP support.Andrew Arnott2009-12-309-6/+259
|
* Updating account info work.Andrew Arnott2009-12-304-38/+56
|
* Fixed returnUrl handling of login page.Andrew Arnott2009-12-302-1/+2
|
* Added an Account Info page.Andrew Arnott2009-12-305-32/+135
|
* Realm class now has a public static property that makes it easy to ↵Andrew Arnott2009-12-303-28/+35
| | | | auto-detect the realm.
* Whitespace changes.Andrew Arnott2009-12-291-6/+7
|
* Fixed username display so it uses the friendly identifier or email.Andrew Arnott2009-12-292-8/+24
|
* Removed requirement that InfoCards users log in with be self-issued.Andrew Arnott2009-12-292-2/+4
|
* Gave each project template a unique forms auth cookie name.Andrew Arnott2009-12-292-2/+2
|
* Moved login processing code from the web forms project template into the ↵Andrew Arnott2009-12-294-51/+76
| | | | library and utilize it now in both templates.
* Added privacy policy to sreg request.Andrew Arnott2009-12-295-9/+38
|
* In the MVC project template, OpenIdRelyingParty now has a wrapping interface ↵Andrew Arnott2009-12-297-71/+129
| | | | | | to allow for easier unit testability. I also made a rash of StyleCop fixes.
* Some small code improvements to the MVC project template AccountController ↵Andrew Arnott2009-12-291-34/+97
| | | | and added a bunch of comments.
* Merge branch 'master' into mvcProjTemplateAndrew Arnott2009-12-2810-8/+96
|\
| * Removed Code Contracts in a generator method.Andrew Arnott2009-12-281-2/+4
| |
| * Merge branch 'v3.3'Andrew Arnott2009-12-284-5/+9
| |\
| | * Merge branch 'v3.2' into v3.3Andrew Arnott2009-12-280-0/+0
| | |\
| | | * Merge branch 'v3.1' into v3.2Andrew Arnott2009-12-283-1/+7
| | | |\
| | | | * Merge branch 'v3.0' into v3.1Andrew Arnott2009-12-283-1/+7
| | | | |\
| | | | | * Fixed build break that appears when the .git directory is not found and ↵Andrew Arnott2009-12-283-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | removed warning when building in TeamCity.
| | * | | | Removed warning when building in TeamCity.Andrew Arnott2009-12-284-5/+3
| | | | | |
| | * | | | Fixed build break that appears when the .git directory is not found.Andrew Arnott2009-12-284-1/+7
| | | | | |
| * | | | | Merge branch 'v3.3'Andrew Arnott2009-12-289-6/+88
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge branch 'v3.2' into v3.3Andrew Arnott2009-12-280-0/+0
| | |\ \ \ \ | | | |/ / / | | | | | | | | | | | | | | | | | | Conflicts: tools/DotNetOpenAuth.Versioning.targets
| | | * | | Merge branch 'v3.1' into v3.2Andrew Arnott2009-12-283-3/+9
| | | |\ \ \ | | | | |/ /
| | | | * | Merge branch 'v3.0' into v3.1Andrew Arnott2009-12-283-3/+9
| | | | |\ \ | | | | | |/ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/DotNetOpenAuth.BuildTasks.dll lib/DotNetOpenAuth.BuildTasks.pdb
| | | | | * Fixed JDate calculation so it doesn't break in 2010.Andrew Arnott2009-12-282-0/+0
| | | | | |
| | | | | * Builds now include the git commit ID in the PE file header so we have a ↵Andrew Arnott2009-12-283-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | definite record of where a build came from.
| | * | | | Fixed JDate calculation so it doesn't break in 2010.Andrew Arnott2009-12-283-1/+1
| | | | | |
| | * | | | Builds now include the git commit ID in the PE file header so we have a ↵Andrew Arnott2009-12-285-3/+45
| | | | | | | | | | | | | | | | | | | | | | | | definite record of where a build came from.
| | * | | | Added translation .targets file to facilitate coordination with external ↵Andrew Arnott2009-12-272-0/+40
| | | | | | | | | | | | | | | | | | | | | | | | string resource translators.
| | * | | | Fixed .targets whitespace.Andrew Arnott2009-12-271-1/+1
| | | | | |
| | * | | | Fixed bug in Purge task that causes it to fail if a directory does not exist.Andrew Arnott2009-12-273-1/+1
| | | | | |
* | | | | | Added XSRF protection to login page, and fixed display of error messages.Andrew Arnott2009-12-282-3/+4
| | | | | |
* | | | | | MVC project template now has basic OpenID login support:Andrew Arnott2009-12-2811-535/+546
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This includes: * A database, and bootstrapping code * Removed all the username/password gunk * Added a web site logger
* | | | | | Added .vscontent file to solution items.Andrew Arnott2009-12-271-0/+1
| | | | | |
* | | | | | Added the files necessary so the MVC project template builds properly into ↵Andrew Arnott2009-12-275-0/+68
| | | | | | | | | | | | | | | | | | | | | | | | the .vsi file.
* | | | | | Added initial project template for ASP.NET MVC.Andrew Arnott2009-12-2729-0/+25510
|/ / / / /
* | | | | Versions 3.4 and later default to having reporting enabled.Andrew Arnott2009-12-271-1/+1
| | | | |
* | | | | Merge branch 'v3.3'Andrew Arnott2009-12-2784-229/+2047
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-2618-78/+496
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | | | | | 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-2620-67/+367
| | |\ \ \ | | | |/ / | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/Configuration/DotNetOpenAuth.xsd src/DotNetOpenAuth/OpenId/ChannelElements/ReturnToNonceBindingElement.cs
| | | * | Merge branch 'v3.0' into v3.1Andrew Arnott2009-12-2620-67/+367
| | | |\ \ | | | | |/
| | | | * 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-136-12/+12
| | | | |
| | | | * Fixed the samples' links to the project home page to point to the new project.Andrew Arnott2009-12-139-12/+12
| | | | |
| | * | | Added missing OpenID 1.1 endpoint to Provider MVC sample identity pages.Andrew Arnott2009-12-151-0/+8
| | | | |
| * | | | 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
| | | | |
| * | | | Added feature use and other statistics reporting to better roadmap future ↵Andrew Arnott2009-12-2639-40/+1121
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | versions of DotNetOpenAuth. Merge branch 'reports' into v3.3
| | * | | | Updated a couple of comments in the web.config sample files.Andrew Arnott2009-12-262-3/+3
| | | | | |
| | * | | | Merge branch 'reports' into v3.3Andrew Arnott2009-12-2690-541/+1743
| | |\ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | Conflicts: projecttemplates/WebFormsRelyingParty/Web.config src/DotNetOpenAuth/OpenId/RelyingParty/PositiveAnonymousResponse.cs
| * | | | | Fixed template so it doesn't download needless .js for logged in users.Andrew Arnott2009-12-241-10/+12
| | | | | |
| * | | | | 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
| | | | | |
| * | | | | Fixed stored proc execution that is missing a contextual transaction, ↵Andrew Arnott2009-12-162-21/+22
| | | | | | | | | | | | | | | | | | | | | | | | leading to runtime errors.
| * | | | | Added a logging table to the project template database.Andrew Arnott2009-12-165-14/+87
| | | | | |
| * | | | | Reduce logging noise.Andrew Arnott2009-12-167-11/+35
| | | | | |
| * | | | | Added missing .ashx file from list of files to parse for tokens.Andrew Arnott2009-12-162-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | This fixes an error that shows up in the generated project template.
| * | | | | Fixed incremental build when the project template transformation changes.Andrew Arnott2009-12-155-11/+35
| | | | | |
| * | | | | Added missing OpenID 1.1 endpoint to Provider MVC sample identity pages.Andrew Arnott2009-12-151-0/+8
| | | | | |
| * | | | | Added DNOA.xml to the project template deployment.Andrew Arnott2009-12-151-0/+1
| | | | | |
| * | | | | 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.
| * | | | | Fixed db generation in the project template.Andrew Arnott2009-12-151-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | I can only imagine this was a mis-rebase because I KNOW I had it this way before.
| * | | | | Changed some more references from DNOI to DNOA.Andrew Arnott2009-12-141-1/+1
| | | | | |
| * | | | | Added page title to home page.Andrew Arnott2009-12-131-1/+1
| | | | | |
| * | | | | Added privacy policy to sreg requests so Yahoo! doesn't show warning to users.Andrew Arnott2009-12-133-0/+16
| | | | | |
| * | | | | Fixed compile-time error after 95e5314971.Andrew Arnott2009-12-131-1/+1
| | | | | |
| | * | | | 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 reporting sections to the sample local apps.Andrew Arnott2009-12-252-0/+20
| | | | | |
| | * | | | Enabled reporting for the project template and all samples.Andrew Arnott2009-12-258-35/+47
| | | | | |
| | * | | | 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
| | | | | |