| 88833bac | 24-Jun-2013 |
flammy <flamabelde@yahoo.de> |
Fixes validation problems with base64 encoded images in CSS. |
| 603a6381 | 18-Jun-2013 |
Klap-in <klapinklapin@gmail.com> |
add newest plugin types to info plugin |
| ea2272c4 | 16-Jun-2013 |
Andreas Gohr <andi@splitbrain.org> |
removed tabs |
| c594dd1e | 16-Jun-2013 |
Andreas Gohr <andi@splitbrain.org> |
message increase for hotfix |
| 81ee3b1c | 16-Jun-2013 |
Andreas Gohr <andi@splitbrain.org> |
Swedish language update |
| 9d24536d | 14-Jun-2013 |
Andreas Gohr <andi@splitbrain.org> |
correctly count deleted users in plain auth FS#2800
reloading the user list after the delete action will make sure the count is always correct. |
| 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() |
| fa3ed26b | 09-Jun-2013 |
Klap-in <klapinklapin@gmail.com> |
update hashes in tests |
| 62765857 | 09-Jun-2013 |
Klap-in <klapinklapin@gmail.com> |
update common_ml test for hash change |
| 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 |
| 04e4890d | 07-Jun-2013 |
Andreas Gohr <andi@splitbrain.org> |
fix problem when ldap returns no groups FS#2788 |
| e7fbe189 | 07-Jun-2013 |
Andreas Gohr <andi@splitbrain.org> |
fix ldap deref option FS2798
Do not pass timelimit and deref settings to ldap_search. These values should be set globally via ldap_set_option() instead (as we do for deref). |
| 12d195ab | 07-Jun-2013 |
Andreas Gohr <andi@splitbrain.org> |
treat empty AD credentials as NULL values FS#2781 |
| 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 |
| b9cf8ad4 | 01-Jun-2013 |
Anika Henke <anika@selfthinker.org> |
moved X-UA-Compatible from meta tag to be sent by http header instead |
| 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 |