- Aug 02, 2013
-
-
Christopher Smith authored
-
- Aug 01, 2013
-
-
Matthias Schulte authored
-
- Jul 31, 2013
-
-
Christopher Smith authored
-
Christopher Smith authored
-
Michael Hamann authored
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().
-
Andreas Gohr authored
-
- Jul 30, 2013
-
-
Michael Hamann authored
-
Mohamed Amine BERGAOUI authored
-
Guy Brand authored
-
Mohamed Amine BERGAOUI authored
-
- Jul 27, 2013
-
-
Márton Sebők authored
-
이명진 authored
-
- Jul 12, 2013
-
-
Andreas Gohr authored
the _redirect function is not used in DokuWiki anyway
-
Volker Bödker authored
-
- Jun 16, 2013
-
-
Andreas Gohr authored
-
Andreas Gohr authored
-
- Jun 14, 2013
-
-
Andreas Gohr authored
If you want better random initialization and more control over the password strength install the passpolicy plugin.
-
- Jun 12, 2013
-
-
Andreas Gohr authored
-
- Jun 09, 2013
-
-
Klap-in authored
-
- Jun 08, 2013
-
-
Andreas Gohr authored
-
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
-
-
이명진 authored
-
- Jun 02, 2013
-
-
Andreas Gohr 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
-
- May 21, 2013
- May 20, 2013
-
-
hArpanet authored
Clarify use of _escape() method in base class.
-
- May 15, 2013
-
-
Klap-in authored
-
- May 09, 2013
-
-
Andreas Gohr authored
-
- 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'
-
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.
-