| 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 ...
|
| f11d3014 | 08-Jan-2024 |
Andreas Gohr <andi@splitbrain.org> |
More resilence when talking to plugin repo fixes #4135
When the plugin repository answers but returns non-data (as can happen when the database isn't available, as we have learned yesterday), the ex
More resilence when talking to plugin repo fixes #4135
When the plugin repository answers but returns non-data (as can happen when the database isn't available, as we have learned yesterday), the extension manager still tried to deserialize the data.
This changes all communication from php-serialized to JSON encoded data. When JSON-decoding fails, the data is ignored and an error message is shown. Failure data like this will not be cached.
show more ...
|
| d48c2b25 | 07-Jan-2024 |
Andreas Gohr <andi@splitbrain.org> |
API: code style fixes |
| 9866f251 | 07-Jan-2024 |
Andreas Gohr <andi@splitbrain.org> |
wild stab at fixing a failing test
RemoteApiTest::testCreateUserFailAccess failed on github but worked for me. Seems to be a caching problem in auth_ismanager() |
| cad27e80 | 06-Jan-2024 |
Andreas Gohr <andi@splitbrain.org> |
API: move user related tests to usermanager plugin |
| 7625c995 | 06-Jan-2024 |
Andreas Gohr <andi@splitbrain.org> |
OpenAPI docs: fix error code deduplication |