Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-08 | add gmail button | Joey Hess | |
It uses the google profile openid url, which results in a nicer openid than the o8/id url. | |||
2010-05-08 | avoid setting cookie for promptless buttons | Joey 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-08 | edit using the fancy jquery login thingy, update user page | simonraven | |
2010-05-08 | make an edit with the new login thinger | https://www.google.com/accounts/o8/id?id=AItOawlcaGfdn9Kye1Gc8aGb67PDVQW4mKbQD7E | |
2010-05-08 | improve selector highlight | Joey Hess | |
2010-05-08 | improve selector layout | Joey Hess | |
2010-05-08 | gardening openid provider list | Joey 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-08 | conditionalize use of sidebar | Joey Hess | |
2010-05-07 | Merge branch 'master' into commentreorg | Joey Hess | |
2010-05-07 | update | Joey Hess | |
2010-05-07 | avoid scaling favicons | Joey Hess | |
chromium's rather impressive jaggy-free scaling spoiled me, but in iceweasel, scaled favicons look crap | |||
2010-05-07 | scale display form to match openid size | Joey Hess | |
2010-05-07 | improve display w/noscript | Joey Hess | |
2010-05-07 | advice | Joey Hess | |
2010-05-07 | mention style.css changes | Joey Hess | |
2010-05-07 | Removed the openidsignup option. | Joey Hess | |
2010-05-07 | bugfix | Joey Hess | |
Always load IkiWiki::CGI so its cgi_signin is present, so we replace it. | |||
2010-05-07 | bugfix | Joey Hess | |
2010-05-07 | Merge branch 'master' into openidselector | Joey Hess | |
2010-05-07 | adapt to ikiwiki | Joey 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-07 | openid signin style changes | Joey Hess | |
2010-05-07 | update | Joey Hess | |
2010-05-07 | remove loginlabel, not used | Joey Hess | |
2010-05-07 | modify labels to input box for consistency | Joey Hess | |
2010-05-07 | use ikiwiki's replacement openid logo in input box | Joey Hess | |
2010-05-07 | modify openid selector to not default to http:// for openid | Joey Hess | |
ikiwiki doesn't care if the http:// is there, and it seems cleaner and less annoying this way | |||
2010-05-07 | pretty openid login | Joey 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-07 | add minified jquery.js from openid-selector svn | Joey Hess | |
2010-05-07 | patch hidden field setting code | Joey Hess | |
Fixes http://code.google.com/p/openid-selector/issues/detail?id=11#c3 | |||
2010-05-07 | use me.yahoo.com | Joey Hess | |
Fixes http://code.google.com/p/openid-selector/issues/detail?id=10 | |||
2010-05-07 | r21 from http://code.google.com/p/openid-selector/source/checkout | Joey Hess | |
2010-05-07 | (no commit message) | zimek | |
2010-05-07 | (no commit message) | zimek | |
2010-05-07 | avoid linking directly to ikiwiki.cgi?do=signin | Joey 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-07 | todo | Joey Hess | |
2010-05-07 | switch to use comments(), and add a count (and a feed) of | Joey Hess | |
comments pending moderation | |||
2010-05-07 | fix comment matching pagespecs | Joey 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-07 | better wording | Joey Hess | |
2010-05-07 | (no commit message) | zimek | |
2010-05-07 | (no commit message) | zimek | |
2010-05-07 | bugfix | Joey Hess | |
2010-05-07 | (no commit message) | zimek | |
2010-05-07 | bugfixes | Joey Hess | |
2010-05-07 | (no commit message) | zimek | |
2010-05-07 | response | Joey Hess | |
2010-05-07 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2010-05-07 | check that pagesources exists before testing | Joey Hess | |