From 2b46822298206b98fa54e6241651732c4a9adee20cf014678dd0b814cb674fe7 Mon Sep 17 00:00:00 2001 From: Eric Schirra Date: Thu, 10 Aug 2023 14:27:08 +0000 Subject: [PATCH] Accepting request 1103342 from home:ecsos:server MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update to 26.0.5 - Fix(node): non-existing folder is not searchable (server#39370) - Fix(profile): fix getUID on nullable user variable (server#39437) - Fix: ContactManager search with fullmatch (server#39450) - Fix: check that object store backend supports multi part uploads (server#39459) - Bugfix/bulk upload empty files (server#39510) - Add instance category while checking new updates (server#39523) - Update psalm-baseline.xml (server#39559) - Fix(SystemTagManager): Use truncated tagName in getTag and updateTag (server#39597) - Ocs/v1.php/cloud/groups` `UPDATE` method – correct status when group not found (server#39600) - Fix share roots always being marked as writable (server#39659) - Only show weather credits if the app is enabled and the weather statu… (server#39664) - Fix(files_sharing): String translations (server#39666) - Fix(dav): use quota of destination in s3 chunk upload (server#39679) - Generate path if app does exist (circles#1351) - Fix npm audit (firstrunwizard#929) - Chore: update workflows from templates (firstrunwizard#932) - Update nextcloud/ocp dependency (logreader#944) - Update nextcloud/ocp dependency (logreader#950) - Update nextcloud/ocp dependency (nextcloud_announcements#217) - Chore(deps) – bump semver to 6.3.1 (notifications#1612) - Update nextcloud/ocp dependency (notifications#1624) - Fix npm audit (privacy#937) - Fix npm audit (recommendations#626) - Fix npm audit (related_resources#248) - Update nextcloud/ocp dependency (related_resources#262) - Update nextcloud/ocp dependency (serverinfo#473) - Update nextcloud/ocp dependency (serverinfo#487) - Update nextcloud/ocp dependency (serverinfo#491) - Chore(deps): update dependency @nextcloud/stylelint-config to ^2.3.1 (text#4514) - Chore(deps): update dependency vite to ^4.4.5 (text#4531) - Chore(deps): update dependency vite-plugin-commonjs to ^0.8.2 (text#4532) - Fix(deps): update dependency @nextcloud/vue to ^7.12.1 (text#4533) - Fix(deps): update dependency @nextcloud/initial-state to ^2.1.0 (text#4534) - Fix: Remember cursor position when autofocus on load (text#4543) - Fix(deps): update dependency slug to ^8.2.3 (text#4562) - Chore(deps): update dependency cypress to ^12.17.2 (text#4567) - Fix(deps): update tiptap to ^2.0.4 (text#4573) - Chore(deps): update dependency vite to ^4.4.6 (text#4578) - Fix(deps): update dependency yjs to ^13.6.7 (text#4581) - Fix(mentions): encode user id in mentions URLs (text#4590) - Fade out user cursor labels after five seconds of inactivity (text#4593) - Add syntax highlighting in code blocks (text#4594) - Fix(css): Fix margin-bottom for list items (text#4599) - Chore(deps): update dependency vite to ^4.4.7 (text#4607) - Chore(deps): update jest to ^29.6.2 (text#4608) - Fix: tab key in code block (text#4617) - Fix(editor): Don’t load both Tiptap collaboration history extensions (text#4623) - Chore: run npm audit fix and fix jest (twofactor_totp#1425) OBS-URL: https://build.opensuse.org/request/show/1103342 OBS-URL: https://build.opensuse.org/package/show/server:php:applications/nextcloud?expand=0&rev=206 --- nextcloud-26.0.4.tar.bz2 | 3 --- nextcloud-26.0.5.tar.bz2 | 3 +++ nextcloud.changes | 53 ++++++++++++++++++++++++++++++++++++++++ nextcloud.spec | 2 +- 4 files changed, 57 insertions(+), 4 deletions(-) delete mode 100644 nextcloud-26.0.4.tar.bz2 create mode 100644 nextcloud-26.0.5.tar.bz2 diff --git a/nextcloud-26.0.4.tar.bz2 b/nextcloud-26.0.4.tar.bz2 deleted file mode 100644 index 2f170ad..0000000 --- a/nextcloud-26.0.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:801c9ae912cf6264be72c141e418d3d87d4e671c7a9dd643008f5d7d6991ea2e -size 155042544 diff --git a/nextcloud-26.0.5.tar.bz2 b/nextcloud-26.0.5.tar.bz2 new file mode 100644 index 0000000..c0103ea --- /dev/null +++ b/nextcloud-26.0.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e1ab46806384f585465d28963ae994a58ab09280f41eb7c609a5c8b0270d5be +size 155878651 diff --git a/nextcloud.changes b/nextcloud.changes index d219f33..d004ce5 100644 --- a/nextcloud.changes +++ b/nextcloud.changes @@ -1,3 +1,56 @@ +------------------------------------------------------------------- +Thu Aug 10 13:35:07 UTC 2023 - ecsos + +- Update to 26.0.5 + - Fix(node): non-existing folder is not searchable (server#39370) + - Fix(profile): fix getUID on nullable user variable (server#39437) + - Fix: ContactManager search with fullmatch (server#39450) + - Fix: check that object store backend supports multi part uploads (server#39459) + - Bugfix/bulk upload empty files (server#39510) + - Add instance category while checking new updates (server#39523) + - Update psalm-baseline.xml (server#39559) + - Fix(SystemTagManager): Use truncated tagName in getTag and updateTag (server#39597) + - Ocs/v1.php/cloud/groups` `UPDATE` method – correct status when group not found (server#39600) + - Fix share roots always being marked as writable (server#39659) + - Only show weather credits if the app is enabled and the weather statu… (server#39664) + - Fix(files_sharing): String translations (server#39666) + - Fix(dav): use quota of destination in s3 chunk upload (server#39679) + - Generate path if app does exist (circles#1351) + - Fix npm audit (firstrunwizard#929) + - Chore: update workflows from templates (firstrunwizard#932) + - Update nextcloud/ocp dependency (logreader#944) + - Update nextcloud/ocp dependency (logreader#950) + - Update nextcloud/ocp dependency (nextcloud_announcements#217) + - Chore(deps) – bump semver to 6.3.1 (notifications#1612) + - Update nextcloud/ocp dependency (notifications#1624) + - Fix npm audit (privacy#937) + - Fix npm audit (recommendations#626) + - Fix npm audit (related_resources#248) + - Update nextcloud/ocp dependency (related_resources#262) + - Update nextcloud/ocp dependency (serverinfo#473) + - Update nextcloud/ocp dependency (serverinfo#487) + - Update nextcloud/ocp dependency (serverinfo#491) + - Chore(deps): update dependency @nextcloud/stylelint-config to ^2.3.1 (text#4514) + - Chore(deps): update dependency vite to ^4.4.5 (text#4531) + - Chore(deps): update dependency vite-plugin-commonjs to ^0.8.2 (text#4532) + - Fix(deps): update dependency @nextcloud/vue to ^7.12.1 (text#4533) + - Fix(deps): update dependency @nextcloud/initial-state to ^2.1.0 (text#4534) + - Fix: Remember cursor position when autofocus on load (text#4543) + - Fix(deps): update dependency slug to ^8.2.3 (text#4562) + - Chore(deps): update dependency cypress to ^12.17.2 (text#4567) + - Fix(deps): update tiptap to ^2.0.4 (text#4573) + - Chore(deps): update dependency vite to ^4.4.6 (text#4578) + - Fix(deps): update dependency yjs to ^13.6.7 (text#4581) + - Fix(mentions): encode user id in mentions URLs (text#4590) + - Fade out user cursor labels after five seconds of inactivity (text#4593) + - Add syntax highlighting in code blocks (text#4594) + - Fix(css): Fix margin-bottom for list items (text#4599) + - Chore(deps): update dependency vite to ^4.4.7 (text#4607) + - Chore(deps): update jest to ^29.6.2 (text#4608) + - Fix: tab key in code block (text#4617) + - Fix(editor): Don’t load both Tiptap collaboration history extensions (text#4623) + - Chore: run npm audit fix and fix jest (twofactor_totp#1425) + ------------------------------------------------------------------- Thu Jul 20 15:48:33 UTC 2023 - ecsos diff --git a/nextcloud.spec b/nextcloud.spec index 3970cdd..2316421 100644 --- a/nextcloud.spec +++ b/nextcloud.spec @@ -47,7 +47,7 @@ %endif Name: nextcloud -Version: 26.0.4 +Version: 26.0.5 Release: 0 Summary: File hosting service License: AGPL-3.0-only