Arno Welzel
Arno Welzel
I isolated the cause for this, but I don't have a solution yet. `\lloc\Msls\MslsAdminIcon::create` uses `\lloc\Msls\MslsPostType::get_request` to determine the post type using the following code: ``` /** * @return string...
Ok, I found a solution and will create a pull request for that.
At some point, the section about MIME type detected got removed: https://github.com/jhass/nextcloud-keeweb/pull/105 However - we still need a MIME type for *.kdbx to get Keeweb working. Is `application/x-kdbx` now officially...
@SimJoSt no - I never had these issues. I was just talking about what is needed to avoid that. JFTR: I am one of the maintainers of this app ;-)
@EgoLeX Can you please give a feedback, if this issue is fixed for you now? I can't reproduce this here. Opening kdbx files works fine here.
Seems this is a compatibility issue. According to https://caniuse.com/#feat=textencoder TextEncoder is not supported in older versions of Edge. That may be solved using the Polyfill documented at https://developer.mozilla.org/de/docs/Web/API/TextEncoder.
I believe this is caused by the updated version of Keeweb.
I'll prepare a new beta version for verification.
There is a new beta version 0.6.4 you can check out: https://nextcloud.0x0c.de/s/jjZgiwGr5bGcc2r I did a test with NC 18 and NC 19 and could not find any major issues. Extract...
In fact the only recommended way to use Keeweb in Nextcloud is to open a KDBX file in Nextcloud and not using the app icon. I think it is the...