From cb81b805188b52f5d6632974e50d4921e944ead0a6b9cda81db5f73b6cbbb297 Mon Sep 17 00:00:00 2001 From: Eric Schirra Date: Fri, 2 Jul 2021 03:21:55 +0000 Subject: [PATCH] Accepting request 903602 from home:ecsos:server - Update to 21.0.3 - Don't break OCC if an app is breaking in it's Application class (server#26879) - Bump handlebars from 4.7.6 to 4.7.7 (server#26905) - Bump url-parse from 1.4.7 to 1.5.1 (server#26911) - Bump lodash from 4.17.20 to 4.17.21 (server#26912) - Bump hosted-git-info from 2.8.8 to 2.8.9 (server#26918) - Fix occ command user:add-app-password (server#26952) - Add bruteforce protection to the shareinfo endpoint (server#26955) - Ignore readonly flag for directories (server#26964) - Throttle MountPublicLinkController when share is not found (server#26972) - Respect default share permissions for federated reshares (server#26999) - Harden apptoken check (server#27012) - Use parent wrapper to properly handle moves on the same source/target storage (server#27015) - Fix log error when creating files from an empty template (server#27021) - Fix error when using CORS with no auth credentials (server#27028) - Fix filesize error on log rotation, if file does not exist (server#27058) - Avoid reading ~/.aws/config when using S3 provider (server#27097) - Fix return value of getStorageInfo when 'quota_include_external_storage' is enabled (server#27107) - Move remnants of ocs api requests to v2 endpoint (server#27109) - Add DB exception '@throws' tag to QBMapper PHPDoc (server#27121) - Improve type handling of Avatar::generateAvatarFromSvg (server#27124) - Bump patch dependencies (server#27184) - Fix the get editable fields endpoint without a user id (server#27195) - Use noreply@ as email address for share emails (server#27208) - Bump vue-loader from 15.9.6 to 15.9.7 (server#27231) - Bump moment-timezone from 0.5.32 to 0.5.33 (server#27237) - Bump browserslist from 4.16.0 to 4.16.6 (server#27248) - Bump ws from 7.3.1 to 7.4.6 (server#27250) - Properly use limit and offset for search in Jail wrapper (server#27303) - Make user:report command scale (server#27318) - Properly log expiration date removal in audit log (server#27324) - Emit UserLoggedInEvent on apache auth (server#27333) - Don't allow executing cli if cache backend is unavailable (server#27334) - Propagate throttling on OCS response (server#27336) - Replace OCSController with OCP\API (server#27346) - Don't throw when comments is disabled (server#27347) - Set umask before operations that create local files (server#27350) - Escape filename in Content-Disposition (server#27359) - Don't update statuses to offline again and again (server#27411) - Fix some php 8 warnings (server#27415) - Don't pass a column object to addOrderBy (server#27446) - Header must contain a colon (server#27455) - Only allow removing existing shares that would not be allowed due to reshare restrictions (server#27551) - Bump postcss from 7.0.35 to 7.0.36 (server#27569) - Properly cleanup entries of WebAuthn on user deletion (server#27599) - Throttle on public DAV endpoint (server#27616) - Bump dompurify from 2.2.8 to 2.2.9 (server#27622) - Unshift crash reports when they are loaded, to break the recusion (server#27670) - Validate the theming color also on CLI (server#27679) - LDAP: determine shares of offline users only when needed (server#27703) - Downstream encryption:fix-encrypted-version for repairing "bad signature" errors (server#27727) - Remove encodeURI code (files_pdfviewer#397) - Disable content copy for PDF files that specify it (files_pdfviewer#417) - Update openssl for PHP 8.0 (nextcloud_announcements#78) - Only ask for permissions on HTTPS (notifications#997) - Fix sorting if one of the file name is only composed with number (photos#784) - Update File.vue (photos#812) - Hide free space if it can't be calculated (serverinfo#295) - Update chart.js (serverinfo#308) - Only return workspace property for top node in a propfind request (text#1610) - Use text/plain as content type for fetching the document (text#1691) - Log exceptions that happen on unknown exception and return generic messages (text#1697) - Try enabling apcu on cli for cypress (text#1700) - Add fixup (viewer#923) - Fix: fullscreen for Firefox (viewer#928) - Use physical pixel size for preview resolution (viewer#937) OBS-URL: https://build.opensuse.org/request/show/903602 OBS-URL: https://build.opensuse.org/package/show/server:php:applications/nextcloud?expand=0&rev=150 --- nextcloud-21.0.2.tar.bz2 | 3 -- nextcloud-21.0.3.tar.bz2 | 3 ++ nextcloud.changes | 75 ++++++++++++++++++++++++++++++++++++++++ nextcloud.spec | 2 +- 4 files changed, 79 insertions(+), 4 deletions(-) delete mode 100644 nextcloud-21.0.2.tar.bz2 create mode 100644 nextcloud-21.0.3.tar.bz2 diff --git a/nextcloud-21.0.2.tar.bz2 b/nextcloud-21.0.2.tar.bz2 deleted file mode 100644 index 54de98f..0000000 --- a/nextcloud-21.0.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5e5b38109a3485db5fd2d248f24478eabe6c0790ec10b030acbbee207d5511fe -size 129247099 diff --git a/nextcloud-21.0.3.tar.bz2 b/nextcloud-21.0.3.tar.bz2 new file mode 100644 index 0000000..fa39895 --- /dev/null +++ b/nextcloud-21.0.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8adcd175c7a70c33332586fa9ce36d03ba02d1df5d4c334d1210201d3fb953ee +size 129433656 diff --git a/nextcloud.changes b/nextcloud.changes index 23d88fe..969e654 100644 --- a/nextcloud.changes +++ b/nextcloud.changes @@ -1,3 +1,78 @@ +------------------------------------------------------------------- +Thu Jul 1 18:34:13 UTC 2021 - ecsos + +- Update to 21.0.3 + - Don't break OCC if an app is breaking in it's Application class (server#26879) + - Bump handlebars from 4.7.6 to 4.7.7 (server#26905) + - Bump url-parse from 1.4.7 to 1.5.1 (server#26911) + - Bump lodash from 4.17.20 to 4.17.21 (server#26912) + - Bump hosted-git-info from 2.8.8 to 2.8.9 (server#26918) + - Fix occ command user:add-app-password (server#26952) + - Add bruteforce protection to the shareinfo endpoint (server#26955) + - Ignore readonly flag for directories (server#26964) + - Throttle MountPublicLinkController when share is not found (server#26972) + - Respect default share permissions for federated reshares (server#26999) + - Harden apptoken check (server#27012) + - Use parent wrapper to properly handle moves on the same source/target + storage (server#27015) + - Fix log error when creating files from an empty template (server#27021) + - Fix error when using CORS with no auth credentials (server#27028) + - Fix filesize error on log rotation, if file does not exist (server#27058) + - Avoid reading ~/.aws/config when using S3 provider (server#27097) + - Fix return value of getStorageInfo when 'quota_include_external_storage' + is enabled (server#27107) + - Move remnants of ocs api requests to v2 endpoint (server#27109) + - Add DB exception '@throws' tag to QBMapper PHPDoc (server#27121) + - Improve type handling of Avatar::generateAvatarFromSvg (server#27124) + - Bump patch dependencies (server#27184) + - Fix the get editable fields endpoint without a user id (server#27195) + - Use noreply@ as email address for share emails (server#27208) + - Bump vue-loader from 15.9.6 to 15.9.7 (server#27231) + - Bump moment-timezone from 0.5.32 to 0.5.33 (server#27237) + - Bump browserslist from 4.16.0 to 4.16.6 (server#27248) + - Bump ws from 7.3.1 to 7.4.6 (server#27250) + - Properly use limit and offset for search in Jail wrapper (server#27303) + - Make user:report command scale (server#27318) + - Properly log expiration date removal in audit log (server#27324) + - Emit UserLoggedInEvent on apache auth (server#27333) + - Don't allow executing cli if cache backend is unavailable (server#27334) + - Propagate throttling on OCS response (server#27336) + - Replace OCSController with OCP\API (server#27346) + - Don't throw when comments is disabled (server#27347) + - Set umask before operations that create local files (server#27350) + - Escape filename in Content-Disposition (server#27359) + - Don't update statuses to offline again and again (server#27411) + - Fix some php 8 warnings (server#27415) + - Don't pass a column object to addOrderBy (server#27446) + - Header must contain a colon (server#27455) + - Only allow removing existing shares that would not be allowed due + to reshare restrictions (server#27551) + - Bump postcss from 7.0.35 to 7.0.36 (server#27569) + - Properly cleanup entries of WebAuthn on user deletion (server#27599) + - Throttle on public DAV endpoint (server#27616) + - Bump dompurify from 2.2.8 to 2.2.9 (server#27622) + - Unshift crash reports when they are loaded, to break the recusion (server#27670) + - Validate the theming color also on CLI (server#27679) + - LDAP: determine shares of offline users only when needed (server#27703) + - Downstream encryption:fix-encrypted-version for repairing + "bad signature" errors (server#27727) + - Remove encodeURI code (files_pdfviewer#397) + - Disable content copy for PDF files that specify it (files_pdfviewer#417) + - Update openssl for PHP 8.0 (nextcloud_announcements#78) + - Only ask for permissions on HTTPS (notifications#997) + - Fix sorting if one of the file name is only composed with number (photos#784) + - Update File.vue (photos#812) + - Hide free space if it can't be calculated (serverinfo#295) + - Update chart.js (serverinfo#308) + - Only return workspace property for top node in a propfind request (text#1610) + - Use text/plain as content type for fetching the document (text#1691) + - Log exceptions that happen on unknown exception and return + generic messages (text#1697) + - Try enabling apcu on cli for cypress (text#1700) + - Add fixup (viewer#923) + - Fix: fullscreen for Firefox (viewer#928) + - Use physical pixel size for preview resolution (viewer#937) + ------------------------------------------------------------------- Fri May 7 05:52:51 UTC 2021 - ecsos diff --git a/nextcloud.spec b/nextcloud.spec index 2c8eaf6..c9781da 100644 --- a/nextcloud.spec +++ b/nextcloud.spec @@ -47,7 +47,7 @@ %endif Name: nextcloud -Version: 21.0.2 +Version: 21.0.3 Release: 0 Summary: File hosting service License: AGPL-3.0-only