Commit Graph

9517 Commits (1c7c9e95f227a3ff7906c000ec15bb163edc463f)

Author SHA1 Message Date
Jason Blevins f3d017d26c Test anon Git push 2008-10-24 16:22:39 -04:00
Joey Hess 0538498ed0 links 2008-10-24 16:21:22 -04:00
Joey Hess 478bed2596 wording 2008-10-24 16:10:25 -04:00
Joey Hess 5e37e729f8 announce anonymous git push support 2008-10-24 16:08:36 -04:00
Joey Hess 47367f7ba8 Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2008-10-24 15:52:06 -04:00
http://joey.kitenet.net/ 723586f8f2 make sure web edits still work :-) 2008-10-24 15:50:58 -04:00
Joey Hess 4a7ac5c251 remember how to write C code
been a while!
2008-10-24 15:49:55 -04:00
Joey Hess 146192d5b0 the pre-receive wrapper needs to be suid after all
It needs to write to the user db.
2008-10-24 15:47:42 -04:00
Joey Hess 86ea8adaf3 new tip on setting up anonymous push 2008-10-24 15:47:18 -04:00
Joey Hess 761dee41b1 export CALLER_UID 2008-10-24 15:46:29 -04:00
Joey Hess 515f3ef600 anonymous git pushes are now enabled for this wiki 2008-10-24 15:45:58 -04:00
Joey Hess 94743bd236 test 3 2008-10-24 15:41:50 -04:00
Joey Hess 41310a06ba test 2 2008-10-24 15:04:24 -04:00
Joey Hess cd2153ca41 remove, fixed the problem 2008-10-24 15:03:22 -04:00
Joey Hess 739e2ca0b4 can't lock wiki due to permissions (probably)
luckily, don't really need to here
2008-10-24 15:02:54 -04:00
Joey Hess 6422e46040 test adding a file
I hope this commit is not accepted. If it is, I have a bug. :-)
2008-10-24 14:47:31 -04:00
Joey Hess a266e1d38b test 2008-10-24 14:30:47 -04:00
Joey Hess 1a883b3c50 include temp file for attachment change too 2008-10-24 13:44:03 -04:00
Joey Hess dfef51e10e Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2008-10-24 13:30:29 -04:00
Joey Hess 0196e1f9fc updates 2008-10-24 13:29:41 -04:00
Joey Hess fbcb8553df really fix calls to check_can* 2008-10-24 13:29:30 -04:00
intrigeri 7a89dbb822 thanks, closing wishlist 2008-10-24 12:50:05 -04:00
tschwinge 0a081d78c4 Typo fix. 2008-10-24 05:40:52 -04:00
Joey Hess 0fde74b012 update 2008-10-23 18:16:55 -04:00
Joey Hess 85f4b99710 untrusted committers code seems to be fully working
Still need to investigate possible races, and test some more.
2008-10-23 18:05:57 -04:00
Joey Hess f349e4ef36 fix calls to check_*
These throw errors, do not have useful return codes.
2008-10-23 18:05:12 -04:00
Joey Hess ad9e443f22 check_canattach hooked up 2008-10-23 16:56:40 -04:00
Joey Hess 4669eab596 more work on untrusted committers
Wired up check_canedit and check_canremove, still need to deal with
check_canattach, and test.
2008-10-23 16:29:50 -04:00
Joey Hess 62962a470d Merge branch 'master' into git-anon 2008-10-23 14:09:01 -04:00
Joey Hess 8821ba3a59 Optimise the no-op post-commit hook in the web edit case by skipping loading plugins. (Particularly a win when using external plugins.) 2008-10-23 14:08:45 -04:00
Joey Hess bdbbca09c3 Merge branch 'master' into git-anon 2008-10-23 13:45:42 -04:00
Joey Hess 534f714478 Updated Danish translation from Jonas Smedegaard. Closes: #503117 2008-10-23 13:45:06 -04:00
Joey Hess 094af3d113 initial support for git repos with untrusted committers
Still need to wire up the calls to check_* , but it's cold out here and my
hands are going numb, so enough for now.
2008-10-22 20:52:34 -04:00
Joey Hess 9fc126ada6 Updated Danish translation from Jonas Smedegaard. Closes: #503117 2008-10-22 17:05:23 -04:00
http://jblevins.org/ 0f8883f398 Link to h1title plugin 2008-10-22 14:03:53 -04:00
http://jblevins.org/ 7fe2744d48 Added links to a couple of experimental plugins 2008-10-22 13:57:45 -04:00
Joey Hess 479d65faa0 Updated Spanish translation from the ever vigilant Victor Moral. 2008-10-22 12:33:28 -04:00
Joey Hess 97b94e4e88 displaytime hook is gone 2008-10-21 20:37:49 -04:00
intrigeri b33ce3139c thanks! 2008-10-21 19:17:49 -04:00
Joey Hess a18fea41cd Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2008-10-21 17:57:32 -04:00
Joey Hess e75818572f function injection overhaul
Add an inject function, that can be used by plugins that want to replace
one of ikiwiki's functions with their own version. (This is a scary thing
that grubs through the symbol table, and replaces all exported occurances
of a function with the injected version.)

external: RPC functions can be injected to replace exported functions.

Removed the stupid displaytime hook, and use injection instead.
2008-10-21 17:57:19 -04:00
http://xma.myopenid.com/ f1f7b9a38e 2008-10-21 17:51:26 -04:00
Joey Hess 92a43d5d38 change example to override a real function 2008-10-21 17:09:57 -04:00
Joey Hess 70e0c9447a change obsolete example 2008-10-21 17:09:44 -04:00
Joey Hess 327adadf04 disable warnings when redefining functions 2008-10-21 17:03:08 -04:00
intrigeri 64d2ba358d added link to po plugin 2008-10-21 14:59:02 -04:00
Joey Hess d66fc7acf1 updated with new thoughts on user checking 2008-10-21 12:18:22 -04:00
http://jblevins.org/ 53292eea63 Notes on MathML and SVG support 2008-10-21 11:43:37 -04:00
http://jblevins.org/ f635ff0d29 htmlscrubber patch for sanitizing SVG and MathML 2008-10-21 11:12:12 -04:00
Joey Hess dc9cb095d1 response2 2008-10-20 21:54:24 -04:00