History log of /dokuwiki/lib/ (Results 351 – 375 of 4512)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
f89f8c7931-Dec-2021 Mark Prins <mprins@users.sf.net>

translation update

bc63eda628-Dec-2021 Schplurtz le Déboulonné <schplurtz@laposte.net>

translation update

d8ab874626-Dec-2021 Andreas Gohr <andi@splitbrain.org>

Revert "Merge pull request #3039 from takuy/video-attributes"

This reverts commit 408d79f78505248f9ccb44bd2561cedc250ce5a1, reversing
changes made to b7c67f83bd81eff3186e4ebd2d9e86cd2c32468d.

4511ba4126-Dec-2021 Andreas Gohr <andi@splitbrain.org>

remove remaining X-UA-Compatible headers. fixes #3434

2420159417-Dec-2021 Andreas Gohr <andi@splitbrain.org>

fix security problems in draft handling. fixes #3565

5f18fdf314-Dec-2021 Andreas Gohr <andi@splitbrain.org>

authplain: properly clean user names

The authplain module uses cleanID to clean usernames to make them valid
pagenames. However namespaces should not be used in usernames.

For that cleanUser and cl

authplain: properly clean user names

The authplain module uses cleanID to clean usernames to make them valid
pagenames. However namespaces should not be used in usernames.

For that cleanUser and cleanGroup replaced columns in given names. But
depending on the wiki configuration useslash, semicolons and slashes may
also be used as namespace separators. cleanID would replace those with
colons, reintroducing colons into the names.

The problem was reported in a forum post where spammers tried to
register http addresses as user names:

https://forum.dokuwiki.org/d/19796-spammers-with-in-their-name

Users with colons were correctly saved (the colon is escaped in the user
file) but could probably not login (unless using a slash or semicolon
instead of the colon). Since usernames are cleaned in many places in
DokuWiki, such a logged in user was probably not recognized correctly.

Because of the proper colon escaping when saving the user file, I don't
see any security issue arising from this. Eg. it was not possible to
trip up the user loading mechanism.

Note: Previously created users containing colons can not be deleted via
the user manager, because displayed usernames are cleaned again, which
will remove the colons.

show more ...

54bcc3a612-Dec-2021 Andreas Gohr <andi@splitbrain.org>

eck CSRF token in styling plugin. fixes #3560

96f679fa08-Dec-2021 Andreas Gohr <andi@splitbrain.org>

check CSRF token enabling/disabling extensions. fixes #3559

b43eeadb27-Nov-2021 Andreas Gohr <andi@splitbrain.org>

set default size for embedded SVGs

many templates fail to set proper sizes for admin icons etc. This will
prevent SVGs from blowing up by default - of course templates should
still overwrite this de

set default size for embedded SVGs

many templates fail to set proper sizes for admin icons etc. This will
prevent SVGs from blowing up by default - of course templates should
still overwrite this default.

show more ...

b9a4556d24-Nov-2021 Andreas Gohr <andi@splitbrain.org>

avoid doubling line in logviewer. fixes #3554

6a410eb323-Nov-2021 Eduardo Mozart de Oliveira <eduardomozart182@gmail.com>

translation update

326bf34615-Nov-2021 Spiros Ioannou <sivann@gmail.com>

much better greek (el) translations


/dokuwiki/.github/workflows/testLinux.yml
/dokuwiki/.gitignore
/dokuwiki/_test/core/phpQuery-onefile.php
/dokuwiki/_test/tests/inc/XmlRpcServer.test.php
/dokuwiki/_test/tests/inc/auth_loadacl.test.php
/dokuwiki/_test/tests/inc/auth_password.test.php
/dokuwiki/_test/tests/inc/common_mediainfo.test.php
/dokuwiki/_test/tests/inc/indexer_indexing.test.php
/dokuwiki/_test/tests/inc/media_searchlist.test.php
/dokuwiki/_test/tests/inc/parser/parser_code.test.php
/dokuwiki/_test/tests/inc/parser/parser_file.test.php
/dokuwiki/_test/tests/inc/parser/parser_footnote.test.php
/dokuwiki/_test/tests/inc/parser/parser_quotes.test.php
/dokuwiki/_test/tests/inc/remote.test.php
/dokuwiki/_test/tests/inc/sort_without_collator.test.php
/dokuwiki/_test/tests/lib/exe/fetch_imagetoken.test.php
/dokuwiki/composer.json
/dokuwiki/composer.lock
/dokuwiki/inc/PassHash.php
/dokuwiki/inc/Remote/Api.php
/dokuwiki/inc/Remote/ApiCore.php
/dokuwiki/inc/Remote/IXR/Client.php
/dokuwiki/inc/Remote/XmlRpcServer.php
/dokuwiki/inc/load.php
plugins/extension/lang/el/intro_install.txt
plugins/extension/lang/el/intro_plugins.txt
plugins/extension/lang/el/intro_search.txt
plugins/extension/lang/el/lang.php
plugins/styling/lang/el/lang.php
/dokuwiki/vendor/composer/ClassLoader.php
/dokuwiki/vendor/composer/InstalledVersions.php
/dokuwiki/vendor/composer/autoload_psr4.php
/dokuwiki/vendor/composer/autoload_static.php
/dokuwiki/vendor/composer/installed.json
/dokuwiki/vendor/composer/installed.php
/dokuwiki/vendor/kissifrot/php-ixr/.editorconfig
/dokuwiki/vendor/kissifrot/php-ixr/.gitignore
/dokuwiki/vendor/kissifrot/php-ixr/LICENSE.txt
/dokuwiki/vendor/kissifrot/php-ixr/README.md
/dokuwiki/vendor/kissifrot/php-ixr/composer.json
/dokuwiki/vendor/kissifrot/php-ixr/src/Client/Client.php
/dokuwiki/vendor/kissifrot/php-ixr/src/Client/ClientMulticall.php
/dokuwiki/vendor/kissifrot/php-ixr/src/Client/ClientSSL.php
/dokuwiki/vendor/kissifrot/php-ixr/src/DataType/Base64.php
/dokuwiki/vendor/kissifrot/php-ixr/src/DataType/Date.php
/dokuwiki/vendor/kissifrot/php-ixr/src/DataType/Value.php
/dokuwiki/vendor/kissifrot/php-ixr/src/Exception/ClientException.php
/dokuwiki/vendor/kissifrot/php-ixr/src/Exception/ServerException.php
/dokuwiki/vendor/kissifrot/php-ixr/src/Message/Error.php
/dokuwiki/vendor/kissifrot/php-ixr/src/Message/Message.php
/dokuwiki/vendor/kissifrot/php-ixr/src/Request/Request.php
/dokuwiki/vendor/kissifrot/php-ixr/src/Server/ClassServer.php
/dokuwiki/vendor/kissifrot/php-ixr/src/Server/IntrospectionServer.php
/dokuwiki/vendor/kissifrot/php-ixr/src/Server/Server.php
5c9e31ac04-Nov-2021 Faramarz Karamizadeh <f.karamizadeh@yahoo.com>

translation update

e217048816-Sep-2021 Andreas Gohr <andi@splitbrain.org>

adjust help text of extension cli

to reflect that extensions can be installed from URLs as well

75cba7af30-Aug-2021 David Surroca <davidsurrocaestrada@gmail.com>

translation update

5aaea2b012-Aug-2021 Locness <locness3@e.email>

Do not duplicate the foreach ($installed...

831ec55408-Aug-2021 Axel Kirch <axel@globeglotter.com>

translation update

cc16762d03-Aug-2021 Locness <locness3@e.email>

Allow installing extenions from URL via the CLI

fixes #3258

bfef681c01-Aug-2021 Tom Kunze <mail@tomabrafix.de>

plugins/extension: Fix git recognition for plugin installations via git-submodules.

New git versions only add .git file with a reference to the git dir in
the superdirectory in the submodule. See gi

plugins/extension: Fix git recognition for plugin installations via git-submodules.

New git versions only add .git file with a reference to the git dir in
the superdirectory in the submodule. See git-submodule(1).

show more ...

1e519eb519-Jul-2021 Andreas Gohr <andi@splitbrain.org>

SVG for interwiki links

This continues the quest to make more use of SVG in the DokuWiki
iconography. Interwiki links are now preferred in SVG, the existing
icons have been replaces by SVGs. This al

SVG for interwiki links

This continues the quest to make more use of SVG in the DokuWiki
iconography. Interwiki links are now preferred in SVG, the existing
icons have been replaces by SVGs. This also adjusts the default icons
for external, mail and UNC links.

Icons come from https://materialdesignicons.com/ and
https://github.com/edent/SuperTinyIcons

I kept the old default icons because they might be used by plugins and
templates. They might be deleted later

The DokuWiki interwiki icon huge in filesize compared to all others and
doesn't look good. Would be good to have a simplified version there.

show more ...

03af5d6515-Jul-2021 Erik Bjørn Pedersen <erik.pedersen@shaw.ca>

translation update

e2c6ce9506-Jul-2021 Sam <1631095+takuy@users.noreply.github.com>

manifest: add NOSESSION to not require auth

Authentication shouldn't be required for a manifest file.

1376809628-May-2021 pavulondit <pavloo@vp.pl>

translation update

826fda5c25-May-2021 Olivier Humbert <trebmuh@tuxfamily.org>

translation update

44398ba215-May-2021 Schplurtz le Déboulonné <schplurtz@laposte.net>

translation update

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