c24231d1 | 29-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
fix Cannot use assign-op operators with string offsets
prevent rector from rewriting this into an auto-assignment. |
51bc2534 | 29-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
fix codesniffer violations |
24870174 | 29-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
Apply rector fixes to the rest of inc |
bcaec9f4 | 29-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
Apply rector fixes to inc/Parsing |
faf3f01b | 29-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
Apply rector fixes to inc/parser |
a3b08db5 | 29-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
Apply rector fixes to inc/HTTP |
899eedfd | 29-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
relax instance check in remoteAPI loading
This broke tests. Ideally an Interface should be defined that both the real APICore and the TestPlugin implement. |
6e695190 | 29-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
fix sizehandling in Changelog
Seems rector was too aggressive here in removing a variable. |
d9156e4d | 29-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
fix overlong line introduced by rector |
95d53aae | 29-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
remove non-existing file from autoloader |
e025be72 | 29-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
Apply rector fixes to inc/Utf8 |
e2d055f5 | 29-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
Apply rector fixes to inc/Ui |
5983e241 | 29-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
Apply rector fixes to inc/Subscriptions |
104a3b7c | 29-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
Apply rector fixes to inc/Remote |
33b91513 | 29-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
Apply rector fixes to inc/Menu |
a469bafb | 29-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
Apply rector fixes to inc/Input |
6fd0861f | 29-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
Apply rector fixes to inc/Form |
445164b2 | 29-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
Apply rector fixes to inc/File |
0603e565 | 29-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
Apply rector fixes to inc/ChangeLog |
1490c177 | 29-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
Apply rector fixes to inc/Extension and inc/Debug |
a95427a5 | 29-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
Apply rector fixes to inc/Cache |
6723156f | 29-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
Apply rector fixes to inc/Action |
6bf06c78 | 23-Aug-2023 |
Petr Kajzar <petr.kajzar@centrum.cz> |
translation update |
486f82fc | 21-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
add setting to define the samesite cookie policy
As mentioned in https://github.com/dokuwiki/dokuwiki/pull/3994#pullrequestreview-1473052428 there might be occasions when users might want to change
add setting to define the samesite cookie policy
As mentioned in https://github.com/dokuwiki/dokuwiki/pull/3994#pullrequestreview-1473052428 there might be occasions when users might want to change the policy to a stricter one or the somewhat more lenient Lax implementation of current browsers.
show more ...
|
20264973 | 21-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
check XMLRPC mime type case-insensitive |