| 6b6d27d9 | 20-Nov-2020 |
Andreas Gohr <andi@splitbrain.org> |
monkeypatch lesserphp
This applies https://github.com/MarcusSchwarz/lesserphp/pull/19 manually to the vendor directory.
It seems lesserphp is abandoned and we will need to find a proper solution. P
monkeypatch lesserphp
This applies https://github.com/MarcusSchwarz/lesserphp/pull/19 manually to the vendor directory.
It seems lesserphp is abandoned and we will need to find a proper solution. Probably by maintaining our own fork. For now this should fix PHP 7.4 tests.
show more ...
|
| 601a1f60 | 20-Nov-2020 |
Andreas Gohr <andi@splitbrain.org> |
Allow revert action for logged in users only
This should prevent accidental reverts by bots on open wikis |
| b09504a9 | 19-Nov-2020 |
Andreas Gohr <andi@splitbrain.org> |
SVG based smileys
This patch replaces our old gif based smileys by SVG based ones from the Twemoji project. This allows for scaling the emojis with the text they're used in. |
| 571a8adb | 19-Nov-2020 |
Andreas Gohr <andi@splitbrain.org> |
work around disabled php_strip_whitespace. fixes #3271 |
| e71d33ca | 19-Nov-2020 |
Andreas Gohr <andi@splitbrain.org> |
scrutinizer fix |
| 01648efd | 19-Nov-2020 |
Andreas Gohr <andi@splitbrain.org> |
Media CSP: omit script-src and add frame-ancestors
See comments for details:
https://github.com/splitbrain/dokuwiki/pull/3310#discussion_r506909727 https://github.com/splitbrain/dokuwiki/pull/3310#
Media CSP: omit script-src and add frame-ancestors
See comments for details:
https://github.com/splitbrain/dokuwiki/pull/3310#discussion_r506909727 https://github.com/splitbrain/dokuwiki/pull/3310#discussion_r506913304
show more ...
|
| 13dfa018 | 18-Nov-2020 |
Michael Stapelberg <stapelberg@users.noreply.github.com> |
mime.conf: add SVG image mime type
This allows uploading and serving SVG images. |
| 079f521b | 14-Nov-2020 |
Petr Kajzar <petr.kajzar@centrum.cz> |
translation update |
| e4248bc9 | 10-Nov-2020 |
Sam <1631095+takuy@users.noreply.github.com> |
update wiki:syntax with usage doc |
| b22e7f79 | 31-Oct-2020 |
Thien Hau <thienhau.9a14@gmail.com> |
translation update |
| 0c3086bb | 30-Oct-2020 |
GHSRobert Ciang <robertus0617@gmail.com> |
translation update |
| 66b108d6 | 28-Oct-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Fix groups match in auth_ismanager and auth_isadmin
Even if a user was passed to the check but no groups, current user's groups were used for the match |
| 65e83d3f | 28-Oct-2020 |
GHSRobert Ciang <Robertus0617@gmail.com> |
Remove strings and files not yet translated |
| 3ff73c3c | 27-Oct-2020 |
AdaKaleh <31895292+adakaleh@users.noreply.github.com> |
Add IPv6 unit tests |
| 0a5f08e5 | 27-Oct-2020 |
AdaKaleh <31895292+adakaleh@users.noreply.github.com> |
Minor optimization of clientIP()
Remove unnecessary assignment, check the output of filter_var() directly. |
| 0b1a7785 | 27-Oct-2020 |
GHSRobert Ciang <Robertus0617@gmail.com> |
Initial batch of Minnan localization |
| 45a8f802 | 24-Oct-2020 |
GHSRobert Ciang <robertus0617@gmail.com> |
translation update |
| fe23cd04 | 15-Oct-2020 |
qezwan <qezwan@gmail.com> |
translation update |
| 6071f0ee | 15-Oct-2020 |
Andreas Gohr <andi@splitbrain.org> |
added JavaScript based filter mechanism |
| 6cda96e3 | 14-Oct-2020 |
Andreas Gohr <andi@splitbrain.org> |
Restrictive Content-Security-Policy for media #1045
This adds a CSP header for all media delivered through our fetch.php dispatcher. This should revent any scripts etc. to be executed when scriptabl
Restrictive Content-Security-Policy for media #1045
This adds a CSP header for all media delivered through our fetch.php dispatcher. This should revent any scripts etc. to be executed when scriptable media, like SVG is used.
Suggestions on finetuning the policy are welcome.
The policy is added to the MEDIA_SENDFILE event, so plugins can easily influence it. The way it is passed as an array should make it easier to modify from plugins as well.
I put the mechanism to send the header into it's own class in the HTTP namespace. Additional methods from inc/httputils could be moved here later. The method might also be interesting for #2198 and #1676.
show more ...
|
| 626992ac | 06-Apr-2018 |
Michael Große <grosse@cosmocode.de> |
fix: mark inputs of styling plugin as required
While this cannot ensure that the value is valid, it should prevent accidental saving of an empty field, which crashes the less compiler.
Fixes #2246 |
| a7e2efd2 | 13-Oct-2020 |
Andreas Gohr <andi@splitbrain.org> |
replace deprecated function calls #3266 |
| a3bfbb3c | 13-Oct-2020 |
Andreas Gohr <andi@splitbrain.org> |
upgraded php-archive to 1.2.0 #3298
fixes an incompatibility with PHP 8 |
| 8368419b | 30-Sep-2020 |
Syntaxseed <825423+syntaxseed@users.noreply.github.com> |
Fix proper param order and use main function name instead of alias 'join'. |
| 02b69dbb | 11-Oct-2020 |
Rainbow Spike <3947636+Rainbow-Spike@users.noreply.github.com> |
Fixing of cell width |