Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-17 | Coding style change: Remove explcit vim folding markers. | Joey Hess | |
2008-10-26 | move untrusted committer test into the wrapper | Joey Hess | |
This saves around 1/4th second per trusted commit since ikiwiki doesn't need to start up. | |||
2008-10-24 | the pre-receive wrapper needs to be suid after all | Joey Hess | |
It needs to write to the user db. | |||
2008-10-24 | can't lock wiki due to permissions (probably) | Joey Hess | |
luckily, don't really need to here | |||
2008-10-24 | include temp file for attachment change too | Joey Hess | |
2008-10-24 | really fix calls to check_can* | Joey Hess | |
2008-10-23 | fix calls to check_* | Joey Hess | |
These throw errors, do not have useful return codes. | |||
2008-10-23 | check_canattach hooked up | Joey Hess | |
2008-10-23 | more work on untrusted committers | Joey Hess | |
Wired up check_canedit and check_canremove, still need to deal with check_canattach, and test. |