v32.0.15rc1
Pre-release
Pre-release
·
155 commits
to main
since this release
Nextcloud 32.0.15rc1
server
- Fix(share): Set expiration time to end of day 59:59) (server#58709)
- Fix(Database): Use real idle-timer to prevent `lastInsertId` being reset on MariaDB/MySQL (server#62712)
- Fix(iMIP): Prevent mails from carrying an unrelated user's name (server#63308)
- Test: remove double setup from share tests (server#63329)
- Master] fix(security): Update code signing revocation list (server#63356)
- Master] fix(security): Update code signing revocation list (server#63362)
- Master] fix(security): Update code signing revocation list (server#63368)
- Fix: allow file request upload when `part_file_in_storage=false` (server#63381)
- Fix: Public link with multiple mounts (server#63382)
- Fix(files_sharing): Use share password policy for password generation (server#63395)
- Test(cache): avoid ordering assumptions in testExtended (server#63401)
- Fix one core migration: Only add taskprocessing columns if they don't exist (server#63406)
- Master] fix(security): Update code signing revocation list (server#63519)
- Fix(files): hide download action in link shares for newly created folders (server#63554)
- Fix(appconfig): make type-conflict error self-explanatory (server#63641)
- Fix cancelling the customization of a share (server#63656)
- Fix(dav): correctly mask public v1 links for non-home storages (server#63666)
- Fix(settings): Fix AI regex (server#63693)
- Improve logout url generation (server#63706)
- Fix: Check rememberme cookie previous session id matches uid (server#63721)
- Fix(2fa): Add missing BruteForceProtection attribute (server#63740)
- Fix(dav): only derive the write size from a PUT Content-Length (server#63765)
- Trashbin truncate filename unicode (server#63809)
- Fix(group): pass previous display name in GroupChangedEvent (server#63813)
- Fix(webauthn): Throw on uid mismatch when updating registration (server#63834)
- Fix: Correctly filter users when the backend does not implement ISearchKnownUsersBackend (server#63843)
- Fix: Ensure we don't get share by empty name (server#63856)
- Fix(TaskProcessing): Harden task scheduling with webhooks (server#63875)
- Fix share by email expiration date in a different timezone (server#63881)
- Fix(dav): Do not claim no plugin available when checksum algorithm is not supported (server#63905)
- Update node checks (server#63914)
- Fix(sharing): properly frame block list (server#63932)
- Fix: don't rely on constraint for filecache_extended "upsert" when in transaction (server#63983)
- Fix: filter system tag object IDs by user visibility (server#63993)
app_api
circles
- Avoid desync with memberships (circles#2364)
- Fix(shares): expose share of TYPE_CIRCLE to the FilesList in groupfolders (circles#2753)
- Fix(federated-event-service): broadcast CircleDestroy event before executing it's manage() method (circles#2793)
- Fix: enhance validation upon team creation (circles#2835)
- Fix: enhance member level update validation (circles#2843)
files_pdfviewer
logreader
photos
- Feat(preview): Improve preview management (photos#3373)
- Fix: properly handle trashed photos (photos#3803)