| c23fdc46 | 10-Jun-2016 |
Andreas Gohr <andi@splitbrain.org> |
added authpdo to the list of bundled plugins |
| 7f89f089 | 20-May-2016 |
Andreas Gohr <andi@splitbrain.org> |
added missing statement to capability check |
| 4f30d13a | 18-May-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
shortening dokucookie option names for extension manager |
| 45cb016d | 15-May-2016 |
Davor Turkalj <turki.bsc@gmail.com> |
translation update |
| 52bc962f | 15-May-2016 |
Davor Turkalj <turki.bsc@gmail.com> |
translation update |
| 88a8d4af | 12-May-2016 |
Wiki Doku <SugarKidder@mailinator.com> |
translation update |
| 55d675c9 | 11-May-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
add phpdocs |
| f6cd8a7f | 11-May-2016 |
phjanderson <phjanderson@gmail.com> |
Fixed a small type preventing query parameters from showing up debug messages. |
| 3457dae1 | 09-May-2016 |
Myeongjin <aranet100@gmail.com> |
translation update |
| d90467a2 | 07-May-2016 |
Schplurtz le Déboulonné <Schplurtz@laposte.net> |
translation update |
| 655dcd47 | 30-Apr-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
store the last filtering in the extension manager
Otherwise you have to reapply the filtering every time you updated one plugin. |
| 04db80f1 | 30-Apr-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
reformat js list filtering |
| f4208bec | 24-Apr-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
preg_replace /e modifier replaced by preg_replace_callback
See #1551 |
| b83b4364 | 24-Apr-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
PHPDocs for modifyUser() of ldapauth |
| 6388dc34 | 21-Apr-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
allow true/false for onoff config setting
Changed the values recognized by the general config parser. If value in config is a boolean it is recognized as boolean, not if it is a string.
Fixes #718 |
| 9a9a364c | 21-Apr-2016 |
Anika Henke <anika@selfthinker.org> |
fixed button text when enabling/disabling extension via ajax (probably introduced in #1231) |
| 1f3c3ee3 | 19-Apr-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
add some spaces before %s in nl lang file |
| 55123b45 | 19-Apr-2016 |
Andreas Gohr <andi@splitbrain.org> |
removed comment referencing IE6 #1535 |
| 6bf5cd2f | 19-Apr-2016 |
Andreas Gohr <andi@splitbrain.org> |
remove support for loading old auth backend configs #1535 |
| 42cbd322 | 19-Apr-2016 |
Andreas Gohr <gohr@cosmocode.de> |
Add a protected file to the authplain config cascade
This adds the possibility to define file with protected users in the config cascade to be used with the plain auth mechanism.
This makes it poss
Add a protected file to the authplain config cascade
This adds the possibility to define file with protected users in the config cascade to be used with the plain auth mechanism.
This makes it possible for farms to have way to inherit Farmer users in animals.
show more ...
|
| d0c0a5c4 | 19-Apr-2016 |
Anika Henke <anika@selfthinker.org> |
removed implementation of _getcsv() in usermanager
Our minimum PHP version requirement is now over 5.3, so this workaround is not needed anymore. See also c9454ee3a82b29418a7ee59f0bb35006ea6a7fb1 |
| 1791e29b | 18-Apr-2016 |
Anika Henke <anika@selfthinker.org> |
removed obsolete vendor prefixes (and fixed broken gradients) |
| 8f709990 | 18-Apr-2016 |
Anika Henke <anika@selfthinker.org> |
removed very old left overs from IE7 (and even IE6) support |
| dbd2b659 | 16-Apr-2016 |
David Roy <davidroyapp@gmail.com> |
translation update |
| f18db579 | 15-Apr-2016 |
Andreas Gohr <andi@splitbrain.org> |
copied language files from authmysql |