This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [nextcloud](https://github.com/nextcloud/server/) | patch | `29.0.5-apache` -> `29.0.6-apache` |
---
### Release Notes
<details>
<summary>nextcloud/server (nextcloud)</summary>
### [`v29.0.6`](https://github.com/nextcloud/server/releases/tag/v29.0.6)
[Compare Source](https://github.com/nextcloud/server/compare/v29.0.5...v29.0.6)
##### What's Changed
- \[stable29] Don't save translated predefined user status as custom status by [@​backportbot](https://github.com/backportbot) in https://github.com/nextcloud/server/pull/47263
- \[stable29] fix(setupcheck): Fix mimetype server version check in backport by [@​nickvergessen](https://github.com/nickvergessen) in https://github.com/nextcloud/server/pull/47378
- \[stable29] chore(deps): Update `@nextcloud/upload` by [@​susnux](https://github.com/susnux) in https://github.com/nextcloud/server/pull/47367
- \[stable29] fix(theming): Make getImage() call save against missing non-SVG version by [@​backportbot](https://github.com/backportbot) in https://github.com/nextcloud/server/pull/47384
- \[stable29] fix(ProvisioningAPI): set typed config values by via API by [@​backportbot](https://github.com/backportbot) in https://github.com/nextcloud/server/pull/47394
- \[stable29] fix(provisioning): Support setting new app configs as well by [@​backportbot](https://github.com/backportbot) in https://github.com/nextcloud/server/pull/47410
- \[stable29] fix(caldav): limit property length by [@​backportbot](https://github.com/backportbot) in https://github.com/nextcloud/server/pull/47421
- \[stable29] fix: Trusted server icon recovery without addressbook change by [@​backportbot](https://github.com/backportbot) in https://github.com/nextcloud/server/pull/47428
- Stable29: Fix/comment deleting with activities installed by [@​GretaD](https://github.com/GretaD) in https://github.com/nextcloud/server/pull/47234
- \[stable29] fix(mailer): Call to custom mail_template_class by [@​backportbot](https://github.com/backportbot) in https://github.com/nextcloud/server/pull/47477
- \[stable29] fix(flow): cannot set custom user agent by [@​backportbot](https://github.com/backportbot) in https://github.com/nextcloud/server/pull/47482
- \[stable29] fix(files): Adjust margin at the file list bottom by [@​backportbot](https://github.com/backportbot) in https://github.com/nextcloud/server/pull/47493
- \[stable29] fix(files): Reset drop notice on firefox by [@​backportbot](https://github.com/backportbot) in https://github.com/nextcloud/server/pull/47497
- \[stable29] fix: Correctly load favorites for subpath by [@​susnux](https://github.com/susnux) in https://github.com/nextcloud/server/pull/47501
- \[stable29] fix(Router): Load attribute routes of all apps when not app is specified by [@​backportbot](https://github.com/backportbot) in https://github.com/nextcloud/server/pull/47517
- \[stable29] Fix npm audit by [@​nextcloud-command](https://github.com/nextcloud-command) in https://github.com/nextcloud/server/pull/47175
- \[stable29] fix(userstatus): run user status automation job for start and end events by [@​backportbot](https://github.com/backportbot) in https://github.com/nextcloud/server/pull/47213
- \[stable29] fix: gracefully handle unexpected exif orientation types by [@​backportbot](https://github.com/backportbot) in https://github.com/nextcloud/server/pull/47536
- \[stable29] fix(files): fix list gap at bottom by [@​backportbot](https://github.com/backportbot) in https://github.com/nextcloud/server/pull/47538
- \[stable29] fix(logger): ignore session logging during setup by [@​backportbot](https://github.com/backportbot) in https://github.com/nextcloud/server/pull/47549
- \[stable29] refactor(files): Drop unneeded initial state by [@​backportbot](https://github.com/backportbot) in https://github.com/nextcloud/server/pull/47571
- \[stable29] fix(provisionning_api): Remove parameters that are not set into template by [@​backportbot](https://github.com/backportbot) in https://github.com/nextcloud/server/pull/47573
- \[stable29] Update `@nextcloud/vue` to v8.17.0 by [@​backportbot](https://github.com/backportbot) in https://github.com/nextcloud/server/pull/47566
- \[stable29] fix: optimise `getWrongShareOwnership` query by [@​backportbot](https://github.com/backportbot) in https://github.com/nextcloud/server/pull/47577
- 29.0.6 RC1 by [@​blizzz](https://github.com/blizzz) in https://github.com/nextcloud/server/pull/47604
- \[stable29] Fix npm audit by [@​nextcloud-command](https://github.com/nextcloud-command) in https://github.com/nextcloud/server/pull/47668
- \[stable29] fix(settings): Hide forbidden UI elements for group managers by [@​susnux](https://github.com/susnux) in https://github.com/nextcloud/server/pull/47687
- \[stable29] Revert "fix(deps): Fix npm audit" by [@​blizzz](https://github.com/blizzz) in https://github.com/nextcloud/server/pull/47706
- 29.0.6 by [@​blizzz](https://github.com/blizzz) in https://github.com/nextcloud/server/pull/47705
**Full Changelog**: https://github.com/nextcloud/server/compare/v29.0.5...v29.0.6
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC42Ni4xIiwidXBkYXRlZEluVmVyIjoiMzguNjYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR contains the following updates:
29.0.5-apache->29.0.6-apacheRelease Notes
nextcloud/server (nextcloud)
v29.0.6Compare Source
What's Changed
@nextcloud/uploadby @susnux in https://github.com/nextcloud/server/pull/47367@nextcloud/vueto v8.17.0 by @backportbot in https://github.com/nextcloud/server/pull/47566getWrongShareOwnershipquery by @backportbot in https://github.com/nextcloud/server/pull/47577Full Changelog: https://github.com/nextcloud/server/compare/v29.0.5...v29.0.6
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.