Pytal
Pytal
Should make it a required prop on the component, so you can not write in-accessible stuff by default in the future? *Originally posted by @nickvergessen in https://github.com/nextcloud/server/pull/42077#pullrequestreview-1769248786*
Settings are currently in an accordion and should be moved into a modal using https://github.com/nextcloud/nextcloud-vue components 
Fix https://github.com/ChristophWurst/krankerl/issues/460 by adding a cargo config that specifies the target `x86_64-unknown-linux-musl` so all builds in the root project directory will automatically target musl without needing the `--target` flag. Fixes...
The git username is set in https://github.com/ChristophWurst/nextcloud_composer/blob/master/push.sh to "Travis CI" so it was not clear that it was actually GitHub Actions pushing commits, this should be updated to make it...
- Reference https://github.com/softprops/action-gh-release
closes #64
## Summary - Resolve https://github.com/nextcloud/server/issues/31200 ## Checklist - Code is [properly formatted](https://docs.nextcloud.com/server/latest/developer_manual/digging_deeper/continuous_integration.html#linting) - [Sign-off message](https://github.com/src-d/guide/blob/master/developer-community/fix-DCO.md) is added to all commits - [ ] Tests ([unit](https://docs.nextcloud.com/server/latest/developer_manual/app_development/tutorial.html#unit-tests), [integration](https://docs.nextcloud.com/server/latest/developer_manual/app_development/tutorial.html#integration-tests), api and/or acceptance) are...
## Summary - Fixes a bug when disabling a user as a subadmin who does not have access to all a users groups shows an error - Prevents returning extraneous...
## Summary When deleting an additional email that is set as the notification email, the deleted email would remain as the notification email. We fix this by automatically resetting the...