aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* I was answeredintrigeri2008-10-24
|
* Fix typoJason Blevins2008-10-24
|
* note about spoofingJoey Hess2008-10-24
|
* Test anon Git pushJason Blevins2008-10-24
|
* linksJoey Hess2008-10-24
|
* wordingJoey Hess2008-10-24
|
* announce anonymous git push supportJoey Hess2008-10-24
|
* Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2008-10-24
|\
| * make sure web edits still work :-)http://joey.kitenet.net/2008-10-24
| |
| * test 3Joey Hess2008-10-24
| |
| * test 2Joey Hess2008-10-24
| |
* | remember how to write C codeJoey Hess2008-10-24
| | | | | | | | been a while!
* | the pre-receive wrapper needs to be suid after allJoey Hess2008-10-24
| | | | | | | | It needs to write to the user db.
* | new tip on setting up anonymous pushJoey Hess2008-10-24
| |
* | export CALLER_UIDJoey Hess2008-10-24
| |
* | anonymous git pushes are now enabled for this wikiJoey Hess2008-10-24
| |
* | remove, fixed the problemJoey Hess2008-10-24
| |
* | can't lock wiki due to permissions (probably)Joey Hess2008-10-24
|/ | | | luckily, don't really need to here
* test adding a fileJoey Hess2008-10-24
| | | | I hope this commit is not accepted. If it is, I have a bug. :-)
* testJoey Hess2008-10-24
|
* include temp file for attachment change tooJoey Hess2008-10-24
|
* Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2008-10-24
|\
| * thanks, closing wishlistintrigeri2008-10-24
| |
| * Typo fix.tschwinge2008-10-24
| |
* | updatesJoey Hess2008-10-24
| |
* | really fix calls to check_can*Joey Hess2008-10-24
|/
* updateJoey Hess2008-10-23
|
* untrusted committers code seems to be fully workingJoey Hess2008-10-23
| | | | Still need to investigate possible races, and test some more.
* fix calls to check_*Joey Hess2008-10-23
| | | | These throw errors, do not have useful return codes.
* check_canattach hooked upJoey Hess2008-10-23
|
* more work on untrusted committersJoey Hess2008-10-23
| | | | | Wired up check_canedit and check_canremove, still need to deal with check_canattach, and test.
* Merge branch 'master' into git-anonJoey Hess2008-10-23
|\
| * Optimise the no-op post-commit hook in the web edit case by skipping loading ↵Joey Hess2008-10-23
| | | | | | | | plugins. (Particularly a win when using external plugins.)
* | Merge branch 'master' into git-anonJoey Hess2008-10-23
|\|
| * Updated Danish translation from Jonas Smedegaard. Closes: #503117Joey Hess2008-10-23
| |
| * Link to h1title pluginhttp://jblevins.org/2008-10-22
| |
| * Added links to a couple of experimental pluginshttp://jblevins.org/2008-10-22
| |
* | initial support for git repos with untrusted committersJoey Hess2008-10-22
| | | | | | | | | | 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.
* | Updated Danish translation from Jonas Smedegaard. Closes: #503117Joey Hess2008-10-22
|/
* Updated Spanish translation from the ever vigilant Victor Moral.Joey Hess2008-10-22
|
* displaytime hook is goneJoey Hess2008-10-21
|
* thanks!intrigeri2008-10-21
|
* Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2008-10-21
|\
| * (no commit message)http://xma.myopenid.com/2008-10-21
| |
| * added link to po pluginintrigeri2008-10-21
| |
* | function injection overhaulJoey Hess2008-10-21
| | | | | | | | | | | | | | | | | | | | | | 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.
* | change example to override a real functionJoey Hess2008-10-21
| |
* | change obsolete exampleJoey Hess2008-10-21
| |
* | disable warnings when redefining functionsJoey Hess2008-10-21
|/
* updated with new thoughts on user checkingJoey Hess2008-10-21
|