Für die Open-Source Nextcloud gab es vor wenigen Tagen die Updates 19.0.1, 18.0.7 und 17.0.8. Nachfolgend die Release Notes wobei in Nextcloud 19, 76 Requests, in 18 25 und in Version 17 Requests umgesetzt wurden.
Nextcloud 19.0.1 Release Notes
- [stable19] Improve group queries (server#21068)
- [stable19] Do not read certificate bundle from data dir by default (server#21095)
- [stable19] fixes infinitely repeating LDPA search results with PHP <= 7.2 (server#21111)
- [stable19] use the loginname to verify the old password in user password changes (server#21114)
- [stable19] Make the translation sanitization optional (server#21126)
- [stable19] simplify getGroups, fixing wrong chunking logic (server#21128)
- [stable19] Move the password confirmation form template to post (server#21131)
- [stable19] Clear the statscache before fetching the metadata (server#21135)
- [stable19] Fix reference to wrong class name (server#21148)
- [stable19] Fix password changes in link and mail shares (server#21151)
- [stable19] Do not only catch Exceptions but any Throwable during rmt share delete (server#21200)
- [stable19] normalize sftp path in read and write stream (server#21203)
- [stable19] Fix the Talk verification (server#21210)
- [stable19] Prevent harder to share your root (server#21226)
- [stable19] Use \OC::$CLI instead of PHP_SAPI (server#21242)
- [stable19] Fix empty event UUID reminder notifications (server#21247)
- [stable19] Enable passwordless for everyone not only admins. (server#21287)
- [stable19] Only use background fade if nextcloud blue is set (server#21308)
- [stable19] clear LDAP cache after user deletion (server#21333)
- [stable19] update icewind/smb to 3.2.5 (server#21342)
- [stable19] Always sort shares in a reliable way (server#21352)
- [stable19] Pass the proper share permissions to the create share call (server#21354)
- [stable19] Reflect unreadable state in the UI (server#21356)
- [stable19] Increase timeout of the appstore requests (server#21387)
- [stable19] Fix pagination of contacts search (server#21405)
- [stable19] Upload part size as S3 parameter instead of constant value (server#21409)
- [stable19] Avoid duplicate matches in wide and exact results (server#21419)
- [stable19] Clean up auth tokens when user is deleted (server#21427)
- [stable19] Fix invalid usage of \Exception::getResult (server#21441)
- [stable19] Disable Client-Side Monitoring on AWS storage (server#21447)
- [stable19] Don’t log Keys (server#21485)
- [stable19] getXbyY can still return false, e.g. when using ldap write support (server#21491)
- [stable19] acceptence tests shall specify which branch to pick when cloning apps (server#21493)
- [stable19] Give up after 10 seconds in SCSS timeout (server#21495)
- [stable19] Clarify that the email is always shared within the instance (server#21521)
- [stable19] Allow to specify the cookie type for appframework responses (server#21526)
- [stable19] Fix autocomplete for LDAP with `shareapi_only_share_with_group_members` on (server#21538)
- [stable19] Fix modal support for vue apps and dark theme (server#21541)
- [stable19] Fix language in share notes email for users (server#21550)
- [stable19] fix obsolete usage of OCdialogs (server#21568)
- [stable19] comment was wrong, block is needed nevertheless (server#21571)
- [stable19] relax permissions mask check for detecting part file rename (server#21573)
- [stable19] Fix share permission checkboxes enabled when permissions can not be set (server#21574)
- [stable19] fix strings being passed where arrays where expected (server#21583)
- [stable19] Remove rescanDelay from directory mtime (server#21584)
- [stable19] Precalculate the primary element color for dark mode too (server#21622)
- [stable19] Update presign method to match with interface again. (server#21638)
- Log deprecated events as debug (server#21652)
- [stable19] Fix IPv6 remote addresses from X_FORWARDED_FOR headers before validating (server#21655)
- [stable19] Check if debugMode is defined before using it (server#21660)
- [stable19] Fix static method call for s3 bucket compat check (server#21663)
- [stable19] Add missing TarHeader.php (server#21664)
- Revert „[stable19] Do not read certificate bundle from data dir by default“ (server#21671)
- [stable19] Change OAuth2 redirect link to relative link (server#21687)
- [stable19] Changes the Birthday calendar color to slightly brighter one (server#21703)
- [stable19] Fix releasing a shared lock multiple times (server#21710)
- [stable19] Fix main bundle on IE11 (server#21726)
- [stable19] Add a clear message why you could end up there (server#21751)
- [stable19] Fix placeholder issues with multiplace spaces in the name (server#21770)
- [stable19] Use the correct mountpoint to calculate (server#21772)
- [stable19] fix #21285 as oneliner (server#21779)
- [stable19] Set the moment locale even earlier (server#21780)
- 19.0.1 final (server#21801)
- [stable19] Build source maps on production build again (server#21834)
- [stable19] Add missing TarHeader.php (3rdparty#466)
- [stable19] Allow downloads in sandboxed iframe (files_pdfviewer#187)
- [stable19] Do not keep loading the slide list on every reopen (firstrunwizard#351)
- [stable19] Allow to group push notifications via an event (notifications#651)
- [stable19] Don’t shutdown the notifications when it freezes by browser shutdown (notifications#666)
- [stable19] Ignore old push devices (notifications#667)
- [stable19] More buffer to the key size (notifications#672)
- [stable19] Delete duplicates of the same push token hash (notifications#676)
- [stable19] Fix wordwrap issue regression from #540, fix #679 (notifications#686)
- [stable19] Don’t push without internet connection (notifications#694)
- [stable19] Also check for internet on delete push (notifications#697)
- [stable19] Correct format for uptime is used (serverinfo#221)
Nextcloud 18.0.7 Release Notes
- [stable18] Only use background fade if nextcloud blue is set (server#21309)
- [stable18] clear LDAP cache after user deletion (server#21334)
- [stable18] update icewind/smb to 3.2.5 (server#21343)
- [stable18] Pass the proper share permissions to the create share call (server#21355)
- [stable18] Increase max-height on button in welcome email template (server#21381)
- [stable18] Increase timeout of the appstore requests (server#21388)
- [stable18] Disable Client-Side Monitoring on AWS storage (server#21448)
- [stable18] Clean up auth tokens when user is deleted (server#21471)
- [stable18] Don’t log Keys (server#21486)
- [stable18] acceptence tests shall specify which branch to pick when cloning apps (server#21494)
- [stable18] Give up after 10 seconds in SCSS timeout (server#21496)
- Fix #21285 as oneliner (server#21499)
- [stable18] Clarify that the email is always shared within the instance (server#21522)
- [stable18] Fix autocomplete for LDAP with `shareapi_only_share_with_group_members` on (server#21539)
- [stable18] Fix modal support for vue apps and dark theme (server#21543)
- [stable18] Fix language in share notes email for users (server#21551)
- [stable18] fix obsolete usage of OCdialogs (server#21569)
- [stable18] relax permissions mask check for detecting part file rename (server#21572)
- [stable18] Fix share permission checkboxes enabled when permissions can not be set (server#21575)
- [stable18] Remove rescanDelay from directory mtime (server#21585)
- [stable18] Fix IPv6 remote addresses from X_FORWARDED_FOR headers before validating (server#21654)
- Manual backport of „Check if debugMode is defined before using it“ #21657 (server#21661)
- Revert „[stable18] Do not read certificate bundle from data dir by default“ (server#21670)
- [stable18] Changes the Birthday calendar color to slightly brighter one (server#21702)
- [stable18] Add a clear message why you could end up there (server#21752)
- [stable18] Use the correct mountpoint to calculate (server#21773)
- [stable18] Set the moment locale even earlier (server#21781)
- 18.0.7 final (server#21802)
- [stable18] Do not keep loading the slide list on every reopen (firstrunwizard#352)
- [stable18] More buffer to the key size (notifications#673)
- [stable18] Delete duplicates of the same push token hash (notifications#677)
- [stable18] Fix wordwrap issue regression from #540, fix #679 (notifications#685)
- [stable18] Don’t push without internet connection (notifications#695)
- [stable18] Also check for internet on delete push (notifications#698)
- [stable18] Fix NC18 deprecation (password_policy#107)
Nextcloud 17.0.8 Release Notes
- Exclude groups from sharing: Skip delete groups (server#20803)
- Simplify getGroups, fixing wrong chunking logic (server#21130)
- Fix password changes in link and mail shares (server#21158)
- Do not only catch Exceptions but any Throwable during rmt share delete (server#21202)
- Prevent harder to share your root (server#21228)
- Fix password reset saying Admin changed my password when reset from login page (server#21231)
- Fix empty event UUID reminder notifications (server#21249)
- Clear LDAP cache after user deletion (server#21335)
- Increase timeout of the appstore requests (server#21389)
- Don’t log Keys (server#21487)
- Fix #21285 as oneliner (server#21498)
- Clarify that the email is always shared within the instance (server#21523)
- Fix language in share notes email for users (server#21552)
- Fix obsolete usage of OCdialogs (server#21570)
- Fix federated link sharing permissions (server#21587)
- Fix IPv6 remote addresses from X_FORWARDED_FOR headers before validating (server#21656)
- Revert „Do not read certificate bundle from data dir by de… (server#21669)
- Add a clear message why you could end up there (server#21753)
- Use the correct mountpoint to calculate (server#21774)
- 17.0.8 final (server#21803)
- Allow downloads in sandboxed iframe (files_pdfviewer#189)
- More buffer to the key size (notifications#674)
- Delete duplicates of the same push token hash (notifications#678)
- Don’t push without internet connection (notifications#696)
- Also check for internet on delete push (notifications#699)
Quelle: https://nextcloud.com/changelog/
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.