aboutsummaryrefslogtreecommitdiff
path: root/underlays/openid-selector
Commit message (Collapse)AuthorAge
* further generalization of openid selectorJoey Hess2015-05-13
| | | | Now template variables can be set to control which login methods are shown
* generalized the openid selector to a login selectorJoey Hess2015-05-13
| | | | | | | | | This includes some CSS changes to names of elements. Also, added Email login button (doesn't work yet of course), and brought back the small openid login buttons. Demoted yahoo and verison to small buttons. This makes the big buttons be the main login types, and the small buttons be provider-specific helpers.
* remove the small buttons for livejournal/flickr/wordpress/aolJoey Hess2015-05-13
| | | | | None of these are commonly used openid providers, and the openid button can be used to log in with any such openid provider.
* promote the other/password item to a large buttonJoey Hess2015-05-13
|
* When openid and passwordauth are the only enabled auth plugins, make the ↵Joey Hess2015-05-13
| | | | openid selector display "Password" instead of "Other", so users are more likely to click on it when they don't have an openid.
* remove icon for googleJoey Hess2015-04-28
|
* Re-remove google from openid selector; their openid provider is gone for good.Joey Hess2015-04-28
|
* Add google back to openid selector. Apparently this has gotten a stay of ↵Joey Hess2014-07-03
| | | | execution until April 2015. (It may continue to work until 2017.)
* fix breakage in last commitJoey Hess2014-04-30
|
* Remove google from openid selector, per http://xkcd.com/1361/Joey Hess2014-04-29
| | | | Replace with Verisign's openid provider.
* Replace Verisign logo with one done in InkscapeSimon McVittie2014-02-14
| | | | Basically just U+2714 HEAVY CHECK MARK on a circle.
* replace AOL logo with one done in InkscapeSimon McVittie2014-02-14
| | | | Their new logotype is really, really easy to imitate.
* Replace Livejournal icon with something vaguely similarSimon McVittie2014-02-14
| | | | Drawn in Inkscape and released under the IkiWiki basewiki license.
* openid-selector: remove ClaimIDSimon McVittie2014-02-14
| | | | | claimid.com says "After 7 years, 6 months, and 20 days of service, ClaimID has ceased operations".
* Replace Wordpress icon with one taken from its Debian packageSimon McVittie2014-02-14
| | | | | | I was unable to determine a specific author or copyright holder for this icon, and listing every potential Wordpress copyright holder in debian/copyright seems ridiculous.
* Replace Google, Yahoo, Flickr icons with versions by Jakub SteinerSimon McVittie2014-02-14
| | | | Taken from gnome-online-accounts under LGPL-2.1+.
* Remove MyOpenID from OpenID selectorSimon McVittie2014-02-14
| | | | | According to their website, their service will be (was?) shut down on 1st February 2014.
* Bug#660549: ikiwiki: [PATCH] openid-jquery.js: Update URL of Wordpress faviconPaul Menzel2012-02-19
| | | | | | | | | | | | | | | | | | | From a3041e786fe9e09110218e83e996fe688f8376ea Mon Sep 17 00:00:00 2001 From: Paul Menzel <paulepanter@users.sourceforge.net> Date: Sun, 19 Feb 2012 16:05:33 +0100 Subject: [PATCH] openid-jquery.js: Update URL of Wordpress favicon The URL for the favicon for Wordpress in the OpenID login page [1] is not valid anymore and gives the following access denied error. <?xml version="1.0" encoding="UTF-8"?> <Error><Code>AccessDenied</Code><Message>Access Denied</Message><RequestId>C2BF55AE9F76A487</RequestId><HostId>FFmvol84V82UR34uxP1N7pDNGSLWS0QDtLBsP5JKj0GcU//C3jm3TftcIcGzFBbh</HostId></Error> Looking at the Wordpress site I found a different URL for the favicon [2]. The other URLs only use non-secured HTTP access and therefore I only took the http version, although I do not know about the downsides. [1] https://ddgw.s3.amazonaws.com/wordpress.org.ico [2] http://s2.wp.com/i/favicon.ico
* 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.