Accepting request 733485 from server:php:applications
OBS-URL: https://build.opensuse.org/request/show/733485 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nextcloud?expand=0&rev=33
This commit is contained in:
commit
cce9616168
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e06300251ec935a1bc98fa90a4a56bf4942b0e559d60a191b7e49d8ffd9fecd0
|
||||
size 61914385
|
3
nextcloud-16.0.5.tar.bz2
Normal file
3
nextcloud-16.0.5.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8709c64fa776fd731c8e5f1ab25d592a2e690e5e18a81601cccf363795fae551
|
||||
size 62129676
|
@ -1,3 +1,48 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 25 19:15:59 UTC 2019 - ecsos@opensuse.org
|
||||
|
||||
- Update to 16.0.5
|
||||
- Make possible to focus grid/list view toggle via keyboard (server#16745)
|
||||
- Fix tracking of auto disabled apps in Updater (server#16753)
|
||||
- Filter more configs (server#16802)
|
||||
- Correctly remove apps without any releases (server#16818)
|
||||
- Undefined variable response when server is no nextcloud anymore (server#16826)
|
||||
- Change access handling of projects (server#16837)
|
||||
- Only add the app-itunes-app tag if the id is set (server#16848)
|
||||
- Use custom client URL in welcome emails (server#16883)
|
||||
- Properly redirect if accessing invalid file though /f/ entrypoint (server#16891)
|
||||
- Bump mixin-deep from 1.3.1 to 1.3.2 (server#16896)
|
||||
- Only run integration tests when PHP was modified (server#16909)
|
||||
- Ignore Enter key up event on menu button toggles (server#16921)
|
||||
- Be sure to get the jailed path if the storage is a jail (server#16991)
|
||||
- Remove orphaned calendar data from deleted subscriptions (server#16994)
|
||||
- Only run code coverage CI on merge (server#16995)
|
||||
- Returns 404 (server#16997)
|
||||
- Properly initialize the CacheJail for sharing (server#17061)
|
||||
- Fix SMB availability status + higher delay on auth issues (server#17070)
|
||||
- When you click on thumbnail of a file, it should open the file not the sidebar (server#17091)
|
||||
- Emit moveToTrash event only for the deleting user (server#17099)
|
||||
- Fix opening apps with Ctrl+click (server#17103)
|
||||
- Always use the folder icon depending on the mount type if not a share mount (server#17155)
|
||||
- Don't send executionContexts for Clear-Site-Data (server#17157)
|
||||
- Add uid to delete temp token query (server#17197)
|
||||
- Fix l10n in federated file sharing (server#17211)
|
||||
- Nextcloud 16.0.5 (server#17250)
|
||||
- Fix spaces being collapsed in move dialog (server#17257)
|
||||
- Better dark theme support (activity#389)
|
||||
- Fix travis database tests (activity#390)
|
||||
- Bump lodash from 4.17.11 to 4.17.14 (files_texteditor#174)
|
||||
- Translate menu action (files_texteditor#183)
|
||||
- Bump mixin-deep from 1.3.1 to 1.3.2 (files_videoplayer#138)
|
||||
- Bump mixin-deep from 1.3.1 to 1.3.2 (firstrunwizard#211)
|
||||
- Randomize the interval. (nextcloud_announcements#48)
|
||||
- Improve the notification (nextcloud_announcements#51)
|
||||
- Also set the subject when the subject is not too long (notifications#415)
|
||||
- Bump eslint-utils from 1.3.1 to 1.4.2 (notifications#418)
|
||||
- The backports of #392 and #390 did not work out as expected (notifications#420)
|
||||
- Bump mixin-deep from 1.3.1 to 1.3.2 (recommendations#121)
|
||||
- Bump eslint-utils from 1.3.1 to 1.4.2 (viewer#221)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 21 13:25:25 UTC 2019 - Mathias Homann <Mathias.Homann@opensuse.org>
|
||||
|
||||
@ -97,6 +142,11 @@ Wed Aug 21 13:25:25 UTC 2019 - Mathias Homann <Mathias.Homann@opensuse.org>
|
||||
- Bump eslint-plugin-node from 8.0.1 to 9.0.1 (viewer#92)
|
||||
- Bump webpack from 4.30.0 to 4.31.0 (viewer#96)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 10 07:30:05 UTC 2019 - ecsos@opensuse.org
|
||||
|
||||
- Updates require and recommend php module.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 9 14:36:14 UTC 2019 - ecsos@opensuse.org
|
||||
|
||||
|
@ -49,7 +49,7 @@
|
||||
%endif
|
||||
|
||||
Name: nextcloud
|
||||
Version: 16.0.4
|
||||
Version: 16.0.5
|
||||
Release: 0
|
||||
Summary: File hosting service
|
||||
License: AGPL-3.0-only
|
||||
@ -107,26 +107,29 @@ Requires: php-openssl
|
||||
Requires: php-pear
|
||||
Requires: php-xmlreader
|
||||
Requires: php-xmlwriter
|
||||
Requires: php-zip
|
||||
Requires: php-zlib
|
||||
Recommends: sqlite3
|
||||
%endif
|
||||
# Database connectors:
|
||||
Recommends: php-sqlite
|
||||
#Recommends: php-pgsql
|
||||
# For preview generation:
|
||||
Recommends: php-imagick
|
||||
Recommends: php-ffmpeg
|
||||
#Recommends: libreoffice
|
||||
# Require for specific apps:
|
||||
Recommends: php-ldap
|
||||
Recommends: php-ftp
|
||||
#Recommends: php-smbclient
|
||||
#Recommends: php-imap
|
||||
Requires: php-ftp
|
||||
Requires: php-ldap
|
||||
#Requires: php-imap
|
||||
#Requires: php-smbclient
|
||||
# Recommend for specific apps:
|
||||
Recommends: php-exif
|
||||
Recommends: php-gmp
|
||||
# For enhanced server performance:
|
||||
Recommends: php-APCu
|
||||
# For preview generation:
|
||||
Recommends: php-imagick
|
||||
Recommends: php-ffmpeg
|
||||
#Recommends: libreoffice
|
||||
# For command line processing:
|
||||
Recommends: php-pcntl
|
||||
|
||||
%description
|
||||
Nextcloud is a suite of client-server software for creating file
|
||||
|
Loading…
Reference in New Issue
Block a user