gaudryc
gaudryc
This issue stems from this commit: https://github.com/nextcloud/logreader/commit/32f93c28276564df9defa67469685092cb87f87f Subsequent commits do not resolve anything. On my Nextcloud 29, 30, and 31 servers, I overwrite the LogIterator class with the one from...
Using the original LogIterator class (stable29), it is confirmed on a fresh install of Nextcloud 29.0.16.4 running on PHP8.3.21:  
Using the original LogIterator class (stable31), it is confirmed on a fresh install of Nextcloud 31.0.6 running on PHP8.3.21:  
It is the same with Nextcloud 30.0.12. In fact it depends on the nextcloud.log file size. By example, to get the previous sreenshots (with Nextcloud 31), I have deleted one...
To resolve this issue, you need to patch the file "nextcloud/apps/deck/lib/Controller/CardController.php", as follows: ``` --- nextcloud/apps/deck/lib/Controller/CardController.php 2025-04-29 10:36:30.000000000 +0200 +++ nextcloud/apps/deck/lib/Controller/CardController.php 2025-06-12 16:12:37.000000000 +0200 @@ -62,17 +62,17 @@ * @return...
> [@gaudryc](https://github.com/gaudryc) could you do a pr ? > I do not like doing that, but [@luka-nextcloud](https://github.com/luka-nextcloud) or [@juliusknorr](https://github.com/juliusknorr) can the fix proposed be implemented ? For reasons I can't...
The notes app acts as if the "files:node:updated" event is never emitted by the text app. In Nextcloud 29, text app should emit "files:file:updated" on file saving. In Nextcloud 30...
After adding some tracing code, I confirm that the text application never emits the files:node:updated event because the editor's nodeId attribute is always null (even if the user is editing...
https://github.com/nextcloud/notes/issues/1598
https://github.com/nextcloud/notes/issues/1598