Nextcloud 34
server
- Chore(previews): delete empty previews directory during migration (server#58425)
- Multiple cleanups in OCP/Utils and OC_Utils (server#58806)
- Fix(profile): clean up 404 profile template (server#59540)
- Fix(UserConfig): cast getTypedValue() result to string in getValueBool() (server#59646)
- Fix: Fix permission issue when uploading a chunked file (server#59654)
- Feat(ldap): Allow to search one user by one of its LDAP attribute (server#59928)
- Feat(cron): more precise execution report (server#59965)
- Refactor: Cleanup application namespace handling (server#59977)
- Fix(encryption): Refactor EncryptionWrapper with HomeMountPoint support (server#60001)
- Fix(settings): apply consistent style by using proper components (server#60191)
- Fix(s3): Add Content-MD5 header for DeleteObjects to fix AWS SDK v3.339.0+ compatibility (server#60195)
- Fix(theming): fix broken custom images introduced by #58224 (server#60198)
- Feat(app-licenses): Add further compatible licenses for apps to use (server#60212)
- Fix(core): app menu launcher tile icon, dark mode, and hyphenation (server#60232)
- Fix(settings): use proper component structure to make navigation work (server#60236)
- Fix(settings): remove legacy handling of active navigation settings icon (server#60243)
- Fix(http-client): detect brotli support via libcurl, not PHP extension (server#60262)
- Fix(Setup): Ensure instanceid is generated during installation (server#60297)
- Test(cypress): Reduce flakiness (server#60298)
- Chore: Remove references to deprecated interface IServerContainer (server#60299)
- Fix(files_sharing): apply link share password on first save (server#60311)
- Fix(snowflake): fix wrong documentation about serverId (server#60317)
- Feat(cypress): Rebuild app if cache is missing (server#60323)
activity
app_api
- Refactor: simplify enabled-state check in validateExAppRequestToNC (app_api#860)
- Feat(talkbot): move TalkBot bookkeeping to dedicated ex_apps_talk_bots table (app_api#866)