summaryrefslogtreecommitdiffstats
path: root/projecttemplates/WebFormsRelyingParty/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Removes project templates.Andrew Arnott2013-06-165-8708/+0
| | | | These haven't run correctly for many months anyway, and they'd be horribly out-dated even if they did work.
* Fixed occasional scrollbars and wrapping problems with popup selector.Andrew Arnott2010-03-191-2/+2
|
* Optimized pages that host login popup links so that they don't execute the ↵Andrew Arnott2009-11-041-2/+10
| | | | iframe javascript until it actually appears.
* Increased height of popup slightly to avoid occasional vertical scrollbars ↵Andrew Arnott2009-10-291-1/+1
| | | | appearing in Chrome.
* Added comment hinting at the appropriate popup dialog height for one row of ↵Andrew Arnott2009-10-261-1/+1
| | | | OP buttons.
* Fixed RP discovery.Andrew Arnott2009-10-231-1/+1
|
* Changed jQuery script links to use Google instead of local copy except when ↵Andrew Arnott2009-10-221-1/+0
| | | | accessed from localhost.
* Added InfoCard Selector to login. Woot!Andrew Arnott2009-10-211-1/+1
|
* Moved the loginpopup.js content to an embedded .js resource in the library.Andrew Arnott2009-10-191-134/+1
| | | | Lots more tinkering, refactoring, and possibly tearing out the jQuery dependency still to go.
* Got rid of the slide effect for now, since it causes huge pauses after the ↵Andrew Arnott2009-10-191-2/+2
| | | | OpenID button is clicked, and causes preloaded discovery results to be reloaded (overwriting auth results).
* The OP buttons and OpenID button now correctly invoke doLogin.Andrew Arnott2009-10-191-7/+15
|
* Fixed up OpenID OP button to behave (almost) like the others in terms of ↵Andrew Arnott2009-10-181-3/+18
| | | | clicking on it causing the final "login" for the user to happen.
* The text box no longer flickers when it's already visible and the user ↵Andrew Arnott2009-10-171-2/+6
| | | | clicks on the OpenID button again.
* Changed the animation with which the openid text box appears and disappears.Andrew Arnott2009-10-171-6/+7
| | | | Strange very long delay the first time the text box appears now. sliding must take a long time to prepare the first time.
* Preparing for the behavior where sending the positive assertion to the RP ↵Andrew Arnott2009-10-171-14/+22
| | | | and logging in will actually happen.
* Grayed out OPs stay grayed out until a grayed out button is pressed.Andrew Arnott2009-10-171-4/+6
|
* Each OP button now gets its own FrameManager so that one's successful auth ↵Andrew Arnott2009-10-171-5/+3
| | | | doesn't cancel the auth attempt of another.
* Avoid jumpstarting the ajax text box since it starts itself.Andrew Arnott2009-10-171-4/+0
|
* Changed error trace to a throw, and found and fixed the source of the error.Andrew Arnott2009-10-171-1/+1
|
* OP buttons now show green checkmark when they've logged in successfully.Andrew Arnott2009-10-171-32/+20
|
* Temporarily replaced the postback with an alert indicating authentication ↵Andrew Arnott2009-10-161-1/+2
| | | | completed successfully.
* In some scenarios OpenIdIdentifier instances were created with null or empty ↵Andrew Arnott2009-10-161-6/+7
| | | | strings. This change helps identify the source of the problem.
* Wow, I found a ton of duplicated javascript code that was causing problems.Andrew Arnott2009-10-161-113/+0
|
* Added discovery result preloading capability.Andrew Arnott2009-10-161-0/+4
| | | | Also plugged the new capability into the OpenIdButtonPanel and OpenIdAjaxTextBox controls to give a more snappy user experience in the common scenarios.
* Added method for passing the successful login info to the hosting ↵Andrew Arnott2009-10-151-4/+4
| | | | loginframe.aspx page.
* Fixed a couple of issues with trying to login with the OP buttons automatically.Andrew Arnott2009-10-151-5/+5
|
* Automatically start trying to log the user in as soon as the loginframe.aspx ↵Andrew Arnott2009-10-141-0/+41
| | | | page comes up.
* Optimization to avoid repeated searches for the openid_identifier control.Andrew Arnott2009-10-141-7/+8
|
* Initial import (with limited functionality) of the new login UX.Andrew Arnott2009-10-136-0/+8879