forked from pool/nextcloud
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
This commit is contained in:
parent
4bc3e96e8b
commit
bf7b3b6aed
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:18d514145fcddc86f48d0a5fa4a0d4b07617135a1b23107137a6ea3ed519bd54
|
|
||||||
size 45150220
|
|
3
nextcloud-13.0.5.tar.bz2
Normal file
3
nextcloud-13.0.5.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a110d32849259ab79813af3078123a09057fc659ee414e5f3ed75451ec9e80ea
|
||||||
|
size 44792418
|
@ -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
|
Mon Jun 11 16:40:57 UTC 2018 - ecsos@opensuse.org
|
||||||
|
|
||||||
|
@ -49,7 +49,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: nextcloud
|
Name: nextcloud
|
||||||
Version: 13.0.4
|
Version: 13.0.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: File hosting service
|
Summary: File hosting service
|
||||||
License: AGPL-3.0-only
|
License: AGPL-3.0-only
|
||||||
|
Loading…
Reference in New Issue
Block a user