Commit Graph

14823 Commits (5531dcff8230fa330da21c756cdd5e9421715e15)

Author SHA1 Message Date
Simon McVittie 2d9a630996 Force a deterministic sort order for more pages 2015-06-09 22:30:43 +01:00
Simon McVittie 9979cbb999 Close the openid vs. password poll
The result has pretty clearly been: we're keeping both.
2015-06-09 22:30:43 +01:00
Simon McVittie d18b77c107 Add [[!meta date]] to news items and tips
The git checkout and build process can leave the checkout
date in the tarball release, leading to unstable sorting.
I tried to use `git restore-mtime`, but that doesn't work for
ikiwiki, because dgit interferes with it.
2015-06-09 22:29:38 +01:00
Simon McVittie ea493f18ec disable another gitorious repository in ./gitremotes 2015-06-09 08:04:42 +01:00
Simon McVittie 2cf7b1fc64 Replace email authentication icon with one that is more instantly recognizable 2015-06-09 00:44:31 +01:00
Simon McVittie 020a9c8b40 follow up: optimization partially restored 2015-06-09 00:21:24 +01:00
smcv 971dfdd686 de-optimized to fix a bug 2015-06-08 19:07:46 -04:00
smcv 9d20373c25 hopefully fixed in master 2015-06-08 18:58:28 -04:00
smcv d89014d956 respond to various things 2015-06-08 18:54:02 -04:00
kjs 983d6b0976 2015-06-07 17:55:32 -04:00
Simon McVittie 761d9f1605 Revert "removed"
We like our pages and we would prefer to keep them.

This reverts commit 508bda2059.
2015-06-07 14:51:13 +01:00
kjs 5bfbab2f63 Templates not found when pushing from remote computer 2015-06-06 18:20:11 -04:00
guilhem f99850b5d3 2015-06-06 12:51:08 -04:00
Chrisrogeri 508bda2059 removed 2015-06-05 14:03:02 -04:00
alexjj@97b75209148c043997fe05b4341a629090820035 b3061006c4 Added a comment: Cheap VPS 2015-06-05 13:51:54 -04:00
https://launchpad.net/~beaufils e1e3116b6a mutiple setup not possible 2015-06-01 08:34:45 -04:00
https://launchpad.net/~beaufils 91765ab416 Question about multiple setup file use 2015-06-01 06:05:51 -04:00
https://social.hi.ato.br/desci e30648d483 added opengraph plugin 2015-06-01 02:54:36 -04:00
https://social.hi.ato.br/desci d1e01a6a0c removed old sites and added new 2015-06-01 02:50:24 -04:00
https://social.hi.ato.br/desci 5c177cb125 added limitation 2015-06-01 02:37:23 -04:00
https://social.hi.ato.br/desci 456f2fec53 fixed disclaimer 2015-06-01 02:35:20 -04:00
https://social.hi.ato.br/desci 274b508bc4 2015-06-01 02:28:35 -04:00
https://social.hi.ato.br/desci dba79ef28b 2015-06-01 02:26:14 -04:00
sajolida dc6357d9c6 Add bug about default behaviour of meta plugin for style sheets 2015-05-29 14:22:36 +00:00
https://social.hi.ato.br/desci a0ec06a90b 2015-05-28 02:36:56 -04:00
https://social.hi.ato.br/desci aedbad18ff 2015-05-28 02:36:31 -04:00
https://social.hi.ato.br/desci 6625dbfadf 2015-05-28 02:35:35 -04:00
Simon McVittie 2f6f51cd66 rename icon instead of changing the Javascript
That can take effect on Branchable without rebuilding ikiwiki.deb, and
the shorter name is perhaps nicer anyway.
2015-05-27 09:03:34 +01:00
Simon McVittie f99a4b3545 correct name of emailauth icon 2015-05-27 08:58:21 +01:00
Simon McVittie 2afb0dd663 Do not directly enable emailauth by default, only indirectly via openid
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.
2015-05-27 08:52:01 +01:00
Simon McVittie 9ab3d2a6be stop ./gitremotes from processing some broken links 2015-05-27 08:16:31 +01:00
usgv@7608a70b09743e47fbf6b7bcd937121e03e4e244 47d4aa4812 2015-05-26 10:07:14 -04:00
https://id.koumbit.net/anarcat 599e16aef2 openid spam happens, as it turns out 2015-05-25 13:26:03 -04:00
Antoine Beaupré 6dfba9b72e identified (partly) last spammer 2015-05-25 13:19:29 -04:00
Antoine Beaupré 66c21af8ba Revert "WU trf, train tickets, ship shop, cvv, complete fullz, dumps"
This reverts commit 1d05cf33fb.
2015-05-25 13:17:56 -04:00
https://me.yahoo.com/a/NyYLSvhuu9XQ3TQ79dx8Peg5GY1VfiNezVI-#df77b 1d05cf33fb WU trf, train tickets, ship shop, cvv, complete fullz, dumps 2015-05-25 09:06:26 -04:00
spalax 4268a63be5 typo 2015-05-21 12:29:21 -04:00
spalax 9ee5f1626e Question about python path for external plugins. 2015-05-21 12:28:33 -04:00
Jake1 b385373b69 http://i.imgur.com/0yo0VjC.png?1 2015-05-19 18:27:41 -04:00
Amitai Schlair da0baca91b Idea: embedded podcast A/V player. 2015-05-17 18:44:30 -04:00
Joey Hess ab1bba9dab cloak user PII when making commits etc, and let cloaked PII be used in 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
2015-05-14 11:58:21 -04:00
Joey Hess 2a64eea0f5 comments 2015-05-14 11:02:57 -04:00
Joey Hess 85a529db3d passwordauth: Don't allow registering accounts that look like openids.
Also prohibit @ in account names, in case the file regexp was relaxed to
allow it.
2015-05-14 10:57:56 -04:00
Joey Hess 804144402b Merge branch 'master' of ssh://git.ikiwiki.info 2015-05-14 10:46:59 -04:00
Joey Hess f1f3d4c6e7 update re passwordauth @ 2015-05-14 10:41:07 -04:00
https://id.koumbit.net/anarcat 7ef44d84d6 acls and expectations 2015-05-14 08:22:29 -04:00
kjs dd1dceef47 Critical of automatic merging of stylesheets 2015-05-14 08:14:37 -04:00
kjs 71ddaa5adb 2015-05-14 07:06:43 -04:00
smcv 20d8557c7b please do cloak email addresses, the principle of least astonishment applies 2015-05-14 06:05:58 -04:00
smcv 42b3b1f63a proposal for making emailauth not force username == email address 2015-05-14 05:49:45 -04:00
Joey Hess b831d4a6f1 note about email visibility in git commits 2015-05-13 23:44:23 -04:00
Joey Hess b89f4b7ec5 fix page extension 2015-05-13 23:43:16 -04:00
Joey Hess 369bfd45cc close 2015-05-13 23:42:34 -04:00
Joey Hess cfb2c22906 Merge branch 'emailauth' 2015-05-13 23:38:56 -04:00
Joey Hess 95e1e51caa emailauth link sent and verified; user login works
Still some work to do since the user name is an email address and should
not be leaked.
2015-05-13 22:27:03 -04:00
Joey Hess f1d77f8193 add emailauth.tmpl 2015-05-13 21:15:08 -04:00
Joey Hess e34533d1a0 email auth plugin now works through email address entry 2015-05-13 18:50:40 -04:00
Joey Hess 5b459737a5 Converted openid-selector into a more generic loginselector helper plugin. 2015-05-13 18:50:29 -04:00
Joey Hess f8add0adb3 rename openid selector files to login-selector 2015-05-13 17:58:59 -04:00
Joey Hess ab4d9a5467 generalized the openid selector to a login selector
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.
2015-05-13 16:50:44 -04:00
Joey Hess ee2905ae0a comments 2015-05-13 16:49:12 -04:00
https://id.koumbit.net/anarcat 5d49b5c115 link to indieauth and mention existing problems with this approach 2015-05-13 15:49:18 -04:00
Joey Hess 370261e715 thoughts 2015-05-13 14:31:08 -04:00
Joey Hess b9a2c3bfde tyo 2015-05-13 14:23:10 -04:00
Joey Hess 3575f939d8 update 2015-05-13 14:22:08 -04:00
Joey Hess ccd285b986 update 2015-05-13 14:19:38 -04:00
Joey Hess c455d51556 proposal 2015-05-13 14:16:16 -04:00
Joey Hess 6f627420b5 close 2015-05-13 13:41:16 -04:00
kjs 0434f86dd5 branch link fix 2015-05-11 07:55:41 -04:00
kjs 8118abb558 local.css also blocking 2015-05-11 07:51:54 -04:00
http://hendry.iki.fi/ 4c957c366f can't work this out 2015-05-11 01:18:34 -04:00
dmarti fe5dc38344 Add "Aloodo Blog" 2015-05-10 14:35:28 -04:00
http://hendry.iki.fi/ e6418a68df Added a comment: You are right 2015-05-09 22:22:28 -04:00
smcv d869e78023 Added a comment 2015-05-09 03:06:01 -04:00
santiago 6af966995f Fix Archlinux link 2015-05-08 03:15:31 -04:00
http://hendry.iki.fi/ 34749154d5 Added a comment: Going mobile 2015-05-08 02:39:20 -04:00
Amitai Schlair 73d18438b6 Using ikiwiki for a new podcast. 2015-05-05 22:48:06 -04:00
https://id.koumbit.net/anarcat 9446d3faee underlay plugin needs to be enabled of course 2015-05-02 19:32:34 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkickHAzX_uVJMd_vFJjae6SLs2G38URPU 651eba5478 Yes to leaflet.js 2015-04-19 04:54:00 -04:00
Amitai Schlair e9afe7eb6c Looking again at fancying up podcasts for iTunes. 2015-04-18 21:17:29 -04:00
https://id.koumbit.net/anarcat 1dae5fafe0 split it 2015-04-18 15:04:58 -04:00
cbaines a4f69f126e Start discussion regarding OpenLayers 2 2015-04-18 14:21:49 -04:00
https://id.koumbit.net/anarcat 948646f7b9 2015-04-18 13:44:45 -04:00
https://id.koumbit.net/anarcat cd790721b9 still works here, thanks to version pinning 2015-04-18 13:43:34 -04:00
https://id.koumbit.net/anarcat 6deeb32ed6 2015-04-18 13:42:44 -04:00
Joey Hess 2906a3f0f7 Merge branch 'master' of ssh://git.ikiwiki.info 2015-04-18 12:35:36 -04:00
Joey Hess 3fe1f39f88 bug report 2015-04-18 12:30:47 -04:00
smcv 0252e5703d add more details of CVE-2015-2793 2015-04-14 13:38:13 -04:00
smcv 8ad932efd5 yes Debian wheezy is vulnerable, a proposed-update is queued 2015-04-14 13:33:32 -04:00
Jonathan Dowland fde1b02ba8 is ikiwiki in wheezy vulnerable? 2015-04-14 14:27:33 +01:00
smcv 3c9537af5d Added a comment 2015-04-13 13:29:51 -04:00
https://www.google.com/accounts/o8/id?id=AItOawllKlcOj2Js8XJnMJFXXMp7FmsWjsEpOno 1b4d7b8d6d osm 2015-04-13 00:26:08 -04:00
https://me.yahoo.com/a/eetjWe8B34ZeUsHyFzpwC5QvBcEuVxllSvpJHw--#376d7 36911130d7 2015-04-07 16:31:46 -04:00
https://me.yahoo.com/a/eetjWe8B34ZeUsHyFzpwC5QvBcEuVxllSvpJHw--#376d7 c83d351fc2 Added a comment: zombie 2015-04-07 15:00:48 -04:00
https://me.yahoo.com/a/eetjWe8B34ZeUsHyFzpwC5QvBcEuVxllSvpJHw--#376d7 491f737f8c 2015-04-07 14:35:09 -04:00
fr33domlover ddf467601a Update comment on bug 2015-04-07 10:21:08 -04:00
fr33domlover d899301fef Comment on templatebody bug 2015-04-07 10:15:38 -04:00
fr33domlover 8dedc3cef1 Comment on templatebody bug 2015-04-07 10:14:11 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmNBpOEmx0-HoNUP5uM0s-j-WDLhrH4OFc ddb44f1638 2015-04-02 14:56:28 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmNBpOEmx0-HoNUP5uM0s-j-WDLhrH4OFc be8521ec16 2015-04-02 14:55:20 -04:00