Richard Steinmetz
Richard Steinmetz
Fix #4124 **WIP** 
The release of `@fullcalendar/vue` v5.11.3 is still pending.
Fix https://github.com/nextcloud/calendar/issues/4574 The open class should be added when `menuOpenLocalValue` or the prop `menuOpen` is true.
Fix https://github.com/nextcloud/mail/issues/8552 I took the chance and beautified the section a bit. 
Fix #9243 Best reviewed without whitespace changes.
### Is your feature request related to a problem? Please describe. 1. The old slot syntax `slot="some"` is deprecated. 2. A slot's scope can no longer be specified via `slot-scope="option"`....
Default installation does not work because default namespace already exists. TODO: Wrap the namespace in an if statement (if not `default`). `nextcloud-aio-helm-chart/templates/nextcloud-aio-namespace-namespace.yaml`
Broken deployments that I noticed: - nextcloud - apache TODO: Check all deployments with `ReadWriteOnce` PVCs. ```yaml strategy: type: Recreate ```