This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [nextcloud](https://github.com/nextcloud/server/) | patch | `31.0.4-apache` -> `31.0.5-apache` |
---
### Release Notes
<details>
<summary>nextcloud/server (nextcloud)</summary>
### [`v31.0.5`](https://github.com/nextcloud/server/releases/tag/v31.0.5)
[Compare Source](https://github.com/nextcloud/server/compare/v31.0.4...v31.0.5)
- [Chore: drop remaining files from webpack / jest (text#7085)](https://github.com/nextcloud/text/pull/7085)
- [Chore: Update workflows (activity#1991)](https://github.com/nextcloud/activity/pull/1991)
- [Chore: update workflows (logreader#1629)](https://github.com/nextcloud/logreader/pull/1629)
- [Chore(dependencies): update `@nextcloud/vue` to v8.25.1 (server#52295)](https://github.com/nextcloud/server/pull/52295)
- [Chore(i18n): Use "name" instead of "nickname" (server#52371)](https://github.com/nextcloud/server/pull/52371)
- [Chore(SessionList): Migrate to NcButton and MDI icon (text#7186)](https://github.com/nextcloud/text/pull/7186)
- [Ci: Fix typo in performance integration test run (notifications#2293)](https://github.com/nextcloud/notifications/pull/2293)
- [Ci: Update github actions (twofactor_nextcloud_notification#989)](https://github.com/nextcloud/twofactor_nextcloud_notification/pull/989)
- [Feat: add logging to preview generation (server#52300)](https://github.com/nextcloud/server/pull/52300)
- [Feat: handle `hide-download` DAV property (viewer#2807)](https://github.com/nextcloud/viewer/pull/2807)
- [Feat: lowercase headers to exclude in exapp proxy (app_api#569)](https://github.com/nextcloud/app_api/pull/569)
- [Feat(profile): Add an API to get the profile field data (server#52372)](https://github.com/nextcloud/server/pull/52372)
- [Feat(security): add configurable IPv6 subnet for BFP and throttling (server#52233)](https://github.com/nextcloud/server/pull/52233)
- [Fix multiple cypress issues (activity#1994)](https://github.com/nextcloud/activity/pull/1994)
- [Fix saving annotations in paths with special characters (files_pdfviewer#1194)](https://github.com/nextcloud/files_pdfviewer/pull/1194)
- [Fix task processing registration validation (app_api#573)](https://github.com/nextcloud/app_api/pull/573)
- [Fix: Adjust padding in table cell and header components (text#7189)](https://github.com/nextcloud/text/pull/7189)
- [Fix: adjust webpack nonce generation (server#52003)](https://github.com/nextcloud/server/pull/52003)
- [Fix: Apply storage checks in addition to share (text#7192)](https://github.com/nextcloud/text/pull/7192)
- [Fix: Check that user actually can validate password for js (server#52237)](https://github.com/nextcloud/server/pull/52237)
- [Fix: don't check node access again for listing reminders in dav (server#52504)](https://github.com/nextcloud/server/pull/52504)
- [Fix: don't setup the filesystem to check if a user is blocked by ACLs (activity#1985)](https://github.com/nextcloud/activity/pull/1985)
- [Fix: exclude vendor-bin from release artifacts (suspicious_login#989)](https://github.com/nextcloud/suspicious_login/pull/989)
- [Fix: fix preloading files with no custom properties (server#52101)](https://github.com/nextcloud/server/pull/52101)
- [Fix: Flaky samba kerberos tests (server#52578)](https://github.com/nextcloud/server/pull/52578)
- [Fix: Forward attributes to the sidebar (server#52566)](https://github.com/nextcloud/server/pull/52566)
- [Fix: Open PDF file in "richdocuments" if it is not downloadable (files_pdfviewer#1204)](https://github.com/nextcloud/files_pdfviewer/pull/1204)
- [Fix: Proper order for checking path prefix for getting file by id from cache (server#52039)](https://github.com/nextcloud/server/pull/52039)
- [Fix: submit button on file picker dialog (text#7190)](https://github.com/nextcloud/text/pull/7190)
- [Fix: Transfer ownership with S3 as primary (server#52185)](https://github.com/nextcloud/server/pull/52185)
- [Fix: try to avoid memory exhaustion (suspicious_login#988)](https://github.com/nextcloud/suspicious_login/pull/988)
- [Fix(apps): Sort names separately from active/update state (server#52653)](https://github.com/nextcloud/server/pull/52653)
- [Fix(blurhash): Use preview API to generate the previews (server#52661)](https://github.com/nextcloud/server/pull/52661)
- [Fix(build): avoid double load of the app (notifications#2309)](https://github.com/nextcloud/notifications/pull/2309)
- [Fix(CalDAV): do not ignore move command object target uri (server#52562)](https://github.com/nextcloud/server/pull/52562)
- [Fix(CI): disable RateLimiting for Nextcloud in the CI (app_api#565)](https://github.com/nextcloud/app_api/pull/565)
- [Fix(config): Censor more app configs in system report (server#52433)](https://github.com/nextcloud/server/pull/52433)
- [Fix(dav): allow uploading of files with long filenames (server#52302)](https://github.com/nextcloud/server/pull/52302)
- [Fix(dav): check the owner displayName scope before giving attribute (server#52554)](https://github.com/nextcloud/server/pull/52554)
- [Fix(db): Create replacement index where original index is missing (server#52394)](https://github.com/nextcloud/server/pull/52394)
- [Fix(exAppMapper): init missing headers_to_exclude (app_api#564)](https://github.com/nextcloud/app_api/pull/564)
- [Fix(federation): Allow federation file sharing when federation app is… (server#52425)](https://github.com/nextcloud/server/pull/52425)
- [Fix(federation): allows equal signs in federation id (server#52387)](https://github.com/nextcloud/server/pull/52387)
- [Fix(files_external): Mark password fields for LoginCredentials and SessionCredentials as hidden and optional (server#52643)](https://github.com/nextcloud/server/pull/52643)
- [Fix(files_sharing): bring back handling of `hide-download` on public shares (server#52226)](https://github.com/nextcloud/server/pull/52226)
- [Fix(files_sharing): bring back owner and ownerDisplayName initial state (server#52555)](https://github.com/nextcloud/server/pull/52555)
- [Fix(files_sharing): file request pass empty string if password or expiration is disabled (server#52197)](https://github.com/nextcloud/server/pull/52197)
- [Fix(files_sharing): Improve expiration date input change handling (server#52409)](https://github.com/nextcloud/server/pull/52409)
- [Fix(files_sharing): Prevent create/delete permissions on file shares (server#52531)](https://github.com/nextcloud/server/pull/52531)
- [Fix(files_sharing): Show remote shares as external (server#52498)](https://github.com/nextcloud/server/pull/52498)
- [Fix(files_versions): create version if previous does not exist (server#52411)](https://github.com/nextcloud/server/pull/52411)
- [Fix(files): Fix non-string values for activity rich object strings (server#52658)](https://github.com/nextcloud/server/pull/52658)
- [Fix(files): prevent dragging preview when drag-drop (server#52363)](https://github.com/nextcloud/server/pull/52363)
- [Fix(files): Remove obsolete loading code from old API, add public shared id to enabled view (text#7181)](https://github.com/nextcloud/text/pull/7181)
- [Fix(info.xml): correct developer docs link (typo) (app_api#560)](https://github.com/nextcloud/app_api/pull/560)
- [Fix(JSResourceLocator) fix incorrect parameter being used. (server#52520)](https://github.com/nextcloud/server/pull/52520)
- [Fix(LDAP): inlcude ldapExpertUsernameAttr in general attribute list (server#52287)](https://github.com/nextcloud/server/pull/52287)
- [Fix(Log): revert swich to ?? operator (server#52254)](https://github.com/nextcloud/server/pull/52254)
- [Fix(loginflow): Fix type error when password could not be decrypted (server#52625)](https://github.com/nextcloud/server/pull/52625)
- [Fix(LogTable): implement virtual scrolling (logreader#1616)](https://github.com/nextcloud/logreader/pull/1616)
- [Fix(mail): use matching text color for primary elements (server#52248)](https://github.com/nextcloud/server/pull/52248)
- [Fix(navigation): Fix default app entry registered as closure (server#52507)](https://github.com/nextcloud/server/pull/52507)
- [Fix(notification): Notification in activity shows "Rich subject or a … (server#52576)](https://github.com/nextcloud/server/pull/52576)
- [Fix(objectstorage): add retry attempts to S3 connection (server#52382)](https://github.com/nextcloud/server/pull/52382)
- [Fix(occ): Fix autocompletion of config:app:\* commands (server#52435)](https://github.com/nextcloud/server/pull/52435)
- [Fix(Places): Use event metadata to compute the place (photos#2989)](https://github.com/nextcloud/photos/pull/2989)
- [Fix(previews): avoid large file downloads for remote movie storage (server#52418)](https://github.com/nextcloud/server/pull/52418)
- [Fix(settings): allow to clear twitter and fediverse (server#52488)](https://github.com/nextcloud/server/pull/52488)
- [Fix(settings): only provide groups the subadmin has access to (server#52486)](https://github.com/nextcloud/server/pull/52486)
- [Fix(settings): Use axios directly for health check to preven URL sanitizing (server#52440)](https://github.com/nextcloud/server/pull/52440)
- [Fix(systemtags): emit assign and unassign bulk tagging events (server#51996)](https://github.com/nextcloud/server/pull/51996)
- [Fix(TaskProcessing): for validation for taskprocessing EShapeType (server#52118)](https://github.com/nextcloud/server/pull/52118)
- [Fix(theming): remove scssphp and use just native nested CSS (server#52521)](https://github.com/nextcloud/server/pull/52521)
- [Fix(updatenotification): Fix error handling when fetching applist for server update (server#52406)](https://github.com/nextcloud/server/pull/52406)
- [Fix(usermanager): Don't throw when checking if a too long user id is an existing user (server#52256)](https://github.com/nextcloud/server/pull/52256)
- [Fix(WeatherStatus): Check if result is an array (server#52569)](https://github.com/nextcloud/server/pull/52569)
- [Fix(WFE): properly set inital status (server#52527)](https://github.com/nextcloud/server/pull/52527)
- [Fix(workflowengine): fix group not shown in Group membership check (server#52640)](https://github.com/nextcloud/server/pull/52640)
- [Fixbit): use `PHP_INT_MAX` where needed (server#52512)](https://github.com/nextcloud/server/pull/52512)
- [Perf: Log requests using high amount of memory as warning (server#52219)](https://github.com/nextcloud/server/pull/52219)
- [Perf(caldav): increase chunk size in RemoveOrphanEventsAndContacts repair step (server#52548)](https://github.com/nextcloud/server/pull/52548)
- [Perf(cloud_federation_api): only provide capabilities if needed (server#52030)](https://github.com/nextcloud/server/pull/52030)
- [Perf(db): Extend index on cards_properties to cover name and value (server#52415)](https://github.com/nextcloud/server/pull/52415)
- [Perf(files_reminders): Reduce db queries on propfind (server#51736)](https://github.com/nextcloud/server/pull/51736)
- [Perf(files_sharing): do not emit second propfind for account filter (server#52001)](https://github.com/nextcloud/server/pull/52001)
- [Refactor document status and menubar padding (text#7158)](https://github.com/nextcloud/text/pull/7158)
- [Refactor: Thumbnail Generator logging and tests (server#52401)](https://github.com/nextcloud/server/pull/52401)
- [Remove custom handling for public share pages with single files (files_pdfviewer#1206)](https://github.com/nextcloud/files_pdfviewer/pull/1206)
- [Revert "feat(bulk-upload): change the default to disabled as there are still some bugs present" (server#52138)](https://github.com/nextcloud/server/pull/52138)
- [Switch to probeCircles (circles#1983)](https://github.com/nextcloud/circles/pull/1983)
- [Test(cypress): rename select all clear (server#52422)](https://github.com/nextcloud/server/pull/52422)
</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:eyJjcmVhdGVkSW5WZXIiOiI0MC4xMy4wIiwidXBkYXRlZEluVmVyIjoiNDAuMTMuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
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:
31.0.4-apache->31.0.5-apacheRelease Notes
nextcloud/server (nextcloud)
v31.0.5Compare Source
@nextcloud/vueto v8.25.1 (server#52295)hide-downloadDAV property (viewer#2807)hide-downloadon public shares (server#52226)PHP_INT_MAXwhere needed (server#52512)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.