| cc19c226 | 07-Mar-2025 |
analogroboter <ropely@gmx.net> |
translation update |
| cb5063c3 | 18-Jan-2025 |
Jeann <wjeann@gmail.com> |
translation update |
| 4658ac3b | 16-Jan-2025 |
Schplurtz le Déboulonné <Schplurtz@laposte.net> |
translation update |
| f0d0d147 | 15-Jan-2025 |
Andreas Gohr <andi@splitbrain.org> |
allow dialogs overflow in y-direction
In the dokuwiki template, an overflow:hidden was meant to keep oversized content within the article area. However this can interfere with pseudo-dropdowns on ve
allow dialogs overflow in y-direction
In the dokuwiki template, an overflow:hidden was meant to keep oversized content within the article area. However this can interfere with pseudo-dropdowns on very small pages.
This changes the behavior to clip on x-axis only while keeping overflows visible in the y direction.
This fixes a rare issue and should not have any effects on normal use anyway.
show more ...
|
| 916194c7 | 15-Jan-2025 |
Fekete Ádám Zsolt <fadam@egbcsoport.hu> |
translation update |
| db5401d7 | 14-Jan-2025 |
Володимир <heneral@gmail.com> |
translation update |
| 25a6adc7 | 09-Jan-2025 |
Marek Adamski <fevbew@wp.pl> |
translation update |
| 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 |