| 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 |
| cdc8cdbc | 14-Apr-2016 |
Schplurtz le Déboulonné <Schplurtz@laposte.net> |
translation update |
| 95f42e65 | 02-Apr-2016 |
Adrian Vesa <adrianvesa@dotwikis.com> |
translation update |
| c58f49ca | 24-Mar-2016 |
Viliam Dias <viliamjr@gmail.com> |
translation update |
| f6a5c864 | 19-Mar-2016 |
Myeongjin <aranet100@gmail.com> |
translation update |
| 14529785 | 15-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
adjusted for scrutinizer hints |
| 67fe7d43 | 15-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
first go at using reflection for remote export |
| 76f6b28e | 12-Mar-2016 |
Olivier Humbert <trebmuh@users.noreply.github.com> |
Fixes for the FR translation
A few fixes. |
| 8ef94e9e | 12-Mar-2016 |
Andreas Gohr <andi@splitbrain.org> |
obfuscate auth passwords in config. fixes #1487
we already do it for other passwords, so it makes sense to do it here as well. |
| 0cc11d97 | 12-Mar-2016 |
Andreas Gohr <andi@splitbrain.org> |
obfuscate password in config #1487 |
| 1d46eaf1 | 12-Mar-2016 |
Andreas Gohr <andi@splitbrain.org> |
removed accidentally checked in function
this was an intermediate woriking state but got replaced by indivdual dump skipping. forgot to remove it again |
| c3f4c777 | 12-Mar-2016 |
Andreas Gohr <andi@splitbrain.org> |
changed tests to use a data provider
this allows for each dump being run within its own test case which then can be skipped. This is needed to skip the django test on older PHP versions. |
| 44f1c4b7 | 12-Mar-2016 |
Andreas Gohr <andi@splitbrain.org> |
removed another new feature from the postgres dump |