summaryrefslogtreecommitdiff
path: root/lib/plugins/authmysql
Commit message (Collapse)AuthorAge
* updated dates in templates' and plugins' info.txt filesAnika Henke2013-05-06
|
* Japanese language updateSatoshi Sahara2013-05-05
|
* Czech language updateMiroslav Kučera2013-05-05
|
* Russian language updateIvan I. Udovichenko2013-04-26
|
* Japanese language update이명진2013-04-22
|
* Revert "German language update"lupo492013-04-21
| | | | | | | This reverts commit ba09710ad34bb383ae3526e84490a3d545f78866. Conflicts: lib/plugins/authad/lang/de/settings.php
* Brazilian Portuguese language updateVictor Westmann2013-04-15
|
* Finnish language updateOtto Vainio2013-04-15
|
* German language updateMartin Terber2013-04-15
|
* Merge pull request #209 from lupo49/localizationAndreas Gohr2013-04-07
|\ | | | | de/de-informal language updates for several components.
| * de/de-informal: language updates for the core, authldap, authmysql, authpgsqllupo492013-03-31
| |
* | Dutch language updateAndré Koot2013-04-04
| |
* | Brazilian Portuguese language updateVictor Westmann2013-04-04
| |
* | Latvian language updateAivars Miška2013-04-04
|/
* German (informal) language updateFrank Loizzi2013-03-24
|
* Korean language update이명진2013-03-24
|
* Brazilian Portuguese language updateVictor Westmann2013-03-24
|
* Merge pull request #196 from NEOhidra/masterAndreas Gohr2013-03-17
|\ | | | | BG: language update
| * Bulgarian language updateKiril LastName2013-03-06
| |
* | Simplified Chinese language updatelainme2013-03-11
| |
* | Esperanto language updateRobert Bogenschneider2013-03-11
| |
* | French language updateBruno Veilleux2013-03-11
| |
* | Traditional chinese language update日向小郎2013-03-11
|/
* Simplified Chinese language updatelainme2013-02-24
|
* Italian language updateLorenzo Radaelli2013-02-24
|
* litte fixesKlap-in2013-02-16
|
* Complete metadata and defaults of auth plugin configsKlap-in2013-02-16
|
* added config metadata for authmysql pluginAndreas Gohr2013-02-02
|
* authmysql fixesAndreas Gohr2012-11-09
| | | | | * use proper plugin config * code/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.
* 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