max-nextcloud
max-nextcloud
I tried to reproduce this in various ways: * Editing with two users in the 29.0.4 version locally. * On cloud.nextcloud.com trying various things. * Setting up 29.0.2 locally and...
Looking at the code this is probably caused by the list of sessions not including any with the current id. In this case `sessions.find` will return `undefined` and `this.currentSession` is...
uuuhhh... we have this routine to clean up old sessions during the request. That happens after auth. So maybe one can still authenticate with a session and then have it...
I was able to trigger an inconsistent state by switching the network off and on again. After a while yjs will attempt to reopen the websocket, calling SyncService.open which fails...
@borgdrone7 I just tried and Nextcloud Assistant inserts markdown just fine. My query was: > Create a basic grocery list with 5 list items and a heading in markdown format...
@n8falke We had to come up with a heuristic here as people were complaining about strange characters when copying text from the text editor. In particular when pasting into all...
> Quick question on the collaborative concern: since both views render the same Markdown source, what specific sync issues would occur? Genuinely curious about the technical challenge. Under the hood...
@olberger Thanks for the request. I think I understand the scenario. When you say > I've added a Collective which is named with a "A" as first letter, so that...
> Somehow, I managed to add a LDAP group to the permissions, so hopefully all users of the underlying YunoHost install may have access to it... but kinda a hack,...
@noantiq Thanks for you suggestion. We don't have this on our agenda right now but I'm happy to help if people want to give implementing it a try.