From eb3d947951f6d412afc57207ce8c58de7f5608cf62b7b72bb6f1181b534942ef Mon Sep 17 00:00:00 2001 From: Eric Schirra Date: Fri, 1 Mar 2019 05:50:13 +0000 Subject: [PATCH] Accepting request 680311 from home:ecsos:server - Update to 15.0.5 - Show autocompletion as soon as "@" is typed (server#13961) - Trim filename in webfrontend for windows compatibility (server#13978) - Clean code and fix drop zone shadow (server#13982) - Show original path in trashbin (server#14029) - Update icewind/smb to 3.0.1 (server#14068) - Fix: Check if `$this->params['user']` is an array (server#14085) - [Security] Bump lodash from 4.17.10 to 4.17.11 in /apps/updatenotification (server#14093) - [Security] Bump lodash from 4.17.10 to 4.17.11 in /apps/accessibility (server#14094) - [Security] Bump lodash from 4.17.10 to 4.17.11 in /apps/oauth2 (server#14095) - Make sure the relative path is always a string (server#14101) - Fix the thorrtler whitelist bitmask (server#14151) - [Security] Bump handlebars from 4.0.12 to 4.1.0 in /build (server#14187) - Fix recent files (server#14195) - Update CRL to contain revoked files_external_dropbox, passman & payback (server#14201) - Ensure attribute names are lower cased (server#14203) - Fix small glitches in update notification page (server#14207) - Fix expiration date changing (server#14212) - Fix trashbin restore translation (server#14213) - Remove trailing spaces from localized strings (server#14225) - Fixing phpdoc in FullTextSearch/Model/ISearchResult (server#14268) - Fix empty file uploads to S3 (and other streaming storages) (server#14273) - Do not do redirect handling when loggin out (server#14275) - Catch Request exception in testRemoteUrl (server#14277) - Correctly determinate the owner in case of shared external storages (server#14283) - Fix header label visibility on open menu (server#14287) - Prefix $path for filename for internal file cache (server#14288) - Set false as default for requirePNG (server#14292) - Use proper scroll container when dragging files (server#14301) - Fix OC.getCurrentUser() on guest pages (server#14308) - Fix ocm end-point discovery discovery (server#14312) - Apply theme to 2FA button (server#14331) - Fix "Undefined index: user_uid" on login page (server#14339) - Fix unsafe array access (server#14340) - Always query lookup server in GS mode (server#14368) - Use latest ca-bundle.crt from https://curl.haxx.se/docs/caextract.html (server#14371) - Try to support 7.3 for DAV (3rdparty#213) - Backport/stable15/streams 0.7.1 (3rdparty#244) - Don't add empty entries to the objects array (activity#347) - Ensure parameters are always an array (activity#350) - Bye, Scrutinizer! (notifications#293) OBS-URL: https://build.opensuse.org/request/show/680311 OBS-URL: https://build.opensuse.org/package/show/server:php:applications/nextcloud?expand=0&rev=73 --- nextcloud-15.0.4.tar.bz2 | 3 --- nextcloud-15.0.5.tar.bz2 | 3 +++ nextcloud.changes | 57 ++++++++++++++++++++++++++++++++++++++++ nextcloud.spec | 2 +- 4 files changed, 61 insertions(+), 4 deletions(-) delete mode 100644 nextcloud-15.0.4.tar.bz2 create mode 100644 nextcloud-15.0.5.tar.bz2 diff --git a/nextcloud-15.0.4.tar.bz2 b/nextcloud-15.0.4.tar.bz2 deleted file mode 100644 index e98b020..0000000 --- a/nextcloud-15.0.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f87db047c174f563e391a22c959d9ace767ca14ef0f97fc394f3061fc63d8f77 -size 47648166 diff --git a/nextcloud-15.0.5.tar.bz2 b/nextcloud-15.0.5.tar.bz2 new file mode 100644 index 0000000..88bde6a --- /dev/null +++ b/nextcloud-15.0.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4661869b797a340cd967abb3dbe6931b375434e0a44480346a27ccd73250b988 +size 56489515 diff --git a/nextcloud.changes b/nextcloud.changes index 25760ff..b2064e6 100644 --- a/nextcloud.changes +++ b/nextcloud.changes @@ -1,3 +1,60 @@ +------------------------------------------------------------------- +Thu Feb 28 16:56:08 UTC 2019 - ecsos@opensuse.org + +- Update to 15.0.5 + - Show autocompletion as soon as "@" is typed (server#13961) + - Trim filename in webfrontend for windows compatibility + (server#13978) + - Clean code and fix drop zone shadow (server#13982) + - Show original path in trashbin (server#14029) + - Update icewind/smb to 3.0.1 (server#14068) + - Fix: Check if `$this->params['user']` is an array + (server#14085) + - [Security] Bump lodash from 4.17.10 to 4.17.11 + in /apps/updatenotification (server#14093) + - [Security] Bump lodash from 4.17.10 to 4.17.11 + in /apps/accessibility (server#14094) + - [Security] Bump lodash from 4.17.10 to 4.17.11 + in /apps/oauth2 (server#14095) + - Make sure the relative path is always a string (server#14101) + - Fix the thorrtler whitelist bitmask (server#14151) + - [Security] Bump handlebars from 4.0.12 to 4.1.0 in /build + (server#14187) + - Fix recent files (server#14195) + - Update CRL to contain revoked files_external_dropbox, + passman & payback (server#14201) + - Ensure attribute names are lower cased (server#14203) + - Fix small glitches in update notification page (server#14207) + - Fix expiration date changing (server#14212) + - Fix trashbin restore translation (server#14213) + - Remove trailing spaces from localized strings (server#14225) + - Fixing phpdoc in FullTextSearch/Model/ISearchResult + (server#14268) + - Fix empty file uploads to S3 (and other streaming storages) + (server#14273) + - Do not do redirect handling when loggin out (server#14275) + - Catch Request exception in testRemoteUrl (server#14277) + - Correctly determinate the owner in case of shared external + storages (server#14283) + - Fix header label visibility on open menu (server#14287) + - Prefix $path for filename for internal file cache + (server#14288) + - Set false as default for requirePNG (server#14292) + - Use proper scroll container when dragging files (server#14301) + - Fix OC.getCurrentUser() on guest pages (server#14308) + - Fix ocm end-point discovery discovery (server#14312) + - Apply theme to 2FA button (server#14331) + - Fix "Undefined index: user_uid" on login page (server#14339) + - Fix unsafe array access (server#14340) + - Always query lookup server in GS mode (server#14368) + - Use latest ca-bundle.crt from + https://curl.haxx.se/docs/caextract.html (server#14371) + - Try to support 7.3 for DAV (3rdparty#213) + - Backport/stable15/streams 0.7.1 (3rdparty#244) + - Don't add empty entries to the objects array (activity#347) + - Ensure parameters are always an array (activity#350) + - Bye, Scrutinizer! (notifications#293) + ------------------------------------------------------------------- Fri Feb 8 21:41:33 UTC 2019 - ecsos@opensuse.org diff --git a/nextcloud.spec b/nextcloud.spec index 319320a..5a64f89 100644 --- a/nextcloud.spec +++ b/nextcloud.spec @@ -49,7 +49,7 @@ %endif Name: nextcloud -Version: 15.0.4 +Version: 15.0.5 Release: 0 Summary: File hosting service License: AGPL-3.0-only