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:           Sun Nov 29 05:10:13 UTC 2020

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

Log Message:
php-nextcloud: Update to 20.0.2

Changelog:
Changes
    Inidicate preview availability in share api responses (server#23419)
    CalDavBackend: check if timerange is array before accessing (server#23563)
    Some emojis are in CHAR_CATEGORY_GENERAL_OTHER_TYPES (server#23575)
    Also expire share type email (server#23583)
    Only use index of mount point when it is there (server#23611)
    Only retry fetching app store data once every 5 minutes in case it fails (server#23633)
    Bring back the restore share button (server#23636)
    Fix updates of NULL appconfig values (server#23641)
    Fix sharing input placeholder for emails (server#23646)
    Use bigint for fileid in filecache_extended (server#23690)
    Enable theming background transparency (server#23699)
    Fix sharer flag on ldap:show-remnants when user owned more than a single share (server#23702)
    Make sure the function signatures of the backgroundjob match (server#23710)
    Check if array elements exist before using them (server#23713)
    Fix default quota display value in user row (server#23726)
    Use lib instead if core as l10n module in OC_Files (server#23727)
    Specify accept argument to avatar upload input field (server#23732)
    Save email as lower case (server#23733)
    Reset avatar cropper before showing (server#23736)
    Also run the SabreAuthInitEvent for the main server (server#23745)
    Type the \OCP\IUserManager::callForAllUsers closure with Psalm (server#23749)
    Type the \OCP\AppFramework\Services\IInitialState::provideLazyInitial… (server#23751)
    Don't overwrite the event if we use it later (server#23753)
    Inform the user when flow config data exceeds thresholds (server#23759)
    Type the \OCP\IUserManager::callForSeenUsers closure with Psalm (server#23763)
    Catch errors when closing file conflict dialog (server#23774)
    Document the backend registered events of LDAP (server#23779)
    Fetch the logger and system config once for all query builder instances (server#23787)
    Type the event dispatcher listener callables with Psalm (server#23789)
    Only run phpunit when "php" changed (server#23794)
    Remove bold font-weight and lower font-size for empty search box (server#23829)
    No need to check if there is an avatar available, because it is gener… (server#23846)
    Ensure filepicker list is empty before populating (server#23850)
    UserStatus: clear status message if message is null (server#23858)
    Fix grid view toggle in tags view (server#23874)
    Restrict query when searching for versions of trashbin files (server#23884)
    Fix potentially passing null to events where IUser is expected (server#23894)
    Make user status styles scoped (server#23899)
    Move help to separate stylesheet (server#23900)
    Add default font size (server#23902)
    Do not emit UserCreatedEvent twice (server#23917)
    Bearer must be in the start of the auth header (server#23924)
    Fix casting of integer and boolean on Oracle (server#23935)
    Skip already loaded apps in loadApps (server#23948)
    Fix repair mimetype step to not leave stray cursors (server#23950)
    Improve query type detection (server#23951)
    Fix iLike() falsely turning escaped % and _ into wildcards (server#23954)
    Replace some usages of OC_DB in OC\Share\* with query builder (server#23955)
    Use query builder instead of OC_DB in trashbin (server#23971)
    Fix greatest/least order for oracle (server#23975)
    Fix link share label placeholder not showing (server#23992)
    Unlock when promoting to exclusive lock fails (server#23995)
    Make sure root storage is valid before checking its size (server#23996)
    Use query builder instead of OC_DB in OC\Files\* (server#23998)
    Shortcut to avoid file system setup when generating the logo URL (server#24001)
    Remove old legacy scripts references (server#24004)
    Fix js search in undefined ocs response (server#24012)
    Don't leave cursors open (server#24033)
    Fix sharing tab state not matching resharing admin settings (server#24044)
    Run unit tests against oracle (server#24049)
    Use png icons in caldav reminder emails (server#24050)
    Manually iterate over calendardata when oracle is used (server#24058)
    Make is_user_defined nullable so we can store false on oracle (server#24079)
    Fix default internal expiration date enforce (server#24081)
    Register new command db:add-missing-primary-keys (server#24106)
    Convert the card resource to a string if necessary (server#24114)
    Don't throw on SHOW VERSION query (server#24147)
    Bump dompurify to 2.2.2 (server#24153)
    Set up FS before querying storage info in settings (server#24156)
    Fix default internal expiration date (server#24159)
    CircleId too short in some request (server#24178)
    Revert "circleId too short in some request" (server#24183)
    Missing level in ScopedPsrLogger (server#24212)
    Fix activity spinner on empty activity (activity#523)
    Add OCI github action (activity#528)
    Disable download button by default (files_pdfviewer#257)
    Feat/dependabot ga/stable20 (firstrunwizard#442)
    Fix loading notifications without a message on oracle (notifications#796)
    Do not setup appdata in constructor to avoid errors causing the whole instance to stop working (text#1105)
    Bump eslint-plugin-standard from 4.0.1 to 4.0.2 (text#1125)
    Bump sass-loader from 10.0.1 to 10.0.5 (text#1134)
    Bump webpack from 4.44.1 to 4.44.2 (text#1140)
    Bump dependencies to version in range (text#1164)
    Validate link on click (text#1166)
    Add migration to fix oracle issues with the database schema (text#1177)
    Bump cypress from 4.12.1 to 5.1.0 (text#1179)
    Fix URL escaping of shared files (viewer#681)
    Fix component click outside and cleanup structure (viewer#684)


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/www/php-nextcloud/Makefile
cvs rdiff -u -r1.35 -r1.36 pkgsrc/www/php-nextcloud/PLIST
cvs rdiff -u -r1.36 -r1.37 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.43 pkgsrc/www/php-nextcloud/Makefile:1.44
--- pkgsrc/www/php-nextcloud/Makefile:1.43      Tue Oct 27 13:26:50 2020
+++ pkgsrc/www/php-nextcloud/Makefile   Sun Nov 29 05:10:13 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2020/10/27 13:26:50 ryoon Exp $
+# $NetBSD: Makefile,v 1.44 2020/11/29 05:10:13 ryoon Exp $
 #
 
 # The nextcloud update process only works from one version to the
@@ -10,7 +10,7 @@
 # contained 18.0.2, then during April to June it is ok to update to
 # later 18.x.y, to 19.0.0, and to later 19.x.y, but it is not ok to
 # update to 20.
-DISTNAME=      nextcloud-20.0.1
+DISTNAME=      nextcloud-20.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.35 pkgsrc/www/php-nextcloud/PLIST:1.36
--- pkgsrc/www/php-nextcloud/PLIST:1.35 Tue Oct 27 13:26:50 2020
+++ pkgsrc/www/php-nextcloud/PLIST      Sun Nov 29 05:10:13 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.35 2020/10/27 13:26:50 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.36 2020/11/29 05:10:13 ryoon Exp $
 share/nextcloud/.htaccess
 share/nextcloud/.user.ini
 share/nextcloud/3rdparty/.github/workflows/composer.yml
@@ -5200,6 +5200,9 @@ share/nextcloud/apps/activity/lib/Migrat
 share/nextcloud/apps/activity/lib/Migration/Version2008Date20181011095117.php
 share/nextcloud/apps/activity/lib/Migration/Version2010Date20190416112817.php
 share/nextcloud/apps/activity/lib/Migration/Version2011Date20201006132544.php
+share/nextcloud/apps/activity/lib/Migration/Version2011Date20201006132545.php
+share/nextcloud/apps/activity/lib/Migration/Version2011Date20201006132546.php
+share/nextcloud/apps/activity/lib/Migration/Version2011Date20201006132547.php
 share/nextcloud/apps/activity/lib/Navigation.php
 share/nextcloud/apps/activity/lib/NotificationGenerator.php
 share/nextcloud/apps/activity/lib/Settings/Admin.php
@@ -5237,6 +5240,8 @@ share/nextcloud/apps/admin_audit/l10n/de
 share/nextcloud/apps/admin_audit/l10n/de_DE.json
 share/nextcloud/apps/admin_audit/l10n/es.js
 share/nextcloud/apps/admin_audit/l10n/es.json
+share/nextcloud/apps/admin_audit/l10n/es_CO.js
+share/nextcloud/apps/admin_audit/l10n/es_CO.json
 share/nextcloud/apps/admin_audit/l10n/eu.js
 share/nextcloud/apps/admin_audit/l10n/eu.json
 share/nextcloud/apps/admin_audit/l10n/fi.js
@@ -5263,10 +5268,16 @@ share/nextcloud/apps/admin_audit/l10n/pt
 share/nextcloud/apps/admin_audit/l10n/pt_BR.json
 share/nextcloud/apps/admin_audit/l10n/ru.js
 share/nextcloud/apps/admin_audit/l10n/ru.json
+share/nextcloud/apps/admin_audit/l10n/sk.js
+share/nextcloud/apps/admin_audit/l10n/sk.json
 share/nextcloud/apps/admin_audit/l10n/sl.js
 share/nextcloud/apps/admin_audit/l10n/sl.json
+share/nextcloud/apps/admin_audit/l10n/sv.js
+share/nextcloud/apps/admin_audit/l10n/sv.json
 share/nextcloud/apps/admin_audit/l10n/tr.js
 share/nextcloud/apps/admin_audit/l10n/tr.json
+share/nextcloud/apps/admin_audit/l10n/zh_CN.js
+share/nextcloud/apps/admin_audit/l10n/zh_CN.json
 share/nextcloud/apps/admin_audit/lib/Actions/Action.php
 share/nextcloud/apps/admin_audit/lib/Actions/AppManagement.php
 share/nextcloud/apps/admin_audit/lib/Actions/Auth.php
@@ -5309,18 +5320,26 @@ share/nextcloud/apps/cloud_federation_ap
 share/nextcloud/apps/cloud_federation_api/l10n/fr.json
 share/nextcloud/apps/cloud_federation_api/l10n/gl.js
 share/nextcloud/apps/cloud_federation_api/l10n/gl.json
+share/nextcloud/apps/cloud_federation_api/l10n/is.js
+share/nextcloud/apps/cloud_federation_api/l10n/is.json
 share/nextcloud/apps/cloud_federation_api/l10n/it.js
 share/nextcloud/apps/cloud_federation_api/l10n/it.json
+share/nextcloud/apps/cloud_federation_api/l10n/mk.js
+share/nextcloud/apps/cloud_federation_api/l10n/mk.json
 share/nextcloud/apps/cloud_federation_api/l10n/pl.js
 share/nextcloud/apps/cloud_federation_api/l10n/pl.json
 share/nextcloud/apps/cloud_federation_api/l10n/pt_BR.js
 share/nextcloud/apps/cloud_federation_api/l10n/pt_BR.json
+share/nextcloud/apps/cloud_federation_api/l10n/sk.js
+share/nextcloud/apps/cloud_federation_api/l10n/sk.json
 share/nextcloud/apps/cloud_federation_api/l10n/sl.js
 share/nextcloud/apps/cloud_federation_api/l10n/sl.json
 share/nextcloud/apps/cloud_federation_api/l10n/sr.js
 share/nextcloud/apps/cloud_federation_api/l10n/sr.json
 share/nextcloud/apps/cloud_federation_api/l10n/tr.js
 share/nextcloud/apps/cloud_federation_api/l10n/tr.json
+share/nextcloud/apps/cloud_federation_api/l10n/zh_CN.js
+share/nextcloud/apps/cloud_federation_api/l10n/zh_CN.json
 share/nextcloud/apps/cloud_federation_api/lib/AppInfo/Application.php
 share/nextcloud/apps/cloud_federation_api/lib/Capabilities.php
 share/nextcloud/apps/cloud_federation_api/lib/Config.php
@@ -5589,6 +5608,8 @@ share/nextcloud/apps/contactsinteraction
 share/nextcloud/apps/contactsinteraction/l10n/el.json
 share/nextcloud/apps/contactsinteraction/l10n/es.js
 share/nextcloud/apps/contactsinteraction/l10n/es.json
+share/nextcloud/apps/contactsinteraction/l10n/eu.js
+share/nextcloud/apps/contactsinteraction/l10n/eu.json
 share/nextcloud/apps/contactsinteraction/l10n/fi.js
 share/nextcloud/apps/contactsinteraction/l10n/fi.json
 share/nextcloud/apps/contactsinteraction/l10n/fr.js
@@ -5597,14 +5618,20 @@ share/nextcloud/apps/contactsinteraction
 share/nextcloud/apps/contactsinteraction/l10n/gl.json
 share/nextcloud/apps/contactsinteraction/l10n/it.js
 share/nextcloud/apps/contactsinteraction/l10n/it.json
+share/nextcloud/apps/contactsinteraction/l10n/mk.js
+share/nextcloud/apps/contactsinteraction/l10n/mk.json
 share/nextcloud/apps/contactsinteraction/l10n/pl.js
 share/nextcloud/apps/contactsinteraction/l10n/pl.json
 share/nextcloud/apps/contactsinteraction/l10n/pt_BR.js
 share/nextcloud/apps/contactsinteraction/l10n/pt_BR.json
+share/nextcloud/apps/contactsinteraction/l10n/sk.js
+share/nextcloud/apps/contactsinteraction/l10n/sk.json
 share/nextcloud/apps/contactsinteraction/l10n/sl.js
 share/nextcloud/apps/contactsinteraction/l10n/sl.json
 share/nextcloud/apps/contactsinteraction/l10n/tr.js
 share/nextcloud/apps/contactsinteraction/l10n/tr.json
+share/nextcloud/apps/contactsinteraction/l10n/zh_CN.js
+share/nextcloud/apps/contactsinteraction/l10n/zh_CN.json
 share/nextcloud/apps/contactsinteraction/lib/AddressBook.php
 share/nextcloud/apps/contactsinteraction/lib/AddressBookProvider.php
 share/nextcloud/apps/contactsinteraction/lib/AppInfo/Application.php
@@ -5652,6 +5679,8 @@ share/nextcloud/apps/dashboard/img/tommy
 share/nextcloud/apps/dashboard/img/tommy-chau-lion-rock-hill.jpg
 share/nextcloud/apps/dashboard/js/dashboard.js
 share/nextcloud/apps/dashboard/js/dashboard.js.map
+share/nextcloud/apps/dashboard/l10n/ar.js
+share/nextcloud/apps/dashboard/l10n/ar.json
 share/nextcloud/apps/dashboard/l10n/ca.js
 share/nextcloud/apps/dashboard/l10n/ca.json
 share/nextcloud/apps/dashboard/l10n/cs.js
@@ -5664,12 +5693,16 @@ share/nextcloud/apps/dashboard/l10n/el.j
 share/nextcloud/apps/dashboard/l10n/el.json
 share/nextcloud/apps/dashboard/l10n/es.js
 share/nextcloud/apps/dashboard/l10n/es.json
+share/nextcloud/apps/dashboard/l10n/fa.js
+share/nextcloud/apps/dashboard/l10n/fa.json
 share/nextcloud/apps/dashboard/l10n/fi.js
 share/nextcloud/apps/dashboard/l10n/fi.json
 share/nextcloud/apps/dashboard/l10n/fr.js
 share/nextcloud/apps/dashboard/l10n/fr.json
 share/nextcloud/apps/dashboard/l10n/gl.js
 share/nextcloud/apps/dashboard/l10n/gl.json
+share/nextcloud/apps/dashboard/l10n/hr.js
+share/nextcloud/apps/dashboard/l10n/hr.json
 share/nextcloud/apps/dashboard/l10n/hu.js
 share/nextcloud/apps/dashboard/l10n/hu.json
 share/nextcloud/apps/dashboard/l10n/it.js
@@ -5684,10 +5717,14 @@ share/nextcloud/apps/dashboard/l10n/pl.j
 share/nextcloud/apps/dashboard/l10n/pl.json
 share/nextcloud/apps/dashboard/l10n/pt_BR.js
 share/nextcloud/apps/dashboard/l10n/pt_BR.json
+share/nextcloud/apps/dashboard/l10n/ru.js
+share/nextcloud/apps/dashboard/l10n/ru.json
 share/nextcloud/apps/dashboard/l10n/sk.js
 share/nextcloud/apps/dashboard/l10n/sk.json
 share/nextcloud/apps/dashboard/l10n/sl.js
 share/nextcloud/apps/dashboard/l10n/sl.json
+share/nextcloud/apps/dashboard/l10n/sv.js
+share/nextcloud/apps/dashboard/l10n/sv.json
 share/nextcloud/apps/dashboard/l10n/tr.js
 share/nextcloud/apps/dashboard/l10n/tr.json
 share/nextcloud/apps/dashboard/l10n/zh_CN.js
@@ -6072,6 +6109,7 @@ share/nextcloud/apps/dav/lib/Migration/V
 share/nextcloud/apps/dav/lib/Migration/Version1011Date20190725113607.php
 share/nextcloud/apps/dav/lib/Migration/Version1011Date20190806104428.php
 share/nextcloud/apps/dav/lib/Migration/Version1012Date20190808122342.php
+share/nextcloud/apps/dav/lib/Migration/Version1016Date20201109085907.php
 share/nextcloud/apps/dav/lib/Provisioning/Apple/AppleProvisioningNode.php
 share/nextcloud/apps/dav/lib/Provisioning/Apple/AppleProvisioningPlugin.php
 share/nextcloud/apps/dav/lib/RootCollection.php
@@ -7918,7 +7956,6 @@ share/nextcloud/apps/files_pdfviewer/lib
 share/nextcloud/apps/files_pdfviewer/lib/Listeners/LoadViewerListener.php
 share/nextcloud/apps/files_pdfviewer/pdfjs-get.js
 share/nextcloud/apps/files_pdfviewer/phpunit.xml
-share/nextcloud/apps/files_pdfviewer/stylelint.config.js
 share/nextcloud/apps/files_pdfviewer/templates/viewer.php
 share/nextcloud/apps/files_rightclick/CHANGELOG.md
 share/nextcloud/apps/files_rightclick/COPYING
@@ -9150,7 +9187,6 @@ share/nextcloud/apps/firstrunwizard/lib/
 share/nextcloud/apps/firstrunwizard/lib/Notification/BackgroundJob.php
 share/nextcloud/apps/firstrunwizard/lib/Notification/Notifier.php
 share/nextcloud/apps/firstrunwizard/lib/Settings/Personal.php
-share/nextcloud/apps/firstrunwizard/stylelint.config.js
 share/nextcloud/apps/firstrunwizard/templates/page.apps.php
 share/nextcloud/apps/firstrunwizard/templates/page.clients.php
 share/nextcloud/apps/firstrunwizard/templates/page.final.php
@@ -9414,10 +9450,18 @@ share/nextcloud/apps/lookup_server_conne
 share/nextcloud/apps/lookup_server_connector/l10n/pt_BR.json
 share/nextcloud/apps/lookup_server_connector/l10n/ro.js
 share/nextcloud/apps/lookup_server_connector/l10n/ro.json
+share/nextcloud/apps/lookup_server_connector/l10n/ru.js
+share/nextcloud/apps/lookup_server_connector/l10n/ru.json
+share/nextcloud/apps/lookup_server_connector/l10n/sk.js
+share/nextcloud/apps/lookup_server_connector/l10n/sk.json
+share/nextcloud/apps/lookup_server_connector/l10n/sl.js
+share/nextcloud/apps/lookup_server_connector/l10n/sl.json
 share/nextcloud/apps/lookup_server_connector/l10n/sr.js
 share/nextcloud/apps/lookup_server_connector/l10n/sr.json
 share/nextcloud/apps/lookup_server_connector/l10n/tr.js
 share/nextcloud/apps/lookup_server_connector/l10n/tr.json
+share/nextcloud/apps/lookup_server_connector/l10n/zh_CN.js
+share/nextcloud/apps/lookup_server_connector/l10n/zh_CN.json
 share/nextcloud/apps/lookup_server_connector/lib/AppInfo/Application.php
 share/nextcloud/apps/lookup_server_connector/lib/BackgroundJobs/RetryJob.php
 share/nextcloud/apps/lookup_server_connector/lib/UpdateLookupServer.php
@@ -9787,7 +9831,6 @@ share/nextcloud/apps/notifications/lib/L
 share/nextcloud/apps/notifications/lib/Migration/Version2004Date20190107135757.php
 share/nextcloud/apps/notifications/lib/Notifier/AdminNotifications.php
 share/nextcloud/apps/notifications/lib/Push.php
-share/nextcloud/apps/notifications/stylelint.config.js
 share/nextcloud/apps/oauth2/appinfo/info.xml
 share/nextcloud/apps/oauth2/appinfo/routes.php
 share/nextcloud/apps/oauth2/appinfo/signature.json
@@ -10365,7 +10408,6 @@ share/nextcloud/apps/photos/lib/Controll
 share/nextcloud/apps/photos/lib/Controller/PageController.php
 share/nextcloud/apps/photos/postcss.config.js
 share/nextcloud/apps/photos/screenshots/screenshot1.png
-share/nextcloud/apps/photos/stylelint.config.js
 share/nextcloud/apps/photos/templates/main.php
 share/nextcloud/apps/privacy/.eslintignore
 share/nextcloud/apps/privacy/.stylelintrc.js
@@ -10569,8 +10611,14 @@ share/nextcloud/apps/provisioning_api/l1
 share/nextcloud/apps/provisioning_api/l10n/nl.json
 share/nextcloud/apps/provisioning_api/l10n/pl.js
 share/nextcloud/apps/provisioning_api/l10n/pl.json
+share/nextcloud/apps/provisioning_api/l10n/sk.js
+share/nextcloud/apps/provisioning_api/l10n/sk.json
+share/nextcloud/apps/provisioning_api/l10n/sl.js
+share/nextcloud/apps/provisioning_api/l10n/sl.json
 share/nextcloud/apps/provisioning_api/l10n/tr.js
 share/nextcloud/apps/provisioning_api/l10n/tr.json
+share/nextcloud/apps/provisioning_api/l10n/zh_CN.js
+share/nextcloud/apps/provisioning_api/l10n/zh_CN.json
 share/nextcloud/apps/provisioning_api/lib/AppInfo/Application.php
 share/nextcloud/apps/provisioning_api/lib/Controller/AUserData.php
 share/nextcloud/apps/provisioning_api/lib/Controller/AppConfigController.php
@@ -10908,6 +10956,7 @@ share/nextcloud/apps/settings/composer/c
 share/nextcloud/apps/settings/composer/composer/autoload_psr4.php
 share/nextcloud/apps/settings/composer/composer/autoload_real.php
 share/nextcloud/apps/settings/composer/composer/autoload_static.php
+share/nextcloud/apps/settings/css/help.css
 share/nextcloud/apps/settings/css/settings.scss
 share/nextcloud/apps/settings/data/Reasons to use Nextcloud.pdf
 share/nextcloud/apps/settings/img/admin.svg
@@ -10933,6 +10982,8 @@ share/nextcloud/apps/settings/js/templat
 share/nextcloud/apps/settings/js/usersettings.js
 share/nextcloud/apps/settings/js/vue-settings-admin-security.js
 share/nextcloud/apps/settings/js/vue-settings-admin-security.js.map
+share/nextcloud/apps/settings/js/vue-settings-apps-489d5f46c67b4e8fbf67.js
+share/nextcloud/apps/settings/js/vue-settings-apps-489d5f46c67b4e8fbf67.js.map
 share/nextcloud/apps/settings/js/vue-settings-apps-819bd91780a5b5e34199.js
 share/nextcloud/apps/settings/js/vue-settings-apps-819bd91780a5b5e34199.js.map
 share/nextcloud/apps/settings/js/vue-settings-apps-users-management.js
@@ -10943,20 +10994,16 @@ share/nextcloud/apps/settings/js/vue-set
 share/nextcloud/apps/settings/js/vue-settings-personal-security.js.map
 share/nextcloud/apps/settings/js/vue-settings-personal-webauthn.js
 share/nextcloud/apps/settings/js/vue-settings-personal-webauthn.js.map
-share/nextcloud/apps/settings/js/vue-settings-users-d0f700c33b614b07a2ad.js
-share/nextcloud/apps/settings/js/vue-settings-users-d0f700c33b614b07a2ad.js.map
-share/nextcloud/apps/settings/js/vue-vendors-settings-apps-020aea84238902004ab4.js
-share/nextcloud/apps/settings/js/vue-vendors-settings-apps-020aea84238902004ab4.js.map
+share/nextcloud/apps/settings/js/vue-settings-users-949e04a80c66e7d41667.js
+share/nextcloud/apps/settings/js/vue-settings-users-949e04a80c66e7d41667.js.map
+share/nextcloud/apps/settings/js/vue-vendors-settings-apps-0e3130278180acc1bb58.js
+share/nextcloud/apps/settings/js/vue-vendors-settings-apps-0e3130278180acc1bb58.js.map
 share/nextcloud/apps/settings/js/vue-vendors-settings-apps-9cccd48110cd039530d3.js
 share/nextcloud/apps/settings/js/vue-vendors-settings-apps-9cccd48110cd039530d3.js.map
-share/nextcloud/apps/settings/js/vue-vendors-settings-apps-settings-users-20d27e7401b445f2948d.js
-share/nextcloud/apps/settings/js/vue-vendors-settings-apps-settings-users-20d27e7401b445f2948d.js.map
 share/nextcloud/apps/settings/js/vue-vendors-settings-apps-settings-users-f077c891fa908a10fb34.js
 share/nextcloud/apps/settings/js/vue-vendors-settings-apps-settings-users-f077c891fa908a10fb34.js.map
 share/nextcloud/apps/settings/js/vue-vendors-settings-users-3a6581e78bc592eedd33.js
 share/nextcloud/apps/settings/js/vue-vendors-settings-users-3a6581e78bc592eedd33.js.map
-share/nextcloud/apps/settings/js/vue-vendors-settings-users-65f832aec1eb45875fe6.js
-share/nextcloud/apps/settings/js/vue-vendors-settings-users-65f832aec1eb45875fe6.js.map
 share/nextcloud/apps/settings/l10n/af.js
 share/nextcloud/apps/settings/l10n/af.json
 share/nextcloud/apps/settings/l10n/ar.js
@@ -12369,6 +12416,8 @@ share/nextcloud/apps/text/lib/Listeners/
 share/nextcloud/apps/text/lib/Listeners/RegisterDirectEditorEventListener.php
 share/nextcloud/apps/text/lib/Migration/Version010000Date20190617184535.php
 share/nextcloud/apps/text/lib/Migration/Version030001Date20200402075029.php
+share/nextcloud/apps/text/lib/Migration/Version030201Date20201116110353.php
+share/nextcloud/apps/text/lib/Migration/Version030201Date20201116123153.php
 share/nextcloud/apps/text/lib/Service/ApiService.php
 share/nextcloud/apps/text/lib/Service/DocumentService.php
 share/nextcloud/apps/text/lib/Service/SessionService.php
@@ -13291,6 +13340,8 @@ share/nextcloud/apps/user_status/js/user
 share/nextcloud/apps/user_status/js/user-status-modal.js.map
 share/nextcloud/apps/user_status/js/vendors-user-status-modal.js
 share/nextcloud/apps/user_status/js/vendors-user-status-modal.js.map
+share/nextcloud/apps/user_status/l10n/ar.js
+share/nextcloud/apps/user_status/l10n/ar.json
 share/nextcloud/apps/user_status/l10n/ca.js
 share/nextcloud/apps/user_status/l10n/ca.json
 share/nextcloud/apps/user_status/l10n/cs.js
@@ -13309,8 +13360,12 @@ share/nextcloud/apps/user_status/l10n/fr
 share/nextcloud/apps/user_status/l10n/fr.json
 share/nextcloud/apps/user_status/l10n/gl.js
 share/nextcloud/apps/user_status/l10n/gl.json
+share/nextcloud/apps/user_status/l10n/is.js
+share/nextcloud/apps/user_status/l10n/is.json
 share/nextcloud/apps/user_status/l10n/it.js
 share/nextcloud/apps/user_status/l10n/it.json
+share/nextcloud/apps/user_status/l10n/lt_LT.js
+share/nextcloud/apps/user_status/l10n/lt_LT.json
 share/nextcloud/apps/user_status/l10n/mk.js
 share/nextcloud/apps/user_status/l10n/mk.json
 share/nextcloud/apps/user_status/l10n/nb.js
@@ -13321,10 +13376,16 @@ share/nextcloud/apps/user_status/l10n/pl
 share/nextcloud/apps/user_status/l10n/pl.json
 share/nextcloud/apps/user_status/l10n/pt_BR.js
 share/nextcloud/apps/user_status/l10n/pt_BR.json
+share/nextcloud/apps/user_status/l10n/ru.js
+share/nextcloud/apps/user_status/l10n/ru.json
 share/nextcloud/apps/user_status/l10n/sl.js
 share/nextcloud/apps/user_status/l10n/sl.json
+share/nextcloud/apps/user_status/l10n/sv.js
+share/nextcloud/apps/user_status/l10n/sv.json
 share/nextcloud/apps/user_status/l10n/tr.js
 share/nextcloud/apps/user_status/l10n/tr.json
+share/nextcloud/apps/user_status/l10n/zh_CN.js
+share/nextcloud/apps/user_status/l10n/zh_CN.json
 share/nextcloud/apps/user_status/lib/AppInfo/Application.php
 share/nextcloud/apps/user_status/lib/BackgroundJob/ClearOldStatusesBackgroundJob.php
 share/nextcloud/apps/user_status/lib/Capabilities.php
@@ -13347,6 +13408,7 @@ share/nextcloud/apps/user_status/lib/Lis
 share/nextcloud/apps/user_status/lib/Listener/UserLiveStatusListener.php
 share/nextcloud/apps/user_status/lib/Migration/Version0001Date20200602134824.php
 share/nextcloud/apps/user_status/lib/Migration/Version0002Date20200902144824.php
+share/nextcloud/apps/user_status/lib/Migration/Version1000Date20201111130204.php
 share/nextcloud/apps/user_status/lib/Service/EmojiService.php
 share/nextcloud/apps/user_status/lib/Service/JSDataService.php
 share/nextcloud/apps/user_status/lib/Service/PredefinedStatusService.php
@@ -13546,7 +13608,6 @@ share/nextcloud/apps/viewer/l10n/zh_TW.j
 share/nextcloud/apps/viewer/lib/AppInfo/Application.php
 share/nextcloud/apps/viewer/lib/Event/LoadViewer.php
 share/nextcloud/apps/viewer/lib/Listener/LoadViewerScript.php
-share/nextcloud/apps/viewer/stylelint.config.js
 share/nextcloud/apps/weather_status/appinfo/info.xml
 share/nextcloud/apps/weather_status/appinfo/routes.php
 share/nextcloud/apps/weather_status/appinfo/signature.json
@@ -13596,8 +13657,14 @@ share/nextcloud/apps/weather_status/l10n
 share/nextcloud/apps/weather_status/l10n/gl.json
 share/nextcloud/apps/weather_status/l10n/hu.js
 share/nextcloud/apps/weather_status/l10n/hu.json
+share/nextcloud/apps/weather_status/l10n/is.js
+share/nextcloud/apps/weather_status/l10n/is.json
 share/nextcloud/apps/weather_status/l10n/it.js
 share/nextcloud/apps/weather_status/l10n/it.json
+share/nextcloud/apps/weather_status/l10n/lt_LT.js
+share/nextcloud/apps/weather_status/l10n/lt_LT.json
+share/nextcloud/apps/weather_status/l10n/mk.js
+share/nextcloud/apps/weather_status/l10n/mk.json
 share/nextcloud/apps/weather_status/l10n/nl.js
 share/nextcloud/apps/weather_status/l10n/nl.json
 share/nextcloud/apps/weather_status/l10n/pl.js
@@ -13608,8 +13675,12 @@ share/nextcloud/apps/weather_status/l10n
 share/nextcloud/apps/weather_status/l10n/sl.json
 share/nextcloud/apps/weather_status/l10n/sr.js
 share/nextcloud/apps/weather_status/l10n/sr.json
+share/nextcloud/apps/weather_status/l10n/sv.js
+share/nextcloud/apps/weather_status/l10n/sv.json
 share/nextcloud/apps/weather_status/l10n/tr.js
 share/nextcloud/apps/weather_status/l10n/tr.json
+share/nextcloud/apps/weather_status/l10n/zh_CN.js
+share/nextcloud/apps/weather_status/l10n/zh_CN.json
 share/nextcloud/apps/weather_status/lib/AppInfo/Application.php
 share/nextcloud/apps/weather_status/lib/Capabilities.php
 share/nextcloud/apps/weather_status/lib/Controller/WeatherStatusController.php
@@ -13830,6 +13901,7 @@ share/nextcloud/core/Command/Config/Syst
 share/nextcloud/core/Command/Config/System/SetConfig.php
 share/nextcloud/core/Command/Db/AddMissingColumns.php
 share/nextcloud/core/Command/Db/AddMissingIndices.php
+share/nextcloud/core/Command/Db/AddMissingPrimaryKeys.php
 share/nextcloud/core/Command/Db/ConvertFilecacheBigInt.php
 share/nextcloud/core/Command/Db/ConvertMysqlToMB4.php
 share/nextcloud/core/Command/Db/ConvertType.php
@@ -13953,6 +14025,10 @@ share/nextcloud/core/Migrations/Version1
 share/nextcloud/core/Migrations/Version18000Date20191014105105.php
 share/nextcloud/core/Migrations/Version18000Date20191204114856.php
 share/nextcloud/core/Migrations/Version19000Date20200211083441.php
+share/nextcloud/core/Migrations/Version20000Date20201109081915.php
+share/nextcloud/core/Migrations/Version20000Date20201109081918.php
+share/nextcloud/core/Migrations/Version20000Date20201109081919.php
+share/nextcloud/core/Migrations/Version20000Date20201111081915.php
 share/nextcloud/core/Notification/RemoveLinkSharesNotifier.php
 share/nextcloud/core/Service/LoginFlowV2Service.php
 share/nextcloud/core/ajax/update.php
@@ -14632,6 +14708,7 @@ share/nextcloud/core/fonts/NotoSans-Regu
 share/nextcloud/core/fonts/NotoSans-Regular-vietnamese.woff2
 share/nextcloud/core/fonts/NotoSans-Regular.ttf
 share/nextcloud/core/img/actions/add.svg
+share/nextcloud/core/img/actions/address.png
 share/nextcloud/core/img/actions/address.svg
 share/nextcloud/core/img/actions/arrow-left.svg
 share/nextcloud/core/img/actions/arrow-right.svg
@@ -14671,12 +14748,14 @@ share/nextcloud/core/img/actions/group.s
 share/nextcloud/core/img/actions/history.png
 share/nextcloud/core/img/actions/history.svg
 share/nextcloud/core/img/actions/info-white.svg
+share/nextcloud/core/img/actions/info.png
 share/nextcloud/core/img/actions/info.svg
 share/nextcloud/core/img/actions/logout.svg
 share/nextcloud/core/img/actions/mail.svg
 share/nextcloud/core/img/actions/menu-sidebar.svg
 share/nextcloud/core/img/actions/menu.svg
 share/nextcloud/core/img/actions/more-white.svg
+share/nextcloud/core/img/actions/more.png
 share/nextcloud/core/img/actions/more.svg
 share/nextcloud/core/img/actions/password-white.svg
 share/nextcloud/core/img/actions/password.png
@@ -14805,6 +14884,7 @@ share/nextcloud/core/img/mail.svg
 share/nextcloud/core/img/manifest.json
 share/nextcloud/core/img/mastodon.svg
 share/nextcloud/core/img/places/calendar-dark.png
+share/nextcloud/core/img/places/calendar.png
 share/nextcloud/core/img/places/calendar.svg
 share/nextcloud/core/img/places/contacts.svg
 share/nextcloud/core/img/places/default-app-icon.svg
@@ -14875,10 +14955,8 @@ share/nextcloud/core/js/tests/specs/syst
 share/nextcloud/core/js/tests/specs/systemtags/systemtagscollectionSpec.js
 share/nextcloud/core/js/tests/specs/systemtags/systemtagsinputfieldSpec.js
 share/nextcloud/core/js/update.js
-share/nextcloud/core/l10n/af.js
-share/nextcloud/core/l10n/af.json
-share/nextcloud/core/l10n/ast.js
-share/nextcloud/core/l10n/ast.json
+share/nextcloud/core/l10n/ar.js
+share/nextcloud/core/l10n/ar.json
 share/nextcloud/core/l10n/bg.js
 share/nextcloud/core/l10n/bg.json
 share/nextcloud/core/l10n/br.js
@@ -15495,6 +15573,7 @@ share/nextcloud/lib/private/DB/Migration
 share/nextcloud/lib/private/DB/Migrator.php
 share/nextcloud/lib/private/DB/MissingColumnInformation.php
 share/nextcloud/lib/private/DB/MissingIndexInformation.php
+share/nextcloud/lib/private/DB/MissingPrimaryKeyInformation.php
 share/nextcloud/lib/private/DB/MySQLMigrator.php
 share/nextcloud/lib/private/DB/MySqlTools.php
 share/nextcloud/lib/private/DB/OCSqlitePlatform.php

Index: pkgsrc/www/php-nextcloud/distinfo
diff -u pkgsrc/www/php-nextcloud/distinfo:1.36 pkgsrc/www/php-nextcloud/distinfo:1.37
--- pkgsrc/www/php-nextcloud/distinfo:1.36      Tue Oct 27 13:26:50 2020
+++ pkgsrc/www/php-nextcloud/distinfo   Sun Nov 29 05:10:13 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.36 2020/10/27 13:26:50 ryoon Exp $
+$NetBSD: distinfo,v 1.37 2020/11/29 05:10:13 ryoon Exp $
 
-SHA1 (nextcloud-20.0.1.tar.bz2) = 7ae9b2c474e7e6aa051e9a06d638d9d38bb975c2
-RMD160 (nextcloud-20.0.1.tar.bz2) = 3837f448e41eadee7c4971fac77ca5042db60d93
-SHA512 (nextcloud-20.0.1.tar.bz2) = 9e343872b00578c442d11da81d5d97d46b70df3a86b2d081283fb8670301792bc0f977f4b854ebc2b505b8c00bd8a70170b0ce721493dcad3ae6ef0cdd3e4ddc
-Size (nextcloud-20.0.1.tar.bz2) = 120287967 bytes
+SHA1 (nextcloud-20.0.2.tar.bz2) = 4be1200a5248f442619d20e689f790bb0d4d623c
+RMD160 (nextcloud-20.0.2.tar.bz2) = cc47b2ffeae18152619d5ad24ae35ac57049fedb
+SHA512 (nextcloud-20.0.2.tar.bz2) = bc06d5b312c974f60cdd9fe7c69566a93445dee1a89023442b43c02984aedd3e2ad8aea7f3fe365a0a4114d545ad91cf0de0ac1483c808425bf2c7aeefd1ac9f
+Size (nextcloud-20.0.2.tar.bz2) = 119446810 bytes



Home | Main Index | Thread Index | Old Index