History log of /dokuwiki/ (Results 101 – 125 of 10479)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
6066822309-Jan-2025 splitbrain <86426+splitbrain@users.noreply.github.com>

�� Rector and PHPCS fixes

98b599a609-Jan-2025 splitbrain <86426+splitbrain@users.noreply.github.com>

�� Rector and PHPCS fixes

ced0b55f09-Jan-2025 Andreas Gohr <andi@splitbrain.org>

Fix Ip tests

We no longer use the old regexp based config, so the tests failed.

d5dd5d1b09-Jan-2025 Andreas Gohr <andi@splitbrain.org>

use renamed trustedproxies setting in tests

2f828abf09-Jan-2025 Andreas Gohr <andi@splitbrain.org>

style fix

19d5ba2709-Jan-2025 Andreas Gohr <andi@splitbrain.org>

rename trustedproxy option to trustedproxies

We use a new format (array instead of regex) and need a sure way to
recognize it. Zebra's approach would not have survived the editing via
config manager

rename trustedproxy option to trustedproxies

We use a new format (array instead of regex) and need a sure way to
recognize it. Zebra's approach would not have survived the editing via
config manager.
As a side effect this also introduces a new languange string, which is
good because the old one did no longer apply.

show more ...

e449acd009-Jan-2025 Andreas Gohr <andi@splitbrain.org>

some small cleanups in Ip class

most importantly do not crash on invalid config

058c6bae09-Jan-2025 Andreas Gohr <andi@splitbrain.org>

adjusted tests for new buildURLparams()

null values are no longer added as empty parameters.

6cc6a0d209-Jan-2025 Andreas Gohr <andi@splitbrain.org>

use http_build_query() in buildURLparams()

buildURLparams() is used all throughout the code, but its implementation
was overly simplistic. This changes it to use the much better builtin
http_build_q

use http_build_query() in buildURLparams()

buildURLparams() is used all throughout the code, but its implementation
was overly simplistic. This changes it to use the much better builtin
http_build_query() function. This allows for correct encoding of array
values or deeper nested structures.

show more ...

dbc152da08-Jan-2025 Andreas Gohr <andi@splitbrain.org>

Extension Manager: add missing security token

b21b793507-Jan-2025 Tobias Bengfort <tobias.bengfort@posteo.de>

mv UNUSABLE_PASSWORD const to defines

0ffe9fda07-Jan-2025 Tobias Bengfort <tobias.bengfort@posteo.de>

add new behavior to doc block

527ad71507-Jan-2025 Tobias Bengfort <tobias.bengfort@posteo.de>

allow to set unusable password

This could be used by plugins such as dokuwiki-plugin-oauth to create
accounts that can only by accessed via SSO.

d8242cb107-Jan-2025 Anika Rachow <rachowanika@gmail.com>

translation update

6405e5fd31-Dec-2024 spike <spike@fedoraproject.org>

Add option 'modPassPlain' to send plaintext password updates to LDAP server

7baee0f822-Dec-2024 Peter Dave Hello <hsu@peterdavehello.org>

translation update

bfad690422-Dec-2024 Peter Dave Hello <hsu@peterdavehello.org>

translation update

811d6efa18-Dec-2024 splitbrain <86426+splitbrain@users.noreply.github.com>

�� Rector and PHPCS fixes

9520a43518-Dec-2024 Andreas Gohr <andi@splitbrain.org>

dependency updates

e0d957b017-Dec-2024 Schplurtz le Déboulonné <Schplurtz@laposte.net>

translation update

f17690f717-Dec-2024 Andreas Gohr <andi@splitbrain.org>

Extension Manager: set a larger timeout

When loading large plugins, like the dw2pdf plugin, a timout of 25
seconds may not be enough on slow connections. This increases the limit
to 5 second short o

Extension Manager: set a larger timeout

When loading large plugins, like the dw2pdf plugin, a timout of 25
seconds may not be enough on slow connections. This increases the limit
to 5 second short of 4 minutes.

On CLI this should not be an issue at all, on web SAPIs we need to
increase the execution time first, only if that succeeds (might be
disabled on some hosts) the limit is increased.

This replaces PR #4377

show more ...

01b2a28217-Dec-2024 Andreas Gohr <andi@splitbrain.org>

initialize remote data in one go

Previously each extension was fetched separately from the API, this
fetches all installed ones in one go, speeding up the first open on cold
cache significantly.

dc19220017-Dec-2024 Andreas Gohr <andi@splitbrain.org>

Extension Manager: style improvements

* use SVG for popularity, a bit more muted color style
* different error icon
* colors for message icons
* lazy load screenshots

56bbc10d17-Dec-2024 Andreas Gohr <andi@splitbrain.org>

init rendering correctly in API

When rendering a page, the ID should be passed.

d2d4b90810-Dec-2024 Andreas Gohr <andi@splitbrain.org>

Extension Manager: use characters for messages

As pointed out in
https://github.com/dokuwiki/dokuwiki/pull/4358#issuecomment-2528848505
using Unicode Symbols for message status might not be ideal. T

Extension Manager: use characters for messages

As pointed out in
https://github.com/dokuwiki/dokuwiki/pull/4358#issuecomment-2528848505
using Unicode Symbols for message status might not be ideal. This patch
uses upper case letters instead and SVGs in the GUI manager.

show more ...

12345678910>>...420