Pytal

Results 58 issues of 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*

1. to develop
accessibility

Settings are currently in an accordion and should be moved into a modal using https://github.com/nextcloud/nextcloud-vue components ![image](https://github.com/nextcloud/activity/assets/24800714/1e496ea8-1b74-4575-9aa3-fb6b251e9388)

1. to develop

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

## 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...

enhancement
2. developing
feature: files
feature: trashbin

## 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...

bug
3. to review
feature: users and groups

## 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...

bug
3. to review
feature: emails