summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-05-08add gmail buttonJoey Hess
It uses the google profile openid url, which results in a nicer openid than the o8/id url.
2010-05-08avoid setting cookie for promptless buttonsJoey Hess
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.
2010-05-08edit using the fancy jquery login thingy, update user pagesimonraven
2010-05-08make an edit with the new login thingerhttps://www.google.com/accounts/o8/id?id=AItOawlcaGfdn9Kye1Gc8aGb67PDVQW4mKbQD7E
2010-05-08improve selector highlightJoey Hess
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-08conditionalize use of sidebarJoey Hess
2010-05-07Merge branch 'master' into commentreorgJoey Hess
2010-05-07updateJoey Hess
2010-05-07avoid scaling faviconsJoey Hess
chromium's rather impressive jaggy-free scaling spoiled me, but in iceweasel, scaled favicons look crap
2010-05-07scale display form to match openid sizeJoey Hess
2010-05-07improve display w/noscriptJoey Hess
2010-05-07adviceJoey Hess
2010-05-07mention style.css changesJoey Hess
2010-05-07Removed the openidsignup option.Joey Hess
2010-05-07bugfixJoey Hess
Always load IkiWiki::CGI so its cgi_signin is present, so we replace it.
2010-05-07bugfixJoey Hess
2010-05-07Merge branch 'master' into openidselectorJoey Hess
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-07openid signin style changesJoey Hess
2010-05-07updateJoey Hess
2010-05-07remove loginlabel, not usedJoey Hess
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.
2010-05-08(no commit message)http://joey.kitenet.net/
2010-05-08(no commit message)http://joey.kitenet.net/
2010-05-07add minified jquery.js from openid-selector svnJoey Hess
2010-05-07patch hidden field setting codeJoey Hess
Fixes http://code.google.com/p/openid-selector/issues/detail?id=11#c3
2010-05-07use me.yahoo.comJoey Hess
Fixes http://code.google.com/p/openid-selector/issues/detail?id=10
2010-05-07r21 from http://code.google.com/p/openid-selector/source/checkoutJoey Hess
2010-05-07(no commit message)zimek
2010-05-07(no commit message)zimek
2010-05-07avoid linking directly to ikiwiki.cgi?do=signinJoey Hess
Instead, add a custom do=commentsignin, that calls cgi_signin. This allows a plugin to inject a custom cgi_signin, that uses a different do= parameter, and have it be used consitently. (This was the only place to hardcode a link to do=signin.)
2010-05-07todoJoey Hess
2010-05-07switch to use comments(), and add a count (and a feed) ofJoey Hess
comments pending moderation
2010-05-07fix comment matching pagespecsJoey Hess
test isinternal first, because match_glob with internal => 1 also returns non-internal pages that match. This order should also be faster. Remove test to see if pagesources is set. isinternal will not succeed if it is not.
2010-05-07(no commit message)zimek
2010-05-07better wordingJoey Hess
2010-05-07(no commit message)zimek
2010-05-07(no commit message)zimek
2010-05-07bugfixJoey Hess
2010-05-07(no commit message)zimek
2010-05-07bugfixesJoey Hess
2010-05-07(no commit message)zimek
2010-05-07responseJoey Hess
2010-05-07Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2010-05-07check that pagesources exists before testingJoey Hess