| 73b19ad1 | 26-Sep-2014 |
Yuwei Sun <yuwei@hrz.tu-chemnitz.de> |
translation update |
| 1d053a56 | 26-Sep-2014 |
lisps <stummp@loewen.de> |
fix scrutinizer issues |
| 1dc0e65f | 26-Sep-2014 |
Andreas Gohr <andi@splitbrain.org> |
fixed typos in docblock comments |
| 5e9e1054 | 26-Sep-2014 |
Andreas Gohr <andi@splitbrain.org> |
do not allow empty passwords
When a username but no password is submitted, the login is denied right away instead of relying on the backend to refuse the login. |
| 395c2f0f | 23-Sep-2014 |
Andreas Gohr <andi@splitbrain.org> |
clean user credentials from control chars
This is to prevent zero byte attacks on external auth systems as described in http://www.freelists.org/post/dokuwiki/Fwd-Dokuwiki-maybe-security-issue-Null-
clean user credentials from control chars
This is to prevent zero byte attacks on external auth systems as described in http://www.freelists.org/post/dokuwiki/Fwd-Dokuwiki-maybe-security-issue-Null-byte-poisoning-in-LDAP-authentication
show more ...
|
| 37abef5f | 23-Sep-2014 |
Andreas Gohr <andi@splitbrain.org> |
added filter method to INPUT class
the filter() function can be chained between the accessor and the value function to get a filtered value. When no filter allable is given in the filter() function,
added filter method to INPUT class
the filter() function can be chained between the accessor and the value function to get a filtered value. When no filter allable is given in the filter() function, stripctl() is used to strip all control chars (ASCII<32)
Examples:
$INPUT->post->filter()->str('foobar'); $INPUT->get->filter('myfilter')->int('baz');
show more ...
|
| a470adc3 | 23-Sep-2014 |
Syl <syl@mailoo.org> |
translation update |
| 7ce0a39e | 22-Sep-2014 |
Mohamed Belhsine <b.mohamed897@gmail.com> |
translation update |
| 2c99198d | 20-Sep-2014 |
Jaroslav Lichtblau <jlichtblau@seznam.cz> |
translation update |
| fc8bcbfb | 19-Sep-2014 |
Marcel Eickhoff <eickhoff.marcel@gmail.com> |
translation update |
| ba6828f2 | 19-Sep-2014 |
Davor Turkalj <turki.bsc@gmail.com> |
translation update |
| c3df44ff | 17-Sep-2014 |
Schplurtz le Déboulonné <schplurtz@laposte.net> |
translation update |
| 616de5f5 | 15-Sep-2014 |
Viktor Zavadil <vzavadil@newps.cz> |
translation update |
| 505d947e | 13-Sep-2014 |
June-Hao Hou <junehao@gmail.com> |
translation update |
| de4634ec | 12-Sep-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Additionally allow more media types
They are generated from the default ones and any additional one given by the template. This allows to e.g. split admin styles from end user styles in a closed wik
Additionally allow more media types
They are generated from the default ones and any additional one given by the template. This allows to e.g. split admin styles from end user styles in a closed wiki. You can then deliver only the user styles using the metaheaders plugin.
show more ...
|
| 0073bb09 | 10-Sep-2014 |
Davor Turkalj <turki.bsc@gmail.com> |
translation update |
| 2c917972 | 10-Sep-2014 |
Mohamad Mehdi Habibi <habibi.esf@gmail.com> |
translation update |
| c3dd5e61 | 08-Sep-2014 |
Davor Turkalj <turki.bsc@gmail.com> |
translation update |
| d9de855c | 03-Sep-2014 |
Prof Gra <christophegragnic@gmail.com> |
fr/newpage.txt: translation suggestion
autorisations suffisants -> permissions suffisantes |
| 65833968 | 01-Sep-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
fix userlink title when no authplugin is available or no user is found |
| 04585e6c | 29-Aug-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
rfc2231 compatible encoding for header()
This is only used in the filename header field and ensures correct interpretation of an encoded filename. This is will be needed especially for download of f
rfc2231 compatible encoding for header()
This is only used in the filename header field and ensures correct interpretation of an encoded filename. This is will be needed especially for download of files with umlauts with an Internet Explorer.
show more ...
|
| 0a6d5cde | 27-Aug-2014 |
pokesakura <pokesakura@gmail.com> |
translation update |
| 1349d49f | 27-Aug-2014 |
Felipe Castro <fefcas@gmail.com> |
translation update |
| 682adb32 | 17-Aug-2014 |
Hamid <zarrabi@sharif.edu> |
translation update |
| 8f1efc43 | 15-Aug-2014 |
Andreas Gohr <andi@splitbrain.org> |
sanity check update message
This should avoid problems when a WiFi login redirect intercepts the update check. See https://forum.dokuwiki.org/post/45076 |