forked from pool/nextcloud
Accepting request 703491 from home:ecsos:server
- Update to 16.0.1 - Fix setupcheck for intl module (server#15223) - Take return of mkdir into consideration; photocache to not create a folder for deletion (server#15303) - Remove the custom prefix from the table name length when checking on … (server#15312) - Check if the data is in the lookup server (server#15341) - Do NOT assume all files are selected if the first checkbox is (server#15345) - Fix collapse button in app navigation in IE11 (server#15389) - Make sure all middlewares are only registered once (server#15399) - Allow to send the password of protected conversations (server#15405) - Remove extra margin from warning messages in authenticate page (server#15409) - Set Edge < 16 as incompatible with css vars (server#15417) - Remove extra param in cache update call (server#15418) - Handle 0 B default quota properly in the web UI (server#15424) - Fix multiselect min width (server#15433) - Make access column a real boolean (server#15434) - Fix public upload by also load the semaphore method (server#15439) - Remove setup args from logging (server#15442) - Use non-absolute logout URL to fix wrong URL in reverse proxy scenario (server#15452) - Fix mobile vertical scrolling (server#15469) - Remove recommendation for opcache on CLI (server#15471) - Update file-upload.js (server#15482) - Add interfaces to interact with subscription from support app (server#15513) - Fall back to application/octet-stream instead of using an invalid mim… (activity#374) - Only call setViewerMode if FileList is available (files_pdfviewer#132) - Use correct CSS URL, remove default marked settings and change to GFM rendering (files_texteditor#150) - Use correct method to determine if HTTPS is used (firstrunwizard#189) OBS-URL: https://build.opensuse.org/request/show/703491 OBS-URL: https://build.opensuse.org/package/show/server:php:applications/nextcloud?expand=0&rev=83
This commit is contained in:
parent
b7bee29d04
commit
dccbc43ce7
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4532f7028b1d9bf060f75ac4fbbde52a59ecd9c9155f3178a038d3cf3609402e
|
|
||||||
size 61731904
|
|
3
nextcloud-16.0.1.tar.bz2
Normal file
3
nextcloud-16.0.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a80ce586e9e930b2fba69707311e575346cd4dc4402e84678c730f9930d78aee
|
||||||
|
size 102865395
|
@ -1,3 +1,47 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 16 15:48:08 UTC 2019 - ecsos@opensuse.org
|
||||||
|
|
||||||
|
- Update to 16.0.1
|
||||||
|
- Fix setupcheck for intl module (server#15223)
|
||||||
|
- Take return of mkdir into consideration; photocache to not
|
||||||
|
create a folder for deletion (server#15303)
|
||||||
|
- Remove the custom prefix from the table name length when
|
||||||
|
checking on … (server#15312)
|
||||||
|
- Check if the data is in the lookup server (server#15341)
|
||||||
|
- Do NOT assume all files are selected if the first checkbox is
|
||||||
|
(server#15345)
|
||||||
|
- Fix collapse button in app navigation in IE11 (server#15389)
|
||||||
|
- Make sure all middlewares are only registered once
|
||||||
|
(server#15399)
|
||||||
|
- Allow to send the password of protected conversations
|
||||||
|
(server#15405)
|
||||||
|
- Remove extra margin from warning messages in authenticate
|
||||||
|
page (server#15409)
|
||||||
|
- Set Edge < 16 as incompatible with css vars (server#15417)
|
||||||
|
- Remove extra param in cache update call (server#15418)
|
||||||
|
- Handle 0 B default quota properly in the web UI
|
||||||
|
(server#15424)
|
||||||
|
- Fix multiselect min width (server#15433)
|
||||||
|
- Make access column a real boolean (server#15434)
|
||||||
|
- Fix public upload by also load the semaphore method
|
||||||
|
(server#15439)
|
||||||
|
- Remove setup args from logging (server#15442)
|
||||||
|
- Use non-absolute logout URL to fix wrong URL in reverse proxy
|
||||||
|
scenario (server#15452)
|
||||||
|
- Fix mobile vertical scrolling (server#15469)
|
||||||
|
- Remove recommendation for opcache on CLI (server#15471)
|
||||||
|
- Update file-upload.js (server#15482)
|
||||||
|
- Add interfaces to interact with subscription from support app
|
||||||
|
(server#15513)
|
||||||
|
- Fall back to application/octet-stream instead of using an
|
||||||
|
invalid mim… (activity#374)
|
||||||
|
- Only call setViewerMode if FileList is available
|
||||||
|
(files_pdfviewer#132)
|
||||||
|
- Use correct CSS URL, remove default marked settings and
|
||||||
|
change to GFM rendering (files_texteditor#150)
|
||||||
|
- Use correct method to determine if HTTPS is used
|
||||||
|
(firstrunwizard#189)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 26 10:17:16 UTC 2019 - ecsos@opensuse.org
|
Fri Apr 26 10:17:16 UTC 2019 - ecsos@opensuse.org
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
@ -49,7 +49,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: nextcloud
|
Name: nextcloud
|
||||||
Version: 16.0.0
|
Version: 16.0.1
|
||||||
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