2046a654 | 12-Mar-2014 |
Christopher Smith <chris@jalakai.co.uk> |
Allow user info to be retrieved without groups
Some parts of dokuwiki (e.g. recent changes, old revisions) can requests lots of user info (to provide editor names) without requiring any group inform
Allow user info to be retrieved without groups
Some parts of dokuwiki (e.g. recent changes, old revisions) can requests lots of user info (to provide editor names) without requiring any group information.
This change also implements caching of user info by authmysql & authpgsql plugins to avoid repeated querying of the DB to retrieve the same user information.
show more ...
|
741b8a48 | 14-Feb-2014 |
Andreas Gohr <andi@splitbrain.org> |
Show a domain dropdown when multiple AD domains are configured
This integrates the functionality of the now outdated addomain plugin directly into the authad plugin and makes multi-domain setups usa
Show a domain dropdown when multiple AD domains are configured
This integrates the functionality of the now outdated addomain plugin directly into the authad plugin and makes multi-domain setups usable without SSO.
See also https://github.com/cosmocode/dokuwiki-plugin-addomain
show more ...
|