Nextcloud Hub 24.0.2
21 June 2022
Nextcloud Hub version 24.0.2 is now available.
Upgrading to Nextcloud Hub 24.0.2
Nextcloud Hub 24.0.2 can be upgraded to (or installed) using any of Installatron's products. Use Installatron's optional Automatic Update feature to automatically apply Nextcloud Hub updates as new versions are released, or use Installatron's Clone feature to duplicate an existing Nextcloud Hub install to test the 24.0.2 upgrade prior to applying it live. Get started managing your Nextcloud Hub installations with Installatron
What's New in Nextcloud Hub 24.0.2
- Bump dompurify from 2.3.6 to 2.3.8
- Bump @testing-library/vue from 5.8.2 to 5.8.3
- Remove storage wrappers when deleting the user storage
- Adjust wording for database checks
- Fix backgroundjobs mode
- Properly calculate primary element based on background luminance
- Fix crop condition
- Fix handling events without names in activities
- Improve warning about missing pnctl
- Fix status handling
- Move Gd failed operations to debug level
- Update guzzlehttp/guzzle requirement from 7.4.2 to 7.4.3 in /build/integration
- Update 3rdparty for symfony/translation:4.4.41
- Handle non existing settings again
- Add a method to get estimated export size in IMigrator
- Fix Nextcloud Android app not showing proper name
- Fix share permissions rendering
- Allow use of rememberme cookies for IApacheAuth backends
- More meaningfull message when a public authenticated share’s password is wrong or has expired.
- Make sure activities are not created when a deleted calendar object expires
- Trim mount point before matching in encryption code
- Store unencrypted size in the unencrypted_size column
- Cleanup temporary files after finishing the write to object storage
- Always log errors from sending federation api requests to ease debugging
- Add new share attributes column
- Make X-HAS-{MD5/SHA256} opt-in
- Temporary passwords fixes 31952
- Fix get avatar authorization
- Handle stream wrappers in SeekableHttpStream
- Add back the deleted.png file
- Update psalm-baseline.xml
- Fix mounts mounted at the users home
- Properly import maintenance script
- Perform onetime setup earlier to ensure wrappers are registered on time
- Update guzzlehttp/guzzle requirement from 7.4.3 to 7.4.4 in /build/integration
- Fix exception handling when profile data is too long
- Fix issue #31692 of occ files:scan
- Fix replacing external storage password during debug log
- Revert “Remove inefficient fed share scanner”
- Correctly log failed attempts
- Fix logger overwriting vars in some circumstances
- Bump symfony/translation to 4.4.41
- Save parameters also in the notifications
- Limit the $limit to a maximum of 200
- ConfirmKey must be uuid
- Create CODEOWNERS
- Build(deps): bump prosemirror-view from 1.23.12 to 1.23.13
- Build(deps): bump @tiptap/extension-task-item from 2.0.0-beta.31 to 2.0.0-beta.32
- Build(deps): bump @nextcloud/moment from 1.2.0 to 1.2.1
- Ci: only run php unit tests when php files changed
- Add support for different encodings
- Build(deps): bump @tiptap/core from 2.0.0-beta.174 to 2.0.0-beta.176
- Build(deps): bump @tiptap/suggestion from 2.0.0-beta.90 to 2.0.0-beta.92
- Build(deps): bump @tiptap/extension-link from 2.0.0-beta.36 to 2.0.0-beta.38
- Changes menu entry.
- Build(deps): bump @tiptap/extension-table from 2.0.0-beta.48 to 2.0.0-beta.49
- Improve image attachment management
- Do not register text/csv mimetype when office can handle it
- Fix non-working hard line breaks
- Encode file to UTF-8 on fetch call
- An empty string is a valid encoded result
- Bring back inline code support
- Use modern API to cancel requests (viewer#1249)