aboutsummaryrefslogtreecommitdiff
path: root/underlays/openid-selector
Commit message (Collapse)AuthorAge
* updated jquery and made it its own underlayJoey Hess2011-06-15
|
* openid: Syntax tweak to the javascript code to make it work with MSIE 7 (and ↵Joey Hess2010-08-17
| | | | MSIE 8 in compat mode). Thanks to Iain McLaren for reporting the bug and providing access to debug it.
* hide local signin when nothing is selectedJoey Hess2010-05-10
|
* use labelsJoey Hess2010-05-08
|
* moved non-openid signin form into same page as openid selector; show/hide as ↵Joey Hess2010-05-08
| | | | buttons are pressed
* Revert "add gmail button"Joey Hess2010-05-08
| | | | | | This reverts commit 32a79523bbb4051a9a528a148a6db82e9fdd20d6. Buggy and I need sleep.
* add gmail buttonJoey Hess2010-05-08
| | | | | It uses the google profile openid url, which results in a nicer openid than the o8/id url.
* avoid setting cookie for promptless buttonsJoey Hess2010-05-08
| | | | | | I think it is clearer to not have such a button appear pre-selected when entering the signin page, because that may suggest to the user they don't need to click on it, and yet they do.
* improve selector layoutJoey Hess2010-05-08
|
* gardening openid provider listJoey Hess2010-05-08
| | | | | | | | - fix url to flickr profile - remove blogger; google property and uses their openid system; wants to sign user up for a blogger blog - remove technorati, which dropped openid provider support - AOL seems to call it a username, not a screenname
* avoid scaling faviconsJoey Hess2010-05-07
| | | | | chromium's rather impressive jaggy-free scaling spoiled me, but in iceweasel, scaled favicons look crap
* adapt to ikiwikiJoey Hess2010-05-07
| | | | | | | | | | | | Upstream ships a collection of icons, but the licences of them are very unclear, since most seem to be taken from the various openid provider websites. That can't be included in ikiwiki. So, instead hotlink to favicons of sites, and for large display, include the site name. Removed vidoop.com, which is gone. If an url is passed to init as the second parameter, add a "Local Login" provider, which just links to do=signin.
* modify labels to input box for consistencyJoey Hess2010-05-07
|
* use ikiwiki's replacement openid logo in input boxJoey Hess2010-05-07
|
* modify openid selector to not default to http:// for openidJoey Hess2010-05-07
| | | | | ikiwiki doesn't care if the http:// is there, and it seems cleaner and less annoying this way
* pretty openid loginJoey Hess2010-05-07
* openid: Incorporated a fancy openid-selector signin form. (http://code.google.com/p/openid-selector/) * openid: Use "openid_identifier" as the form field, as required by OpenID Authentication v2.0 spec.