From 7cf4e31ab51c1d2e5fd6f92727a6d884ac3f97cf5528c10ec12edd4d9bdc3830 Mon Sep 17 00:00:00 2001 From: Andrej Semen Date: Fri, 9 Feb 2018 11:32:49 +0000 Subject: [PATCH 1/3] - Upstream upgrade to version 13.0.0 (bnc#1080281) OBS-URL: https://build.opensuse.org/package/show/server:php:applications/nextcloud?expand=0&rev=33 --- nextcloud.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nextcloud.changes b/nextcloud.changes index 9849a7e..12d12dd 100644 --- a/nextcloud.changes +++ b/nextcloud.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 9 12:30:55 CET 2018 - asemen@suse.de + +- Upstream upgrade to version 13.0.0 (bnc#1080281) + ------------------------------------------------------------------- Tue Feb 6 12:23:12 UTC 2018 - ecsos@opensuse.org From 0f995139e5a96a33f90fb9960da70a86a4bc5ed545b53a4179abd72236ab654c Mon Sep 17 00:00:00 2001 From: Eric Schirra Date: Fri, 9 Feb 2018 12:21:20 +0000 Subject: [PATCH 2/3] Accepting request 574635 from server:php:applications Back to rev 31 because of no changes in rev33 OBS-URL: https://build.opensuse.org/request/show/574635 OBS-URL: https://build.opensuse.org/package/show/server:php:applications/nextcloud?expand=0&rev=34 --- nextcloud.changes | 5 ----- 1 file changed, 5 deletions(-) diff --git a/nextcloud.changes b/nextcloud.changes index 12d12dd..9849a7e 100644 --- a/nextcloud.changes +++ b/nextcloud.changes @@ -1,8 +1,3 @@ -------------------------------------------------------------------- -Fri Feb 9 12:30:55 CET 2018 - asemen@suse.de - -- Upstream upgrade to version 13.0.0 (bnc#1080281) - ------------------------------------------------------------------- Tue Feb 6 12:23:12 UTC 2018 - ecsos@opensuse.org From 9d1966829bbc4272799279bd1111feb7865e1822a32479c9af2c3721db682875 Mon Sep 17 00:00:00 2001 From: Eric Schirra Date: Thu, 15 Mar 2018 16:54:01 +0000 Subject: [PATCH 3/3] Accepting request 587584 from home:ecsos:server - update to 13.0.1 - Dont polute the log on DAV emaillogin (server#8045) - Don't perform CSRF check on OCS routes with Bearer auth (server#8099) - Use S3Client::upload instead of splitting single/multipart upload ourselves (server#8102) - Remove old perl script to update l10n files (server#8145) - Scss hardening (server#8156) - Do not try to get the jailed path if we can't find the id (server#8177) - Handle SSL certificate verifications for others than Let's Encrypt (server#8183) - Use a phan version instead of master (server#8195) - Repair step to clear frontend related caches (server#8197) - Keep previous exception when transforming to dav exception (server#8228) - Actually return stream from swift (server#8250) - Remove invalid link to documentation (server#8253) - Fix deleting folders when using s3 external storage (server#8261) - Link to NC13 dev manual (server#8264) - Better result handling of email search (server#8267) - Update CRL to revoke files_rightclick (server#8271) - Fix styling issues of guest pages #8155 (server#8286) - Remove jquery ui background image (server#8287) - Show open graph preview in WhatsApp (server#8309) - Make acceptance tests for comments more consistent with the others (server#8395) - Fix edit tag textbox size (server#8407) - Use TTF fonts for avatar generation (server#8440) - Use mb_* string methods to extract first character for generated avatars (server#8470) - Show hint in OCS API for user creation (server#8515) - Fix hiding and event propagation issues with the user management popover (server#8517) - Add some whitespace around change.svg icon (server#8518) - Avoid fruitless login attempts (server#8532) - Fix retrieval of group members with numerical uids from LDAP (server#8536) - Theming: handle not being in the serverroot (server#8554) - Ext storage error warning (server#8561) - Set autocomplete=new-password for mail share password (server#8577) - Fix upload button visible on read-only folders (server#8595) - Fixed app navigation for IE11 (server#8609) - Fix breadcrumbs width calculation (server#8610) - Fix comments (and systemtags) when involving users with numerical ids (server#8615) - Update commentstabview.js (server#8621) - Properly encapsulate require_once for app.php (server#8631) - AppData hardening (server#8636) - Use hash algo that's robust against collisions (server#8654) - Fixed date/time picker on IE11 (server#8663) - Use a more widely available method to test s3 settings (server#8667) - Use proper lanugage in langauge code (server#8668) - Display the proper language strings in setttings (server#8669) - Do not create empty userid when attribute does not have allowed chars (server#8673) - Remove too restrict check for background image/color (server#8675) - Fix example regex for user agent matching (server#8676) - Generate different UIDs for Birthday, Anniversary and Death event (server#8678) - Don't use double quotes in MySQL queries (server#8680) - Log exceptions that happen when writing the app store reply to storage (server#8683) - Set the correct active navigation entry (server#8685) - Fix activities for end2end encryption (server#8686) - Filter out the current user when searching for emails too (server#8687) - Fix check if theming defaults instance is available (server#8688) - Fix undefined index problem (server#8693) - Disable part files for object stores (server#8725) - Better handling of invisible elements in acceptance tests (server#8738) - Remove base url from global cache prefix (server#8745) - Check if the cached js file exists (server#8746) - Sharee email matches not limited (server#8749) - Fix integer overflow in ChunkingPlugin (server#8752) - Revert wording back to updates (server#8755) - Add acceptance tests for permissions on public shared folders (server#8758) - Also send file emails in ASAP mode (activity#249) - Ensure userids are strings (activity#252) - Null coalescing operator is PHP7+ (activity#254) - Update PDF.js to 1.9.426 (files_pdfviewer#55) - Enable full screen mode for PDF files (files_pdfviewer#59) - Fix ACE module files failing to load (files_texteditor#83) - Do not keep FileInfoModels returned by "getModelForFile" (files_texteditor#89) - Fix share drop down in gallery not properly shown (gallery#394) - Fix gallery button hidden in folders without create permission (gallery#402) - Fix controls position in gallery layout (gallery#405) - Removed old code already present thanks to the files app (gallery#406) - Create "file app" public share links if the slideshow is opened from ... (gallery#407) - Allow to check against haveibeenpwned.com password list (password_policy#61) OBS-URL: https://build.opensuse.org/request/show/587584 OBS-URL: https://build.opensuse.org/package/show/server:php:applications/nextcloud?expand=0&rev=35 --- nextcloud-13.0.0.tar.bz2 | 3 -- nextcloud-13.0.1.tar.bz2 | 3 ++ nextcloud.changes | 106 +++++++++++++++++++++++++++++++++++++++ nextcloud.spec | 2 +- 4 files changed, 110 insertions(+), 4 deletions(-) delete mode 100644 nextcloud-13.0.0.tar.bz2 create mode 100644 nextcloud-13.0.1.tar.bz2 diff --git a/nextcloud-13.0.0.tar.bz2 b/nextcloud-13.0.0.tar.bz2 deleted file mode 100644 index d563c03..0000000 --- a/nextcloud-13.0.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:38e6064432a2d1a044f219028d3fd46cb7a943a47e11eef346810bd289705aec -size 43397247 diff --git a/nextcloud-13.0.1.tar.bz2 b/nextcloud-13.0.1.tar.bz2 new file mode 100644 index 0000000..0f41115 --- /dev/null +++ b/nextcloud-13.0.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5743314a71e972ae46a14b36b37394d4545915aa5f32d9e12ba786d04c1f1d11 +size 44183890 diff --git a/nextcloud.changes b/nextcloud.changes index 9849a7e..272d47f 100644 --- a/nextcloud.changes +++ b/nextcloud.changes @@ -1,3 +1,109 @@ +------------------------------------------------------------------- +Thu Mar 15 16:33:22 UTC 2018 - ecsos@opensuse.org + +- update to 13.0.1 + - Dont polute the log on DAV emaillogin (server#8045) + - Don't perform CSRF check on OCS routes with Bearer auth + (server#8099) + - Use S3Client::upload instead of splitting single/multipart + upload ourselves (server#8102) + - Remove old perl script to update l10n files (server#8145) + - Scss hardening (server#8156) + - Do not try to get the jailed path if we can't find the id + (server#8177) + - Handle SSL certificate verifications for others than + Let's Encrypt (server#8183) + - Use a phan version instead of master (server#8195) + - Repair step to clear frontend related caches (server#8197) + - Keep previous exception when transforming to dav exception + (server#8228) + - Actually return stream from swift (server#8250) + - Remove invalid link to documentation (server#8253) + - Fix deleting folders when using s3 external storage + (server#8261) + - Link to NC13 dev manual (server#8264) + - Better result handling of email search (server#8267) + - Update CRL to revoke files_rightclick (server#8271) + - Fix styling issues of guest pages #8155 (server#8286) + - Remove jquery ui background image (server#8287) + - Show open graph preview in WhatsApp (server#8309) + - Make acceptance tests for comments more consistent with the + others (server#8395) + - Fix edit tag textbox size (server#8407) + - Use TTF fonts for avatar generation (server#8440) + - Use mb_* string methods to extract first character for + generated avatars (server#8470) + - Show hint in OCS API for user creation (server#8515) + - Fix hiding and event propagation issues with the user + management popover (server#8517) + - Add some whitespace around change.svg icon (server#8518) + - Avoid fruitless login attempts (server#8532) + - Fix retrieval of group members with numerical uids from LDAP + (server#8536) + - Theming: handle not being in the serverroot (server#8554) + - Ext storage error warning (server#8561) + - Set autocomplete=new-password for mail share password + (server#8577) + - Fix upload button visible on read-only folders (server#8595) + - Fixed app navigation for IE11 (server#8609) + - Fix breadcrumbs width calculation (server#8610) + - Fix comments (and systemtags) when involving users with + numerical ids (server#8615) + - Update commentstabview.js (server#8621) + - Properly encapsulate require_once for app.php (server#8631) + - AppData hardening (server#8636) + - Use hash algo that's robust against collisions (server#8654) + - Fixed date/time picker on IE11 (server#8663) + - Use a more widely available method to test s3 settings + (server#8667) + - Use proper lanugage in langauge code (server#8668) + - Display the proper language strings in setttings (server#8669) + - Do not create empty userid when attribute does not have allowed + chars (server#8673) + - Remove too restrict check for background image/color + (server#8675) + - Fix example regex for user agent matching (server#8676) + - Generate different UIDs for Birthday, Anniversary and Death + event (server#8678) + - Don't use double quotes in MySQL queries (server#8680) + - Log exceptions that happen when writing the app store reply + to storage (server#8683) + - Set the correct active navigation entry (server#8685) + - Fix activities for end2end encryption (server#8686) + - Filter out the current user when searching for emails too + (server#8687) + - Fix check if theming defaults instance is available + (server#8688) + - Fix undefined index problem (server#8693) + - Disable part files for object stores (server#8725) + - Better handling of invisible elements in acceptance tests + (server#8738) + - Remove base url from global cache prefix (server#8745) + - Check if the cached js file exists (server#8746) + - Sharee email matches not limited (server#8749) + - Fix integer overflow in ChunkingPlugin (server#8752) + - Revert wording back to updates (server#8755) + - Add acceptance tests for permissions on public shared folders + (server#8758) + - Also send file emails in ASAP mode (activity#249) + - Ensure userids are strings (activity#252) + - Null coalescing operator is PHP7+ (activity#254) + - Update PDF.js to 1.9.426 (files_pdfviewer#55) + - Enable full screen mode for PDF files (files_pdfviewer#59) + - Fix ACE module files failing to load (files_texteditor#83) + - Do not keep FileInfoModels returned by "getModelForFile" + (files_texteditor#89) + - Fix share drop down in gallery not properly shown (gallery#394) + - Fix gallery button hidden in folders without create permission + (gallery#402) + - Fix controls position in gallery layout (gallery#405) + - Removed old code already present thanks to the files app + (gallery#406) + - Create "file app" public share links if the slideshow is + opened from ... (gallery#407) + - Allow to check against haveibeenpwned.com password list + (password_policy#61) + ------------------------------------------------------------------- Tue Feb 6 12:23:12 UTC 2018 - ecsos@opensuse.org diff --git a/nextcloud.spec b/nextcloud.spec index dd9ed39..3cd4de6 100644 --- a/nextcloud.spec +++ b/nextcloud.spec @@ -49,7 +49,7 @@ %endif Name: nextcloud -Version: 13.0.0 +Version: 13.0.1 Release: 0 Summary: File hosting service License: AGPL-3.0