summaryrefslogtreecommitdiff
path: root/lib/plugins/authldap
Commit message (Collapse)AuthorAge
* translation updateIkuo Obataya2015-05-28
|
* Merge pull request #1148 from dokuwiki-translate/lang_update_33Andreas Gohr2015-05-15
|\ | | | | Translation update (hr)
| * translation updateDavor Turkalj2015-05-14
| |
* | Merge pull request #1144 from dokuwiki-translate/lang_update_25Andreas Gohr2015-05-14
|\ \ | | | | | | Translation update (fr)
| * | translation updatePietroni2015-05-13
| |/
* / translation updateMenashe Tomer2015-05-14
|/
* Merge pull request #1134 from ptbrown/auth-error-reportingAndreas Gohr2015-05-07
|\ | | | | Refactor error messages from auth plugins.
| * Fix scrutinizer issues with authPatrick Brown2015-05-07
| |
| * Error reporting for database auth pluginsPatrick Brown2015-05-06
| |
* | translation updateJohan Wijnker2015-05-05
|/
* translation updateHudson FAS2015-04-28
|
* translation updateAlex P2015-04-24
|
* translation updateSchplurtz le Déboulonné2015-04-14
|
* translation updateRomulo Pereira2015-03-31
|
* Merge pull request #1089 from dokuwiki-translate/lang_update_27Andreas Gohr2015-03-31
|\ | | | | Translation update (ko)
| * translation updateMyeongjin2015-03-28
| |
* | Merge pull request #1090 from dokuwiki-translate/lang_update_28Andreas Gohr2015-03-31
|\ \ | | | | | | Translation update (cs)
| * | translation updateJaroslav Lichtblau2015-03-28
| |/
* / translation updateAlejandro Nunez2015-03-31
|/
* translation updateJacob Palm2015-03-17
|
* Add english description for new authldap optionsSascha Klopp2015-03-16
|
* Add description for modPass-OptionSascha Klopp2015-03-13
|
* Two new authldap config options: 'userkey' denotes the LDAPSascha Klopp2015-03-03
| | | | | attribute holding the username, 'modPass' allows to disable password changing by the user.
* translation updateSchplurtz le Déboulonné2015-02-24
|
* translation updatelainme2015-02-12
|
* Merge pull request #1013 from dokuwiki-translate/lang_update_168Andreas Gohr2015-02-09
|\ | | | | Translation update (ru)
| * translation updateAleksandr Selivanov2015-01-25
| |
* | fix referral settings in AuthLDAP. closes #1023Andreas Gohr2015-02-09
|/
* Merge pull request #989 from dokuwiki-translate/lang_update_136Andreas Gohr2015-01-05
|\ | | | | Translation update (cs)
| * translation updateJaroslav Lichtblau2014-12-31
| |
* | translation updateMaciej Helt2015-01-05
|/
* translation updateGuido Salatino2014-12-18
|
* translation updateVitaly Filatenko2014-12-15
|
* Merge remote-tracking branch 'origin/master' into scrutinizerissuesGerrit Uitslag2014-12-09
|\ | | | | | | | | | | | | | | | | Conflicts: inc/media.php inc/plugin.php inc/template.php lib/plugins/authplain/_test/escaping.test.php lib/plugins/syntax.php
| * translation updateOmid Hezaveh2014-12-08
| |
| * translation updateMohammad Sadegh2014-11-27
| |
| * translation updatePatrick2014-11-19
| |
* | more scrutinizer issue improvementsGerrit Uitslag2014-09-29
| |
* | scrutinizer documentations issuesGerrit Uitslag2014-09-29
|/
* Merge remote-tracking branch 'origin/auth_getUserData_improvements'Andreas Gohr2014-09-26
|\ | | | | | | | | | | | | | | | | | | | | | | | | * origin/auth_getUserData_improvements: KISS - remove class constants for REQUIRE_GROUPS & IGNORE_GROUPS and replace with boolean values use $requireGroups constants in auth classes; comments; code improvements fix comment errors, sp. & grammar code styling - add missing braces Allow user info to be retrieved without groups Restore correct public interface of getUserData() for authldap plugin Conflicts: inc/common.php
| * Allow user info to be retrieved without groupsChristopher Smith2014-03-12
| | | | | | | | | | | | | | | | | | | | Some parts of dokuwiki (e.g. recent changes, old revisions) can requests lots of user info (to provide editor names) without requiring any group information. This change also implements caching of user info by authmysql & authpgsql plugins to avoid repeated querying of the DB to retrieve the same user information.
| * Restore correct public interface of getUserData() for authldapChristopher Smith2014-03-12
| | | | | | | | | | | | | | plugin The outer/public getUserData() implemented as a wrapper for the previous fn which is now protected.
* | translation updateDavor Turkalj2014-09-08
| |
* | updated dates in info.txt of various plugins and templateAnika Henke2014-08-02
| |
* | translation updateStan2014-08-02
| |
* | translation updateDavor Turkalj2014-07-10
| |
* | translation updateAivars Miška2014-06-10
| |
* | fixed undefined variable in LDAP pluginAndreas Gohr2014-05-18
| |
* | Merge pull request #674 from axel-angel/authldap_modify-passAndreas Gohr2014-05-18
|\ \ | | | | | | Authldap: implement change password in modifyUser
| * | Simplify code and remove unreachable checkAxel Angel2014-05-08
| | |