summaryrefslogtreecommitdiff
path: root/lib/plugins/auth.php
Commit message (Expand)AuthorAge
* Fix scrutinizer issues with authPatrick Brown2015-05-07
* Merge remote-tracking branch 'origin/master' into scrutinizerissuesGerrit Uitslag2014-12-09
|\
| * AUTH_USER_CHANGE handler can modify passed dataMichal Koutný2014-10-13
* | more PHPDocs, unused var, small bit code reformattingGerrit Uitslag2014-10-01
* | more scrutinizer issue improvementsGerrit Uitslag2014-09-29
|/
* KISS - remove class constants for REQUIRE_GROUPS & IGNORE_GROUPS and replace ...Christopher Smith2014-05-04
* use $requireGroups constants in auth classes; comments; code improvementsChristopher Smith2014-03-14
* Allow user info to be retrieved without groupsChristopher Smith2014-03-12
* streamlined retrieveUsers() signature over all auth plugins FS#2919Andreas Gohr2014-02-15
* FS#2806 - fix auth capability listing in html_debug()Christopher Smith2013-08-04
* fixed loading of old configuration for auth pluginsAndreas Gohr2013-03-01
* fixed config loading for auth pluginsAndreas Gohr2013-02-08
* merge old auth style configs with plugin configAndreas Gohr2012-11-09
* make all sub auth classes call the parent constructorAndreas Gohr2012-11-09
* don't merge any global confs into auth plugin configsAndreas Gohr2012-11-09
* PHP5ized the auth plugin baseAndreas Gohr2012-10-07
* completed plugin.info.txt filesAndreas Gohr2012-10-06
* Merge remote-tracking branch 'janschumann/master' into futureAndreas Gohr2012-10-06
* Refactored auth system: All auth methods are now introduced as plugins.Jan Schumann2012-02-20
* Added prototype for Auth-PluginsJan Schumann2012-01-03