| 2bb340bc | 25-Jan-2019 |
علیرضا ایوز <info@alirezaivaz.ir> |
translation update |
| 56b894a1 | 20-Jan-2019 |
Tibor Repček <tiborepcek@gmail.com> |
translation update |
| b9d614b8 | 19-Jan-2019 |
Tibor Repček <tiborepcek@gmail.com> |
Add files via upload |
| 9a69bc9b | 17-Jan-2019 |
Samana Johann <samana.johann@sangham.net> |
translation update |
| debc52aa | 11-Jan-2019 |
Phy <git@phy25.com> |
obfuscate: use utf8_tohtml for hex mode encoding, fixes #2665
Note that its output for "regular" char (codepoint < 2bytes) has also changed (before hex, now decimal), due to the current behavior of
obfuscate: use utf8_tohtml for hex mode encoding, fixes #2665
Note that its output for "regular" char (codepoint < 2bytes) has also changed (before hex, now decimal), due to the current behavior of utf8_tohtml. In this case, the config value "hex" doesn't mean "hex" anymore, but it still obfuscates characters as numbers, as expected. This might need doc update.
show more ...
|
| df81ca99 | 11-Jan-2019 |
Phy <git@phy25.com> |
utf8_tohtml: add $all param to encode everything (default false)
This is useful when every character needs to be converted to HTML entities, e.g. (email) `obfuscate()`. Respective test has also been
utf8_tohtml: add $all param to encode everything (default false)
This is useful when every character needs to be converted to HTML entities, e.g. (email) `obfuscate()`. Respective test has also been added.
show more ...
|
| 1fe14553 | 09-Jan-2019 |
Alex Beck <alex@4becks.com> |
translation update |
| 2eb1177e | 09-Jan-2019 |
Phy <git@phy25.com> |
prefer array rather than string with the wl() parameter |
| 59407722 | 07-Jan-2019 |
Phy <git@phy25.com> |
don't show empty optiongroup item in Mobilemenu
Co-authored-by: eiroca <eiroca@users.noreply.github.com> |
| 6f9868d5 | 07-Jan-2019 |
Phy <git@phy25.com> |
fix sha512 failing test, and add test to crypt-style sha512 hash |
| 05e11e5c | 07-Jan-2019 |
Phy <dokuwiki@phy25.com> |
translation update |
| 3aa984ae | 04-Jan-2019 |
LarsGit223 <lars_paulsen@web.de> |
metadata.php: applied PSR2 Coding Style Guide |
| abaaba9a | 03-Jan-2019 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
reset Doku_Renderer properties |
| 26e24149 | 02-Jan-2019 |
ThorPrestboen <thor.erling.prestboen@gmail.com> |
translation update |
| 7e82399c | 26-Dec-2018 |
En Matt <heartattack@free.fr> |
translation update |
| d4424692 | 25-Dec-2018 |
valunf <45840701+valunf@users.noreply.github.com> |
Added rounds support for sha512
sha512 now supports hashes for salt started with "rounds=5000$" |
| 0e2d62e8 | 22-Dec-2018 |
HokkaidoPerson <dosankomali@yahoo.co.jp> |
translation update |
| 30d94a17 | 15-Dec-2018 |
Schplurtz le Déboulonné <schplurtz@laposte.net> |
translation update |
| 38a9f507 | 12-Dec-2018 |
Jacob Palm <mail@jacobpalm.dk> |
translation update |
| 4b6ca5c2 | 10-Dec-2018 |
Frederico Gonçalves Guimarães <frederico@teia.bio.br> |
translation update |
| 418dfc11 | 09-Dec-2018 |
HokkaidoPerson <dosankomali@yahoo.co.jp> |
translation update |
| 54436b19 | 03-Dec-2018 |
bleistivt <bleistivt@users.noreply.github.com> |
Fix zero width spaces in diffs |
| 77244e70 | 29-Nov-2018 |
Michael Hamann <michael@content-space.de> |
Security: Fix ACL check in search_allpages
Due to the changes in 8f34cf3d32c9c091caa658472bd4e3a8270969a8, the ACL check in search_allpages was only executed when 'skipacl' has been explicitly set t
Security: Fix ACL check in search_allpages
Due to the changes in 8f34cf3d32c9c091caa658472bd4e3a8270969a8, the ACL check in search_allpages was only executed when 'skipacl' has been explicitly set to false. Otherwise, only ACLs for namespaces were checked (unless the sneakyacl option was passed). The documentation states that the default for 'skipacl' is false, so setting it to false shouldn't be necessary.
From all I can see, this does not concern DokuWiki itself as search_allpages is never used without the 'skipacl' option explicitly set to true or false. However, this causes serious security issues in plugins that rely on this ACL check in search_allpages like the include plugin.
show more ...
|
| 33c70ba9 | 28-Nov-2018 |
Eddy <eddy@mail.it> |
translation update |
| 3c0e61e2 | 28-Nov-2018 |
Traend <Traend@ruu.kr> |
translation update |