| fc498a42 | 30-Jul-2013 |
Christopher Smith <chris@jalakai.co.uk> |
FS#2770 - prevent <file> and <code> syntax regex matching token names which start '<file' or '<code' |
| 627fc03f | 30-Jul-2013 |
Guy Brand <gb@unistra.fr> |
Fix for the FS#1833 parser error |
| 559615ac | 30-Jul-2013 |
Andreas Gohr <andi@splitbrain.org> |
added missing lessc library |
| d4a1ece8 | 29-Jul-2013 |
Andreas Gohr <andi@splitbrain.org> |
add LESS support
still needs testing |
| 22064dd9 | 28-Jul-2013 |
Márton Sebők <sebokmarton@gmail.com> |
Hungarian language update |
| b3fd8639 | 28-Jul-2013 |
이명진 <aranet100@gmail.com> |
Korean language update |
| c71db656 | 21-Jul-2013 |
Anika Henke <anika@selfthinker.org> |
added tpl_classes() to return useful layout classes |
| 89e71fa9 | 12-Jul-2013 |
Andreas Gohr <andi@splitbrain.org> |
fix function call in feedcreator FS#2805
the _redirect function is not used in DokuWiki anyway |
| b243b168 | 12-Jul-2013 |
Volker Bödker <volker@boedker.de> |
Informal German language update |
| ea2272c4 | 16-Jun-2013 |
Andreas Gohr <andi@splitbrain.org> |
removed tabs |
| 81ee3b1c | 16-Jun-2013 |
Andreas Gohr <andi@splitbrain.org> |
Swedish language update |
| 987c8d26 | 14-Jun-2013 |
Andreas Gohr <andi@splitbrain.org> |
Increased strength of auto generated passwords a bit
If you want better random initialization and more control over the password strength install the passpolicy plugin. |
| e0086ca2 | 12-Jun-2013 |
Andreas Gohr <andi@splitbrain.org> |
check for spam in summary as well, added common spam summary |
| b9ee6a44 | 09-Jun-2013 |
Klap-in <klapinklapin@gmail.com> |
apply media_isexternal in ml() |
| d628dcf3 | 09-Jun-2013 |
Andreas Gohr <andi@splitbrain.org> |
fixed syntax fuckup |
| 8a285f7f | 09-Jun-2013 |
Andreas Gohr <andi@splitbrain.org> |
AUTH_PASSWORD_GENERATE event added
This is needed to replace the password generator by a plugin implementation. Related to PR #166 and FS#2147 |
| 7482f2d6 | 07-Jun-2013 |
이명진 <aranet100@gmail.com> |
Korean language update |
| 21c9604e | 02-Jun-2013 |
Andreas Gohr <andi@splitbrain.org> |
we now require PHP 5.2.0 at least |
| 183a7b88 | 31-May-2013 |
Andreas Gohr <andi@splitbrain.org> |
make password reset token completely random
No need for HMAC here because there's no length attack vector here. We only care for the existance of the file and each reset request is completely (rando
make password reset token completely random
No need for HMAC here because there's no length attack vector here. We only care for the existance of the file and each reset request is completely (random) independent from each other.
show more ...
|
| 8fcfc7ab | 31-May-2013 |
Andreas Gohr <andi@splitbrain.org> |
use HMAC in password reset token FS#2794 |
| a132f948 | 31-May-2013 |
Andreas Gohr <andi@splitbrain.org> |
use HMAC for CSRF security tokens FS#2794 |
| cdcd66df | 31-May-2013 |
Andreas Gohr <andi@splitbrain.org> |
use hmac for external ressource hash FS#2794 |
| 3c124064 | 30-May-2013 |
Andreas Gohr <gohr@cosmocode.de> |
use HMAC in media_token FS#2794 |
| f1b824b5 | 30-May-2013 |
Andreas Gohr <gohr@cosmocode.de> |
added HMAC support to PassHash class FS#2794 |
| a91f1103 | 27-May-2013 |
Anika Henke <anika@selfthinker.org> |
fixed wrong use of quotes in authtype warning message |