/var/softaculous/nextcloud
Edit: /var/softaculous/nextcloud/changelog.txt (7249B)
Version 24.0.2 June 20 2022
Changes
Bump dompurify from 2.3.6 to 2.3.8 (server#32416)
Bump @testing-library/vue from 5.8.2 to 5.8.3 (server#32419)
Remove storage wrappers when deleting the user storage (server#32444)
Adjust wording for database checks (server#32457)
Fix backgroundjobs mode (server#32470)
Properly calculate primary element based on background luminance (server#32510)
Fix crop condition (server#32513)
Fix handling events without names in activities (server#32585)
Improve warning about missing pnctl (server#32603)
Fix status handling (server#32619)
Move Gd failed operations to debug level (server#32621)
Update guzzlehttp/guzzle requirement from 7.4.2 to 7.4.3 in /build/integration (server#32638)
Update 3rdparty for symfony/translation:4.4.41 (server#32650)
Handle non existing settings again (server#32657)
Add a method to get estimated export size in IMigrator (server#32664)
Fix Nextcloud Android app not showing proper name (server#32668)
Fix share permissions rendering (server#32674)
Allow use of rememberme cookies for IApacheAuth backends (server#32677)
More meaningfull message when a public authenticated share’s password is wrong or has expired. (server#32683)
Make sure activities are not created when a deleted calendar object expires (server#32692)
Trim mount point before matching in encryption code (server#32705)
Store unencrypted size in the unencrypted_size column (server#32708)
Cleanup temporary files after finishing the write to object storage (server#32710)
Always log errors from sending federation api requests to ease debugging (server#32750)
Add new share attributes column (server#32752)
Make X-HAS-{MD5/SHA256} opt-in (server#32758)
Temporary passwords fixes 31952 (server#32764)
Fix get avatar authorization (server#32770)
Handle stream wrappers in SeekableHttpStream (server#32776)
Add back the deleted.png file (server#32786)
Update psalm-baseline.xml (server#32794)
Fix mounts mounted at the users home (server#32801)
Properly import maintenance script (server#32802)
Perform onetime setup earlier to ensure wrappers are registered on time (server#32811)
Update guzzlehttp/guzzle requirement from 7.4.3 to 7.4.4 in /build/integration (server#32822)
Fix exception handling when profile data is too long (server#32833)
Fix issue #31692 of occ files:scan (server#32841)
Fix replacing external storage password during debug log (server#32842)
Revert “Remove inefficient fed share scanner” (server#32848)
Correctly log failed attempts (server#32854)
Fix logger overwriting vars in some circumstances (server#32904)
Bump symfony/translation to 4.4.41 (3rdparty#1042)
Save parameters also in the notifications (activity#814)
Limit the $limit to a maximum of 200 (activity#816)
ConfirmKey must be uuid (circles#1053)
Create CODEOWNERS (notifications#1211)
Build(deps): bump prosemirror-view from 1.23.12 to 1.23.13 (text#2407)
Build(deps): bump @tiptap/extension-task-item from 2.0.0-beta.31 to 2.0.0-beta.32 (text#2408)
Build(deps): bump @nextcloud/moment from 1.2.0 to 1.2.1 (text#2410)
Ci: only run php unit tests when php files changed (text#2414)
Add support for different encodings (text#2416)
Build(deps): bump @tiptap/core from 2.0.0-beta.174 to 2.0.0-beta.176 (text#2423)
Build(deps): bump @tiptap/suggestion from 2.0.0-beta.90 to 2.0.0-beta.92 (text#2424)
Build(deps): bump @tiptap/extension-link from 2.0.0-beta.36 to 2.0.0-beta.38 (text#2425)
Changes menu entry. (text#2427)
Build(deps): bump @tiptap/extension-table from 2.0.0-beta.48 to 2.0.0-beta.49 (text#2436)
Improve image attachment management (text#2444)
Do not register text/csv mimetype when office can handle it (text#2453)
Fix non-working hard line breaks (text#2487)
Encode file to UTF-8 on fetch call (text#2498)
An empty string is a valid encoded result (text#2501)
Bring back inline code support (text#2507)
Use modern API to cancel requests (viewer#1249)
Version 24.0.1 May 3 2022
Changes
Bump karma-spec-reporter from 0.0.33 to 0.0.34 (server#31985)
Tell mysql to ignore the sort index for search queries (server#32123)
Update description of cronjob settings to be aligned to the documenta… (server#32133)
Fix showing of all apps are up-to-date in apps management (server#32153)
Fx translations with trailing colon (server#32159)
Fix social sharing buttons (server#32181)
Revert “Show the child folders in the breadcrumb menu when on a parent entry.” (server#32219)
Use sabre function directly rather than duplicating it (server#32236)
Revert “Revert “Make the order of reactions reliable”” (server#32241)
Include more emoji chars to test and fixes after include it (server#32256)
Expose shareWithDisplayNameUnique also on autocomplete endpoint (server#32275)
Don’t use hash to check if binding worked (server#32282)
Fix preview generator trying to recreate an existing folder (server#32320)
Fix for transferring ownership of groupfolders (server#32329)
Add share search tweaks (server#32360)
Don’t unjail the path when getting the storage info (server#32365)
Increase retry delay on ‘Wait for S3’ CI job (server#32368)
Bump karma from 6.3.17 to 6.3.20 (server#32386)
Bump moment from 2.29.2 to 2.29.3 (server#32402)
Fix user agent trimming on installation (server#32414)
Show user account on grant loginflow step (server#32415)
Only log diagnostic events if a treshhold is set (server#32424)
Replace isValidEmoji by method in EmojiHelper (server#32437)
Add Email validation (server#32472)
Switch to getOption() (circles#1042)
Add new diagram templates (example-files#23)
Adapt layout after viewer update (files_pdfviewer#597)
Update phpunit workflows (files_pdfviewer#599)
Prevent video file downloads when there is a download limit (files_videoplayer#275)
Fix password generation (password_policy#357)
Fix FreeBsd Interface parsing (serverinfo#373)
Switch to auto table layout (text#2375)
Use ‘(n)’ suffix instead of timestamp prefix for uploaded image names (text#2377)
Manually get a mounted instance of the file if needed during lock/unlock (text#2380)
Fix attachment cleanup when file names contain parenthesis (text#2389)
Build(deps-dev): bump cypress from 9.5.3 to 9.5.4 (text#2402)
Build(deps-dev): bump @vue/vue2-jest from 27.0.0-alpha.4 to 27.0.0 (text#2405)
Fix viewer integration styling (text#2419)
Revert “Revert “Improve preloading”” (viewer#1237)
Revert “Revert “Revert “Improve preloading””” (viewer#1238)
Fix design update after 5 vue components upgrade (viewer#1239)
Improve preloading (viewer#1240)
Version 24.0.0 May 3 2022
Nextcloud Hub 24 is here!
The biggest improvements Nextcloud Hub 24 introduces are:
🙋 User migration
🔒 Smart file locking
🚀 4x lower db load
❤️ Reactions & media tab in Talk
🤩 Reply to calls & messages in Desktop client
💌 Undo send & schedule emails