summaryrefslogtreecommitdiff
path: root/lib/plugins/auth.php
Commit message (Collapse)AuthorAge
* Fix scrutinizer issues with authPatrick Brown2015-05-07
|
* 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
| * AUTH_USER_CHANGE handler can modify passed dataMichal Koutný2014-10-13
| | | | | | | | | | | | Originally AUTH_USER_CHANGE handler could modify the user data, however, auth plugin consequently worked with different copy of the array thus effectively preventing any changes by the AUTH_USER_CHANGE implementer.
* | 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
| | | | with boolean values
* use $requireGroups constants in auth classes; comments; code improvementsChristopher Smith2014-03-14
|
* 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.
* 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
| | | | | This does nothing currently but allows us adding certain things to the base class later.
* 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This merge fixes all conflicts but is otherwise untested and might break funktionality in the auth system somewhere. It NEEDS MAJOR TESTING! Some refactoring of the auth plugins is still needed: * move to PHP5 style * fix comments * add plugin.info.txt * janschumann/master: Refactored auth system: All auth methods are now introduced as plugins. Bugfix: auth types are now correcty added Setup auth system from plugins Added Auth-Plugin-Prototype to autoload Load auth types from plugins in settings_authtype class Added prototype for Auth-Plugins added plugin type 'auth' Conflicts: inc/auth.php inc/auth/pgsql.class.php inc/init.php inc/load.php lib/plugins/auth.php lib/plugins/authad/auth.php lib/plugins/authldap/auth.php lib/plugins/authmysql/auth.php lib/plugins/authplain/auth.php
* Refactored auth system: All auth methods are now introduced as plugins.Jan Schumann2012-02-20
|
* Added prototype for Auth-PluginsJan Schumann2012-01-03