summaryrefslogtreecommitdiff
path: root/lib/plugins
Commit message (Collapse)AuthorAge
...
* | Russian language updateIvan I. Udovichenko2013-04-26
| |
* | Japanese language updateSatoshi Sahara2013-04-26
| |
* | authad: capabilities depend on userdomain specific configAndreas Gohr2013-04-25
| |
* | authad: added compatibility for old option namesAndreas Gohr2013-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 fieldsAndreas Gohr2013-04-25
| |
* | Merge pull request #215 from splitbrain/authadlangdeAndreas Gohr2013-04-22
|\ \ | | | | | | fix ids in de lang of authAD
| * | fix ids in de lang of authADKlap-in2013-04-22
| | |
* | | fix expiry check for adLDAP version FS#2759Andreas Gohr2013-04-22
| | |
* | | Japanese language update이명진2013-04-22
|/ /
* | Merge pull request #213 from lupo49/masterMichael Hamann2013-04-21
|\ \ | | | | | | de/de-informal language updates for several components.
| * | de/de-informal: Change "Vorlage" to "Template"lupo492013-04-21
| | |
| * | de/de-informal: Re-add TOC suffixes (Will be removed after the releaselupo492013-04-21
| | | | | | | | | | | | again)
| * | de/de-informal: Re-apply the updates of ba09710ad34bb383ae3526e84490a3d545f78866Mateng Schimmerlos2013-04-21
| | |
| * | Revert "German language update"lupo492013-04-21
| | | | | | | | | | | | | | | | | | | | | This reverts commit ba09710ad34bb383ae3526e84490a3d545f78866. Conflicts: lib/plugins/authad/lang/de/settings.php
* | | Rename ad_username to admin_usernameKlap-in2013-04-21
|/ / | | | | | | canDo getUsers to false when unavailable
* | adjusted authad language files for config option changeAndreas Gohr2013-04-19
| |
* | Merge pull request #204 from senorandy/masterAndreas Gohr2013-04-19
|\ \ | | | | | | Correctly identify AD account
| * | Update settings.phpsenorandy2013-03-26
| | |
| * | Update metadata.phpsenorandy2013-03-26
| | | | | | | | | Without this unable to access AD info. Also allows SSO.
| * | Update default.phpsenorandy2013-03-26
| | | | | | | | | Wihtout this, unable to fetch any AD info.. also allows SSO.
* | | LDAP: do not bind anonymously if superuser is set FS#2607Andreas Gohr2013-04-19
| | |
* | | 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: config plugin - Clean up the TOC in the configuration page / ↵lupo492013-03-31
| | | | | | | | | | | | | | | | No need to add "Konfiguration" or "Plugin" to every element if the heading tells you that.
| * | | 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
| | |
* | | Chinese language update이명진2013-04-04
| | |
* | | Korean language update이명진2013-04-04
|/ /
* | German (informal) language updateFrank Loizzi2013-03-24
| |
* | Korean language update이명진2013-03-24
| |
* | Brazilian Portuguese language updateVictor Westmann2013-03-24
| |
* | removed unsused translation fileDominik Eckelmann2013-03-19
| |
* | 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
| | |
* | | typo fixAndreas Gohr2013-03-11
| | |
* | | French language updateBruno Veilleux2013-03-11
| | |
* | | Traditional chinese language update日向小郎2013-03-11
| | |
* | | fixed use of removed plugin function in revert plugin (FS#2744)Anika Henke2013-03-09
|/ /
* | fixed loading of old configuration for auth pluginsAndreas Gohr2013-03-01
| |
* | fix security caution for 'remote' setting (was 'xmlrpc')Christopher Smith2013-02-24
| |
* | fixed typosAndreas Gohr2013-02-24
| |
* | Simplified Chinese language updatelainme2013-02-24
| |
* | Italian language updateLorenzo Radaelli2013-02-24
| |
* | Fix remaining missing $INPUT uses FS#2577Michael Hamann2013-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.