Commit message (Expand) | Author | Age | |
---|---|---|---|
* | httpauth: When it's the only auth method, avoid a pointless and confusing sig... | Joey Hess | 2012-04-04 |
* | httpauth: Avoid redirecting the user to the cgiauthurl if they already have a... | Joey Hess | 2010-08-30 |
* | remove dead code | Joey Hess | 2010-08-30 |
* | Group related plugins into sections in the setup file, and drop unused rcs pl... | Joey Hess | 2010-02-11 |
* | partially fix httpauth canedit hook•••My logic was right before. Cleaned up some code. (Page creation is still a problem.) Also, I removed the Edit url munging, because that is not necessary with the canedit hook, since canedit will handle redirection through cgiauthurl if necessary. | Joey Hess | 2010-02-11 |
* | fix logic error | Joey Hess | 2010-02-11 |
* | httpauth: Add httpauth_pagespec setting that can be used to limit pages to on... | Joey Hess | 2010-02-11 |
* | httpauth: When cgiauthurl is configured, httpauth can now be used alongside o... | Joey Hess | 2010-02-11 |
* | patch so far | Joey Hess | 2010-02-11 |
* | revert accidental code change | Joey Hess | 2010-02-05 |
* | response | Joey Hess | 2010-02-05 |
* | typo | Joey Hess | 2009-11-10 |
* | httpauth: Add cgiauthurl setting that can be used to do http basic auth only ... | Joey Hess | 2009-11-10 |
* | finalise version 3.00 of the plugin api | Joey Hess | 2008-12-23 |
* | Coding style change: Remove explcit vim folding markers. | Joey Hess | 2008-12-17 |
* | add plugin safe/rebuild info (part 1 of 2)•••too many plugins.. brain exploding.. | Joey Hess | 2008-08-03 |
* | * pagespec_match() has changed to take named parameters, to better allow••• for extended pagespecs. The old calling convention will still work for back-compat for now. * The calling convention for functions in the IkiWiki::PageSpec namespace has changed so they are passed named parameters. * Plugin interface version increased to 2.00 since I don't anticipate any more interface changes before 2.0. | joey | 2007-04-27 |
* | * Add openidsignup config option.•••* Make the openid plugin support the callbacks from myopenid.com via its affiliate program. * Change how post signin actions are propigated through the signin process; they're now stored in the session. | joey | 2006-11-20 |
* | * Make auth methods pluggable.•••* Move httpauth support to a plugin. * Add an openid plugin to support logging in using OpenID. | joey | 2006-11-20 |