forked from pool/nextcloud
Accepting request 638486 from home:ecsos:server
- update to 14.0.1 - Fixes the upload progress bar layout - 14 backport (server#11039) - Fix markup and style of mentions in comments (server#11077) - Do not invalidate main token on OAuth (server#11090) - Expire tokens hardening (server#11103) - fix js files client for user names with spaces (server#11152) - Fix user and group listing with users that have an integer user id (server#11186) - Fix exception class (server#11187) - Remove posix_getpwuid and compare only userid (server#11191) - Fix check for more users in sharing dialogue (server#11201) - Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237) - Fixes empty favorite names for trailing slashes (server#11259) - Fix size of icons in menus inside apps when shown as images (server#11276) - Prevent comment being composed from overlapping the submit button (server#11277) - replace setcookie value with '' instead of null. (server#11280) - Fix the link and anchor for the update notifications (server#11282) - Include empty directories in the default state of acceptance tests (server#11283) - Get permission of storage for shares (server#11287) - Shared by info for room shares without names (server#11288) - Fix icons cacher regex for compressed output (server#11291) - Revert "Use APCu caching of composer" (server#11293) - Use user locale as default in the template (server#11294) - Fix expiration code of tokens (server#11302) - Add unit test for findLanguageFromLocale (server#11340) - 14 scroll fix (activity#295) - Update stable14 target versions (files_texteditor#111) - Update stable14 target versions (firstrunwizard#80) - Update stable14 target versions (gallery#467) - Update stable14 target versions (nextcloud_announcements#32) - Update stable14 target versions (notifications#158) - Update config and babel for ie11 (notifications#161) OBS-URL: https://build.opensuse.org/request/show/638486 OBS-URL: https://build.opensuse.org/package/show/server:php:applications/nextcloud?expand=0&rev=53
This commit is contained in:
parent
5ee4499e0c
commit
7c8bde9e53
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f965c14286e7aabbfe49c947d86af59597af302c35d10e0b5440e7e6c53b8f47
|
|
||||||
size 49762528
|
|
3
nextcloud-14.0.1.tar.bz2
Normal file
3
nextcloud-14.0.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:aafc81e81177a69b9971da4358d5d37cad9a103b103fc1bc2fe384949d61d593
|
||||||
|
size 49761953
|
@ -1,3 +1,45 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 26 16:16:54 UTC 2018 - ecsos@opensuse.org
|
||||||
|
|
||||||
|
- update to 14.0.1
|
||||||
|
- Fixes the upload progress bar layout - 14 backport
|
||||||
|
(server#11039)
|
||||||
|
- Fix markup and style of mentions in comments (server#11077)
|
||||||
|
- Do not invalidate main token on OAuth (server#11090)
|
||||||
|
- Expire tokens hardening (server#11103)
|
||||||
|
- fix js files client for user names with spaces (server#11152)
|
||||||
|
- Fix user and group listing with users that have an integer
|
||||||
|
user id (server#11186)
|
||||||
|
- Fix exception class (server#11187)
|
||||||
|
- Remove posix_getpwuid and compare only userid (server#11191)
|
||||||
|
- Fix check for more users in sharing dialogue (server#11201)
|
||||||
|
- Remove filter_var flags due to PHP 7.3 deprecation,
|
||||||
|
fixes #10894 (server#11237)
|
||||||
|
- Fixes empty favorite names for trailing slashes (server#11259)
|
||||||
|
- Fix size of icons in menus inside apps when shown as images
|
||||||
|
(server#11276)
|
||||||
|
- Prevent comment being composed from overlapping the submit
|
||||||
|
button (server#11277)
|
||||||
|
- replace setcookie value with '' instead of null. (server#11280)
|
||||||
|
- Fix the link and anchor for the update notifications
|
||||||
|
(server#11282)
|
||||||
|
- Include empty directories in the default state of acceptance
|
||||||
|
tests (server#11283)
|
||||||
|
- Get permission of storage for shares (server#11287)
|
||||||
|
- Shared by info for room shares without names (server#11288)
|
||||||
|
- Fix icons cacher regex for compressed output (server#11291)
|
||||||
|
- Revert "Use APCu caching of composer" (server#11293)
|
||||||
|
- Use user locale as default in the template (server#11294)
|
||||||
|
- Fix expiration code of tokens (server#11302)
|
||||||
|
- Add unit test for findLanguageFromLocale (server#11340)
|
||||||
|
- 14 scroll fix (activity#295)
|
||||||
|
- Update stable14 target versions (files_texteditor#111)
|
||||||
|
- Update stable14 target versions (firstrunwizard#80)
|
||||||
|
- Update stable14 target versions (gallery#467)
|
||||||
|
- Update stable14 target versions (nextcloud_announcements#32)
|
||||||
|
- Update stable14 target versions (notifications#158)
|
||||||
|
- Update config and babel for ie11 (notifications#161)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 10 15:04:19 UTC 2018 - ecsos@opensuse.org
|
Mon Sep 10 15:04:19 UTC 2018 - ecsos@opensuse.org
|
||||||
|
|
||||||
|
@ -49,7 +49,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: nextcloud
|
Name: nextcloud
|
||||||
Version: 14.0.0
|
Version: 14.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