pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/php-nextcloud



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Mon Mar 23 12:10:18 UTC 2020

Modified Files:
        pkgsrc/www/php-nextcloud: Makefile PLIST distinfo

Log Message:
php-nextcloud: Update to 18.0.2

Changelog:
18.0.2
Changes
    [stable18] disable timeout on app install via cli (server#19439)
    [stable18] Show proper file name when fetching details fails (server#19441)
    [stable18] Don't create invalid users (server#19451)
    [stable18] when we receive intentional empty whats new info, do not try to show it (server#19470)
    [stable18] Reduce flow logging at INFO level, move to DEBUG (server#19481)
    [stable18] Continue with next foreach iteration (server#19516)
    [stable18] Allow to overwrite the path on the cache event (server#19522)
    [stable18] Move RefreshWebcalJob logic to a proper service so that it may be called independently (server#19573)
    [stable18] Make sure the secondary view registered for systemtags has an id (server#19574)
    [stable18] Strip of users home path from share api message (server#19591)
    [stable18] FIx logging in accessibility controller (server#19607)
    [stable18] Change the route generation of AuthPublicShareController.php (server#19610)
    Replace tab character with space (server#19612)
    [stable18] remove noise from detectUuid and cache results (server#19624)
    [stable18] Make sure that the transfer details are present in the database during the cron run (server#19628)
    [stable18] Fix hover state color of drag-n-drop with theming and dark mode (server#19630)
    [stable18] Correctly trim long cyrillic note (server#19636)
    [stable18] Hash event UID to make sure it's not too long for PushProvider notifications (server#19639)
    [stable18] Theme search results (server#19690)
    [stable18] Also cache avatars when it's not allowed (server#19696)
    [stable18] Revive the "send email to new users" toggle for the user form (server#19702)
    [stable18] Fix non-centered no javascript message (server#19715)
    [stable18] Allow single file downloads so the video player works again (server#19729)
    [stable18] Add message for DoesNotExistException (server#19744)
    Fetch translate for Tags from files app (server#19762)
    [stable18] Various user settings fixes (server#19767)
    [stable18] Do not allow transfer ownership when the user isn't the owner (server#19773)
    [stable18] Introduce a default refresh rate app setting for calendar subscriptions (server#19784)
    [stable18] Fix regex for office documents (server#19800)
    [stable18] Fix filename and popover menu misalignment (server#19802)
    [stable18] Fix avatar in file list for users with an @ in the uid (server#19803)
    [stable18] Fix "Error loading the shares list TypeError: "this is undefined"" fo… (server#19824)
    [stable18] Prevent self-xss via invalid mysql user name on install screen (server#19830)
    [stable18] Correctly set up Application class (activity#430)
    [stable18] Chunk deleting of rows from the activity table (activity#435)
    [stable18] Fix 18 public folder (files_videoplayer#153)
    [stable18] Move to github actions (files_videoplayer#156)
    [stable18] Fix push notifications for multibyte notifications (notifications#576)
    [stable18] Prevent delete for impersonated users (notifications#582)
    [stable18] Delete unknown devices (notifications#583)
    [stable18] Fix long message (notifications#584)
    [stable18] ignore unavailable storages while scanning for albums (photos#211)
    [stable18] Don't flatten out albums (photos#213)
    [stable18] Avoid line breaks after long device names in "df" command (serverinfo#177)
    [stable18] Do not print errors if time server config is not available (serverinfo#178)
    [stable18] Change sidebar file while changing file in slideshow (viewer#405)

18.0.1
Changes
    [stable18] Fix cursor on disabled contenteditable divs (server#18961)
    Bump style-loader from 1.1.2 to 1.1.3 (server#18982)
    [stable18] Increase the timeout for app downloads (server#19025)
    [stable18] Fix loaded controller check (server#19060)
    [stable18] Allow to await the sidebar (server#19089)
    [stable18] expose Argon2 options (as we did for bcrypt) (server#19094)
    [stable18] fix multiselect actions for files (server#19108)
    [stable18] Adjust filelist color handling to new dark theme value (server#19117)
    [stable18] Reduce legacy event log level to debug (server#19118)
    [stable18] New file menu needs to be above the filelist header (server#19119)
    [stable18] Do not invert avatar colors when dark theme is enabled (server#19121)
    [stable18] Use the target for file notifications (server#19149)
    [stable18] Use correct appid for talk (server#19150)
    [stable18] add hub bundle for easy installation on upgraded instances (server#19153)
    [stable18] apps can have polyamorous relationships with bundles (server#19166)
    [stable18] Use themed favicon-fb (server#19189)
    [stable18] Fix "Call to undefined method OCA\\WorkflowEngine\\Entity\\File::t()" (server#19190)
    [stable18] Fix query selector for inverted icons (server#19206)
    [stable18] Do not encode contacts menu mailto links (server#19207)
    [stable18] Give the sharing tab a unique id so it also opens properly on other languages (server#19212)
    [stable18] WebcalRefreshJob: Fix reading refresh rate (server#19228)
    [stable18] Make sure to catch php errors during job execution (server#19269)
    [stable18] Center Buttons (server#19271)
    [stable18] Use the l10n from settings (server#19277)
    [stable18] Use proper andwhere clause (server#19278)
    [stable18] Add move (and firstlogin) option to transferownership service (server#19279)
    [stable18] for the DB ot pick an index specify the object_type (server#19283)
    [stable18] owner transfer multiselect fixes (server#19291)
    [stable18] Allow respecting PASSWORD_DEFAULT (server#19292)
    [stable18] Keep the modification time during decryptFile (server#19297)
    [stable18] Fix data Apache2 .htaccess typo (server#19302)
    [stable18] Fix display of DTEND for multi-day all-day event (server#19308)
    [stable18] do not overwrite global user auth credentials with empty values (server#19315)
    [stable18] Fix occ maintenance:install database connect failure (server#19326)
    [stable18] Fix event type (server#19330)
    [stable18] Array access on int will fail on php7.4 (server#19332)
    [stable18] Make sure the default share provider does not execute for other things (server#19334)
    [stable18] Disable link shares of disabled users (server#19340)
    [stable18] Prevent archieved download on secure view (server#19360)
    [stable18] Log Flow activity (server#19396)
    [stable18] Allow to serve static webm directly (server#19420)
    18.0.1 final (server#19422)
    [stable18] Allow to serve static mp4 directly (server#19428)
    [stable18] Update master php testing versions (activity#417)
    Update stable18 target versions (activity#418)
    [stable18] Update master php testing versions (files_pdfviewer#164)
    Update stable18 target versions (files_pdfviewer#165)
    Update stable18 target versions (files_texteditor#194)
    Update stable18 target versions (firstrunwizard#274)
    Update stable18 target versions (logreader#313)
    [stable18] Update master php testing versions (nextcloud_announcements#64)
    Update stable18 target versions (nextcloud_announcements#65)
    Update stable18 target versions (notifications#547)
    [stable18] Add linting via github actions (notifications#555)
    [stable18] Support Strict VoIP push notifications for iOS 13 SDK (notifications#565)
    [stable18] Update master php testing versions (password_policy#93)
    Update stable18 target versions (password_policy#94)
    [stable18] Lint with github actions (photos#153)
    [stable18] No more drone. Do it all on github actions (photos#158)
    [stable18] Respect .noimage and .nomedia files (photos#160)
    [stable18] added headers for your photos and favs (photos#172)
    [stable18] Fix/actions (photos#174)
    [stable18] Fix url escaping (photos#175)
    [stable18] Use actions from tutorial (photos#181)
    Update stable18 target versions (privacy#323)
    Update stable18 target versions (recommendations#182)
    Update stable18 target versions (serverinfo#170)
    [stable18] Update master php testing versions (survey_client#104)
    Update stable18 target versions (survey_client#105)
    [stable18] GitHub actions/lint (viewer#368)
    Fix url escaping (viewer#370)
    [stable18] Adjust tests syntax & formatting (viewer#379)
    [stable18] Use actions from tutorial (viewer#385)
    [stable18] Revert "Fix url escaping" (viewer#396)


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/www/php-nextcloud/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/www/php-nextcloud/PLIST
cvs rdiff -u -r1.28 -r1.29 pkgsrc/www/php-nextcloud/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/php-nextcloud/Makefile
diff -u pkgsrc/www/php-nextcloud/Makefile:1.32 pkgsrc/www/php-nextcloud/Makefile:1.33
--- pkgsrc/www/php-nextcloud/Makefile:1.32      Thu Feb 20 11:53:28 2020
+++ pkgsrc/www/php-nextcloud/Makefile   Mon Mar 23 12:10:18 2020
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.32 2020/02/20 11:53:28 ryoon Exp $
+# $NetBSD: Makefile,v 1.33 2020/03/23 12:10:18 ryoon Exp $
 #
 
-DISTNAME=      nextcloud-18.0.1
+DISTNAME=      nextcloud-18.0.2
 PKGNAME=       ${PHP_PKG_PREFIX}-${DISTNAME}
 CATEGORIES=    www
 MASTER_SITES=  https://download.nextcloud.com/server/releases/

Index: pkgsrc/www/php-nextcloud/PLIST
diff -u pkgsrc/www/php-nextcloud/PLIST:1.27 pkgsrc/www/php-nextcloud/PLIST:1.28
--- pkgsrc/www/php-nextcloud/PLIST:1.27 Thu Feb 20 11:53:28 2020
+++ pkgsrc/www/php-nextcloud/PLIST      Mon Mar 23 12:10:18 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.27 2020/02/20 11:53:28 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.28 2020/03/23 12:10:18 ryoon Exp $
 share/nextcloud/.htaccess
 share/nextcloud/.user.ini
 share/nextcloud/3rdparty/LICENSE INFO
@@ -5036,6 +5036,7 @@ share/nextcloud/apps/dav/lib/CalDAV/Sear
 share/nextcloud/apps/dav/lib/CalDAV/Search/Xml/Filter/SearchTermFilter.php
 share/nextcloud/apps/dav/lib/CalDAV/Search/Xml/Request/CalendarSearchReport.php
 share/nextcloud/apps/dav/lib/CalDAV/WebcalCaching/Plugin.php
+share/nextcloud/apps/dav/lib/CalDAV/WebcalCaching/RefreshWebcalService.php
 share/nextcloud/apps/dav/lib/Capabilities.php
 share/nextcloud/apps/dav/lib/CardDAV/AddressBook.php
 share/nextcloud/apps/dav/lib/CardDAV/AddressBookImpl.php
@@ -8530,6 +8531,7 @@ share/nextcloud/apps/nextcloud_announcem
 share/nextcloud/apps/nextcloud_announcements/lib/Settings/Admin.php
 share/nextcloud/apps/nextcloud_announcements/templates/admin.php
 share/nextcloud/apps/notifications/.babelrc.js
+share/nextcloud/apps/notifications/.eslintignore
 share/nextcloud/apps/notifications/COPYING
 share/nextcloud/apps/notifications/appinfo/app.php
 share/nextcloud/apps/notifications/appinfo/info.xml
@@ -12940,6 +12942,9 @@ share/nextcloud/core/doc/user/_images/fi
 share/nextcloud/core/doc/user/_images/files_versioning.png
 share/nextcloud/core/doc/user/_images/gallery-1.png
 share/nextcloud/core/doc/user/_images/gallery-2.png
+share/nextcloud/core/doc/user/_images/gnome-online-accounts.png
+share/nextcloud/core/doc/user/_images/goa-add-nextcloud-account.png
+share/nextcloud/core/doc/user/_images/goa-nextcloud-select.png
 share/nextcloud/core/doc/user/_images/hidden_files.png
 share/nextcloud/core/doc/user/_images/korganizer_credentials.png
 share/nextcloud/core/doc/user/_images/korganizer_resource_choice.png
@@ -12992,6 +12997,7 @@ share/nextcloud/core/doc/user/_sources/p
 share/nextcloud/core/doc/user/_sources/pim/contacts.rst.txt
 share/nextcloud/core/doc/user/_sources/pim/index.rst.txt
 share/nextcloud/core/doc/user/_sources/pim/sync_android.rst.txt
+share/nextcloud/core/doc/user/_sources/pim/sync_gnome.rst.txt
 share/nextcloud/core/doc/user/_sources/pim/sync_ios.rst.txt
 share/nextcloud/core/doc/user/_sources/pim/sync_kde.rst.txt
 share/nextcloud/core/doc/user/_sources/pim/sync_osx.rst.txt
@@ -13102,6 +13108,7 @@ share/nextcloud/core/doc/user/pim/calend
 share/nextcloud/core/doc/user/pim/contacts.html
 share/nextcloud/core/doc/user/pim/index.html
 share/nextcloud/core/doc/user/pim/sync_android.html
+share/nextcloud/core/doc/user/pim/sync_gnome.html
 share/nextcloud/core/doc/user/pim/sync_ios.html
 share/nextcloud/core/doc/user/pim/sync_kde.html
 share/nextcloud/core/doc/user/pim/sync_osx.html

Index: pkgsrc/www/php-nextcloud/distinfo
diff -u pkgsrc/www/php-nextcloud/distinfo:1.28 pkgsrc/www/php-nextcloud/distinfo:1.29
--- pkgsrc/www/php-nextcloud/distinfo:1.28      Thu Feb 20 11:53:28 2020
+++ pkgsrc/www/php-nextcloud/distinfo   Mon Mar 23 12:10:18 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.28 2020/02/20 11:53:28 ryoon Exp $
+$NetBSD: distinfo,v 1.29 2020/03/23 12:10:18 ryoon Exp $
 
-SHA1 (nextcloud-18.0.1.tar.bz2) = 4df233647add999def6ae71f76170b26dd97006f
-RMD160 (nextcloud-18.0.1.tar.bz2) = 9d0f2475093f6e5462942338be171662809d2c94
-SHA512 (nextcloud-18.0.1.tar.bz2) = b2ce36bb230d5b7e3212be91a8fa26c6f24d1fa02d50f0f5ac702566095645aaea4e365574c7af49edcfbce66b76e5a0f120653e39f680ba181dc971846a3ced
-Size (nextcloud-18.0.1.tar.bz2) = 85827287 bytes
+SHA1 (nextcloud-18.0.2.tar.bz2) = e4822f365e78aec537f8f9e9ba18010d67ba45b5
+RMD160 (nextcloud-18.0.2.tar.bz2) = 4fd4ab64a0455baf0db373e4b296517955b91c38
+SHA512 (nextcloud-18.0.2.tar.bz2) = 36ea3a45edfee8b6c12921643bb6c340b125381414afe422b254c0a1d27b24fbb406bf28284b1902ce4120a7fc8cf416c01a5ba188a7346d32cb1861d1e15299
+Size (nextcloud-18.0.2.tar.bz2) = 86105689 bytes



Home | Main Index | Thread Index | Old Index