482d333c | 11-Jan-2021 |
Patrik K Lundberg <patrik.kotiranta.lundberg@gmail.com> |
translation update |
b68a7721 | 11-Jan-2021 |
Andreas Gohr <andi@splitbrain.org> |
add cache buster on security check request
When doing a normal reload on the admin page to recheck the security, the browser may not re-request the image again. This adds a timestamp to the URL to e
add cache buster on security check request
When doing a normal reload on the admin page to recheck the security, the browser may not re-request the image again. This adds a timestamp to the URL to ensure the image is tested again
show more ...
|
d3f829c2 | 11-Jan-2021 |
Andreas Gohr <andi@splitbrain.org> |
cleaner behaviour for data directory check
Show a properly translated message. |
d2c37456 | 11-Jan-2021 |
Patrik K Lundberg <patrik.kotiranta.lundberg@gmail.com> |
translation update |
cf381878 | 09-Jan-2021 |
Nuno Silva <nuno.m.ribeiro.silva@tecnico.ulisboa.pt> |
Send Popularity data securely |
24115d42 | 07-Jan-2021 |
Andreas Gohr <andi@splitbrain.org> |
use SVG icons for media file links
The dokuwiki template should probably be adjusted a bit. Old png files are not yet removed as they may be used elsewhere still. |
8f7d0e11 | 05-Jan-2021 |
Andreas Gohr <andi@splitbrain.org> |
SVG based file icons
To be used in the new code. Courtesy of https://fileicons.org/ |
052e1c84 | 05-Jan-2021 |
Andreas Gohr <andi@splitbrain.org> |
do not repeat successful security checks. fixes #3363
This avoids creating lots of 403 errors for properly secured data directories. Only one successful check per browser session will be executed. |
f066a397 | 05-Jan-2021 |
Andreas Gohr <andi@splitbrain.org> |
fix style problem |
5a5180be | 02-Jan-2021 |
Ammar Abdulhamid <ammarpad@yahoo.com> |
Log opcache invalidation failure to debug log |
c75b5053 | 30-Dec-2020 |
Ammar Abdulhamid <ammarpad@yahoo.com> |
Suppress error in opcache_invalidate() call |
29694a1d | 29-Dec-2020 |
Thien Hau <thienhau.9a14@gmail.com> |
translation update |
65bcbb60 | 03-Dec-2020 |
Schplurtz le Déboulonné <Schplurtz@laposte.net> |
translation update |
541032da | 03-Dec-2020 |
Andreas Gohr <andi@splitbrain.org> |
extension manager: fix for empty API result. fixes #3330 |
bc45a28e | 03-Dec-2020 |
Andreas Gohr <andi@splitbrain.org> |
codestyle fixes |
a7d03b81 | 25-Nov-2020 |
ANDRE BASSANI DE FREITAS <dedebf@gmail.com> |
translation update |
3dc79ed8 | 25-Nov-2020 |
Andreas Gohr <andi@splitbrain.org> |
usermanager CLI: more cleanup |
1a88e283 | 25-Nov-2020 |
Andreas Gohr <andi@splitbrain.org> |
usermanager CLI: use success messages
This makes it more consistent with the other tools |
4fe4fe89 | 25-Nov-2020 |
Andreas Gohr <andi@splitbrain.org> |
usermanager CLI: fix parameter order for creating users |
80fb44d9 | 25-Nov-2020 |
Andreas Gohr <andi@splitbrain.org> |
usermanager CLI: catch plugin signalled error messages
Plugins may prevent user modifications and will use msg() to tell why. This will catch the messages and print them on CLI as well |
e56df874 | 25-Nov-2020 |
Andreas Gohr <andi@splitbrain.org> |
abort early when no auth backend is available |
44c2bd91 | 25-Nov-2020 |
Andreas Gohr <andi@splitbrain.org> |
type hints and cleanup |
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 |
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 ...
|