Richard Steinmetz
Richard Steinmetz
Yeah, it can be adjusted. However, Jan is talking about a more sane default value for all instances which makes sense.
Yes, the whole collection will be reloaded.
This is in fact by design. We thought about this when implementing the feature and mimicked what other calendaring clients do. E.g. Thunderbird accepts/declines a single recurrence by default and...
The invitation response buttons in the email actually use a completely different backend. They call a custom REST API made just for that purpose hence the behavior might be different....
It requires Vue 3 so it won't work for now.
PHPUnit 11 requires PHP 8.2 or later so it won't work for now.
You can disable the system address book by setting a config via occ: `occ config:app:set dav system_addressbook_exposed --value="no"`
This is currently not possible. The previews will always be stored inside your data directory. You would have to move your whole data directory to another drive.
Mounting the ssd into the preview folder is a valid workaround. Symlinks have some caveat when using docker.
I got a modal inside the app today which explained the situation. Automatically uploading new files works again. However, existing files that were missed since December had to be uploaded...