From bf7b3b6aedf5ca07195ccbe562a3b2074ec02af737763afc7287e0b096d5ab8d Mon Sep 17 00:00:00 2001 From: Eric Schirra Date: Tue, 24 Jul 2018 13:33:45 +0000 Subject: [PATCH] Accepting request 625048 from home:lemmy04:branches:server:php:applications - update to 13.0.5 - Fix highlighting of the upload drop zone (server#9837) - Apply ldapUserFilter on members of group (server#9839) - Make the DELETION of groups match greedy on the groupID (server#9841) - Add parent index to share table (server#9843) - Log full exception in cron instead of only the message (server#9958) - Properly lock the target file on dav upload when not using part files (server#9986) - LDAP backup server should not be queried when auth fails (server#10032) - Fix filenames in sharing integration tests (server#10044) - Lower log level for quota manipulation cases (server#10076) - Let user set avatar in nextcloud if LDAP provides invalid image data (server#10089) - Improved logging of smb connection errors (server#10093) - Allow admin to disable fetching of avatars as well as a specific attribute (server#10115) - Allow to disable encryption (server#10121) - Update message shown when unsharing a file (server#10164) - Fixed English grammatical error on Settings page. (server#10165) - Request a valid property for DAV opendir (server#10169) - Allow updating the token on session regeneration (server#10170) - Prevent lock values from going negative with memcache backend (server#10180) - Correctly handle users with numeric user ids (server#10185) - Correctly parse the subject parameters for link (un)shares of calendars (server#10188) - Fix "parsing" of email-addresses in comments and chat messages (server#10189) - Sanitize parameters in createSessionToken() while logging (server#10195) - Also retry rename operation on InvalidArgumentException (server#10201) - Improve url detection in comments (server#10202) - Only bind to ldap if configuration for the first server is set (server#10233) - Use download manager from PDF.js to download the file (files_pdfviewer#84) - Fix trying to load removed scripts (files_pdfviewer#87) - Only pull for new messages if the session is allowed to be kept alive (notifications#138) - Always push object data (notifications#139) - Add prioritization for Talk (notifications#140) OBS-URL: https://build.opensuse.org/request/show/625048 OBS-URL: https://build.opensuse.org/package/show/server:php:applications/nextcloud?expand=0&rev=45 --- nextcloud-13.0.4.tar.bz2 | 3 --- nextcloud-13.0.5.tar.bz2 | 3 +++ nextcloud.changes | 35 +++++++++++++++++++++++++++++++++++ nextcloud.spec | 2 +- 4 files changed, 39 insertions(+), 4 deletions(-) delete mode 100644 nextcloud-13.0.4.tar.bz2 create mode 100644 nextcloud-13.0.5.tar.bz2 diff --git a/nextcloud-13.0.4.tar.bz2 b/nextcloud-13.0.4.tar.bz2 deleted file mode 100644 index 99a93a1..0000000 --- a/nextcloud-13.0.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:18d514145fcddc86f48d0a5fa4a0d4b07617135a1b23107137a6ea3ed519bd54 -size 45150220 diff --git a/nextcloud-13.0.5.tar.bz2 b/nextcloud-13.0.5.tar.bz2 new file mode 100644 index 0000000..25c01d4 --- /dev/null +++ b/nextcloud-13.0.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a110d32849259ab79813af3078123a09057fc659ee414e5f3ed75451ec9e80ea +size 44792418 diff --git a/nextcloud.changes b/nextcloud.changes index 900ba9e..df0305a 100644 --- a/nextcloud.changes +++ b/nextcloud.changes @@ -1,3 +1,38 @@ +------------------------------------------------------------------- +Tue Jul 24 12:19:49 UTC 2018 - Mathias.Homann@opensuse.org + +- update to 13.0.5 + - Fix highlighting of the upload drop zone (server#9837) + - Apply ldapUserFilter on members of group (server#9839) + - Make the DELETION of groups match greedy on the groupID (server#9841) + - Add parent index to share table (server#9843) + - Log full exception in cron instead of only the message (server#9958) + - Properly lock the target file on dav upload when not using part files (server#9986) + - LDAP backup server should not be queried when auth fails (server#10032) + - Fix filenames in sharing integration tests (server#10044) + - Lower log level for quota manipulation cases (server#10076) + - Let user set avatar in nextcloud if LDAP provides invalid image data (server#10089) + - Improved logging of smb connection errors (server#10093) + - Allow admin to disable fetching of avatars as well as a specific attribute (server#10115) + - Allow to disable encryption (server#10121) + - Update message shown when unsharing a file (server#10164) + - Fixed English grammatical error on Settings page. (server#10165) + - Request a valid property for DAV opendir (server#10169) + - Allow updating the token on session regeneration (server#10170) + - Prevent lock values from going negative with memcache backend (server#10180) + - Correctly handle users with numeric user ids (server#10185) + - Correctly parse the subject parameters for link (un)shares of calendars (server#10188) + - Fix "parsing" of email-addresses in comments and chat messages (server#10189) + - Sanitize parameters in createSessionToken() while logging (server#10195) + - Also retry rename operation on InvalidArgumentException (server#10201) + - Improve url detection in comments (server#10202) + - Only bind to ldap if configuration for the first server is set (server#10233) + - Use download manager from PDF.js to download the file (files_pdfviewer#84) + - Fix trying to load removed scripts (files_pdfviewer#87) + - Only pull for new messages if the session is allowed to be kept alive (notifications#138) + - Always push object data (notifications#139) + - Add prioritization for Talk (notifications#140) + ------------------------------------------------------------------- Mon Jun 11 16:40:57 UTC 2018 - ecsos@opensuse.org diff --git a/nextcloud.spec b/nextcloud.spec index 70049e1..20db578 100644 --- a/nextcloud.spec +++ b/nextcloud.spec @@ -49,7 +49,7 @@ %endif Name: nextcloud -Version: 13.0.4 +Version: 13.0.5 Release: 0 Summary: File hosting service License: AGPL-3.0-only