Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | Simplified Chinese language update | lainme | 2013-02-24 | |
| | | ||||
* | | Italian language update | Lorenzo Radaelli | 2013-02-24 | |
|/ | ||||
* | litte fixes | Klap-in | 2013-02-16 | |
| | ||||
* | Merge remote-tracking branch 'origin/master' into authpluginconfig | Klap-in | 2013-02-16 | |
|\ | ||||
| * | fixed html error in plugin lang file | Anika Henke | 2013-02-16 | |
| | | ||||
* | | Complete metadata and defaults of auth plugin configs | Klap-in | 2013-02-16 | |
|/ | ||||
* | dded config metadata for authldap plugin | Andreas Gohr | 2013-02-02 | |
| | ||||
* | fixes for authldap | Andreas Gohr | 2012-11-09 | |
| | | | | | | | * makes proper use of plugin config * adds a few first defaults, but the whole config metadata is still missing * proper PHP5 use and comments | |||
* | make all sub auth classes call the parent constructor | Andreas Gohr | 2012-11-09 | |
| | | | | | This does nothing currently but allows us adding certain things to the base class later. | |||
* | completed plugin.info.txt files | Andreas Gohr | 2012-10-06 | |
| | ||||
* | Merge remote-tracking branch 'janschumann/master' into future | Andreas Gohr | 2012-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 Schumann | 2012-02-20 | |