| e3710957 | 01-Oct-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
more phpdocs and minor check |
| 253d4b48 | 01-Oct-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
more PHPDocs, unused var, small bit code reformatting |
| 42ea7f44 | 01-Oct-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Many PHPDocs, some unused and dyn declared vars
many PHPDocs some unused variables some dynamically declared variables declared |
| 9d7d72dc | 30-Sep-2014 |
Davor Turkalj <turki.bsc@gmail.com> |
translation update |
| 59bc3b48 | 29-Sep-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
more scrutinizer issue improvements |
| 80d9f3dd | 29-Sep-2014 |
lisps <stummp@loewen.de> |
parse AT parameter: first strtotime then timestamp remove config option |
| e0c26282 | 29-Sep-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
scrutinizer documentations issues |
| c50a128d | 28-Sep-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
move more strings to lang.php |
| a55c49a2 | 28-Sep-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
move strings to lang.php |
| 82f2bcd0 | 28-Sep-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
add placeholders for create page text |
| 0440ca46 | 28-Sep-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
phpdocs parserutils |
| 21d806cd | 28-Sep-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
improve some scrutinizer issues
different types unused vars PHPDocs |
| 73411587 | 28-Sep-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
visibility plugin methods |
| dd7a6159 | 28-Sep-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
use config cascade for loading of localizations |
| 89417bb7 | 27-Sep-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
reformatting config cascade |
| 64d489db | 27-Sep-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
add lang files to cascading |
| ece4159b | 27-Sep-2014 |
Andreas Gohr <andi@splitbrain.org> |
Send CRLF to Windows UAs for code blocks #863 |
| 92b9f196 | 27-Sep-2014 |
Andreas Gohr <andi@splitbrain.org> |
work around missing gzopen on certain systems #865 |
| 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 |