v28.0.7
What's Changed
- [stable28] fix(contactsinteraction): Allow vCard download by @backportbot in #45286
- [stable28] feat: Add back searching in disabled user list by @backportbot in #45478
- [stable28] fix(files): properly reset preview component by @backportbot in #45432
- [stable28] fix(files): Implement
SortingService
to fix sorting of files by @backportbot in #45533 - [stable28] fix(contactsmenu): empty content margin by @backportbot in #45426
- [stable28] feat: Limit email input to 255 chars by @backportbot in #45289
- [stable28] fix: Mark more configs as sensitive by @backportbot in #45442
- [stable28] Fix header menu icon color by @backportbot in #45552
- [stable28] fix(session): Do not update authtoken last_check for passwordless by @backportbot in #45063
- [stable28] fix(userstatus): catch unique constrain violation on revert by @backportbot in #45205
- [stable28] perf(db): Sort data for IN before chunking by @backportbot in #45214
- [stable28] fix(theming): replace standard generic package icon by material design by @backportbot in #45578
- [stable28] fix(files): Don't fail if dir exists by @backportbot in #45591
- [stable28] fix(groups): allows to save group names with more than 64 characters by @backportbot in #45368
- [stable28] fix(files): Ensure active file list entry is highlighted by @backportbot in #45598
- [stable28] fix(theming): replace standard generic package icon by material design by @backportbot in #45610
- [stable28] Expose subscription calendars by @backportbot in #45225
- [stable28] fix: Refresh file picker on folder creation by @Pytal in #45575
- [stable28] fix: Update
@nextcloud/files
to fix public link shares by @backportbot in #45600 - [stable28] Avoid updating the same oc_authtoken row twice by @backportbot in #45349
- [stable28] fix(memcache): remove double $$ to fix error by @backportbot in #44980
- [stable28] unmark deleted users if their last login date is more recent than deleted date by @backportbot in #45588
- [stable28] fix(dav): Add occ command to fix missing caldav sync tokens by @backportbot in #44197
- [stable28] fix: delete user credentials stored in storages_credentials when user gets deleted by @backportbot in #45362
- [stable28] CalDAV fix search with limit and time range by @backportbot in #45567
- [stable28] feat: support "s3-accelerate" endpoint by @backportbot in #45059
- [stable28] fix(caldav): automatically delete outdated scheduling objects by @backportbot in #45640
- [stable28] fix(core): unsupported browser redirect url by @backportbot in #45622
- [stable28] fix(CalDAV): remove UNKNOWN from room / resource consideration by @backportbot in #45052
- [stable28] fix(files): Only execute default action if there is an action to perform by @backportbot in #45663
- [stable28] fix(INavigationManager): Fix psalm alias not set in the right place by @backportbot in #45646
- [stable28] fix(core): Add missing null value possibility to Resource and Reference richObject by @backportbot in #45643
- [stable28] fix(dav): Add retention time to sync token cleanup by @backportbot in #44398
- [stable28] fix(files_sharing): usage of NcTextField in SelectShareFolderDialogue by @backportbot in #45689
- [stable28] fix(federatedfilesharing): import external federated share script by @backportbot in #45674
- [stable28] fix(files): Display selected files count by @backportbot in #44908
- [stable28] fix: Fix truncation on public page by @backportbot in #44990
- [stable28] fix(unifiedSearch): Prevent broken avatars for federated users by @backportbot in #45028
- [stable28] feat: add request id as comment to all queries by @backportbot in #44958
- [stable28] fix: forbid moving a folder into a subfolder of itself by @backportbot in #45528
- [stable28] fix(files): Fix ownership transfer encrypted files detection by @backportbot in #45110
- [stable28] fix(OC_Image): Set correct return type for exif_imagetype stub by @backportbot in #45198
- [stable28] fix(sharing): Avoid (dead)locking during orphan deletion by @backportbot in #44010
- [stable28] fix: regression with updating read-only config by @backportbot in #44926
- [stable28] fix: consider all paths the user has for a share source when considering max permissions by @backportbot in #45294
- [stable28] fix(dav): Rate limit address book creation by @backportbot in #45542
- [stable28] fix(files): Make sure files are opened when using
open-in-files
action(s) or at lease are scrolled into view by @backportbot in #45727 - [stable28] ci(eol): update workflow from template by @st3iny in #45735
- [stable28] fix(dav): Don't log access control as error by @backportbot in #45758
- [stable28] fix(files): Close sidebar and update fileid when current node is deleted by @backportbot in #45658
- [stable28] fix: avoid douple
expireDate
parsing by @backportbot in #44912 - [stable28] fix: Autodetect legacy filekey instead of trusting the header for legacy header by @backportbot in #45777
- [stable28] Update psalm-baseline.xml by @nextcloud-command in #45719
- [stable28] fix(search): tags redirect route by @backportbot in #45790
- [stable28] fix(Mailer): Allow to enforce strict email format by @backportbot in #45793
- [stable28] fix(caldav): event links in shared calendar notifications by @backportbot in #45799
- [stable28] fix(files): reset menu pos when opening in grid mode by @backportbot in #45665
- [stable28] fix(files): handling numbered type owner name & id by @backportbot in #45803
- [stable28] fix(Session): avoid password confirmation on SSO by @backportbot in #45704
- [stable28] fix(files_sharing): fix parsing of remote shares by @backportbot in #45817
- [stable28] fix(files): also trigger new tab on file name middle click by @backportbot in #45825
- [stable28] fix: Only list remnants as disabled if option is enabled by @backportbot in #45774
- [stable28] test: add tests for ProfilePageController by @backportbot in #45823
- [stable28] 44032 fix show new shares without refresh by @backportbot in #45303
- [stable28] fix(files): do not rely on unique fileid by @backportbot in #45836
- [stable28] Use isRetryable to catch retryable exceptions by @backportbot in #45807
- [stable28] get child ids for folder in a separate query during move by @backportbot in #45850
- [stable28] feat: add option to disable scanner transactions by @backportbot in #45857
- [stable28] fix(ObjectStore): Fix regression when hostname is empty by @backportbot in #45839
- [stable28] Respect empty
expiryDate
value in server by @backportbot in #45604 - [stable28] fix(files): Ignore right click for default action by @backportbot in #45863
- [stable28] fix(files_sharing): Add one string for every share type + fix(sharingDetails): Show correct share target by @fenn-cs in #45024
- [stable28] Show non writable folders during move or copy by @backportbot in #45865
- 28.0.7 RC1 by @blizzz in #45796
- [stable28] fix(comments): Use proper icon components instead of icon classes to fix dark mode by @backportbot in #45870
- Revert "[stable28] fix(comments): Use proper icon components instead … by @skjnldsv in #45881
- [stable28] fix(deleteAction): Bump up delete requests concurrency to 5 by @blizzz in #45909
- [stable28] ci: use precise ref for 3rdparty check by @backportbot in #45927
- [stable28] fix(files): correctly import WebDAV client in files store by @susnux in #45933
- 28.0.7 RC2 by @blizzz in #45914
- [stable28] fix(dav): Limit number of UPDATES for sync token created_at by @backportbot in #45990
- 28.0.7 RC3 by @skjnldsv in #46006
- [stable28] fix: move repair mimetype repair step to the expensive steps by @backportbot in #46031
- [stable28] fix(theming): also apply enforced theme for guests by @backportbot in #45903
- 28.0.7 RC4 by @blizzz in #46033
- [stable28] fix(Token): add FILESYSTEM scope with SCOPE_SKIP_PASSWORD_VALIDATION by @backportbot in #46088
- 28.0.7 by @blizzz in #46064
Full Changelog: v28.0.6...v28.0.7