- Jun 08, 2013
-
-
Andreas Gohr authored
This is needed to replace the password generator by a plugin implementation. Related to PR #166 and FS#2147
-
- 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 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.
-
Michael Hamann authored
The suffix parameter is only for the word length in the word index and not for the metadata index.
-
Satoshi Sahara authored
-
Miroslav Kučera authored
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
When pages contain non-UTF8 chars (eg. when posted through a script or when edited on the filesystem, parts of DokuWiki can break resulting in missing page content. This fixes these problems by forcing the content to UTF-8 on load. This will result in bad characters for input that is not latin1 but contents will at least be visible.
-
- May 03, 2013
-
-
Andreas Gohr authored
-
Andreas Gohr authored
-
- May 02, 2013
-
-
Anika Henke authored
-