summaryrefslogtreecommitdiff
path: root/lib/plugins/authpgsql/auth.php
Commit message (Collapse)AuthorAge
* Merge remote-tracking branch 'origin/master' into scrutinizerissuesGerrit Uitslag2014-12-09
|\ | | | | | | | | | | | | | | | | Conflicts: inc/media.php inc/plugin.php inc/template.php lib/plugins/authplain/_test/escaping.test.php lib/plugins/syntax.php
| * postgresql auth plugin: correct function nameChristopher Smith2014-09-29
| |
* | more PHPDocs, unused var, small bit code reformattingGerrit Uitslag2014-10-01
| |
* | scrutinizer documentations issuesGerrit Uitslag2014-09-29
|/
* Allow user info to be retrieved without groupsChristopher Smith2014-03-12
| | | | | | | | | | 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.
* handle limit=0 correctly in authmysql/pgsql FS#2919Andreas Gohr2014-02-15
|
* streamlined retrieveUsers() signature over all auth plugins FS#2919Andreas Gohr2014-02-15
|
* authpgsql fixesAndreas Gohr2012-11-09
| | | | | * fixes merge messup (code was made up from parts of authad) * code and PHP5 cleanup
* make all sub auth classes call the parent constructorAndreas Gohr2012-11-09
| | | | | This does nothing currently but allows us adding certain things to the base class later.
* Refactored auth system: All auth methods are now introduced as plugins.Jan Schumann2012-02-20