fbd4d72b | 11-Oct-2016 |
Arne Hanssen <arne.hanssen@getmail.no> |
translation update |
9d0bfd9d | 10-Oct-2016 |
Arne Hanssen <arne.hanssen@getmail.no> |
translation update |
73d72497 | 10-Oct-2016 |
Radimir <radimir.shevchenko@gmail.com> |
translation update |
65b1ea08 | 08-Oct-2016 |
Arne Hanssen <arne.hanssen@getmail.no> |
translation update |
909860c4 | 03-Oct-2016 |
Eric <ericstevenart@netc.fr> |
translation update |
320c434e | 01-Oct-2016 |
Arne Hanssen <arne.hanssen@getmail.no> |
translation update |
40017f0b | 26-Sep-2016 |
Itamar Shoham <itsho@users.noreply.github.com> |
Update auth.php
added debug prints to better figure out when LDAP has search issues. |
54333642 | 18-Sep-2016 |
Davor Turkalj <turki.bsc@gmail.com> |
translation update |
d785a180 | 25-Aug-2016 |
Daniel Slováček <danslo@danslo.cz> |
translation update |
7bbbca89 | 23-Aug-2016 |
Sam01 <m.sajad079@gmail.com> |
translation update |
e8f1a63f | 22-Aug-2016 |
sam01 <m.sajad079@gmail.com> |
translation update |
397d62a2 | 20-Aug-2016 |
Andreas Gohr <andi@splitbrain.org> |
AuthPDO: allow in-SQL pasword checking
This is a feature that was present in the old authmysql plugin. It allows administrators to specify an SQL string that is used for explicit password checking i
AuthPDO: allow in-SQL pasword checking
This is a feature that was present in the old authmysql plugin. It allows administrators to specify an SQL string that is used for explicit password checking instead of letting DokuWiki compare the hashes. This is useful where application implement their own salt/hashing thing.
This comes with a test case for the MyBB forum software. Dump kindly provided by William Kitchen
show more ...
|
ad4d5631 | 20-Aug-2016 |
Andreas Gohr <andi@splitbrain.org> |
allow for checking of parameter existence in capabilities
This allows for more fine control over what the abilities are, depending on the parameters used within the configured sql string. |
f2cf01a7 | 10-Aug-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Fix typo |
13368410 | 10-Aug-2016 |
Sjoerd <sjoerd@sjomar.eu> |
translation update |
94214f97 | 27-Jul-2016 |
Riccardo <riccardofila@gmail.com> |
translation update |
2d3dcf99 | 19-Jul-2016 |
Enny Rodriguez <aquilez.4@gmail.com> |
translation update |
e36c906b | 16-Jul-2016 |
Hideaki SAWADA <chuno@live.jp> |
translation update |
342753d2 | 01-Jul-2016 |
Andreas Gohr <andi@splitbrain.org> |
fixed password decoding
We decoded the wrong option here before. |
ff0a3231 | 28-Jun-2016 |
Jacob Palm <mail@jacobpalm.dk> |
translation update |
cb46a9fd | 28-Jun-2016 |
Felipe Castro <fefcas@gmail.com> |
translation update |
da2b416b | 27-Jun-2016 |
Andreas Gohr <gohr@cosmocode.de> |
make adLDAP function public again. #1616
It seems some update of the adLDAP library made a crucial function protected, thus breaking the authad plugin.
This just makes the function public again, wh
make adLDAP function public again. #1616
It seems some update of the adLDAP library made a crucial function protected, thus breaking the authad plugin.
This just makes the function public again, which should fix the immeadiate problem. A proper fix would need to do #1553 as well
show more ...
|
c2564656 | 26-Jun-2016 |
Myeongjin <aranet100@gmail.com> |
translation update |
f11017b8 | 25-Jun-2016 |
Hideaki SAWADA <chuno@live.jp> |
translation update |
80cf2ac2 | 22-Jun-2016 |
Andreas Gohr <gohr@cosmocode.de> |
removed wrong comment - str_getcsv isn't powerful enough
See https://github.com/splitbrain/dokuwiki/issues/1535#issuecomment-227039700 |