From aa6efebe936c793adabcd1641021df59c345f8f37225ba4c98befcc7a52d09d2 Mon Sep 17 00:00:00 2001 From: Eric Schirra Date: Thu, 26 Apr 2018 17:09:17 +0000 Subject: [PATCH] Accepting request 601657 from home:ecsos:server MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - update to 13.0.2 - Show group display names (server#8779) - Group existence check works without attribute (like with users) (server#8849) - The FN is optional, carrying the displayname if present (server#8900) - Set "share with" field to the ID of the circle (server#8905) - Show EOL warning in the update section (server#8986) - Use app version to generate scss filename (server#9015) - Update icewind/smb to 2.0.5 (server#9017) - Fix search text overlapping close button (server#9019) - Clear any theming prefixed cache on cache buster increase (server#9020) - Reset encryptionVersion to '1' if a file was stream copied (server#9064) - Do not treat is-encrypted as custom property (server#9071) - Fix proper permissions for multiple file access (server#9072) - When formatting a share node an Empty target is invalid (server#9073) - Move on with the next user if we found the user on one user back-end (server#9077) - Allow usage of Windows 10 WebDav Netdrive (server#9089) - Add more logging for the object storage during creation of the buckets (server#9094) - Do not convert email addresses with idn_to_ascii if… (server#9095) - Fix progress bar hidden before the upload ends (server#9124) - Update CRL to include old quicknotes cert (server#9213) - Fix user selectable text for public links for text files (server#9230) - Provide an option to disable HTML emails (server#9231) - Fix appinfo parsing when a single localized option is provided (server#9233) - Use multibyte substring (server#9234) - Fix webdav support for OneNote clients (server#9236) - Fixed files copy/move when in favorites or recent section (server#9238) - Don't update personal settings for admins (activity#262) - Skip parameters which are not there instead of failing out (activity#265) - Bump version 13 (files_pdfviewer#64) - Fix info.xml (files_pdfviewer#66) - No default enable (files_pdfviewer#67) - Fix position of icons in "Share with" input field (gallery#418) - Fix "No results found" tooltip (gallery#419) - Fix UI while a share is being added (gallery#420) - Hide "No results found" tooltip on autocompletion (gallery#424) - Fix error while clicking on the share link checkbox (gallery#430) OBS-URL: https://build.opensuse.org/request/show/601657 OBS-URL: https://build.opensuse.org/package/show/server:php:applications/nextcloud?expand=0&rev=37 --- nextcloud-13.0.1.tar.bz2 | 3 --- nextcloud-13.0.2.tar.bz2 | 3 +++ nextcloud.changes | 53 ++++++++++++++++++++++++++++++++++++++++ nextcloud.spec | 2 +- 4 files changed, 57 insertions(+), 4 deletions(-) delete mode 100644 nextcloud-13.0.1.tar.bz2 create mode 100644 nextcloud-13.0.2.tar.bz2 diff --git a/nextcloud-13.0.1.tar.bz2 b/nextcloud-13.0.1.tar.bz2 deleted file mode 100644 index 0f41115..0000000 --- a/nextcloud-13.0.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5743314a71e972ae46a14b36b37394d4545915aa5f32d9e12ba786d04c1f1d11 -size 44183890 diff --git a/nextcloud-13.0.2.tar.bz2 b/nextcloud-13.0.2.tar.bz2 new file mode 100644 index 0000000..9fb9c9c --- /dev/null +++ b/nextcloud-13.0.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7396f98a1a53a9f4b144f55360d87c89cb6ee899feef1cfbf29a736219f9c47d +size 44842305 diff --git a/nextcloud.changes b/nextcloud.changes index 272d47f..db6604f 100644 --- a/nextcloud.changes +++ b/nextcloud.changes @@ -1,3 +1,56 @@ +------------------------------------------------------------------- +Thu Apr 26 16:45:18 UTC 2018 - ecsos@opensuse.org + +- update to 13.0.2 + - Show group display names (server#8779) + - Group existence check works without attribute (like with users) + (server#8849) + - The FN is optional, carrying the displayname if present + (server#8900) + - Set "share with" field to the ID of the circle (server#8905) + - Show EOL warning in the update section (server#8986) + - Use app version to generate scss filename (server#9015) + - Update icewind/smb to 2.0.5 (server#9017) + - Fix search text overlapping close button (server#9019) + - Clear any theming prefixed cache on cache buster increase + (server#9020) + - Reset encryptionVersion to '1' if a file was stream copied + (server#9064) + - Do not treat is-encrypted as custom property (server#9071) + - Fix proper permissions for multiple file access (server#9072) + - When formatting a share node an Empty target is invalid + (server#9073) + - Move on with the next user if we found the user on one user + back-end (server#9077) + - Allow usage of Windows 10 WebDav Netdrive (server#9089) + - Add more logging for the object storage during creation of the + buckets (server#9094) + - Do not convert email addresses with idn_to_ascii if… + (server#9095) + - Fix progress bar hidden before the upload ends (server#9124) + - Update CRL to include old quicknotes cert (server#9213) + - Fix user selectable text for public links for text files + (server#9230) + - Provide an option to disable HTML emails (server#9231) + - Fix appinfo parsing when a single localized option is provided + (server#9233) + - Use multibyte substring (server#9234) + - Fix webdav support for OneNote clients (server#9236) + - Fixed files copy/move when in favorites or recent section + (server#9238) + - Don't update personal settings for admins (activity#262) + - Skip parameters which are not there instead of failing out + (activity#265) + - Bump version 13 (files_pdfviewer#64) + - Fix info.xml (files_pdfviewer#66) + - No default enable (files_pdfviewer#67) + - Fix position of icons in "Share with" input field (gallery#418) + - Fix "No results found" tooltip (gallery#419) + - Fix UI while a share is being added (gallery#420) + - Hide "No results found" tooltip on autocompletion (gallery#424) + - Fix error while clicking on the share link checkbox + (gallery#430) + ------------------------------------------------------------------- Thu Mar 15 16:33:22 UTC 2018 - ecsos@opensuse.org diff --git a/nextcloud.spec b/nextcloud.spec index 3cd4de6..d316508 100644 --- a/nextcloud.spec +++ b/nextcloud.spec @@ -49,7 +49,7 @@ %endif Name: nextcloud -Version: 13.0.1 +Version: 13.0.2 Release: 0 Summary: File hosting service License: AGPL-3.0