- Jun 09, 2013
- Jun 08, 2013
-
-
Andreas Gohr authored
Clean internal ids in ml(), that it matches with fetch.php
-
- Jun 07, 2013
-
-
Andreas Gohr authored
-
Andreas Gohr authored
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).
-
Andreas Gohr authored
-
이명진 authored
-
- Jun 02, 2013
-
-
Andreas Gohr authored
-
Andreas Gohr authored
Implement HMAC for signature tokens
-
- Jun 01, 2013
-
-
Anika Henke authored
-
- May 31, 2013
-
-
Andreas Gohr authored
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.
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
-
- May 30, 2013
-
-
Andreas Gohr authored
-
Andreas Gohr authored
-
- May 27, 2013
-
-
Anika Henke authored
-
Anika Henke authored
-
Anika Henke authored
-
- May 21, 2013
-
-
Klap-in authored
-
Klap-in authored
-
Klap-in authored
-
Klap-in authored
-
Klap-in authored
ml() can built url to these images, either fetch didn't accept them.
-
Klap-in authored
Informative as sample implementation too
-
Klap-in authored
The resize token was broken because fetch.php cleans the id before the token calculation, while ml() uses the raw id
-
- May 15, 2013
-
-
Klap-in authored
-
Klap-in authored
-
Dominik Eckelmann authored
This reverts commit 37764cbb.
-
Dominik Eckelmann authored
-
- May 10, 2013
-
-
Guy Brand authored
-
- May 09, 2013
-
-
Andreas Gohr authored
-
Andreas Gohr authored
-
- May 06, 2013
-
-
Anika Henke authored
-
Andreas Gohr authored
-
Andreas Gohr authored
FS#2767, fix for missing security token
-
- May 05, 2013
-
-
Christopher Smith authored
ensure security token is included in media url when resize parameter is passed in string form, e.g. 'w=80'
-
Christopher Smith authored
-
Michael Hamann authored
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.
-