pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/php-nextcloud php-nextcloud: Update to 18.0.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/afab95f5cae5
branches:  trunk
changeset: 423541:afab95f5cae5
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Thu Feb 20 11:53:28 2020 +0000

description:
php-nextcloud: Update to 18.0.1

Changelog:
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)

diffstat:

 www/php-nextcloud/Makefile |   4 ++--
 www/php-nextcloud/PLIST    |  27 ++++++++++++++++++++-------
 www/php-nextcloud/distinfo |  10 +++++-----
 3 files changed, 27 insertions(+), 14 deletions(-)

diffs (164 lines):

diff -r 58d6183c6945 -r afab95f5cae5 www/php-nextcloud/Makefile
--- a/www/php-nextcloud/Makefile        Thu Feb 20 09:10:30 2020 +0000
+++ b/www/php-nextcloud/Makefile        Thu Feb 20 11:53:28 2020 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.31 2020/01/20 17:54:48 ryoon Exp $
+# $NetBSD: Makefile,v 1.32 2020/02/20 11:53:28 ryoon Exp $
 #
 
-DISTNAME=      nextcloud-18.0.0
+DISTNAME=      nextcloud-18.0.1
 PKGNAME=       ${PHP_PKG_PREFIX}-${DISTNAME}
 CATEGORIES=    www
 MASTER_SITES=  https://download.nextcloud.com/server/releases/
diff -r 58d6183c6945 -r afab95f5cae5 www/php-nextcloud/PLIST
--- a/www/php-nextcloud/PLIST   Thu Feb 20 09:10:30 2020 +0000
+++ b/www/php-nextcloud/PLIST   Thu Feb 20 11:53:28 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.26 2020/01/20 17:54:48 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.27 2020/02/20 11:53:28 ryoon Exp $
 share/nextcloud/.htaccess
 share/nextcloud/.user.ini
 share/nextcloud/3rdparty/LICENSE INFO
@@ -4234,6 +4234,8 @@
 share/nextcloud/apps/accessibility/l10n/sq.json
 share/nextcloud/apps/accessibility/l10n/sr.js
 share/nextcloud/apps/accessibility/l10n/sr.json
+share/nextcloud/apps/accessibility/l10n/sr%latin.js@localhost
+share/nextcloud/apps/accessibility/l10n/sr%latin.json@localhost
 share/nextcloud/apps/accessibility/l10n/sv.js
 share/nextcloud/apps/accessibility/l10n/sv.json
 share/nextcloud/apps/accessibility/l10n/tr.js
@@ -4955,6 +4957,8 @@
 share/nextcloud/apps/dav/l10n/sv.json
 share/nextcloud/apps/dav/l10n/tr.js
 share/nextcloud/apps/dav/l10n/tr.json
+share/nextcloud/apps/dav/l10n/uk.js
+share/nextcloud/apps/dav/l10n/uk.json
 share/nextcloud/apps/dav/l10n/zh_CN.js
 share/nextcloud/apps/dav/l10n/zh_CN.json
 share/nextcloud/apps/dav/l10n/zh_TW.js
@@ -8531,6 +8535,7 @@
 share/nextcloud/apps/notifications/appinfo/info.xml
 share/nextcloud/apps/notifications/appinfo/routes.php
 share/nextcloud/apps/notifications/appinfo/signature.json
+share/nextcloud/apps/notifications/composer.json
 share/nextcloud/apps/notifications/css/styles.scss
 share/nextcloud/apps/notifications/docs/admin-notifications.md
 share/nextcloud/apps/notifications/docs/notification-workflow.md
@@ -8807,6 +8812,8 @@
 share/nextcloud/apps/oauth2/l10n/et_EE.json
 share/nextcloud/apps/oauth2/l10n/eu.js
 share/nextcloud/apps/oauth2/l10n/eu.json
+share/nextcloud/apps/oauth2/l10n/fa.js
+share/nextcloud/apps/oauth2/l10n/fa.json
 share/nextcloud/apps/oauth2/l10n/fi.js
 share/nextcloud/apps/oauth2/l10n/fi.json
 share/nextcloud/apps/oauth2/l10n/fr.js
@@ -9080,6 +9087,7 @@
 share/nextcloud/apps/photos/appinfo/routes.php
 share/nextcloud/apps/photos/appinfo/signature.json
 share/nextcloud/apps/photos/babel.config.js
+share/nextcloud/apps/photos/composer.json
 share/nextcloud/apps/photos/css/icons.scss
 share/nextcloud/apps/photos/img/app.svg
 share/nextcloud/apps/photos/img/photos.svg
@@ -9769,12 +9777,6 @@
 share/nextcloud/apps/settings/js/usersettings.js
 share/nextcloud/apps/settings/js/vue-0.js
 share/nextcloud/apps/settings/js/vue-0.js.map
-share/nextcloud/apps/settings/js/vue-1.js
-share/nextcloud/apps/settings/js/vue-1.js.map
-share/nextcloud/apps/settings/js/vue-2.js
-share/nextcloud/apps/settings/js/vue-2.js.map
-share/nextcloud/apps/settings/js/vue-3.js
-share/nextcloud/apps/settings/js/vue-3.js.map
 share/nextcloud/apps/settings/js/vue-4.js
 share/nextcloud/apps/settings/js/vue-4.js.map
 share/nextcloud/apps/settings/js/vue-5.js
@@ -10038,6 +10040,8 @@
 share/nextcloud/apps/sharebymail/l10n/es_UY.json
 share/nextcloud/apps/sharebymail/l10n/et_EE.js
 share/nextcloud/apps/sharebymail/l10n/et_EE.json
+share/nextcloud/apps/sharebymail/l10n/fa.js
+share/nextcloud/apps/sharebymail/l10n/fa.json
 share/nextcloud/apps/sharebymail/l10n/fi.js
 share/nextcloud/apps/sharebymail/l10n/fi.json
 share/nextcloud/apps/sharebymail/l10n/fr.js
@@ -11131,6 +11135,7 @@
 share/nextcloud/apps/text/l10n/zh_TW.js
 share/nextcloud/apps/text/l10n/zh_TW.json
 share/nextcloud/apps/text/lib/AppInfo/Application.php
+share/nextcloud/apps/text/lib/Command/ResetDocument.php
 share/nextcloud/apps/text/lib/Controller/DirectSessionController.php
 share/nextcloud/apps/text/lib/Controller/NavigationController.php
 share/nextcloud/apps/text/lib/Controller/PublicSessionController.php
@@ -11403,6 +11408,8 @@
 share/nextcloud/apps/twofactor_backupcodes/l10n/ka_GE.json
 share/nextcloud/apps/twofactor_backupcodes/l10n/ko.js
 share/nextcloud/apps/twofactor_backupcodes/l10n/ko.json
+share/nextcloud/apps/twofactor_backupcodes/l10n/lt_LT.js
+share/nextcloud/apps/twofactor_backupcodes/l10n/lt_LT.json
 share/nextcloud/apps/twofactor_backupcodes/l10n/lv.js
 share/nextcloud/apps/twofactor_backupcodes/l10n/lv.json
 share/nextcloud/apps/twofactor_backupcodes/l10n/mk.js
@@ -12038,6 +12045,7 @@
 share/nextcloud/apps/viewer/appinfo/info.xml
 share/nextcloud/apps/viewer/appinfo/signature.json
 share/nextcloud/apps/viewer/babel.config.js
+share/nextcloud/apps/viewer/composer.json
 share/nextcloud/apps/viewer/img/app.svg
 share/nextcloud/apps/viewer/js/viewer.js
 share/nextcloud/apps/viewer/js/viewer.js.map
@@ -12296,6 +12304,7 @@
 share/nextcloud/apps/workflowengine/l10n/zh_TW.js
 share/nextcloud/apps/workflowengine/l10n/zh_TW.json
 share/nextcloud/apps/workflowengine/lib/AppInfo/Application.php
+share/nextcloud/apps/workflowengine/lib/BackgroundJobs/Rotate.php
 share/nextcloud/apps/workflowengine/lib/Check/AbstractStringCheck.php
 share/nextcloud/apps/workflowengine/lib/Check/FileMimeType.php
 share/nextcloud/apps/workflowengine/lib/Check/FileName.php
@@ -12313,10 +12322,12 @@
 share/nextcloud/apps/workflowengine/lib/Controller/RequestTime.php
 share/nextcloud/apps/workflowengine/lib/Controller/UserWorkflowsController.php
 share/nextcloud/apps/workflowengine/lib/Entity/File.php
+share/nextcloud/apps/workflowengine/lib/Helper/LogContext.php
 share/nextcloud/apps/workflowengine/lib/Helper/ScopeContext.php
 share/nextcloud/apps/workflowengine/lib/Manager.php
 share/nextcloud/apps/workflowengine/lib/Migration/PopulateNewlyIntroducedDatabaseFields.php
 share/nextcloud/apps/workflowengine/lib/Migration/Version2000Date20190808074233.php
+share/nextcloud/apps/workflowengine/lib/Service/Logger.php
 share/nextcloud/apps/workflowengine/lib/Service/RuleMatcher.php
 share/nextcloud/apps/workflowengine/lib/Settings/ASettings.php
 share/nextcloud/apps/workflowengine/lib/Settings/Admin.php
@@ -13766,6 +13777,7 @@
 share/nextcloud/lib/private/App/AppStore/Bundles/EducationBundle.php
 share/nextcloud/lib/private/App/AppStore/Bundles/EnterpriseBundle.php
 share/nextcloud/lib/private/App/AppStore/Bundles/GroupwareBundle.php
+share/nextcloud/lib/private/App/AppStore/Bundles/HubBundle.php
 share/nextcloud/lib/private/App/AppStore/Bundles/SocialSharingBundle.php
 share/nextcloud/lib/private/App/AppStore/Fetcher/AppFetcher.php
 share/nextcloud/lib/private/App/AppStore/Fetcher/CategoryFetcher.php
@@ -14747,6 +14759,7 @@
 share/nextcloud/lib/public/Lock/LockedException.php
 share/nextcloud/lib/public/Lock/ManuallyLockedException.php
 share/nextcloud/lib/public/Lockdown/ILockdownManager.php
+share/nextcloud/lib/public/Log/IDataLogger.php
 share/nextcloud/lib/public/Log/IFileBased.php
 share/nextcloud/lib/public/Log/ILogFactory.php
 share/nextcloud/lib/public/Log/IWriter.php
diff -r 58d6183c6945 -r afab95f5cae5 www/php-nextcloud/distinfo
--- a/www/php-nextcloud/distinfo        Thu Feb 20 09:10:30 2020 +0000
+++ b/www/php-nextcloud/distinfo        Thu Feb 20 11:53:28 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.27 2020/01/20 17:54:48 ryoon Exp $
+$NetBSD: distinfo,v 1.28 2020/02/20 11:53:28 ryoon Exp $
 
-SHA1 (nextcloud-18.0.0.tar.bz2) = 375d6a5a493392fa87f67b1a5f35def892b9e498
-RMD160 (nextcloud-18.0.0.tar.bz2) = b3e5f8f939b7a0bf413ca218d28a76c15e64ce27
-SHA512 (nextcloud-18.0.0.tar.bz2) = c6a3b2bb2abed416fdebecd0c35b2547298370ef8a3a2cc884da877b39ab4a03d205653d94b20fdc0660fa355966771f65a7c0aa1c2117bb5abc85d2f091d4f7
-Size (nextcloud-18.0.0.tar.bz2) = 85867628 bytes
+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



Home | Main Index | Thread Index | Old Index