60668223 | 09-Jan-2025 |
splitbrain <86426+splitbrain@users.noreply.github.com> |
Rector and PHPCS fixes |
98b599a6 | 09-Jan-2025 |
splitbrain <86426+splitbrain@users.noreply.github.com> |
Rector and PHPCS fixes |
ced0b55f | 09-Jan-2025 |
Andreas Gohr <andi@splitbrain.org> |
Fix Ip tests
We no longer use the old regexp based config, so the tests failed. |
d5dd5d1b | 09-Jan-2025 |
Andreas Gohr <andi@splitbrain.org> |
use renamed trustedproxies setting in tests |
2f828abf | 09-Jan-2025 |
Andreas Gohr <andi@splitbrain.org> |
style fix |
19d5ba27 | 09-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 ...
|
e449acd0 | 09-Jan-2025 |
Andreas Gohr <andi@splitbrain.org> |
some small cleanups in Ip class
most importantly do not crash on invalid config |
058c6bae | 09-Jan-2025 |
Andreas Gohr <andi@splitbrain.org> |
adjusted tests for new buildURLparams()
null values are no longer added as empty parameters. |
6cc6a0d2 | 09-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 ...
|
dbc152da | 08-Jan-2025 |
Andreas Gohr <andi@splitbrain.org> |
Extension Manager: add missing security token |
b21b7935 | 07-Jan-2025 |
Tobias Bengfort <tobias.bengfort@posteo.de> |
mv UNUSABLE_PASSWORD const to defines |
0ffe9fda | 07-Jan-2025 |
Tobias Bengfort <tobias.bengfort@posteo.de> |
add new behavior to doc block |
527ad715 | 07-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. |
d8242cb1 | 07-Jan-2025 |
Anika Rachow <rachowanika@gmail.com> |
translation update |
6405e5fd | 31-Dec-2024 |
spike <spike@fedoraproject.org> |
Add option 'modPassPlain' to send plaintext password updates to LDAP server |
7baee0f8 | 22-Dec-2024 |
Peter Dave Hello <hsu@peterdavehello.org> |
translation update |
bfad6904 | 22-Dec-2024 |
Peter Dave Hello <hsu@peterdavehello.org> |
translation update |
811d6efa | 18-Dec-2024 |
splitbrain <86426+splitbrain@users.noreply.github.com> |
Rector and PHPCS fixes |
9520a435 | 18-Dec-2024 |
Andreas Gohr <andi@splitbrain.org> |
dependency updates |
e0d957b0 | 17-Dec-2024 |
Schplurtz le Déboulonné <Schplurtz@laposte.net> |
translation update |
f17690f7 | 17-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 ...
|
01b2a282 | 17-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. |
dc192200 | 17-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 |
56bbc10d | 17-Dec-2024 |
Andreas Gohr <andi@splitbrain.org> |
init rendering correctly in API
When rendering a page, the ID should be passed. |
d2d4b908 | 10-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 ...
|