Die Open-Source Cloudlösung Nextcloud Server wurde vor wenigen Tagen aktualisiert und liegt nun in den Versionen 27.1.9, 28.0.5 und 29.0.0 vor. Die Updates beheben einige Fehler, während Nextcloud 29 alias HUB9 neu ist.
Nextcloud Server 29.0.0 Release Notes
- Get access list share by email recipients (server#32631)
- Added –enabled and –disabled options to occ app:list (server#33546)
- Allow to specify allowed groups to share instead of excluded groups (server#34115)
- Modernize mime typeloader (server#36252)
- Feat: Reword login form disabled warning #37949 (server#37953)
- Occ: Add `–all` support to `user:lastseen` (server#39669)
- Add some recrusive detection/prevention (server#39990)
- Refactor `OC\Server::getCapabilitiesManager` (server#40115)
- Refactor `OC\Server::getCloudFederationFactory` (server#40116)
- Refactor `OC\Server::getCommentsManager` (server#40117)
- Refactor `OC\Server::getRootFolder` (server#40123)
- Refactor `OC\Server::getThemingDefaults` (server#40125)
- Refactor `OC\Server::getTwoFactorAuthManager` (server#40127)
- Refactor `OC\Server::getShareManager` (server#40131)
- Refactor `OC\Server::getGetRedisFactory` (server#40136)
- Refactor `OC\Server::getHasher` (server#40138)
- Refactor `OC\Server::getLazyRootFolder` (server#40142)
- Refactor `OC\Server::getLockdownManager` (server#40143)
- Refactor `OC\Server::getLockingProvider` (server#40144)
- More comprehensive wording for devices wipe action (server#40161)
- Respect custom webroot in setup form (server#41189)
- Add mimetype for ReStructuredText (server#41684)
- Use correct mode constant of files:scan’s –path option (server#41973)
- Handle copy of live photos (server#42170)
- Deprecated sysconfig ‘enable_file_metadata’ (server#42628)
- Declarative settings (server#42661)
- Enh(metadata): store current file etag (server#42707)
- Fix: always add user to group cache (server#42931)
- Fix(settings): `posix_getpwuid` can return `false` which should not be accessed like an array (server#43334)
- Enh(appconfig): only try to insert new value if in doubt (server#43425)
- Feat: add `PATCH` HTTP Verb Support To `IClient` Interface & its HTTP Client Implementation (server#43446)
- Chore: Migrate samba `files_external` test from drone to github (server#43516)
- Minor syntax update (server#43534)
- Feat(files_reminders): Add reminder status indicator (server#43589)
- Fix: fallback from guessing the owner from path in versioning (server#43613)
- Fixes for getting the filename in the FileInfo class (server#43652)
- Fix CSP for script-src with nonce on edge (server#43778)
- Chore(deps-dev): Bump exports-loader from 4.0.0 to 5.0.0 (server#43806)
- Add ability to cancel a scheduled transcription (server#43862)
- Fix(provisioning_api): Fix AppInfo schema for OpenAPI (server#43877)
- Feat(appconfig): storing integrity check result as a lazy config value (server#43907)
- Fix: changed login-page to reflect correct LDAP settings (server#43946)
- Fix(filecache): Move from array_merge to avoid memory exhaustion on large scans (server#43982)
- Use the proper path to check if a file needs to be copied/moved to the actual target storage (server#43983)
- Fix: Avoid clear cache with prefix (server#43992)
- Fix default text processing provider in AI settings (server#43993)
- Perf: improve performance of resolving group shares (server#44004)
- Feat: Adding PublicSectorBundle (server#44011)
- Fix/caldav/eventcomparisionservice uses wrong array comparison (server#44017)
- Feat: show the id of last author in versions metadata (server#44049)
- Fix(files): properly reset preview component (server#44062)
- Refactor: depricate getNumberOfUnreadCommentsForFolder and redo it’s … (server#44064)
- Migrate header check to setupcheck API (server#44067)
- Split live photo listener to extract trashbin specific code into its own listener (server#44069)
- Fix(AppManager): Allow to query dark **or** bright icon (server#44073)
- Fix(updatenotification): Adjust tests for changed IAppConfig (server#44074)
- Fix(dav): Add retention time to sync token cleanup (server#44075)
- Use viewer to open files still on the simple widget (server#44076)
- Fix(settings): Adjust order of parameters for `runRequest` (server#44082)
- Revert “files_versions: add missing null check” (server#44083)
- [master] Fix npm audit (server#44091)
- Feat: Refactor app & account management UI code (server#44092)
- Fix(cron): Fix Cron misrepresenting itself as console (server#44094)
- Chore(deps): bump query-string from 8.2.0 to 9.0.0 (server#44102)
- Chore(deps-dev): bump @types/dockerode from 3.3.24 to 3.3.26 (server#44103)
- Feat: author displayname and avatar on versions (server#44109)
- Test(dav): Add unit test for no calendars/subscription limit (server#44117)
- Fix(theming): fix incorrectly inverted favicons (server#44119)
- Feat: Apps discover section (server#44129)
- Fix(dav): Add occ command to fix missing caldav sync tokens (server#44130)
- Fix: don’t return null for SharedStorage::getWrapperStorage with share recursion (server#44132)
- Chore(deps): bump `@nextcloud/vue` from 8.9.1 to 8.10.0 (server#44134)
- Docs(config.sample.php): Warn that `updatedirectory` will break updates if set to a value within the installation folder (server#44138)
- Fix(files): Right click menu offset and list scrolled glitch (server#44139)
- Fix(settings): Fix always empty disabled users list for subadmins (server#44140)
- [master] fix(security): Update CA certificate bundle (server#44142)
- Fix: Call execute until it is removed for Job class (server#44151)
- Added rate limit bypass for app_api requests (server#44154)
- Fix(files): fixed breadcrumbs dissapearing on narrow screens (server#44162)
- Fix(updatenotification): spread the use of new iappconfig (server#44165)
- Chore(files_versions): Use new metadata API for versions (server#44175)
- Fix(Navigation): ensure NavManager is inited when adding an entry (server#44178)
- Fix: Ensure correct stacking context for right click menu (server#44179)
- Fix: No password set for new mail shares (server#44184)
- Add listener and interfaces to allow versions migration across storage (server#44187)
- Do not throw an exception if the etag is not set in metadata (server#44189)
- Fix(CI): Add missing generic files_external tests (server#44191)
- Fix: Migrate WebDAV endpoint check to SetupCheck API (server#44202)
- Fix: avoid scanning a non existing directory (server#44203)
- Chore(deps): Bump follow-redirects from 1.15.5 to 1.15.6 (server#44207)
- Fix: List specific share permissions as subline (server#44217)
- Feat: Limit email input to 255 chars (server#44218)
- Fix(files_sharing): ShareesAPI – Return empty response when user is not allowed to share (server#44223)
- Fix(files): provide onDestroy callback for interactive widgets (server#44226)
- Config: fix correctness issues in reading (server#44230)
- Chore: bump ncvue to 8.11.0 (server#44231)
- Fix(settings): apps list layout (server#44236)
- Chore(deps): Bump davclient.js from 0.2.1 to 0.2.2 (server#44237)
- Chore(deps-dev): Bump karma from 6.4.2 to 6.4.3 (server#44238)
- Chore(deps-dev): Bump typescript from 5.3.3 to 5.4.2 (server#44239)
- Chore(deps): Bump vue-multiselect from 2.1.8 to 2.1.9 (server#44240)
- Chore(deps-dev): Bump cypress from 13.6.6 to 13.7.0 (server#44241)
- Chore(deps): Bump @vueuse/integrations from 10.8.0 to 10.9.0 (server#44243)
- Chore(deps-dev): Bump @cypress/vue2 from 2.0.1 to 2.1.0 (server#44244)
- Chore(deps-dev): Bump puppeteer from 21.11.0 to 22.5.0 (server#44245)
- Feat(ObjectStore): Make the S3 `concurrency` option configurable (server#44252)
- Fix(files): Adjust dropservice to work with Blink engine (server#44254)
- Fix: Correctly add search event listener to make searching the app list work again (server#44255)
- Fix: getLogLevel return type (server#44258)
- Feat(settings): Allow app discover section links to open app routes or the appstore page (server#44259)
- Docs: added codespace link (server#44260)
- Fix(Logger): Warn on invalid `loglevel` configuration option (server#44262)
- Fix(files_external): Remove invalid jQuery Tooltip usage (server#44264)
- Fix(setupcheck): Catch Throwables from setup checks and show them to the admin (server#44270)
- Fix(config): Make sure user keys are strings (server#44276)
- Fix: ensure nested mount points are handled in the correct order (server#44279)
- Fix(settings): App Store Discover carousel animations are inverted (server#44280)
- Fix(AppDiscoverFetcher): Do not remove entries as expired that have no expiry date (server#44281)
- Fix(settings): Support `order` property on App Discover elements and hide future elements (server#44282)
- Fix(settings): Ensure media for app discover section is scaled correctly (server#44286)
- Enh: Send empty expireDate when not expireDate set (server#44291)
- Allow injecting the user temporarily for direct editing (server#44295)
- Forbid tagging readonly files (server#44297)
- Fix(federatedfilesharing): Use correct language file to render notifi… (server#44305)
- Fix(sharing): resolveGroupShares setPermissions on null (server#44316)
- Feat(settings): Implement `showcase` type for App Discover section (server#44328)
- Fix(db): remove redundant index in cards (server#44333)
- Fix(share): use share owner to get ownership (server#44339)
- Fix(dav): adjust usages of webdav.customRequest (server#44344)
- Log error when default getWrapperStorage would return null (server#44357)
- Fix(caldav): add EXDATE and EXRULE to confidential object (server#44360)
- Check permissions of all accessible file for versions (server#44362)
- Rename MetadataFileEvents to VersionAuthorListener (server#44363)
- Feat: Add new mdi New file menu icons (server#44368)
- Fix(dav): ACLs for shared addressbooks (server#44376)
- Fix(workflowengine): Use correct event names to make search for groups work again (server#44381)
- Chore(ci): update block merge EOL workflow (server#44388)
- Fix(DB): Sanitize `host` parameter for postgres databases when IPv6 address is passed (server#44394)
- Fix(logging): Restore the option to log with debug level (server#44400)
- Fix(files): Do not escape file names in the file picker (server#44407)
- Fix(JSRecourceLocator): Add missing slash after server root (server#44408)
- Fix(AppStore\Fetcher): Ensure `get` returns an array (server#44410)
- Fix(CSP): Add CSP nonce by default and convert `browserSupportsCspV3` to blacklist (server#44412)
- Fix(files): Only add copy suffix before file extension for files (not folders) (server#44417)
- Build(deps): bump libphonenumber-js from 1.10.57 to 1.10.58 (server#44423)
- Build(deps-dev): bump webpack from 5.90.3 to 5.91.0 (server#44424)
- Build(deps): bump @nextcloud/router from 2.2.1 to 3.0.0 (server#44425)
- Build(deps): bump dompurify from 3.0.9 to 3.0.11 (server#44426)
- Build(deps-dev): bump cypress-split from 1.20.1 to 1.21.0 (server#44427)
- Build(deps-dev): bump cypress from 13.7.0 to 13.7.1 (server#44428)
- Build(deps-dev): bump tar from 6.2.0 to 6.2.1 (server#44429)
- Build(deps): bump core-js from 3.36.0 to 3.36.1 (server#44430)
- Build(deps): bump @nextcloud/vue from 8.11.0 to 8.11.1 (server#44431)
- Build(deps-dev): bump phpunit/phpunit from 9.6.17 to 9.6.18 in /build/integration (server#44432)
- Build(deps-dev): bump webpack-dev-middleware from 5.3.3 to 5.3.4 (server#44436)
- Feat(login): Clear login form (password) after IDLE timeout (server#44438)
- Fix(federation): Fix creating local cloudIds with http:// protocol (server#44453)
- Fix(personal-files): correctly filters groupfolders now (server#44455)
- Fix(typo): Fix typo in docs (server#44456)
- Fix(contactsinteraction): Allow vCard download (server#44457)
- Feat: add interface for lower level filecache acess without having to do direct db queries (server#44458)
- Fix(S3): Adjust typing for 32bit compatibility (server#44462)
- Feat(settings): Allow to sort groups in the account management alphabetically (server#44465)
- Fix: Allow using replica config with split databases (server#44470)
- Fix(preview): webp preview format (server#44474)
- Fix(dns): detect disabled IPv6 support in DNS pinning (server#44475)
- Fix(settings): Also verify that `trusted_proxies` only contains IP addresses (with range) (server#44483)
- Fix(share): Send correct share attributes upon share creation (server#44484)
- Add retry logic to cover deadlock situations during move operations (server#44504)
- Feat: Add more new mdi icons (server#44513)
- [master] fix(security): Update code signing revocation list (server#44515)
- Chore(branchoff): Test against stable29 branches (server#44531)
- Fix(security): Update expiration date in security.txt (server#44546)
- Fix(files): Fix translation of “Delete file” (server#44553)
- Feat(trashbin): Show original location of deleted file (server#44584)
- Fix(files_sharing): Create passwords when enforced for mail shares (server#44591)
- Fix(files_sharing): Disable autocomplete for share label and password (server#44617)
- Fix(tests): Fix tests when daytime saving time change happened recently (server#44618)
- Build(deps): bump nextcloud/coding-standard from 1.1.1 to 1.2.1 in /vendor-bin/cs-fixer (server#44622)
- Fix(dav): Fix quota check for chunk upload (server#44624)
- Fix(federation): ICloudId->getRemote() should contain the protocol (server#44626)
- Fix(SetupChecks): Add hint about dns/firewall if `mjs` check can’t run (server#44628)
- Fix(encryption): Clicking default module in UI sets bogus value (server#44634)
- Fix(appconfig): compare with original value (server#44645)
- Fix(files): breadcrumbs drag-and-drop & unifying methods (server#44653)
- Fix(deps): Update phpseclib from 2.0.45 to 2.0.47 (server#44671)
- Fix(deps): Update `doctrine/dbal` to 3.8.3 (server#44686)
- Fix(3rdparty): Add a CI job to check 3rdparty integrity (server#44692)
- Fix(Blurhash): Suppress imagecreatefromstring() E_WARNING (server#44716)
- Fix(oc-dialog): Get rid of the overlay (server#44725)
- Fix(AppFramework): Fix error message about 204 not allowing custom headers (server#44729)
- Feat(core): Include core capabilities in OpenAPI (server#44732)
- Call davGetFavoritesReport after the registration of propfind properties (server#44735)
- Fix: Fix avatar images (server#44737)
- Fix: use proper jailed patch in watcher (server#44748)
- Fix(breadcrumbs): improved rendering of breadcrumb progress bar (server#44760)
- Fix(LDAP): escape DN on check-user (server#44765)
- Fix(federation): give some time to prepare both servers (server#44778)
- Fix(capabilities): Expose if mod-rewrite is working via capabilities (server#44800)
- Chore(deps): Bump @nextcloud/vue to v8.11.2 (server#44816)
- Chore(deps): Update openapi-extractor (server#44828)
- Chore: Update @nextcloud/upload to 1.1.1 to fix uploading large files (server#44836)
- Fix(files): Inherit some node attributes when creating new nodes to preserve shared state (server#44845)
- Chore(files): Switch widget icon to primary color (server#44846)
- Fix(files): Do not show files from hidden folders in “Recent”-view if hidden files are disabled by user (server#44866)
- Fix(systemtags): Use built-in input label to satisfy a11y check of NcSelect (server#44880)
- Fix(status): Update status time when reverting to it manually (server#44885)
- Fix(files): Clear search filter when changing directory or view (server#44887)
- Fix(files): Also skip cross storage move with access control (server#44890)
- Fix(appconfig): returns correct value on details (server#44907)
- Fix: avoid douple `expireDate` parsing (server#44910)
- Fix(appconfig): returns correct value on details (server#44914)
- Fix(sharing): Don’t change the type of the controller argument (server#44917)
- Fix(files): Also restore shares after ownership transfer for object storage (server#44922)
- Fix: Fix truncation on public page (server#44989)
- Chore(deps): Bump phpseclib/phpseclib from 2.0.45 to 2.0.47 (3rdparty#1772)
- Fix(deps): Update `doctrine/dbal` to 3.8.3 (3rdparty#1791)
- MailQueueHandler: Don’t flood logs with useless messages (activity#1586)
- Upgrade: Bump @types/dockerode from 3.3.23 to 3.3.26 (activity#1587)
- [master] Update nextcloud/ocp dependency (activity#1591)
- Updating phpunit-mysql.yml workflow from template (activity#1595)
- Upgrade: Bump psalm/phar from 5.21.1 to 5.23.1 (activity#1596)
- Upgrade: Bump cypress from 13.6.3 to 13.7.0 (activity#1597)
- Upgrade: Bump follow-redirects from 1.15.5 to 1.15.6 (activity#1598)
- Upgrade: Bump @vitest/coverage-v8 from 1.2.2 to 1.4.0 (activity#1599)
- [master] Update nextcloud/ocp dependency (activity#1600)
- Upgrade: Bump vite from 5.0.12 to 5.2.3 (activity#1607)
- Upgrade: Bump cypress from 13.7.0 to 13.7.1 (activity#1609)
- [master] Update nextcloud/ocp dependency (activity#1611)
- Chore(CI): Adjust testing matrix for Nextcloud 29 on stable29 (activity#1614)
- Group activities sent by mail (activity#1622)
- Chore: update workflows from templates (bruteforcesettings#569)
- Chore(deps): Bump @nextcloud/vue from 8.7.1 to 8.9.1 (bruteforcesettings#570)
- Chore(deps): Bump @nextcloud/dialogs from 5.1.2 to 5.2.0 (bruteforcesettings#571)
- Updating phpunit-mysql.yml workflow from template (bruteforcesettings#574)
- Chore(deps): Bump follow-redirects from 1.15.4 to 1.15.6 (bruteforcesettings#575)
- Chore(deps): Bump @nextcloud/vue from 8.9.1 to 8.11.1 (bruteforcesettings#577)
- Chore(deps-dev): Bump webpack-dev-middleware from 5.3.3 to 5.3.4 (bruteforcesettings#578)
- Chore(deps): Bump @nextcloud/vue from 8.11.1 to 8.11.2 (bruteforcesettings#582)
- Feat: Implement team resource provider for shared files (circles#1525)
- Chore(CI): Adjust testing matrix for Nextcloud 29 on stable29 (circles#1534)
- Feat: Add admin setting to set default download limit (files_downloadlimit#232)
- Create .l10nignore (files_downloadlimit#233)
- Chore: update workflows from templates (files_downloadlimit#234)
- Chore(deps): Bump @nextcloud/dialogs from 5.1.2 to 5.2.0 (files_downloadlimit#235)
- Chore: Remove unnecessary workflows and update existing (files_downloadlimit#236)
- Chore: Add some workflows from upstream (files_downloadlimit#237)
- Chore: Add README and document API (files_downloadlimit#238)
- Docs: Add asserts for example responses (files_downloadlimit#240)
- Feat: Provide limit via dav property (files_downloadlimit#241)
- Fix: Only allow the share owner to set a limit (files_downloadlimit#242)
- Chore(deps): Bump @nextcloud/vue from 8.9.1 to 8.11.0 (files_downloadlimit#243)
- Chore(deps-dev): Bump vite from 5.1.5 to 5.1.6 (files_downloadlimit#244)
- Chore(deps): Bump follow-redirects from 1.15.4 to 1.15.6 (files_downloadlimit#245)
- [master] Update nextcloud/ocp dependency (files_downloadlimit#246)
- Chore: Disable ocp update for stable branches (files_downloadlimit#249)
- Chore(deps-dev): Bump vite from 5.1.6 to 5.2.3 (files_downloadlimit#251)
- [master] Update nextcloud/ocp dependency (files_downloadlimit#253)
- Chore: update workflows from templates (files_pdfviewer#919)
- Chore(deps): Bump @nextcloud/dialogs from 5.1.2 to 5.2.0 (files_pdfviewer#920)
- Updating phpunit-mysql.yml workflow from template (files_pdfviewer#922)
- Chore(deps-dev): Bump axios from 1.6.7 to 1.6.8 (files_pdfviewer#929)
- Chore(deps-dev): Bump adm-zip from 0.5.10 to 0.5.12 (files_pdfviewer#930)
- Chore(deps): Bump follow-redirects from 1.15.4 to 1.15.6 (files_pdfviewer#931)
- Chore(deps-dev): Bump webpack-dev-middleware from 5.3.3 to 5.3.4 (files_pdfviewer#932)
- Fix npm audit (files_pdfviewer#943)
- Fix npm audit (files_pdfviewer#944)
- Chore(deps): Bump dorny/paths-filter from 3.0.1 to 3.0.2 (firstrunwizard#1113)
- Chore(deps): Bump icewind1991/nextcloud-version-matrix from 1.3.0 to 1.3.1 (firstrunwizard#1116)
- Chore: update workflows from templates (firstrunwizard#1117)
- Chore(deps): Bump @nextcloud/vue from 8.8.1 to 8.9.1 (firstrunwizard#1119)
- [master] Update nextcloud/ocp dependency (firstrunwizard#1121)
- Chore(deps-dev): Bump vite from 5.1.4 to 5.1.6 (firstrunwizard#1123)
- Chore(deps): Bump actions/checkout from 4.1.1 to 4.1.2 (firstrunwizard#1124)
- Chore(deps): Bump peter-evans/create-pull-request from 6.0.1 to 6.0.2 (firstrunwizard#1125)
- Updating phpunit-mysql.yml workflow from template (firstrunwizard#1126)
- Chore(deps): Bump follow-redirects from 1.15.4 to 1.15.6 (firstrunwizard#1127)
- Chore(deps-dev): Bump psalm/phar from 5.22.2 to 5.23.1 (firstrunwizard#1128)
- Chore(deps-dev): Bump sass from 1.71.1 to 1.72.0 (firstrunwizard#1129)
- Chore(deps): Bump @nextcloud/vue from 8.9.1 to 8.11.0 (firstrunwizard#1130)
- [master] Update nextcloud/ocp dependency (firstrunwizard#1131)
- Chore(deps): Bump peter-evans/create-pull-request from 6.0.1 to 6.0.2 (firstrunwizard#1136)
- Chore(deps): Bump actions/checkout from 4.1.1 to 4.1.2 (firstrunwizard#1137)
- Chore(deps-dev): Bump phpunit/phpunit from 9.6.17 to 9.6.18 (firstrunwizard#1138)
- Chore(deps-dev): Bump vite from 5.1.6 to 5.2.3 (firstrunwizard#1140)
- Chore(deps): Bump shivammathur/setup-php from 2.30.0 to 2.30.1 (firstrunwizard#1144)
- Chore(CI): Adjust testing matrix for Nextcloud 29 on stable29 (firstrunwizard#1146)
- Chore(deps): Bump @nextcloud/vue from 8.11.0 to 8.11.1 (firstrunwizard#1148)
- Chore(deps-dev): Bump vite from 5.2.3 to 5.2.6 (firstrunwizard#1150)
- Chore(deps-dev): Bump vite from 5.2.6 to 5.2.8 (firstrunwizard#1156)
- Update nextcloud/ocp dependency (firstrunwizard#1160)
- Feat: Add Nextcloud Hub changelog (firstrunwizard#1162)
- Fix: Do not mess with all NcModal styles – scope styles to wizard (firstrunwizard#1168)
- Fix(i18n): Fixed typo (firstrunwizard#1177)
- Fix: Apply class to wizard page title (was a typo) and correctly navigate to page whats-new page (firstrunwizard#1186)
- Add relative time format back (logreader#1099)
- Build(deps): Bump axios from 1.6.5 to 1.6.7 (logreader#1129)
- Build(deps): Bump @nextcloud/router from 2.2.0 to 3.0.0 (logreader#1138)
- Build(deps): Bump vue-material-design-icons from 5.2.0 to 5.3.0 (logreader#1141)
- Chore: update workflows from templates (logreader#1144)
- Build(deps-dev): Bump @nextcloud/vite-config from 1.2.0 to 1.2.2 (logreader#1146)
- [master] Update nextcloud/ocp dependency (logreader#1149)
- Updating command-compile.yml workflow from template (logreader#1156)
- Build(deps): Bump @nextcloud/dialogs from 5.0.3 to 5.1.2 (logreader#1161)
- Build(deps): Bump @nextcloud/vue from 8.4.0 to 8.9.1 (logreader#1167)
- Chore: update workflows from templates (logreader#1169)
- Build(deps): Bump @nextcloud/dialogs from 5.1.2 to 5.2.0 (logreader#1172)
- Build(deps-dev): Bump typescript from 5.3.3 to 5.4.2 (logreader#1173)
- Build(deps-dev): Bump happy-dom from 13.6.2 to 13.7.0 (logreader#1174)
- [master] Update nextcloud/ocp dependency (logreader#1175)
- Feat: Limit SetupCheck computing time to 5 seconds (logreader#1178)
- Perf: read larger chunks in logiterator (logreader#1179)
- Build(deps-dev): Bump happy-dom from 13.7.0 to 13.8.6 (logreader#1180)
- Build(deps-dev): Bump @vitest/coverage-istanbul from 1.3.1 to 1.4.0 (logreader#1181)
- Build(deps): Bump date-fns from 3.3.1 to 3.5.0 (logreader#1182)
- Build(deps): Bump axios from 1.6.7 to 1.6.8 (logreader#1184)
- Build(deps): Bump follow-redirects from 1.15.4 to 1.15.6 (logreader#1187)
- Build(deps-dev): Bump happy-dom from 13.8.6 to 14.3.1 (logreader#1190)
- Build(deps-dev): Bump typescript from 5.4.2 to 5.4.3 (logreader#1191)
- Bump date-fns from 3.5.0 to 3.6.0 (logreader#1192)
- Bump @nextcloud/vue from 8.9.1 to 8.11.1 (logreader#1193)
- Fix: Catch exception from LogIteratorFactory, throw a clean error when log_type is not file (logreader#1195)
- Build(deps-dev): Bump vite from 5.1.4 to 5.2.6 (logreader#1196)
- Chore(CI): Adjust testing matrix for Nextcloud 29 on stable29 (logreader#1198)
- Update nextcloud/ocp dependency (logreader#1209)
- Chore: update workflows from templates (nextcloud_announcements#302)
- [master] Update nextcloud/ocp dependency (nextcloud_announcements#305)
- Updating phpunit-mysql.yml workflow from template (nextcloud_announcements#306)
- Chore(deps-dev): Bump psalm/phar from 5.22.2 to 5.23.1 (nextcloud_announcements#307)
- [master] Update nextcloud/ocp dependency (nextcloud_announcements#309)
- Chore(deps-dev): Bump phpunit/phpunit from 9.6.17 to 9.6.18 (nextcloud_announcements#310)
- [master] Update nextcloud/ocp dependency (nextcloud_announcements#311)
- Chore(CI): Adjust testing matrix for Nextcloud 29 on stable29 (nextcloud_announcements#312)
- Update nextcloud/ocp dependency (nextcloud_announcements#317)
- Update nextcloud/ocp dependency (nextcloud_announcements#321)
- Feat(push): Try the new Route attribute (notifications#1798)
- Chore: update workflows from templates (notifications#1845)
- Chore(deps): Bump @nextcloud/vue from 8.8.1 to 8.9.1 (notifications#1846)
- Chore(deps): Bump @nextcloud/dialogs from 5.1.2 to 5.2.0 (notifications#1847)
- [master] Update nextcloud/ocp dependency (notifications#1849)
- Updating phpunit-mysql.yml workflow from template (notifications#1852)
- Chore(deps): Bump follow-redirects from 1.15.4 to 1.15.6 (notifications#1853)
- Chore(deps): Bump @nextcloud/vue from 8.9.1 to 8.11.0 (notifications#1854)
- Chore(deps-dev): Bump vimeo/psalm from 5.22.2 to 5.23.1 (notifications#1855)
- [master] Update nextcloud/ocp dependency (notifications#1857)
- Fix(api): Ignore “parsed” link and icon urls when deleting (notifications#1858)
- Chore(deps-dev): Bump phpunit/phpunit from 9.6.17 to 9.6.18 (notifications#1862)
- Chore(deps): Bump @nextcloud/vue from 8.11.0 to 8.11.1 (notifications#1863)
- Chore(deps-dev): Bump phpunit/phpunit from 9.6.17 to 9.6.18 in /tests/Integration (notifications#1864)
- Chore(deps-dev): Bump webpack-dev-middleware from 5.3.3 to 5.3.4 (notifications#1865)
- [master] Update nextcloud/ocp dependency (notifications#1866)
- Chore(CI): Adjust testing matrix for Nextcloud 29 on stable29 (notifications#1868)
- Update nextcloud/ocp dependency (notifications#1877)
- Perf(push): Only get user language when needed (notifications#1881)
- Chore(deps): Bump @nextcloud/dialogs from 5.2.0 to 5.2.1 (notifications#1886)
- Chore(deps): Bump @nextcloud/vue from 8.11.1 to 8.11.2 (notifications#1887)
- Update nextcloud/ocp dependency (notifications#1890)
- Chore(deps-dev): Bump christophwurst/nextcloud_testing from 0.12.4 to 1.0.0 (password_policy#508)
- Chore: Update workflows from organization (password_policy#512)
- Fix: Migrate some deprecated functions (password_policy#516)
- Fix: Modernize build system to use vite and `@nextcloud/vue` version 8 (password_policy#517)
- Update npm and node engines versions (password_policy#536)
- Chore(deps-dev): Bump phpunit/phpunit from 9.6.16 to 9.6.17 (password_policy#551)
- Chore(deps): Bump follow-redirects from 1.15.5 to 1.15.6 (password_policy#560)
- Chore(deps-dev): Bump phpunit/phpunit from 9.6.17 to 9.6.18 (password_policy#563)
- Chore(deps-dev): Bump vite from 5.1.6 to 5.2.3 (password_policy#565)
- Fix(setting): Clarify the “Account disabled” option (password_policy#578)
- Add dashboard widget: On this day (photos#1121)
- Chore: update workflows from templates (photos#2316)
- Fix(i18n): Adapted wording (photos#2377)
- [master] Update nextcloud/ocp dependency (photos#2379)
- Updating phpunit-mysql.yml workflow from template (photos#2383)
- Chore(deps-dev): Bump psalm/phar from 5.22.2 to 5.23.1 (photos#2384)
- [master] Update nextcloud/ocp dependency (photos#2386)
- [master] Fix npm audit (photos#2393)
- Chore(deps-dev): Bump phpunit/phpunit from 9.6.17 to 9.6.18 (photos#2400)
- Chore(deps-dev): Bump webpack-dev-middleware from 5.3.3 to 5.3.4 (photos#2401)
- [master] Update nextcloud/ocp dependency (photos#2403)
- Chore(CI): Adjust testing matrix for Nextcloud 29 on stable29 (photos#2407)
- Fix: Open Viewer when clicking on photo in folder (photos#2433)
- Check download attribute when fetching previews (photos#2439)
- Chore: update workflows from templates (privacy#1042)
- Chore(deps): Bump @nextcloud/dialogs from 5.1.2 to 5.2.0 (privacy#1043)
- Updating phpunit-mysql.yml workflow from template (privacy#1045)
- Chore(deps): Bump follow-redirects from 1.15.4 to 1.15.6 (privacy#1046)
- Chore(deps-dev): Bump phpunit/phpunit from 9.6.17 to 9.6.18 (privacy#1051)
- Chore(deps-dev): Bump webpack-dev-middleware from 5.3.3 to 5.3.4 (privacy#1052)
- Chore(deps): Bump @nextcloud/vue from 5.4.0 to 8.8.1 (recommendations#706)
- Chore(deps): Bump @nextcloud/router from 2.2.1 to 3.0.0 (recommendations#707)
- Chore: update workflows from templates (recommendations#712)
- Chore(deps): Bump follow-redirects from 1.15.4 to 1.15.6 (recommendations#715)
- Chore(deps-dev): Bump webpack-dev-middleware from 5.3.3 to 5.3.4 (recommendations#720)
- Chore(CI): Adjust testing matrix for Nextcloud 29 on stable29 (recommendations#722)
- Fix: Fix navigation to folder (recommendations#728)
- Chore(deps-dev): Bump nextcloud/coding-standard from 1.1.1 to 1.2.1 (related_resources#350)
- Chore(deps): Bump @nextcloud/router from 2.2.1 to 3.0.0 (related_resources#351)
- [master] Update nextcloud/ocp dependency (related_resources#353)
- Updating command-compile.yml workflow from template (related_resources#354)
- Chore: update workflows from templates (related_resources#355)
- Chore(deps-dev): Bump phpunit/phpunit from 10.5.11 to 10.5.13 (related_resources#371)
- Chore(deps-dev): Bump vimeo/psalm from 5.22.2 to 5.23.1 (related_resources#372)
- Chore(deps): Bump follow-redirects from 1.15.4 to 1.15.6 (related_resources#373)
- Chore(deps-dev): Bump webpack-dev-middleware from 5.3.3 to 5.3.4 (related_resources#381)
- Chore(CI): Adjust testing matrix for Nextcloud 29 on stable29 (related_resources#382)
- Chore(deps): Bump @nextcloud/vue from 7.12.4 to 8.11.2 (related_resources#398)
- Chore: update workflows from templates (serverinfo#569)
- [master] Update nextcloud/ocp dependency (serverinfo#570)
- Updating phpunit-mysql.yml workflow from template (serverinfo#571)
- Chore(deps-dev): Bump psalm/phar from 5.22.2 to 5.23.1 (serverinfo#573)
- [master] Update nextcloud/ocp dependency (serverinfo#575)
- Chore(deps-dev): Bump phpunit/phpunit from 9.6.17 to 9.6.18 (serverinfo#576)
- [master] Update nextcloud/ocp dependency (serverinfo#577)
- Chore(CI): Adjust testing matrix for Nextcloud 29 on stable29 (serverinfo#578)
- Update nextcloud/ocp dependency (serverinfo#584)
- Update nextcloud/ocp dependency (serverinfo#587)
- Fix: replace removed success and complete callbacks (serverinfo#590)
- Chore(deps-dev): Bump vimeo/psalm from 5.22.2 to 5.23.1 (survey_client#244)
- Chore(deps-dev): Bump phpunit/phpunit from 9.6.16 to 9.6.18 (survey_client#248)
- Fix: Return type of Model::jsonSerialize() should be compatible with … (suspicious_login#863)
- Bring back test failing due to server issue (text#5144)
- Remove bottom margin for better warning blocks display (text#5310)
- Fix(deps): update yjs (main) (text#5429)
- Fix(Preview): allow removing Preview with backspace (text#5444)
- Fix(Preview): hide link bubble when preview menu opens (text#5445)
- Fix cypress (text#5447)
- Chore: update workflows from templates (text#5449)
- Chore(deps): update dependency vite to ^5.1.6 (main) (text#5450)
- Chore(deps): update dependency cypress-split to ^1.21.0 (main) (text#5451)
- Fix(deps): update dependency @nextcloud/dialogs to ^5.2.0 (main) (text#5452)
- [main] Update nextcloud/ocp dependency (text#5453)
- Fix(Tables): require at least one cell in the header (text#5461)
- Fix(deps): update dependency mermaid to ^10.9.0 (main) (text#5462)
- Fix(deps): update dependency slug to v9 (main) (text#5463)
- Test(ci): Revert some cypress workflow changes (text#5464)
- Fix(backend): Accept pushs with only step1 messages by read-only clients (text#5466)
- Fix(session): Fix setting a guest name (text#5469)
- Fix: Avoid race condition that may initialize a document twice on the clients (text#5470)
- Ensure document stays consistent with y.js state file (text#5477)
- Reset document session on filesystem change (text#5481)
- Fix(attachments): Don’t use currentSession for fetching attachments (text#5484)
- Fix(HelpModal): Migrate to `NcDialog`, fix padding (text#5488)
- Fix(MarkdownContentEditor): Respect `onLoaded` callback passed via API (text#5489)
- Fix(LinkPicker): Don’t open link picker inside code blocks (text#5490)
- Chore(store): Remove unused currentSession from vuex store (text#5491)
- Fix: catch expected exception in event handler (text#5497)
- Updating phpunit-mysql.yml workflow from template (text#5498)
- Fix(deps): update dependency lib0 to ^0.2.92 (main) (text#5499)
- Chore(deps): bump follow-redirects from 1.15.4 to 1.15.6 (text#5501)
- Fix(deps): update dependency @nextcloud/vue to ^8.11.0 (main) (text#5502)
- [main] Update nextcloud/ocp dependency (text#5512)
- Fix(sync): If `baseVersionEtag` changed, reset frontend (text#5523)
- Fix/hide bubble when in menu (text#5529)
- Test(cypress): Downgrade cypress-io/github-action to v5.3.0 to fix errors (text#5533)
- Fix: Force visibility for tippy (text#5537)
- Fix(LinkBubble): Display link bubble view only if href is set (text#5538)
- Fix(files): Change icons+wording for adding text doc and folder description (text#5540)
- Fix/5522 no link preview toggle for anchor links (text#5544)
- [main] Update nextcloud/ocp dependency (text#5545)
- Chore(deps-dev): bump webpack-dev-middleware from 5.3.3 to 5.3.4 (text#5546)
- Fix: Use our own vue instance rendering anything but the viewer component (text#5547)
- Update editor on readOnlyprop change (text#5549)
- Fix(deps): update dependency @nextcloud/files to ^3.1.1 (main) (text#5552)
- Fix(deps): update dependency @nextcloud/vue to ^8.11.1 (main) (text#5553)
- Fix(deps): update yjs (main) (text#5554)
- Chore(deps-dev): bump phpunit/phpunit from 9.6.17 to 9.6.18 (text#5556)
- Chore(deps): update dependency vite to ^5.2.6 (main) (text#5557)
- Fix(deps): update dependency y-websocket to v2 (main) (text#5558)
- Fix(LinkBubble): Limit hide on scroll to div elements (text#5566)
- Chore(deps): bump katex from 0.16.9 to 0.16.10 (text#5568)
- Chore(deps-dev): bump express from 4.18.1 to 4.19.2 (text#5570)
- Fix(links): set default for `loadState(‘core’, ‘active-app’)` (text#5571)
- Fix: Catch exceptions on non existing files (text#5572)
- Chore: Skip files list in sharing tests (text#5573)
- Chore(CI): Adjust testing matrix for Nextcloud 29 on stable29 (text#5577)
- Feat/5524 link preview add button to delete links in preview mode (text#5580)
- Always initialize with the same yjs document if no state is present (text#5593)
- Fix: workspace tables expand correctly (text#5595)
- Fix: Make edit mode in interactive widgets opt-in (text#5596)
- Fix(css): Adjust heading sizes (Fixes: #5515) (text#5598)
- Test(cypress): Wait for syncs after opening+editing in in `sync.spec.js` (text#5602)
- Chore(deps): update dependency cypress-split to ^1.21.2 (text#5612)
- Chore(deps): update dependency vite to ^5.2.8 (text#5613)
- Fix(deps): update tiptap to ^2.2.4 (text#5614)
- Fix(LinkBubble): Treat links to hashes in same page directly (text#5615)
- Fix(deps): update dependency markdown-it-front-matter to ^0.2.4 (text#5617)
- Fix(deps): update dependency y-websocket to ^2.0.2 (text#5618)
- Fix(deps): update tiptap to ^2.2.5 (text#5633)
- Update nextcloud/ocp dependency (text#5646)
- Fix npm audit (text#5647)
- Fix: copy-paste markdown/raw text inconsistencies (text#5652)
- Fix(imageview): Don’t try to load unresolved images (text#5656)
- Fix: improve node and mark copy-paste behavior (text#5658)
- Fix: Avoid throwing when a workspace file cannot be found due to a failed storage (text#5663)
- Fix(deps): update dependency @nextcloud/vue to ^8.11.2 (text#5671)
- Chore(deps): update dependency cypress-split to ^1.23.0 (text#5673)
- Fix(deps): update dependency @nextcloud/dialogs to ^5.3.0 (text#5674)
- Update nextcloud/ocp dependency (text#5683)
- Fix npm audit (text#5685)
- Fix(l10n): “Connection failed” not translatable (text#5699)
- [master] Fix npm audit (twofactor_totp#1506)
- Chore(CI): Adjust testing matrix for Nextcloud 29 on stable29 (twofactor_totp#1507)
- Fix npm audit (twofactor_totp#1512)
- Bump nextcloud/coding-standard from 1.1.1 to 1.2.1 (updater#537)
- Revert “Also include *.config.php files” (updater#540)
- Fix(deps): update nextcloud (master) (viewer#2020)
- Chore(deps): update dockerode (master) (viewer#2053)
- Chore(deps): update dependency wait-on to ^7.2.0 (master) (viewer#2054)
- Chore(deps): Bump peter-evans/create-or-update-comment from 3.1.0 to 4.0.0 (viewer#2136)
- Chore(deps-dev): Bump nextcloud/coding-standard from 1.1.1 to 1.2.1 (viewer#2143)
- Fix(deps): update dependency vue to ^2.7.16 (master) (viewer#2160)
- Fix(deps): update dependency webdav to ^5.4.0 (master) (viewer#2168)
- Chore(deps): update dependency cypress to ^13.6.6 (master) (viewer#2173)
- Chore(deps-dev): Bump phpunit/phpunit from 9.6.16 to 9.6.17 (viewer#2174)
- Chore(deps-dev): Bump vimeo/psalm from 5.20.0 to 5.22.2 (viewer#2175)
- Chore(deps): Bump peter-evans/create-pull-request from 5.0.2 to 6.0.1 (viewer#2180)
- Chore: update workflows from templates (viewer#2191)
- Chore(deps): update dependency typescript to ^5.4.2 (master) (viewer#2192)
- Chore(deps): update dependency vite to ^5.1.5 (master) (viewer#2193)
- Fix(deps): update dependency @fontsource/roboto to ^5.0.12 (master) (viewer#2194)
- Fix(deps): update dependency @mdi/svg to ^7.4.47 (master) (viewer#2195)
- Fix(deps): update dependency filerobot-image-editor to ^4.7.0 (master) (viewer#2196)
- Fix(deps): update dependency vue-material-design-icons to ^5.3.0 (master) (viewer#2197)
- Chore(deps): update dependency @vue/tsconfig to ^0.5.1 (master) (viewer#2198)
- Chore(deps): update dependency cypress-visual-regression to v5 (master) (viewer#2199)
- Fix(deps): update dependency @nextcloud/router to v3 (master) (viewer#2200)
- Fix(deps): update dependency debounce to v2 (master) (viewer#2201)
- [master] Update cypress snapshots (viewer#2211)
- Fix(cypress): sharing download test (viewer#2222)
- Chore(deps): lock file maintenance (master) (viewer#2229)
- Chore(deps): Bump actions/checkout from 4.1.1 to 4.1.2 (viewer#2232)
- Chore(deps): Bump peter-evans/create-pull-request from 6.0.1 to 6.0.2 (viewer#2233)
- Chore(deps): update dependency vite to ^5.2.3 (master) (viewer#2234)
- Chore(deps): update dependency cypress to ^13.7.1 (master) (viewer#2235)
- Chore(deps-dev): Bump vimeo/psalm from 5.22.2 to 5.23.1 (viewer#2236)
- Fix(deps): update nextcloud (master) (viewer#2237)
- Fix: filerobot-image-editor ^4.7.0 (viewer#2248)
- Chore(deps): update dependency typescript to ^5.4.3 (master) (viewer#2251)
- Chore(deps-dev): Bump phpunit/phpunit from 9.6.17 to 9.6.18 (viewer#2252)
- Fix(deps): update dependency webdav to ^5.5.0 (master) (viewer#2253)
- Chore(deps): update dependency vite to ^5.2.4 (master) (viewer#2256)
- Fix npm audit (viewer#2286)
Nextcloud Server 28.0.5 Release Notes
- Fix npm audit (related_resources#396) 6
- Feature(files): Hide breadcrumbs when an upload is ongoing on narrow screen #40942 (server#43834)
- Migrate setup checks to new API – round 3 (server#44268)
- Added rate limit bypass for app_api requests (server#44296)
- Fix default text processing provider in AI settings (server#44343)
- Fix(LDAP): escape DN on check-user (server#44352)
- Fix(JSRecourceLocator): Add missing slash after server root (server#44413)
- Fix(files): Do not escape file names in the file picker (server#44416)
- Fix(files): Only add copy suffix before file extension for files (not folders) (server#44434)
- Feat(perf): add cache for authtoken lookup (server#44446)
- Fix(DB): Sanitize
host
parameter for postgres databases when IPv6 address is passed (server#44461) - Fix/caldav/eventcomparisionservice uses wrong array comparison (server#44473) 1
- Fix(preview): webp preview format (server#44489) 1
- Enh: Send empty expireDate when not expireDate set (server#44490)
- Fix(settings): Also verify that
trusted_proxies
only contains IP addresses (with range) (server#44495) - Fix(security): Update expiration date in security.txt (server#44541)
- Add retry logic to cover deadlock situations during move operations (server#44551)
- Split live photo listener to extract trashbin specific code into its own listener (server#44561)
- Fix(files_sharing): Create passwords when enforced for mail shares (server#44570) 1
- Feat(trashbin): Show original location of deleted file (server#44583) 1
- Fix(files_reminders): Fix translations (server#44599)
- Config: fix correctness issues in reading (server#44605)
- Fix(files): Fix translation of “Delete file” (server#44610)
- Fix(tests): Fix tests when daytime saving time change happened recently (server#44615)
- Fix(files_sharing): Disable autocomplete for share label and password (server#44616) 1
- Fix(encryption): Clicking default module in UI sets bogus value (server#44633)
- Fix(files): breadcrumbs drag-and-drop & unifying methods (server#44652) 2
- Fix(dav): Fix quota check for chunk upload (server#44655) 1
- Fix(deps): Update phpseclib from 2.0.45 to 2.0.47 (server#44672) 1
- Perf: Avoid updating the folder size if we know the size difference (server#44679)
- Fix(3rdparty): Add a CI job to check 3rdparty integrity (server#44691)
- Call davGetFavoritesReport after the registration of propfind properties (server#44734)
- Fix: Fix avatar images (server#44738)
- Fix: use proper jailed patch in watcher (server#44750)
- Fix(breadcrumbs): improved rendering of breadcrumb progress bar (server#44759)
- Fix(federation): give some time to prepare both servers (server#44779)
- Chore(deps): Bump @nextcloud/vue to v8.11.2 (server#44815)
- Fix npm audit (server#44817)
- Chore: Update @nextcloud/upload to 1.1.1 to fix uploading large files (server#44837) 1
- Fix(files): Inherit some node attributes when creating new nodes to preserve shared state (server#44844)
- Fix(files): Focus filename input in new-node dialog when opened (server#44851)
- Fix(files): Do not show files from hidden folders in “Recent”-view if hidden files are disabled by user (server#44867)
- Fix(systemtags): Use built-in input label to satisfy a11y check of NcSelect (server#44879)
- Fix(files): Clear search filter when changing directory or view (server#44883)
- Fix(files): Also skip cross storage move with access control (server#44891)
- Fix(files): Also restore shares after ownership transfer for object storage (server#44921)
- Fix(deps): Update phpseclib to 2.0.47 (3rdparty#1788) 1
- Group activities sent by mail (activity#1623)
- Update nextcloud/ocp dependency (activity#1630)
- Fix npm audit (activity#1632)
- Fix npm audit (files_pdfviewer#935)
- Update nextcloud/ocp dependency (firstrunwizard#1132)
- Fix npm audit (firstrunwizard#1141)
- Update nextcloud/ocp dependency (firstrunwizard#1161)
- Update nextcloud/ocp dependency (logreader#1208)
- Update nextcloud/ocp dependency (nextcloud_announcements#316)
- Update nextcloud/ocp dependency (notifications#1876)
- Fix(setting): Clarify the “Account disabled” option (password_policy#577)
- Fix npm audit (photos#2406)
- Update nextcloud/ocp dependency (photos#2424)
- Fix: Open Viewer when clicking on photo in folder (photos#2432)
- Check download attribute when fetching previews (photos#2438)
- Fix npm audit (privacy#1049) 1
- Fix npm audit (privacy#1064) 1
- Fix npm audit (recommendations#716)
- Update nextcloud/ocp dependency (related_resources#375)
- Fix npm audit (related_resources#378)
- Update nextcloud/ocp dependency (related_resources#392)
- Update nextcloud/ocp dependency (serverinfo#583)
- Refactor document and session handling (text#5541)
- Fix(deps): update dependency @nextcloud/files to ^3.1.1 (text#5559)
- Fix(deps): update dependency @nextcloud/vue to ^8.11.1 (text#5560)
- Fix(deps): update dependency lib0 to ^0.2.93 (text#5561)
- Fix npm audit (text#5564)
- Remove bottom margin for better warning blocks display (text#5567)
- Chore(deps): update dependency cypress-split to ^1.21.1 (text#5585)
- Chore(deps): update dependency vite to ^5.2.7 (text#5586)
- Fix: Catch exceptions on non existing files (text#5599) 1
- Test(cypress): Wait for syncs after opening+editing in in
sync.spec.js
(text#5603) - Chore(deps): update dependency cypress-split to ^1.21.2 (text#5619)
- Chore(deps): update dependency vite to ^5.2.8 (text#5620)
- Fix(deps): update dependency markdown-it-front-matter to ^0.2.4 (text#5621)
- Update nextcloud/ocp dependency (text#5645)
- Fix npm audit (text#5649)
- Fix: copy-paste markdown/raw text inconsistencies (text#5653)
- Fix: improve node and mark copy-paste behavior (text#5657)
- Fix: Avoid throwing when a workspace file cannot be found due to a failed storage (text#5664)
- Fix(deps): update dependency @nextcloud/vue to ^8.11.2 (text#5675)
- Chore(deps): update dependency cypress-split to ^1.23.0 (text#5677)
- Fix(deps): update dependency @nextcloud/dialogs to ^5.3.0 (text#5678)
- Fix npm audit (text#5684)
- Fix(l10n): “Connection failed” not translatable (text#5698)
- Fix npm audit (twofactor_totp#1505)
- Fix npm audit (twofactor_totp#1515)
- Preserve sort order (viewer#2177)
- Chore(deps): update cypress (viewer#2272)
- Fix npm audit (viewer#2276)
- Fix npm audit (viewer#2287)
Nextcloud Server 27.1.9 Release Notes
- Update nextcloud/ocp dependency (related_resources#395) 1
- Disable the internal s3sdk multi part copy logic (server#44052)
- Fix/caldav/eventcomparisionservice uses wrong array comparison (server#44472) 1
- Enh: Send empty expireDate when not expireDate set (server#44491)
- Fix(share): Send correct share attributes upon share creation (server#44499)
- Handle more exceptions in AmazonS3::fopen (server#44508)
- Fix(security): Update expiration date in security.txt (server#44536)
- Add retry logic to cover deadlock situations during move operations (server#44550)
- Fix(files_sharing): Create passwords when enforced for mail shares (server#44569)
- Feat(trashbin): Show original location of deleted file (server#44602)
- Fix(tests): Fix tests when daytime saving time change happened recently (server#44614)
- Fix(encryption): Clicking default module in UI sets bogus value (server#44632)
- Fix(dav): Fix quota check for chunk upload (server#44656)
- Fix(deps): Update phpseclib from 2.0.45 to 2.0.47 (server#44673)
- Perf: Avoid updating the folder size if we know the size difference (server#44680)
- Fix(3rdparty): Add a CI job to check 3rdparty integrity (server#44690)
- Fix: Fix avatar images (server#44739)
- Fix: use proper jailed patch in watcher (server#44749)
- Fix(LDAP): escape DN on check-user (server#44766)
- Fix(files): Allow to pick directories using the file reference picker (server#44803)
- Fix opening “Remote shares” dialog even if Notifications is available (server#44823)
- Fix(files): Also skip cross storage move with access control (server#44892)
- Fix(files): Also restore shares after ownership transfer for object storage (server#44920)
- Fix(deps): Update phpseclib to 2.0.47 (3rdparty#1789)
- Fix npm audit (activity#1613)
- Group activities sent by mail (activity#1624)
- Update nextcloud/ocp dependency (activity#1640)
- Fix npm audit (files_pdfviewer#934)
- Fix npm audit (firstrunwizard#1143)
- Update nextcloud/ocp dependency (firstrunwizard#1169)
- Update nextcloud/ocp dependency (nextcloud_announcements#320)
- Update nextcloud/ocp dependency (notifications#1888)
- Fix(setting): Clarify the “Account disabled” option (password_policy#576)
- Fix npm audit (photos#2404)
- Check download attribute when fetching previews (photos#2437)
- Fix npm audit (privacy#1048)
- Fix npm audit (recommendations#717)
- Fix npm audit (recommendations#729)
- Fix npm audit (related_resources#376)
- Fix npm audit (related_resources#388)
- Update nextcloud/ocp dependency (serverinfo#585)
- Refactor document and session handling (text#5543)
- Fix npm audit (text#5563)
- Chore(deps): update dependency cypress-split to ^1.21.2 (text#5587)
- Chore(deps): update dependency vite to ^4.5.3 (text#5588)
- Fix: Catch exceptions on non existing files (text#5600)
- Test(cypress): Wait for syncs after opening+editing in in
sync.spec.js
(text#5604) - Fix(deps): update dependency markdown-it-front-matter to ^0.2.4 (text#5622)
- Fix(deps): update yjs (text#5623)
- Chore(deps): update dependency @nextcloud/stylelint-config to ^2.4.0 (text#5624)
- Chore(deps): update vueuse to ^10.9.0 (text#5625)
- Fix(deps): update dependency @nextcloud/files to ^3.1.1 (text#5626)
- Fix(deps): update dependency mermaid to ^10.9.0 (text#5627)
- Fix(deps): update dependency vue-material-design-icons to ^5.3.0 (text#5628)
- Fix npm audit (text#5648)
- Fix: Avoid throwing when a workspace file cannot be found due to a failed storage (text#5665)
- Chore(deps): update dependency cypress-split to ^1.23.0 (text#5680)
- Update nextcloud/ocp dependency (text#5681)
- Fix(l10n): “Connection failed” not translatable (text#5697)
- Fix npm audit (twofactor_totp#1509)
- Fix npm audit (viewer#2278)
- Fix npm audit (viewer#2288)
Interessiert in verschiedenste IT Themen, schreibe ich in diesem Blog über Software, Hardware, Smart Home, Games und vieles mehr. Ich berichte z.B. über die Installation und Konfiguration von Software als auch von Problemen mit dieser. News sind ebenso spannend, sodass ich auch über Updates, Releases und Neuigkeiten aus der IT berichte. Letztendlich nutze ich Taste-of-IT als eigene Dokumentation und Anlaufstelle bei wiederkehrenden Themen. Ich hoffe ich kann dich ebenso informieren und bei Problemen eine schnelle Lösung anbieten. Wer meinen Aufwand unterstützen möchte, kann gerne eine Tasse oder Pod Kaffe per PayPal spenden – vielen Dank.