From 42d425967131c558590f336ced6d6c77a3c72fdf089ca14b6d7ea3c0ab64f1cb Mon Sep 17 00:00:00 2001 From: Eric Schirra Date: Mon, 18 Jul 2022 18:32:27 +0000 Subject: [PATCH] Accepting request 990025 from home:ecsos:server MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update to 24.0.3 - Fix cropped image generated when not asked (server#32483) - Fix loading groupfolder info when share api is disabled (server#32654) - Validate custom dashboard background image (server#32791) - Bump webpack from 5.72.0 to 5.72.1 (server#32819) - Update psalm-baseline.xml (server#32824) - Fix deletion of additional emails (server#32850) - Don’t spam the log with fatals when maintenance mode is enabled or an… (server#32858) - Run php tests when 3rdparty changed (server#32870) - Make sure ResetTokenBackgroundJob doesn’t execute if config is read-only (server#32882) - Fix default toast message for failed uploads with HTTP/2 (server#32894) - Mention missing files subdir (server#32920) - Fix profiler trying to serialize invalid utf8 (server#32939) - Fix email shares not being shown to other users (server#32940) - Do not display the buffer_size info if the size is already set to a c… (server#32968) - Use stored user for PasswordUpdatedEvent (server#32974) - Fix logging data context to file (server#32983) - Fix hook encryption with cron job (server#32986) - Improve local domain detection (server#32990) - Load dashboard widgets of enabled apps only (server#32997) - Bump guzzlehttp/guzzle from 7.4.0 to 7.4.5 (server#33009) - Update guzzlehttp/guzzle requirement from 7.4.4 to 7.4.5 in /build/integration (server#33019) - Bump sass from 1.50.0 to 1.50.1 (server#33026) - Rename setting name to reduce its length (server#33028) - Fix metadata extraction (server#33049) - Check whether entry is of type ICacheEntry in Cache->remove() (server#33058) - Fix undefined when no tags (server#33062) - Fix detection of firefox in ContentSecurityPolicyNonceManager (server#33069) - Add trashbin export expiration notice (server#33077) - Enable binary protocol again (server#33078) - Update sabre/dav requirement from 4.3.1 to 4.4.0 in /build/integration (server#33092) - Remove .php from ajax url (server#33113) - Fix translation of home breadcrumb (server#33119) - Fixes for quota text in navigation bar (server#33125) - Fix branch selection (server#33138) - Do not send display name twice for saving (server#33143) - Update psalm-baseline.xml (server#33149) - Fix trashbin expiration notice casing (server#33155) - Only ignore attempts of the same action (server#33157) - Bump guzzlehttp/guzzle from 7.4.0 to 7.4.5 (3rdparty#1090) - Fix one hardcoded string (circles#1100) - Avoid using non-existing \OCP\Server::get (circles#1106) - Ensure the content takes the whole height when we hide the footer (files_pdfviewer#612) - Fix footer not hidden when Talk sidebar is shown (files_pdfviewer#616) - Shuffle before validating (password_policy#364) - Timeline: Do not take VirtualGrid out of DOM to avoid infinite loop (photos#1118) - Fix external storage support (photos#1125) - Stable24 / Upgrade dependencies (text#2610) - Build(deps): bump prosemirror-view from 1.26.1 to 1.26.2 (text#2623) - Build(deps): bump prosemirror-state from 1.4.0 to 1.4.1 (text#2624) - Text: fix cypress selector to find the right image (text#2626) - Build(deps): bump @tiptap/extension-code-block from 2.0.0-beta.41 to 2.0.0-beta.42 (text#2640) - Build(deps): bump @tiptap/extension-task-item from 2.0.0-beta.36 to 2.0.0-beta.37 (text#2641) - Build(deps): bump @tiptap/extension-dropcursor from 2.0.0-beta.28 to 2.0.0-beta.29 (text#2642) - Build(deps): bump @tiptap/extension-link from 2.0.0-beta.42 to 2.0.0-beta.43 (text#2643) - Build(deps): bump core-js from 3.23.2 to 3.23.3 (text#2644) - Build(deps): bump prosemirror-view from 1.26.2 to 1.26.3 (text#2645) - Build(deps): bump @tiptap/core from 2.0.0-beta.180 to 2.0.0-beta.181 (text#2646) - Build(deps): bump @tiptap/vue-2 from 2.0.0-beta.83 to 2.0.0-beta.84 (text#2647) - Build(deps): bump @tiptap/suggestion from 2.0.0-beta.96 to 2.0.0-beta.97 (text#2648) - Build(deps): bump @tiptap/extension-code-block-lowlight from 2.0.0-beta.72 to 2.0.0-beta.73 (text#2649) - Build(deps): bump @tiptap/extension-horizontal-rule from 2.0.0-beta.35 to 2.0.0-beta.36 (text#2650) - Build(deps): bump @tiptap/extension-placeholder from 2.0.0-beta.52 to 2.0.0-beta.53 (text#2651) - Build(deps): bump @tiptap/extension-history from 2.0.0-beta.25 to 2.0.0-beta.26 (text#2652) - Build(deps): bump @tiptap/extension-table from 2.0.0-beta.53 to 2.0.0-beta.54 (text#2654) - Fix: return promise in cypress command to wait for it (text#2659) - Backport/stable24/2326 update eslint config (text#2666) - Backport link fixes to stable24 (text#2672) - Fix: only show delete image button when editing (text#2673) - Use better wording in english to allow easier gender neutral translations (text#2674) - Avoid loading the image before the node view (text#2675) - Fix/dav (text#2676) - Trigger event on content change in syncservice (text#2679) - Update prosemirror dependencies (text#2680) - Fix: use own workspace endpoint instead of PROPFIND properties (text#2682) - Remove invalid leading slash in blank.mp4 path (viewer#1270) - Always use the main background for the default theme (viewer#1280) OBS-URL: https://build.opensuse.org/request/show/990025 OBS-URL: https://build.opensuse.org/package/show/server:php:applications/nextcloud?expand=0&rev=174 --- nextcloud-24.0.2.tar.bz2 | 3 -- nextcloud-24.0.3.tar.bz2 | 3 ++ nextcloud.changes | 81 ++++++++++++++++++++++++++++++++++++++++ nextcloud.spec | 2 +- 4 files changed, 85 insertions(+), 4 deletions(-) delete mode 100644 nextcloud-24.0.2.tar.bz2 create mode 100644 nextcloud-24.0.3.tar.bz2 diff --git a/nextcloud-24.0.2.tar.bz2 b/nextcloud-24.0.2.tar.bz2 deleted file mode 100644 index f59a759..0000000 --- a/nextcloud-24.0.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:30d6cac1265dff221836bec46a937dcafd7e7d52ee59b939841750b514e5033d -size 123445625 diff --git a/nextcloud-24.0.3.tar.bz2 b/nextcloud-24.0.3.tar.bz2 new file mode 100644 index 0000000..f9a115d --- /dev/null +++ b/nextcloud-24.0.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:320c81f9b902922b4bcef3eacf858596a14347fd45bddd26dac198562d212439 +size 123680045 diff --git a/nextcloud.changes b/nextcloud.changes index cead114..172d913 100644 --- a/nextcloud.changes +++ b/nextcloud.changes @@ -1,3 +1,84 @@ +------------------------------------------------------------------- +Mon Jul 18 17:08:05 UTC 2022 - ecsos + +- Update to 24.0.3 + - Fix cropped image generated when not asked (server#32483) + - Fix loading groupfolder info when share api is disabled (server#32654) + - Validate custom dashboard background image (server#32791) + - Bump webpack from 5.72.0 to 5.72.1 (server#32819) + - Update psalm-baseline.xml (server#32824) + - Fix deletion of additional emails (server#32850) + - Don’t spam the log with fatals when maintenance mode is enabled or an… (server#32858) + - Run php tests when 3rdparty changed (server#32870) + - Make sure ResetTokenBackgroundJob doesn’t execute if config is read-only (server#32882) + - Fix default toast message for failed uploads with HTTP/2 (server#32894) + - Mention missing files subdir (server#32920) + - Fix profiler trying to serialize invalid utf8 (server#32939) + - Fix email shares not being shown to other users (server#32940) + - Do not display the buffer_size info if the size is already set to a c… (server#32968) + - Use stored user for PasswordUpdatedEvent (server#32974) + - Fix logging data context to file (server#32983) + - Fix hook encryption with cron job (server#32986) + - Improve local domain detection (server#32990) + - Load dashboard widgets of enabled apps only (server#32997) + - Bump guzzlehttp/guzzle from 7.4.0 to 7.4.5 (server#33009) + - Update guzzlehttp/guzzle requirement from 7.4.4 to 7.4.5 in /build/integration (server#33019) + - Bump sass from 1.50.0 to 1.50.1 (server#33026) + - Rename setting name to reduce its length (server#33028) + - Fix metadata extraction (server#33049) + - Check whether entry is of type ICacheEntry in Cache->remove() (server#33058) + - Fix undefined when no tags (server#33062) + - Fix detection of firefox in ContentSecurityPolicyNonceManager (server#33069) + - Add trashbin export expiration notice (server#33077) + - Enable binary protocol again (server#33078) + - Update sabre/dav requirement from 4.3.1 to 4.4.0 in /build/integration (server#33092) + - Remove .php from ajax url (server#33113) + - Fix translation of home breadcrumb (server#33119) + - Fixes for quota text in navigation bar (server#33125) + - Fix branch selection (server#33138) + - Do not send display name twice for saving (server#33143) + - Update psalm-baseline.xml (server#33149) + - Fix trashbin expiration notice casing (server#33155) + - Only ignore attempts of the same action (server#33157) + - Bump guzzlehttp/guzzle from 7.4.0 to 7.4.5 (3rdparty#1090) + - Fix one hardcoded string (circles#1100) + - Avoid using non-existing \OCP\Server::get (circles#1106) + - Ensure the content takes the whole height when we hide the footer (files_pdfviewer#612) + - Fix footer not hidden when Talk sidebar is shown (files_pdfviewer#616) + - Shuffle before validating (password_policy#364) + - Timeline: Do not take VirtualGrid out of DOM to avoid infinite loop (photos#1118) + - Fix external storage support (photos#1125) + - Stable24 / Upgrade dependencies (text#2610) + - Build(deps): bump prosemirror-view from 1.26.1 to 1.26.2 (text#2623) + - Build(deps): bump prosemirror-state from 1.4.0 to 1.4.1 (text#2624) + - Text: fix cypress selector to find the right image (text#2626) + - Build(deps): bump @tiptap/extension-code-block from 2.0.0-beta.41 to 2.0.0-beta.42 (text#2640) + - Build(deps): bump @tiptap/extension-task-item from 2.0.0-beta.36 to 2.0.0-beta.37 (text#2641) + - Build(deps): bump @tiptap/extension-dropcursor from 2.0.0-beta.28 to 2.0.0-beta.29 (text#2642) + - Build(deps): bump @tiptap/extension-link from 2.0.0-beta.42 to 2.0.0-beta.43 (text#2643) + - Build(deps): bump core-js from 3.23.2 to 3.23.3 (text#2644) + - Build(deps): bump prosemirror-view from 1.26.2 to 1.26.3 (text#2645) + - Build(deps): bump @tiptap/core from 2.0.0-beta.180 to 2.0.0-beta.181 (text#2646) + - Build(deps): bump @tiptap/vue-2 from 2.0.0-beta.83 to 2.0.0-beta.84 (text#2647) + - Build(deps): bump @tiptap/suggestion from 2.0.0-beta.96 to 2.0.0-beta.97 (text#2648) + - Build(deps): bump @tiptap/extension-code-block-lowlight from 2.0.0-beta.72 to 2.0.0-beta.73 (text#2649) + - Build(deps): bump @tiptap/extension-horizontal-rule from 2.0.0-beta.35 to 2.0.0-beta.36 (text#2650) + - Build(deps): bump @tiptap/extension-placeholder from 2.0.0-beta.52 to 2.0.0-beta.53 (text#2651) + - Build(deps): bump @tiptap/extension-history from 2.0.0-beta.25 to 2.0.0-beta.26 (text#2652) + - Build(deps): bump @tiptap/extension-table from 2.0.0-beta.53 to 2.0.0-beta.54 (text#2654) + - Fix: return promise in cypress command to wait for it (text#2659) + - Backport/stable24/2326 update eslint config (text#2666) + - Backport link fixes to stable24 (text#2672) + - Fix: only show delete image button when editing (text#2673) + - Use better wording in english to allow easier gender neutral translations (text#2674) + - Avoid loading the image before the node view (text#2675) + - Fix/dav (text#2676) + - Trigger event on content change in syncservice (text#2679) + - Update prosemirror dependencies (text#2680) + - Fix: use own workspace endpoint instead of PROPFIND properties (text#2682) + - Remove invalid leading slash in blank.mp4 path (viewer#1270) + - Always use the main background for the default theme (viewer#1280) + ------------------------------------------------------------------- Mon Jun 20 19:16:15 UTC 2022 - ecsos diff --git a/nextcloud.spec b/nextcloud.spec index 39e067f..9b5366f 100644 --- a/nextcloud.spec +++ b/nextcloud.spec @@ -47,7 +47,7 @@ %endif Name: nextcloud -Version: 24.0.2 +Version: 24.0.3 Release: 0 Summary: File hosting service License: AGPL-3.0-only