Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | (no commit message) | https://social.hi.ato.br/desci | 2015-05-28 | |
| | ||||
* | rename icon instead of changing the Javascript | Simon McVittie | 2015-05-27 | |
| | | | | | That can take effect on Branchable without rebuilding ikiwiki.deb, and the shorter name is perhaps nicer anyway. | |||
* | correct name of emailauth icon | Simon McVittie | 2015-05-27 | |
| | ||||
* | Do not directly enable emailauth by default, only indirectly via openid | Simon McVittie | 2015-05-27 | |
| | | | | | | | This avoids nasty surprises on upgrade if a site is using httpauth, or passwordauth with an account_creation_password, and relying on only a select group of users being able to edit the site. We can revisit this for ikiwiki 4. | |||
* | stop ./gitremotes from processing some broken links | Simon McVittie | 2015-05-27 | |
| | ||||
* | (no commit message) | usgv@7608a70b09743e47fbf6b7bcd937121e03e4e244 | 2015-05-26 | |
| | ||||
* | openid spam happens, as it turns out | https://id.koumbit.net/anarcat | 2015-05-25 | |
| | ||||
* | identified (partly) last spammer | Antoine Beaupré | 2015-05-25 | |
| | ||||
* | Revert "WU trf, train tickets, ship shop, cvv, complete fullz, dumps" | Antoine Beaupré | 2015-05-25 | |
| | | | | This reverts commit 1d05cf33fb5f4fc9e1a3d6e76b4973282f3a724c. | |||
* | WU trf, train tickets, ship shop, cvv, complete fullz, dumps | https://me.yahoo.com/a/NyYLSvhuu9XQ3TQ79dx8Peg5GY1VfiNezVI-#df77b | 2015-05-25 | |
| | ||||
* | typo | spalax | 2015-05-21 | |
| | ||||
* | Question about python path for external plugins. | spalax | 2015-05-21 | |
| | ||||
* | http://i.imgur.com/0yo0VjC.png?1 | Jake1 | 2015-05-19 | |
| | ||||
* | sohrten url in subject | Joey Hess | 2015-05-19 | |
| | ||||
* | nicer layout of subject | Joey Hess | 2015-05-19 | |
| | ||||
* | add url to subject of email | Joey Hess | 2015-05-19 | |
| | | | | | The wikiname can be pretty un-helpful, the user will probably regognise the url since they were just at it. | |||
* | allow emailuser to be called when there is no %config set | Joey Hess | 2015-05-19 | |
| | | | | ikiwiki-hosting needs to do this | |||
* | changelog | Joey Hess | 2015-05-19 | |
| | ||||
* | make cgiurl output deterministic | Daniel Kahn Gillmor | 2015-05-19 | |
| | | | | | | | | IkiWiki::cgiurl() currently produces non-deterministic output, because the params hash can be sorted different ways. Sorting keys to params before crafting the string should make the output deterministic. | |||
* | Idea: embedded podcast A/V player. | Amitai Schlair | 2015-05-17 | |
| | ||||
* | cloak user PII when making commits etc, and let cloaked PII be used in ↵ | Joey Hess | 2015-05-14 | |
| | | | | | | | | | | | | | | banned_users This was needed due to emailauth, but I've also wrapped all IP address exposure in cloak(), although the function doesn't yet cloak IP addresses. (One IP address I didn't cloak is the one that appears on the password reset email template. That is expected to be the user's own IP address, so ok to show it to them.) Thanks to smcv for the pointer to http://xmlns.com/foaf/spec/#term_mbox_sha1sum | |||
* | comments | Joey Hess | 2015-05-14 | |
| | ||||
* | passwordauth: Don't allow registering accounts that look like openids. | Joey Hess | 2015-05-14 | |
| | | | | | Also prohibit @ in account names, in case the file regexp was relaxed to allow it. | |||
* | Merge branch 'master' of ssh://git.ikiwiki.info | Joey Hess | 2015-05-14 | |
|\ | ||||
| * | acls and expectations | https://id.koumbit.net/anarcat | 2015-05-14 | |
| | | ||||
| * | Critical of automatic merging of stylesheets | kjs | 2015-05-14 | |
| | | ||||
| * | (no commit message) | kjs | 2015-05-14 | |
| | | ||||
| * | please do cloak email addresses, the principle of least astonishment applies | smcv | 2015-05-14 | |
| | | ||||
| * | proposal for making emailauth not force username == email address | smcv | 2015-05-14 | |
| | | ||||
* | | crufty po updates | Joey Hess | 2015-05-14 | |
| | | ||||
* | | update re passwordauth @ | Joey Hess | 2015-05-14 | |
| | | ||||
* | | sanitize nickname derived from email address | Joey Hess | 2015-05-14 | |
|/ | ||||
* | note about email visibility in git commits | Joey Hess | 2015-05-13 | |
| | ||||
* | fix page extension | Joey Hess | 2015-05-13 | |
| | ||||
* | close | Joey Hess | 2015-05-13 | |
| | ||||
* | Merge branch 'emailauth' | Joey Hess | 2015-05-13 | |
|\ | ||||
| * | changelog | Joey Hess | 2015-05-13 | |
| | | ||||
| * | don't let emailauth user's email address be changed on preferences page | Joey Hess | 2015-05-13 | |
| | | | | | | | | | | | | There's no real problem if they do change it, except they may get confused and expect to be able to log in with the changed email and get the same user account. | |||
| * | when an emailauth user posts a comment, use the username only, not the full ↵ | Joey Hess | 2015-05-13 | |
| | | | | | | | | | | | | | | | | | | | | | | email address This makes the email not be displayed on the wiki, so spammers won't find it there. Note that the full email address is still put into the comment template. The email is also used as the username of the git commit message (when posting comments or page edits). May want to revisit this later. | |||
| * | avoid showing password prefs for emailauth user | Joey Hess | 2015-05-13 | |
| | | ||||
| * | allow adminuser to be an email address | Joey Hess | 2015-05-13 | |
| | | ||||
| * | tweak wording | Joey Hess | 2015-05-13 | |
| | | ||||
| * | fix up session cookie | Joey Hess | 2015-05-13 | |
| | | ||||
| * | emailauth link sent and verified; user login works | Joey Hess | 2015-05-13 | |
| | | | | | | | | | | Still some work to do since the user name is an email address and should not be leaked. | |||
| * | add emailauth.tmpl | Joey Hess | 2015-05-13 | |
| | | ||||
| * | move stub auth hook to loginselector | Joey Hess | 2015-05-13 | |
| | | ||||
| * | email auth plugin now works through email address entry | Joey Hess | 2015-05-13 | |
| | | ||||
| * | Converted openid-selector into a more generic loginselector helper plugin. | Joey Hess | 2015-05-13 | |
| | | ||||
| * | rename openid selector files to login-selector | Joey Hess | 2015-05-13 | |
| | | ||||
| * | further generalization of openid selector | Joey Hess | 2015-05-13 | |
| | | | | | | | | Now template variables can be set to control which login methods are shown |