History log of /dokuwiki/lib/ (Results 401 – 425 of 4510)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
482d333c11-Jan-2021 Patrik K Lundberg <patrik.kotiranta.lundberg@gmail.com>

translation update

b68a772111-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 ...

d3f829c211-Jan-2021 Andreas Gohr <andi@splitbrain.org>

cleaner behaviour for data directory check

Show a properly translated message.

d2c3745611-Jan-2021 Patrik K Lundberg <patrik.kotiranta.lundberg@gmail.com>

translation update

cf38187809-Jan-2021 Nuno Silva <nuno.m.ribeiro.silva@tecnico.ulisboa.pt>

Send Popularity data securely

24115d4207-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.

8f7d0e1105-Jan-2021 Andreas Gohr <andi@splitbrain.org>

SVG based file icons

To be used in the new code. Courtesy of https://fileicons.org/


/dokuwiki/inc/Media/MediaFile.php
/dokuwiki/inc/Ui/Media/Display.php
/dokuwiki/inc/Ui/Media/DisplayRow.php
/dokuwiki/inc/Ui/Media/DisplayTile.php
images/fileicons/svg/7z.svg
images/fileicons/svg/asm.svg
images/fileicons/svg/bash.svg
images/fileicons/svg/bz2.svg
images/fileicons/svg/c.svg
images/fileicons/svg/conf.svg
images/fileicons/svg/cpp.svg
images/fileicons/svg/cs.svg
images/fileicons/svg/csh.svg
images/fileicons/svg/css.svg
images/fileicons/svg/csv.svg
images/fileicons/svg/deb.svg
images/fileicons/svg/doc.svg
images/fileicons/svg/docx.svg
images/fileicons/svg/file.svg
images/fileicons/svg/gif.svg
images/fileicons/svg/gz.svg
images/fileicons/svg/h.svg
images/fileicons/svg/htm.svg
images/fileicons/svg/html.svg
images/fileicons/svg/ico.svg
images/fileicons/svg/java.svg
images/fileicons/svg/jpeg.svg
images/fileicons/svg/jpg.svg
images/fileicons/svg/js.svg
images/fileicons/svg/json.svg
images/fileicons/svg/lua.svg
images/fileicons/svg/mp3.svg
images/fileicons/svg/mp4.svg
images/fileicons/svg/ods.svg
images/fileicons/svg/odt.svg
images/fileicons/svg/ogg.svg
images/fileicons/svg/ogv.svg
images/fileicons/svg/pdf.svg
images/fileicons/svg/php.svg
images/fileicons/svg/pl.svg
images/fileicons/svg/png.svg
images/fileicons/svg/ppt.svg
images/fileicons/svg/pptx.svg
images/fileicons/svg/ps.svg
images/fileicons/svg/py.svg
images/fileicons/svg/rar.svg
images/fileicons/svg/rb.svg
images/fileicons/svg/rpm.svg
images/fileicons/svg/rtf.svg
images/fileicons/svg/sh.svg
images/fileicons/svg/sql.svg
images/fileicons/svg/svg.svg
images/fileicons/svg/swf.svg
images/fileicons/svg/tar.svg
images/fileicons/svg/tgz.svg
images/fileicons/svg/txt.svg
images/fileicons/svg/wav.svg
images/fileicons/svg/webm.svg
images/fileicons/svg/xls.svg
images/fileicons/svg/xlsx.svg
images/fileicons/svg/xml.svg
images/fileicons/svg/zip.svg
052e1c8405-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.

f066a39705-Jan-2021 Andreas Gohr <andi@splitbrain.org>

fix style problem

5a5180be02-Jan-2021 Ammar Abdulhamid <ammarpad@yahoo.com>

Log opcache invalidation failure to debug log

c75b505330-Dec-2020 Ammar Abdulhamid <ammarpad@yahoo.com>

Suppress error in opcache_invalidate() call

29694a1d29-Dec-2020 Thien Hau <thienhau.9a14@gmail.com>

translation update

65bcbb6003-Dec-2020 Schplurtz le Déboulonné <Schplurtz@laposte.net>

translation update

541032da03-Dec-2020 Andreas Gohr <andi@splitbrain.org>

extension manager: fix for empty API result. fixes #3330

bc45a28e03-Dec-2020 Andreas Gohr <andi@splitbrain.org>

codestyle fixes

a7d03b8125-Nov-2020 ANDRE BASSANI DE FREITAS <dedebf@gmail.com>

translation update

3dc79ed825-Nov-2020 Andreas Gohr <andi@splitbrain.org>

usermanager CLI: more cleanup

1a88e28325-Nov-2020 Andreas Gohr <andi@splitbrain.org>

usermanager CLI: use success messages

This makes it more consistent with the other tools

4fe4fe8925-Nov-2020 Andreas Gohr <andi@splitbrain.org>

usermanager CLI: fix parameter order for creating users

80fb44d925-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

e56df87425-Nov-2020 Andreas Gohr <andi@splitbrain.org>

abort early when no auth backend is available

44c2bd9125-Nov-2020 Andreas Gohr <andi@splitbrain.org>

type hints and cleanup

b09504a919-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.

571a8adb19-Nov-2020 Andreas Gohr <andi@splitbrain.org>

work around disabled php_strip_whitespace. fixes #3271

01648efd19-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 ...

1...<<11121314151617181920>>...181