From 42ddfa52910b84ece6ba46cfd04bf0b9accf245a6fdf6252d0950678dc6072d7 Mon Sep 17 00:00:00 2001 From: Eric Schirra Date: Fri, 28 Aug 2020 12:11:17 +0000 Subject: [PATCH] Accepting request 830270 from home:ecsos:server - Update to 19.0.2 - [stable19] lower minimum search length to 2 characters (server#21782) - [stable19] Call openssl_pkey_export with $config and log errors. (server#21804) - [stable19] Improve error reporting on sharing errors (server#21806) - [stable19] Do not log RequestedRangeNotSatisfiable exceptions in DAV (server#21840) - [stable19] Fix parsing of language code (server#21857) - [stable19] fix typo in revokeShare() (server#21876) - [stable19] Discourage webauthn user interaction (server#21917) - [stable19] Encryption is ready if master key is enabled (server#21935) - [stable19] Disable fragile comments tests (server#21939) - [stable19] Do not double encode the userid in webauthn login (server#21953) - [stable19] update icewind/smb to 3.2.6 (server#21955) - [stable19] Respect default share permissions (server#21967) - [stable19] allow admin to configure the max trashbin size (server#21975) - [stable19] Fix risky test in twofactor_backupcodes (server#21978) - [stable19] Fix PHPUnit deprecation warnings (server#21981) - [stable19] fix moving files from external storage to object store trashbin (server#21983) - [stable19] Ignore whitespace in sharing by mail (server#21991) - [stable19] Properly fetch translation for remote wipe confirmation dialog (server#22036) - [stable19] parse_url returns null in case a parameter is not found (server#22044) - Bump elliptic from 6.5.2 to 6.5.3 (server#22050) - [stable19] Correctly remove usergroup shares on removing group members (server#22053) - [stable19] Fix height to big for iPhone when using many apps (server#22064) - [stable19] reset the cookie internally in new API when abandoning paged results op (server#22069) - [stable19] Add Guzzle's InvalidArgumentException (server#22070) - [stable19] contactsmanager shall limit number of results early (server#22091) - [stable19] Fix browser freeze on long password input (server#22094) - [stable19] Search also the email and displayname in user mangement for groups (server#22118) - [stable19] Ensured large image is unloaded from memory when generating previews (server#22121) - [stable19] fix display of remote users in incoming share notifications (server#22131) - [stable19] Reuse cache for directory mtime/size if filesystem changes can be ignored (server#22171) - [stable19] Remove unexpected argument (server#22178) - [stable19] Do not exit if available space cannot be determined on file transfer (server#22181) - [stable19] Fix empty 'more' apps navigation after installing an app (server#22183) - [stable19] Fix default log_rotate_size in config.sample.php (server#22192) - [stable19] shortcut in reading nested group members when IN_CHAIN is available (server#22203) - [stable19] Fix chmod on file descriptor (server#22208) - [stable19] Do clearstatcache() on rmdir (server#22209) - [stable19] SSE enhancement of file signature (server#22210) - [stable19] remove logging message carrying no valuable information (server#22215) - [stable19] Add app config option to disable "Email was changed by admin" activity (server#22232) - [stable19] Delete chunks if the move on an upload failed (server#22239) - [stable19] Silence duplicate session warnings (server#22247) - [3rdparty] Doctrine: Fix unquoted stmt fragments backslash escaping (server#22252) - [stable19] Allow to disable share emails (server#22300) - [stable19] Show disabled user count in occ user:report (server#22302) - Bump 3rdparty to last stable19 commit (server#22303) - [stable19] fixing a logged deprecation message (server#22309) - [stable19] CalDAV: Add ability to limit sharing to owner (server#22333) - [stable19] Only copy the link when updating a share or no password was forced (server#22337) - [stable19] Remove encryption option for nextcloud external storage (server#22341) - [stable19] l10n:Correct appid for WebAuthn (server#22348) - [stable19] Properly search for users when limittogroups is enabled (server#22355) - [stable19] SSE: make legacy format opt in (server#22381) - [stable19] Update the CRL (server#22387) - [stable19] Fix missing FN from federated contact (server#22400) - [stable19] fix event icon sizes and text alignment (server#22414) - [stable19] Bump stecman/symfony-console-completion from 0.8.0 to 0.11.0 (3rdparty#457) - [stable19] Add Guzzle's InvalidArgumentException (3rdparty#474) - [stable19] Doctrine: Fix unquoted stmt fragments backslash escaping (3rdparty#486) - [stable19] Fix cypress (viewer#545) - Move to webpack vue global config & bump deps (viewer#558) OBS-URL: https://build.opensuse.org/request/show/830270 OBS-URL: https://build.opensuse.org/package/show/server:php:applications/nextcloud?expand=0&rev=118 --- nextcloud-19.0.1.tar.bz2 | 3 -- nextcloud-19.0.2.tar.bz2 | 3 ++ nextcloud.changes | 66 ++++++++++++++++++++++++++++++++++++++++ nextcloud.spec | 2 +- 4 files changed, 70 insertions(+), 4 deletions(-) delete mode 100644 nextcloud-19.0.1.tar.bz2 create mode 100644 nextcloud-19.0.2.tar.bz2 diff --git a/nextcloud-19.0.1.tar.bz2 b/nextcloud-19.0.1.tar.bz2 deleted file mode 100644 index e411b7e..0000000 --- a/nextcloud-19.0.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4ef311e00d939915d3a9714cd3a1ad436db9157e04620e4a88c2f427e5e65b2d -size 90595211 diff --git a/nextcloud-19.0.2.tar.bz2 b/nextcloud-19.0.2.tar.bz2 new file mode 100644 index 0000000..0fad256 --- /dev/null +++ b/nextcloud-19.0.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8152f385fdb0645114e0043aaf07b0de046fbaf205fa6d6bf530d22db86c66a5 +size 99715473 diff --git a/nextcloud.changes b/nextcloud.changes index bdf44c2..59b5c85 100644 --- a/nextcloud.changes +++ b/nextcloud.changes @@ -1,3 +1,69 @@ +------------------------------------------------------------------- +Fri Aug 28 11:22:36 UTC 2020 - ecsos + +- Update to 19.0.2 + - [stable19] lower minimum search length to 2 characters (server#21782) + - [stable19] Call openssl_pkey_export with $config and log errors. (server#21804) + - [stable19] Improve error reporting on sharing errors (server#21806) + - [stable19] Do not log RequestedRangeNotSatisfiable exceptions in DAV (server#21840) + - [stable19] Fix parsing of language code (server#21857) + - [stable19] fix typo in revokeShare() (server#21876) + - [stable19] Discourage webauthn user interaction (server#21917) + - [stable19] Encryption is ready if master key is enabled (server#21935) + - [stable19] Disable fragile comments tests (server#21939) + - [stable19] Do not double encode the userid in webauthn login (server#21953) + - [stable19] update icewind/smb to 3.2.6 (server#21955) + - [stable19] Respect default share permissions (server#21967) + - [stable19] allow admin to configure the max trashbin size (server#21975) + - [stable19] Fix risky test in twofactor_backupcodes (server#21978) + - [stable19] Fix PHPUnit deprecation warnings (server#21981) + - [stable19] fix moving files from external storage to object store trashbin (server#21983) + - [stable19] Ignore whitespace in sharing by mail (server#21991) + - [stable19] Properly fetch translation for remote wipe confirmation dialog (server#22036) + - [stable19] parse_url returns null in case a parameter is not found (server#22044) + - Bump elliptic from 6.5.2 to 6.5.3 (server#22050) + - [stable19] Correctly remove usergroup shares on removing group members (server#22053) + - [stable19] Fix height to big for iPhone when using many apps (server#22064) + - [stable19] reset the cookie internally in new API when abandoning paged results op (server#22069) + - [stable19] Add Guzzle's InvalidArgumentException (server#22070) + - [stable19] contactsmanager shall limit number of results early (server#22091) + - [stable19] Fix browser freeze on long password input (server#22094) + - [stable19] Search also the email and displayname in user mangement for groups (server#22118) + - [stable19] Ensured large image is unloaded from memory when generating previews (server#22121) + - [stable19] fix display of remote users in incoming share notifications (server#22131) + - [stable19] Reuse cache for directory mtime/size if filesystem changes can be ignored (server#22171) + - [stable19] Remove unexpected argument (server#22178) + - [stable19] Do not exit if available space cannot be determined on file transfer (server#22181) + - [stable19] Fix empty 'more' apps navigation after installing an app (server#22183) + - [stable19] Fix default log_rotate_size in config.sample.php (server#22192) + - [stable19] shortcut in reading nested group members when IN_CHAIN is available (server#22203) + - [stable19] Fix chmod on file descriptor (server#22208) + - [stable19] Do clearstatcache() on rmdir (server#22209) + - [stable19] SSE enhancement of file signature (server#22210) + - [stable19] remove logging message carrying no valuable information (server#22215) + - [stable19] Add app config option to disable "Email was changed by admin" activity (server#22232) + - [stable19] Delete chunks if the move on an upload failed (server#22239) + - [stable19] Silence duplicate session warnings (server#22247) + - [3rdparty] Doctrine: Fix unquoted stmt fragments backslash escaping (server#22252) + - [stable19] Allow to disable share emails (server#22300) + - [stable19] Show disabled user count in occ user:report (server#22302) + - Bump 3rdparty to last stable19 commit (server#22303) + - [stable19] fixing a logged deprecation message (server#22309) + - [stable19] CalDAV: Add ability to limit sharing to owner (server#22333) + - [stable19] Only copy the link when updating a share or no password was forced (server#22337) + - [stable19] Remove encryption option for nextcloud external storage (server#22341) + - [stable19] l10n:Correct appid for WebAuthn (server#22348) + - [stable19] Properly search for users when limittogroups is enabled (server#22355) + - [stable19] SSE: make legacy format opt in (server#22381) + - [stable19] Update the CRL (server#22387) + - [stable19] Fix missing FN from federated contact (server#22400) + - [stable19] fix event icon sizes and text alignment (server#22414) + - [stable19] Bump stecman/symfony-console-completion from 0.8.0 to 0.11.0 (3rdparty#457) + - [stable19] Add Guzzle's InvalidArgumentException (3rdparty#474) + - [stable19] Doctrine: Fix unquoted stmt fragments backslash escaping (3rdparty#486) + - [stable19] Fix cypress (viewer#545) + - Move to webpack vue global config & bump deps (viewer#558) + ------------------------------------------------------------------- Wed Jul 15 20:58:34 UTC 2020 - ecsos diff --git a/nextcloud.spec b/nextcloud.spec index 38cf822..98396f5 100644 --- a/nextcloud.spec +++ b/nextcloud.spec @@ -49,7 +49,7 @@ %endif Name: nextcloud -Version: 19.0.1 +Version: 19.0.2 Release: 0 Summary: File hosting service License: AGPL-3.0-only