summaryrefslogtreecommitdiff
path: root/lib/plugins/authad
Commit message (Collapse)AuthorAge
* Add synced settings for various plugins.rpgCtibor Brančík2016-03-23
|
* translation updateMarton Sebok2015-08-15
|
* translation updateJaroslav Lichtblau2015-08-11
|
* translation updateFrederico Gonçalves Guimarães2015-08-05
|
* translation updatePaulo Carmino2015-07-30
|
* translation updateHugo Smet2015-07-30
|
* updated dates in various info.txt filesAnika Henke2015-07-26
|
* translation updatePhilip Knack2015-07-20
|
* Merge pull request #1227 from dokuwiki-translate/lang_update_88Anika Henke2015-07-15
|\ | | | | Translation update (ko)
| * translation updateMyeongjin2015-07-11
| |
* | fixed a few links and html errors in language filesAnika Henke2015-07-13
| |
* | fixed lots of missing format strings in language filesAnika Henke2015-07-12
| |
* | translation updateMauricio Segura2015-07-12
|/
* translation updateErrol2015-07-08
|
* translation updaternck2015-07-02
|
* translation updateTakumo2015-06-29
|
* 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
|/
* translation updateDanny Buckhof2015-05-07
|
* Error reporting for database auth pluginsPatrick Brown2015-05-06
|
* Move language string to authad pluginPatrick Brown2015-03-31
|
* translation updateJacob Palm2015-03-17
|
* Escape user strings given to adLDAPMichael Große2015-03-12
|
* Explain functions in docstringsMichael Große2015-03-12
|
* Clean up code, add phpdoc comments, some refactoring, etc.Michael Große2015-03-12
|
* Disable the ``last`` button when filtering groupsMichael Große2015-03-12
| | | | | | Since we cannot effectively filter for groups and have to work with incremental prefetching, the ``last`` button is mostly broken/buggy. Hence it is disabled in this usecase.
* When filtering for group implement prefetchingMichael Große2015-03-12
|
* Create and use ad search for user, name and emailMichael Große2015-03-12
|
* Get total number of users in ad, needed for pagingMichael Große2015-03-11
|
* Merge pull request #1013 from dokuwiki-translate/lang_update_168Andreas Gohr2015-02-09
|\ | | | | Translation update (ru)
| * translation updateAleksandr Selivanov2015-01-25
| |
* | fixed method signature #1024Andreas 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
|
* translation updateType-kun2014-12-13
|
* translation updateType-kun2014-12-12
|
* 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 updatePatrick2014-11-19
| |
| * translation updateAleksandr Selivanov2014-10-18
| |
* | more PHPDocs, unused var, small bit code reformattingGerrit Uitslag2014-10-01
| |
* | more scrutinizer issue improvementsGerrit 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