| 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 |
| 3e7e6067 | 21-May-2013 |
Klap-in <klapinklapin@gmail.com> |
apply media_isexternal |
| d54f7963 | 21-May-2013 |
Klap-in <klapinklapin@gmail.com> |
Added media_isexternal() |
| d572baf8 | 21-May-2013 |
Klap-in <klapinklapin@gmail.com> |
Add check for token when resizing and caching external images |
| f481fb8c | 21-May-2013 |
Klap-in <klapinklapin@gmail.com> |
Update phpdocs of checkFileStatus |
| 0a202917 | 21-May-2013 |
Klap-in <klapinklapin@gmail.com> |
Support handle of images from ftp. ml() can built url to these images, either fetch didn't accept them. |
| 826d2766 | 21-May-2013 |
Klap-in <klapinklapin@gmail.com> |
Clean internal ids in ml(), that it matches with fetch.php The resize token was broken because fetch.php cleans the id before the token calculation, while ml() uses the raw id |
| bfd197d2 | 20-May-2013 |
hArpanet <github@harpanet.com> |
Added comment to DiffFormatter _escape() method
Clarify use of _escape() method in base class. |
| 98e31f85 | 15-May-2013 |
Klap-in <klapinklapin@gmail.com> |
Fix wrong config key in deprecated auth message |
| 0aa90d9a | 09-May-2013 |
Andreas Gohr <andi@splitbrain.org> |
tar library: another fix for lone zero blocks |
| 5e7db1e2 | 06-May-2013 |
Christopher Smith <chris@jalakai.co.uk> |
ensure security token is included in media url when resize parameter is passed in string form, e.g. 'w=80' |
| b1720e5c | 05-May-2013 |
Michael Hamann <michael@content-space.de> |
Indexer: Remove broken and dead readdircache code FS#2771
The code that is removed in this commit has either never been used (listIndexLenghts) or was completely broken (cacheIndexDir) and was intro
Indexer: Remove broken and dead readdircache code FS#2771
The code that is removed in this commit has either never been used (listIndexLenghts) or was completely broken (cacheIndexDir) and was introduced in the indexer rewrite in 2010. The idea of the rewrite was to update the readdir cache after every index change instead of on demand. What the code actually did was removing every updated index from the cache as it used a wrong if condition. Simply fixing the condition wouldn't fix the problem as then only updated indexes would be added to the cache and furthermore the rewrite simply ignored the readdircache setting. For now the safest solution seems to be removing the code. It could be added again in a changed form in a future version.
show more ...
|
| 9e64ca0d | 05-May-2013 |
Michael Hamann <michael@content-space.de> |
Indexer: Fix wrong suffix parameter
The suffix parameter is only for the word length in the word index and not for the metadata index. |
| 8fb341d2 | 05-May-2013 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
Japanese language update |