Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | updated dates in templates' and plugins' info.txt files | Anika Henke | 2013-05-06 |
| | |||
* | Japanese language update | Satoshi Sahara | 2013-05-05 |
| | |||
* | Czech language update | Miroslav Kučera | 2013-05-05 |
| | |||
* | Russian language update | Ivan I. Udovichenko | 2013-04-26 |
| | |||
* | authad: capabilities depend on userdomain specific config | Andreas Gohr | 2013-04-25 |
| | |||
* | authad: added compatibility for old option names | Andreas Gohr | 2013-04-25 |
| | | | | | | adLDAP renamed the ad_username and ad_password to admin_username admin_password recently. this makes our backend recognize the old settings | ||
* | authad: don't request empty fields | Andreas Gohr | 2013-04-25 |
| | |||
* | Merge pull request #215 from splitbrain/authadlangde | Andreas Gohr | 2013-04-22 |
|\ | | | | | fix ids in de lang of authAD | ||
| * | fix ids in de lang of authAD | Klap-in | 2013-04-22 |
| | | |||
* | | fix expiry check for adLDAP version FS#2759 | Andreas Gohr | 2013-04-22 |
| | | |||
* | | Japanese language update | 이명진 | 2013-04-22 |
|/ | |||
* | Merge pull request #213 from lupo49/master | Michael Hamann | 2013-04-21 |
|\ | | | | | de/de-informal language updates for several components. | ||
| * | Revert "German language update" | lupo49 | 2013-04-21 |
| | | | | | | | | | | | | | | This reverts commit ba09710ad34bb383ae3526e84490a3d545f78866. Conflicts: lib/plugins/authad/lang/de/settings.php | ||
* | | Rename ad_username to admin_username | Klap-in | 2013-04-21 |
|/ | | | | canDo getUsers to false when unavailable | ||
* | adjusted authad language files for config option change | Andreas Gohr | 2013-04-19 |
| | |||
* | Merge pull request #204 from senorandy/master | Andreas Gohr | 2013-04-19 |
|\ | | | | | Correctly identify AD account | ||
| * | Update settings.php | senorandy | 2013-03-26 |
| | | |||
| * | Update metadata.php | senorandy | 2013-03-26 |
| | | | | | | Without this unable to access AD info. Also allows SSO. | ||
| * | Update default.php | senorandy | 2013-03-26 |
| | | | | | | Wihtout this, unable to fetch any AD info.. also allows SSO. | ||
* | | Finnish language update | Otto Vainio | 2013-04-15 |
| | | |||
* | | German language update | Martin Terber | 2013-04-15 |
| | | |||
* | | Merge pull request #209 from lupo49/localization | Andreas Gohr | 2013-04-07 |
|\ \ | | | | | | | de/de-informal language updates for several components. | ||
| * | | de/de-informal: language updates for the core, authldap, authmysql, authpgsql | lupo49 | 2013-03-31 |
| |/ | |||
* | | Dutch language update | André Koot | 2013-04-04 |
| | | |||
* | | Latvian language update | Aivars Miška | 2013-04-04 |
| | | |||
* | | Korean language update | 이명진 | 2013-04-04 |
|/ | |||
* | German (informal) language update | Frank Loizzi | 2013-03-24 |
| | |||
* | Korean language update | 이명진 | 2013-03-24 |
| | |||
* | Brazilian Portuguese language update | Victor Westmann | 2013-03-24 |
| | |||
* | Merge pull request #196 from NEOhidra/master | Andreas Gohr | 2013-03-17 |
|\ | | | | | BG: language update | ||
| * | Bulgarian language update | Kiril LastName | 2013-03-06 |
| | | |||
* | | Esperanto language update | Robert Bogenschneider | 2013-03-11 |
| | | |||
* | | French language update | Bruno Veilleux | 2013-03-11 |
| | | |||
* | | Traditional chinese language update | 日向小郎 | 2013-03-11 |
|/ | |||
* | Simplified Chinese language update | lainme | 2013-02-24 |
| | |||
* | Italian language update | Lorenzo Radaelli | 2013-02-24 |
| | |||
* | Fix remaining missing $INPUT uses FS#2577 | Michael Hamann | 2013-02-20 |
| | | | | | | This adds $INPUT in all places where it was still missing and available. $INPUT is now also used in places where using $_REQUEST/... was okay in order to make the code consistent. | ||
* | Complete metadata and defaults of auth plugin configs | Klap-in | 2013-02-16 |
| | |||
* | added config metadata to authad plugin | Andreas Gohr | 2013-02-02 |
| | |||
* | authad fixes | Andreas Gohr | 2012-11-09 |
| | | | | | * fixes incorrect $this->adldap calls * makes use of correct plugin config | ||
* | moved adLDAP to authad plugin and fixed includes | Andreas Gohr | 2012-11-09 |
| | |||
* | some comment cleanup in authad | Andreas Gohr | 2012-11-09 |
| | |||
* | 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 |