Florian Maurer

Results 153 comments of Florian Maurer

I 0.6.2 i can't access the app from incognito mode at all in Firefox because of ~~`KdbxError: Error NotImplemented: AES-CBC not implemented`~~ Edit: `It gets Sync error: [object Event]`, I...

I agree too. Maybe a disclaimer in the README and https://apps.nextcloud.com/apps/keeweb that incognito and Old Edge is not supported would be the way of least frustration without bundling development ressources...

I can reproduce the issue on my prod instance Opening activity app with my user does not finish loading and give an error in the log. It works with other...

I could reproduce it by using a different user on my instance and after sharing a [Mindmap](https://github.com/ACTom/files_mindmap) link with it, it takes forever to finish loading activity app. I could...

@an-schall have you tried disabling and enabling the app? ;)

It is a little bit hidden, but you can find it here with install instructions: https://github.com/jhass/nextcloud-keeweb/issues/154#issuecomment-683694391

Configurable Default settings could be implemented in the pagecontroller. Like this: https://github.com/jhass/nextcloud-keeweb/issues/70#issuecomment-530340433 It would need the time and knowledge of somebody who converts this into configurable UI-Options for Nextcloud, but...

While /dav/ is the preferred route in the docs, the webdav route still works with NC20 without tinkering nginx. At least on my end running NC20.0.2.2 in docker. opening /remote.php/webdav...

Hi @T-X , in yanic one has the option to set `no_owner = false` to hide owner info on the published meshviewer.json/nodes.json But still allows that the infrastructure team can...

I could not reproduce this on my fork (https://github.com/maurerle/eralchemy2): t1.er ``` [parent] *id {label:"INTEGER"} [child] *id {label:"INTEGER"} parent_id {label:"INTEGER"} parent ?--* child ``` ![t2](https://user-images.githubusercontent.com/25026204/194851209-7c8955b3-c743-470f-b516-3f46b9ba019a.png) But this should also work with...