079f521b | 14-Nov-2020 |
Petr Kajzar <petr.kajzar@centrum.cz> |
translation update |
b22e7f79 | 31-Oct-2020 |
Thien Hau <thienhau.9a14@gmail.com> |
translation update |
0c3086bb | 30-Oct-2020 |
GHSRobert Ciang <robertus0617@gmail.com> |
translation update |
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 |
02b69dbb | 11-Oct-2020 |
Rainbow Spike <3947636+Rainbow-Spike@users.noreply.github.com> |
Fixing of cell width |
a178b566 | 10-Oct-2020 |
Wrya <wryaali33@gmail.com> |
translation update |
59440086 | 08-Oct-2020 |
Andreas Gohr <andi@splitbrain.org> |
refresh user cache in plain auth on user modifying
When a user login was renamed, the user appeared twice. Once as the old user and once as the new user. |
0cc185e1 | 08-Oct-2020 |
Wrya <wryaali33@gmail.com> |
translation update |
29d503b1 | 07-Oct-2020 |
qezwan <qezwan@gmail.com> |
translation update |
3a0e3c90 | 07-Oct-2020 |
qezwan <qezwan@gmail.com> |
translation update |
a0c85aa6 | 05-Oct-2020 |
qezwan <qezwan@gmail.com> |
translation update |
4197f8f1 | 05-Oct-2020 |
qezwan <qezwan@gmail.com> |
translation update |
66de2ac1 | 05-Oct-2020 |
qezwan <qezwan@gmail.com> |
translation update |
98c80af3 | 03-Sep-2020 |
Frank Long <longyn@users.noreply.github.com> |
Update translation
選擇 =>Traditional Chinese
选择 => Simplified Chinese |
ad4420a9 | 02-Sep-2020 |
Endrit Callaki <endrit@callaki.de> |
translation update |
76e0afa4 | 02-Sep-2020 |
Andreas Gohr <andi@splitbrain.org> |
don't crush tables too narrow. fixes #3250
This ensures that the table wrapper has at least 50% of the page width available. This allows small tables still be besides floating elements like images o
don't crush tables too narrow. fixes #3250
This ensures that the table wrapper has at least 50% of the page width available. This allows small tables still be besides floating elements like images or the TOC, but larger tables will get the full width.
show more ...
|
e3c16617 | 31-Aug-2020 |
Phy <dokuwiki@phy25.com> |
translation update |
2bf5aa0c | 27-Aug-2020 |
Karsten Kosmala <karsten.kosmala@gmail.com> |
typos |
c93d7d34 | 27-Aug-2020 |
Karsten Kosmala <kosmala@cosmocode.de> |
remove unused variable |
ae26f74e | 27-Aug-2020 |
Karsten Kosmala <kosmala@cosmocode.de> |
add addToGroup and removeFromGroup |