| Commit message (Expand) | Author | Age |
* | Fix typo that broke anonymous git push. | Joey Hess | 2010-10-23 |
* | refactor check_canchange into IkiWiki library | Joey Hess | 2010-10-08 |
* | remove debugging dumper code | Joey Hess | 2010-10-04 |
* | indentation and layout | Joey Hess | 2010-10-04 |
* | Complete rcs_preprevert and lightly test. | Peter Gammie | 2010-10-01 |
* | revert check_canedit nosubs thing•••Abstraction violation. I now think the problem should be treated as a bug
in httpauth.
| Joey Hess | 2010-08-30 |
* | correct logic on error fallthrough | Joey Hess | 2010-08-30 |
* | Receive: avoid hiding check_canedit error messages•••Avoid the generic "you are not allowed to change" message,
and instead allow check_canedit to propigate out useful error messages.
Went back to calling check_canedit in fatal mode, but added a parameter to
avoid calling the troublesome subs that might cause a login attempt.
| Joey Hess | 2010-08-30 |
* | minor typo | Joey Hess | 2010-08-30 |
* | add explicit check_canedit calls when checking canattach or canremove | Joey Hess | 2010-08-30 |
* | Avoid trying to log the user in when receiving anonymous pushes from git and ...•••Just use check_canedit in nonfatal mode.
| Joey Hess | 2010-08-30 |
* | remove obsolete check to see if check_canedit is available•••The function moved from the editpage plugin into IkiWiki core some time
ago.
| Joey Hess | 2010-08-30 |
* | stop using REMOTE_ADDR•••Everywhere that REMOTE_ADDR was used, a session object is available, so
instead use its remote_addr method.
In IkiWiki::Receive, stop setting a dummy REMOTE_ADDR.
Note that it's possible for a session cookie to be obtained using one IP
address, and then used from another IP. In this case, the first IP will now
be used. I think that should be ok.
| Joey Hess | 2010-06-23 |
* | unfinished file_prune revamp•••Many calls to file_prune were incorrectly calling it with 2 parameters.
In cases where the filename being checked is relative to the srcdir,
that is not needed.
Made absolute filenames be pruned. (This won't work for the 2 parameter call
style.)
| Joey Hess | 2010-04-17 |
* | Merge branch 'master' into cvs | Joey Hess | 2009-09-10 |
|\ |
|
| * | clean up use of IkiWiki::Receive•••Loading and use of IkiWiki::Receive can all be pushed into the git plugin,
rather than scattered around.
I had at first wanted to make a receive plugin and move it there,
but a plugin was not a good fit; you don't want users to have to manually
load it, and making the git plugin load the receive plugin at the right
times would need more, and ugly code.
| Joey Hess | 2009-09-10 |
* | | typo | Joey Hess | 2009-09-10 |
|/ |
|
* | Coding style change: Remove explcit vim folding markers. | Joey Hess | 2008-12-17 |
* | move untrusted committer test into the wrapper•••This saves around 1/4th second per trusted commit since ikiwiki
doesn't need to start up.
| Joey Hess | 2008-10-26 |
* | the pre-receive wrapper needs to be suid after all•••It needs to write to the user db.
| Joey Hess | 2008-10-24 |
* | can't lock wiki due to permissions (probably)•••luckily, don't really need to here
| Joey Hess | 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-24 |
* | fix calls to check_*•••These throw errors, do not have useful return codes.
| Joey Hess | 2008-10-23 |
* | check_canattach hooked up | Joey Hess | 2008-10-23 |
* | more work on untrusted committers•••Wired up check_canedit and check_canremove, still need to deal with
check_canattach, and test.
| Joey Hess | 2008-10-23 |