| 821c061a | 16-Apr-2024 |
Andreas Gohr <andi@splitbrain.org> |
move ldap debug statement
See https://forum.dokuwiki.org/d/22179-dokuwiki-and-openldap-login-failing-with-no-srch/4
This was probably the result of a messy merge. |
| 25df03c8 | 05-Apr-2024 |
Philip Gabrielsen <philip@digno.no> |
translation update |
| 3f8a89e5 | 27-Mar-2024 |
splitbrain <86426+splitbrain@users.noreply.github.com> |
Rector and PHPCS fixes |
| 4c1ed9da | 27-Mar-2024 |
Andreas Gohr <andi@splitbrain.org> |
usermanager: initialize auth sytem later
This prevents header errors when inspecting the CLI component in plugin.php |
| 8ff79746 | 06-Mar-2024 |
Christoph <nocontact@example.org> |
translation update |
| 5824a753 | 04-Mar-2024 |
Schplurtz le Déboulonné <schplurtz@laposte.net> |
translation update |
| 6595e6c8 | 21-Feb-2024 |
Donatas Glodenis <dgvirtual@akl.lt> |
Updated Lithuanian translation |
| e0aa6775 | 21-Feb-2024 |
Andreas Gohr <andi@splitbrain.org> |
move JS detection to default script
This moves the little helper that will remove a "no-js" class from the header element as soon as JavaScript is detected from the dokuwiki template to our default
move JS detection to default script
This moves the little helper that will remove a "no-js" class from the header element as soon as JavaScript is detected from the dokuwiki template to our default inline script that also initializes the JSINFO array.
This ensures that this inline script is run with a nonce (if available). See #3788 for more infor
show more ...
|
| 71808afb | 07-Feb-2024 |
Andreas Gohr <andi@splitbrain.org> |
fix logo aspect ratio and printing. fixes #4187 |
| e02c158c | 04-Feb-2024 |
Mr_Fang <klxf@vip.qq.com> |
translation update |
| cd9495f4 | 04-Feb-2024 |
mod <modex@mail.ru> |
translation update |
| cc47c50f | 02-Feb-2024 |
splitbrain <splitbrain@users.noreply.github.com> |
Rector and PHPCS fixes |
| e6380ba3 | 02-Feb-2024 |
Andreas Gohr <andi@splitbrain.org> |
replace LESS library. fixes #4088
This replaces the abandoned fork with my own fork at splitbrain/lesserphp
That fork has been cleaned up somewhat and the issues in #4088 should be fixed. |
| fba8735a | 30-Jan-2024 |
Marek Adamski <fevbew@wp.pl> |
translation update |
| 99a96433 | 30-Jan-2024 |
Impeck <impeck@ya.ru> |
translation update |
| f4d0426b | 29-Jan-2024 |
Gerrit Uitslag <klapinklapin@gmail.com> |
show update message in Extension Manager if available |
| e502773d | 28-Jan-2024 |
CodyMaster007 <lazorenkoda1@gmail.com> |
translation update |
| d160d64a | 27-Jan-2024 |
JPdroid <jpdroid.jpo@gmail.com> |
translation update |
| a0d03045 | 03-Jul-2023 |
fiwswe <53953985+fiwswe@users.noreply.github.com> |
return false in getUserData in case of errors
The interface contract for the method getUserData does not allow an empty array to be returned. |
| 23048d53 | 25-Jan-2024 |
Schplurtz le Déboulonné <schplurtz@laposte.net> |
translation update |
| 4d41588b | 13-Jan-2024 |
chuachua <oceanynh@gmail.com> |
translation update |
| fc53e552 | 12-Jan-2024 |
k04an <ne.k04an@ya.ru> |
translation update |
| 30e2689b | 09-Jan-2024 |
Marek Adamski <fevbew@wp.pl> |
translation update |
| b346670e | 09-Jan-2024 |
Andreas Gohr <andi@splitbrain.org> |
correctly escape comments in user names. fixes #4099 |
| 0a034b36 | 08-Jan-2024 |
Andreas Gohr <andi@splitbrain.org> |
do not pass referrer on api retry. fixes #3824
Our cache system ignores purge requests that have a referrer. The idea is to avoid permanent recaching because a purge link was posted somewhere. Howev
do not pass referrer on api retry. fixes #3824
Our cache system ignores purge requests that have a referrer. The idea is to avoid permanent recaching because a purge link was posted somewhere. However for the retry link in the extension manager we actually want the link to work. So this patch supresses the referrer for that link.
show more ...
|