Arno Welzel
Arno Welzel
Having the same isue with Docker Desktop 4.32.0 and Windows 11 Pro x64 and I have to use `wsl --unregister docker-desktop` after every boot of Windows, otherwise I get the...
Maybe it helps anyone: I finally managed to get it running again this way: 1. Completely uninstall Docker Desktop, Ubuntu, WSL2 2. Reinstalling everything in the reverse order: first WSL2,...
My current workaround using [Custom CSS](https://apps.nextcloud.com/apps/theming_customcss) is as following: ``` .sheet-view [data-collectives-el=editor], .sheet-view [data-collectives-el=reader] { width: 100% !important; } div[contenteditable=false] + div .drag-handle { display: none !important; } .editor--outline {...
I merged the PR and will check if we can at least provide an update for NC 27. However the main issue remains: the upstream project is not maintained any...
> I second that this project as is has no real future. I'm glad to handover to someone who sees otherwise but will archive this in a couple of months...
Thanks to @florian-forestier we have support for NC 28 now!
> Please consider to put a deprecation warning for the nextcloud-keeweb project. Yes, this would be a good idea for the time being. @jhass Since you are the owner of...
@tilllt Keeweb-Nextlcoud is still maintained as far as possible. However since the upstream did not get any updates in the past, it was neccessary to let users know about the...
Please remove `X-XSS-Protection`. This is a non standard header and not needed anyway since Nextcloud and Keeweb already set appropriate CSP headers to mitigate XSS. Also see: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-XSS-Protection In addition:...
> If that header is removed, Nextcloud will issue a Warning. > >  I stand corrected - in fact Nextcloud includes an `.htaccess` file which always sets that header...