summaryrefslogtreecommitdiff
path: root/underlays/openid-selector/ikiwiki/openid
AgeCommit message (Collapse)Author
2010-05-08improve selector layoutJoey Hess
2010-05-08gardening openid provider listJoey Hess
- 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
2010-05-07avoid scaling faviconsJoey Hess
chromium's rather impressive jaggy-free scaling spoiled me, but in iceweasel, scaled favicons look crap
2010-05-07adapt to ikiwikiJoey Hess
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.
2010-05-07modify labels to input box for consistencyJoey Hess
2010-05-07use ikiwiki's replacement openid logo in input boxJoey Hess
2010-05-07modify openid selector to not default to http:// for openidJoey Hess
ikiwiki doesn't care if the http:// is there, and it seems cleaner and less annoying this way
2010-05-07pretty openid loginJoey Hess
* 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.