Update settings.php
Update metadata.phpWithout this unable to access AD info. Also allows SSO.
Update default.phpWihtout this, unable to fetch any AD info.. also allows SSO.
German (informal) language update
Korean language update
Brazilian Portuguese language update
Esperanto language update
French language update
Traditional chinese language update
Bulgarian language update
Simplified Chinese language update
Italian language update
Fix remaining missing $INPUT uses FS#2577This adds $INPUT in all places where it was still missing and available.$INPUT is now also used in places where using $_REQUEST/... was okay inorder to ma
Fix remaining missing $INPUT uses FS#2577This adds $INPUT in all places where it was still missing and available.$INPUT is now also used in places where using $_REQUEST/... was okay inorder to make the code consistent.
show more ...
Complete metadata and defaults of auth plugin configs
added config metadata to authad plugin
authad fixes* fixes incorrect $this->adldap calls* makes use of correct plugin config
moved adLDAP to authad plugin and fixed includes
some comment cleanup in authad
make all sub auth classes call the parent constructorThis does nothing currently but allows us adding certain thingsto the base class later.
completed plugin.info.txt files
Merge remote-tracking branch 'janschumann/master' into futureThis merge fixes all conflicts but is otherwise untested and might breakfunktionality in the auth system somewhere. It NEEDS MAJOR TEST
Merge remote-tracking branch 'janschumann/master' into futureThis merge fixes all conflicts but is otherwise untested and might breakfunktionality 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.
1...<<111213141516