| 40960973 | 31-Jul-2013 |
Andreas Gohr <andi@splitbrain.org> |
include updateVersion in CSS/JS tseed to force reload on update |
| 3094862c | 31-Jul-2013 |
Michael Hamann <michael@content-space.de> |
auth_en/decrypt: Add explanation and more efficient decryption
Added an explanation that what we do is like normal CBC but that we additionally encrypt the IV which is actually suggested by the NIST
auth_en/decrypt: Add explanation and more efficient decryption
Added an explanation that what we do is like normal CBC but that we additionally encrypt the IV which is actually suggested by the NIST for non-random (but unique) IVs. In the decryption process it's not necessary to decrypt the IV, this should save some time.
show more ...
|
| 41878423 | 31-Jul-2013 |
Michael Hamann <michael@content-space.de> |
auth_random: remove exception comment as there is no exception |
| 865faf75 | 30-Jul-2013 |
Michael Hamann <michael@content-space.de> |
Add AES from phpseclib and use it for cookie encryption
This replaces the deprecated and broken Blowfish implementation that has previously been used and should provide a lot more security. |
| ae27e120 | 30-Jul-2013 |
Michael Hamann <michael@content-space.de> |
Use a new, truly random secret for cookie encryption |
| 9c6747f2 | 30-Jul-2013 |
Michael Hamann <michael@content-space.de> |
Fix and add type declarations for the auth system |
| b40098c3 | 30-Jul-2013 |
Michael Hamann <michael@content-space.de> |
Add truly random numbers and use them in places where randomness matters |
| 020ea9e1 | 31-Jul-2013 |
Christopher Smith <chris@jalakai.co.uk> |
unit tests for self deleting of user accounts |
| 2a7abf2d | 31-Jul-2013 |
Christopher Smith <chris@jalakai.co.uk> |
FS#2751 - self deletion of user account |
| 07ff0bab | 31-Jul-2013 |
Michael Hamann <michael@content-space.de> |
Fix the useheading cache invalidation for hidden pages, add tests
This adds a new parameter to ft_backlinks() to ignore permissions which is needed for invalidating the cache of linking pages with u
Fix the useheading cache invalidation for hidden pages, add tests
This adds a new parameter to ft_backlinks() to ignore permissions which is needed for invalidating the cache of linking pages with useheading enabled. This also adds various test cases for ft_backlinks().
show more ...
|
| cd997f93 | 31-Jul-2013 |
Andreas Gohr <andi@splitbrain.org> |
include updateVersion in CSS/JS tseed to force reload on update |
| 27058a05 | 30-Jul-2013 |
Michael Hamann <michael@content-space.de> |
Fix and add type declarations for the auth system |
| 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 |