Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removes project templates. | Andrew Arnott | 2013-06-16 | 5 | -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 Arnott | 2010-03-19 | 1 | -2/+2 |
| | |||||
* | Optimized pages that host login popup links so that they don't execute the ↵ | Andrew Arnott | 2009-11-04 | 1 | -2/+10 |
| | | | | iframe javascript until it actually appears. | ||||
* | Increased height of popup slightly to avoid occasional vertical scrollbars ↵ | Andrew Arnott | 2009-10-29 | 1 | -1/+1 |
| | | | | appearing in Chrome. | ||||
* | Added comment hinting at the appropriate popup dialog height for one row of ↵ | Andrew Arnott | 2009-10-26 | 1 | -1/+1 |
| | | | | OP buttons. | ||||
* | Fixed RP discovery. | Andrew Arnott | 2009-10-23 | 1 | -1/+1 |
| | |||||
* | Changed jQuery script links to use Google instead of local copy except when ↵ | Andrew Arnott | 2009-10-22 | 1 | -1/+0 |
| | | | | accessed from localhost. | ||||
* | Added InfoCard Selector to login. Woot! | Andrew Arnott | 2009-10-21 | 1 | -1/+1 |
| | |||||
* | Moved the loginpopup.js content to an embedded .js resource in the library. | Andrew Arnott | 2009-10-19 | 1 | -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 Arnott | 2009-10-19 | 1 | -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 Arnott | 2009-10-19 | 1 | -7/+15 |
| | |||||
* | Fixed up OpenID OP button to behave (almost) like the others in terms of ↵ | Andrew Arnott | 2009-10-18 | 1 | -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 Arnott | 2009-10-17 | 1 | -2/+6 |
| | | | | clicks on the OpenID button again. | ||||
* | Changed the animation with which the openid text box appears and disappears. | Andrew Arnott | 2009-10-17 | 1 | -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 Arnott | 2009-10-17 | 1 | -14/+22 |
| | | | | and logging in will actually happen. | ||||
* | Grayed out OPs stay grayed out until a grayed out button is pressed. | Andrew Arnott | 2009-10-17 | 1 | -4/+6 |
| | |||||
* | Each OP button now gets its own FrameManager so that one's successful auth ↵ | Andrew Arnott | 2009-10-17 | 1 | -5/+3 |
| | | | | doesn't cancel the auth attempt of another. | ||||
* | Avoid jumpstarting the ajax text box since it starts itself. | Andrew Arnott | 2009-10-17 | 1 | -4/+0 |
| | |||||
* | Changed error trace to a throw, and found and fixed the source of the error. | Andrew Arnott | 2009-10-17 | 1 | -1/+1 |
| | |||||
* | OP buttons now show green checkmark when they've logged in successfully. | Andrew Arnott | 2009-10-17 | 1 | -32/+20 |
| | |||||
* | Temporarily replaced the postback with an alert indicating authentication ↵ | Andrew Arnott | 2009-10-16 | 1 | -1/+2 |
| | | | | completed successfully. | ||||
* | In some scenarios OpenIdIdentifier instances were created with null or empty ↵ | Andrew Arnott | 2009-10-16 | 1 | -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 Arnott | 2009-10-16 | 1 | -113/+0 |
| | |||||
* | Added discovery result preloading capability. | Andrew Arnott | 2009-10-16 | 1 | -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 Arnott | 2009-10-15 | 1 | -4/+4 |
| | | | | loginframe.aspx page. | ||||
* | Fixed a couple of issues with trying to login with the OP buttons automatically. | Andrew Arnott | 2009-10-15 | 1 | -5/+5 |
| | |||||
* | Automatically start trying to log the user in as soon as the loginframe.aspx ↵ | Andrew Arnott | 2009-10-14 | 1 | -0/+41 |
| | | | | page comes up. | ||||
* | Optimization to avoid repeated searches for the openid_identifier control. | Andrew Arnott | 2009-10-14 | 1 | -7/+8 |
| | |||||
* | Initial import (with limited functionality) of the new login UX. | Andrew Arnott | 2009-10-13 | 6 | -0/+8879 |