Thomas Citharel

Results 447 comments of Thomas Citharel

The PR from @max-nextcloud doesn't really answer the original issue, may this issue be reopened to avoid loading sync & session until the workspace is actually opened (to avoid make...

5 minutes is a very little timeframe, it's possible that the cron doesn't have time to perform this every time it's called (there's plenty of other tasks to perform). Does...

Nextcloud caches the subscription on server side for the calendar app, but icsx5 accesses it directly. I'd say there may be an issue while parsing the calendar data during caching....

Open the browser developer tools with the F12 key, make sure the console tab is selected, then perform the subscription action in Nextcloud calendar.

@xsolinsx See the refresh-rate documentation: https://docs.nextcloud.com/server/latest/admin_manual/groupware/calendar.html#refresh-rate

@ozls You probably have a different issue, see https://github.com/nextcloud/server/issues/42143

Does this issue still happens? It's possible the issue was caused by the Maps app: https://github.com/nextcloud/maps/issues/864 Please provide the output of `nextcloud.log` when the error happens as requested by the...

Allowing HTML is issue prone (and is tricky right now until https://github.com/nextcloud/server/pull/38093 is in), would markdown support be enough? (in the meantime you can use the following app to make...

I wonder if this shouldn't just be provided by the Nextcloud user creation assistant itself, allowing to create an invitation from an email address.

It seems the migrations for the app did not perform when installing it, which sounds like an issue with Nextcloud itself. If you still have the issue, you may try...