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:           Wed May 12 12:54:53 UTC 2021

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

Log Message:
php-nextcloud: Update to 21.0.1

Changelog:
Version 21.0.1 April 9 2021

Changes

  * Always renew apppasswords on login (server#25571)
  * Improve mention matches (server#25573)
  * Disable trasbin during the moveFromStorage fallback (server#25877)
  * Clear multiselect after selection in share panel (server#25918)
  * Activity: show if files are hidden or not (server#25935)
  * Sharebymail: set expiration on creation (server#25937)
  * Catch notfound and forbidden exception in smb::getmetadata (server#25943)
  * Skip empty obsolete owner when adding to own NC (server#25955)
  * Fix admin password strengthify tooltip (server#25962)
  * Add missing waits and asserts in acceptance tests (server#25993)
  * Hide expiration date field for remote shares (server#26026)
  * Remove trash items from other trash backends when deleting all (server#
    26039)
  * Fix SCSS compiler deprecated function usages (server#26042)
  * Provisioning API to IBootstrap (server#26044)
  * Cache baseurl in url generator (server#26051)
  * Allow autocomplete based on phone sync (server#26056)
  * Only clear share password model when actually saved (server#26058)
  * Add appconfig to always show the unique label of a sharee (server#26062)
  * Only clear known users when we had at least one phonebook entry (server#
    26081)
  * Chunk the array of phone numbers (server#26084)
  * Limit constructing of result objects in file search (server#26087)
  * Apply object store copy optimization when 'cross storage' copy is wit...
    (server#26090)
  * Add getID function to the simplefile implementation (server#26119)
  * Allow overwriting isAuthenticated (server#26122)
  * Send share notification instead of erroring on duplicate share (server#
    26124)
  * Log exceptions when creating share (server#26128)
  * Do cachejail search filtering in sql (server#26133)
  * Return the fileid from `copyFromCache` and use it instead of doing an extra
    query (server#26146)
  * Dont allow creating users with __groupfolders as uid (server#26151)
  * Use correct exception type hint in catch statement (server#26162)
  * Fix default missing initial state for templates (server#26166)
  * Remove explicit fclose from S3->writeStream (server#26167)
  * Adds ldap user:reset command (server#26175)
  * Improve search results when only phonebook-matches can we autocompleted
    (server#26177)
  * Fix valid storages removed when cleaning remote storages (server#26192)
  * Update user share must use correct expiration validation (server#26204)
  * Expand 'path is already shared' error message (server#26211)
  * Add (hidden) option to always show smb root as writable (server#26215)
  * Removed unnecessary padding (server#26227)
  * L10n: Add words user and because in ShareByMailProvider.php (server#26238)
  * Fix non LGC glyphs in avatars and txt file previews (server#26249)
  * Handle limit offset and sorting in files search (server#26257)
  * Update icewind/smb to 3.4.0 (server#26263)
  * Catch invalid cache source storage path (server#26271)
  * Fix casing of core test folder, bring back missing tests (server#26276)
  * L10n: Separate ellipsis (server#26279)
  * Show better error messages when a file with a forbidden path is encountered
    (server#26291)
  * Fix l10n (server#26298)
  * Log when a storage is marked as unavailable (server#26301)
  * Delete old birthday calendar object when moving contact to another ad...
    (server#26307)
  * Add a prefix index to filecache.path (server#26326)
  * Avatar privacy and new scope (server#26352)
  * Fix broken Calendar Event Invite email icons in Gmail by using PNGs instead
    of SVGs (server#26357)
  * Update cipher defaults (server#26363)
  * Fix wording for phone number integration (server#26366)
  * Remove notifications when retesting profile field input (server#26371)
  * Do not attempt to read 0 bytes when manually iterating over a non-seekable
    file (server#26376)
  * Fix(translation): replace static error message (server#26377)
  * Only mark migrations as installed after execution (server#26379)
  * Gracefully handle deleteFromSelf when share is already gone (server#26382)
  * Also check the default phone region when the number has no country code
    (server#26391)
  * Allow apps to write/update account data (server#26398)
  * Log and continue when failing to update encryption keys during for
    individual files (server#26400)
  * Make ILDAPProviderFactory usable when there is no ldap setup (server#26402)
  * Remove leftover debug @NoCSRFRequired introduced with #26198 (server#26404)
  * Get the parent directory before creating a file from a template (server#
    26406)
  * Bump y18n from 4.0.0 to 4.0.1 (server#26413)
  * [3rdparty]phpseclib-2.0.31 (server#26447)
  * Revert "add a prefix index to filecache.path" (server#26451)
  * 21.0.1 final (server#26453)
  * Show icon-phone when setting is set to private instead of local (server#
    26459)
  * Bump phpseclib/phpseclib from 2.0.30 to 2.0.31 (3rdparty#643)
  * Fix 'Daily activity summary' email subject translation (activity#562)
  * Fix notifying own activities (activity#566)
  * Send the footer with the defined language (activity#570)
  * Make sure we only load the public script on public pages (files_pdfviewer#
    340)
  * Extend reasons for email address (firstrunwizard#503)
  * Only send desktop notifications in one tab (notifications#911)
  * Fix Photos not shown in large browser windows #630 (photos#689)
  * Add vue-virtual-grid to babel (photos#710)
  * Match any non-whitespace character in filesystem type pattern (serverinfo#
    280)
  * Fix Internal Server Error @ /settings/admin/serverinfo in 21.0.0
    (serverinfo#287)
  * Disable cypress recording for now (text#1504)
  * Use write permission when possible (text#1512)
  * Fix clicking links with color annotations (text#1516)
  * Update CLI tests to PHP 7.4 to 8.0 (updater#346)
  * Disable UI when web updater is disabled in config.php (updater#351)
  * Remove obsolete pipeline php72-master (updater#355)
  * Update used version of box (updater#359)
  * Do not allow to keep maintenance mode active in web updater (updater#363)
  * Fix fullscreen (viewer#842)


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pkgsrc/www/php-nextcloud/Makefile
cvs rdiff -u -r1.41 -r1.42 pkgsrc/www/php-nextcloud/PLIST
cvs rdiff -u -r1.42 -r1.43 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.51 pkgsrc/www/php-nextcloud/Makefile:1.52
--- pkgsrc/www/php-nextcloud/Makefile:1.51      Sun Mar  7 13:21:58 2021
+++ pkgsrc/www/php-nextcloud/Makefile   Wed May 12 12:54:53 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2021/03/07 13:21:58 taca Exp $
+# $NetBSD: Makefile,v 1.52 2021/05/12 12:54:53 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-21.0.0
+DISTNAME=      nextcloud-21.0.1
 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.41 pkgsrc/www/php-nextcloud/PLIST:1.42
--- pkgsrc/www/php-nextcloud/PLIST:1.41 Sat Feb 27 19:04:55 2021
+++ pkgsrc/www/php-nextcloud/PLIST      Wed May 12 12:54:53 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.41 2021/02/27 19:04:55 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.42 2021/05/12 12:54:53 ryoon Exp $
 share/nextcloud/.htaccess
 share/nextcloud/.user.ini
 share/nextcloud/3rdparty/.github/workflows/composer.yml
@@ -6910,8 +6910,6 @@ share/nextcloud/apps/activity/l10n/sc.js
 share/nextcloud/apps/activity/l10n/sc.json
 share/nextcloud/apps/activity/l10n/si.js
 share/nextcloud/apps/activity/l10n/si.json
-share/nextcloud/apps/activity/l10n/si_LK.js
-share/nextcloud/apps/activity/l10n/si_LK.json
 share/nextcloud/apps/activity/l10n/sk.js
 share/nextcloud/apps/activity/l10n/sk.json
 share/nextcloud/apps/activity/l10n/sl.js
@@ -6924,8 +6922,8 @@ share/nextcloud/apps/activity/l10n/sr@la
 share/nextcloud/apps/activity/l10n/sr%latin.json@localhost
 share/nextcloud/apps/activity/l10n/sv.js
 share/nextcloud/apps/activity/l10n/sv.json
-share/nextcloud/apps/activity/l10n/ta_LK.js
-share/nextcloud/apps/activity/l10n/ta_LK.json
+share/nextcloud/apps/activity/l10n/ta.js
+share/nextcloud/apps/activity/l10n/ta.json
 share/nextcloud/apps/activity/l10n/th.js
 share/nextcloud/apps/activity/l10n/th.json
 share/nextcloud/apps/activity/l10n/tk.js
@@ -7090,6 +7088,8 @@ share/nextcloud/apps/admin_audit/l10n/tr
 share/nextcloud/apps/admin_audit/l10n/tr.json
 share/nextcloud/apps/admin_audit/l10n/uk.js
 share/nextcloud/apps/admin_audit/l10n/uk.json
+share/nextcloud/apps/admin_audit/l10n/vi.js
+share/nextcloud/apps/admin_audit/l10n/vi.json
 share/nextcloud/apps/admin_audit/l10n/zh_CN.js
 share/nextcloud/apps/admin_audit/l10n/zh_CN.json
 share/nextcloud/apps/admin_audit/l10n/zh_HK.js
@@ -7144,6 +7144,8 @@ share/nextcloud/apps/cloud_federation_ap
 share/nextcloud/apps/cloud_federation_api/l10n/gl.json
 share/nextcloud/apps/cloud_federation_api/l10n/hr.js
 share/nextcloud/apps/cloud_federation_api/l10n/hr.json
+share/nextcloud/apps/cloud_federation_api/l10n/hu.js
+share/nextcloud/apps/cloud_federation_api/l10n/hu.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
@@ -7369,6 +7371,8 @@ share/nextcloud/apps/comments/l10n/ro.js
 share/nextcloud/apps/comments/l10n/ro.json
 share/nextcloud/apps/comments/l10n/ru.js
 share/nextcloud/apps/comments/l10n/ru.json
+share/nextcloud/apps/comments/l10n/sc.js
+share/nextcloud/apps/comments/l10n/sc.json
 share/nextcloud/apps/comments/l10n/si.js
 share/nextcloud/apps/comments/l10n/si.json
 share/nextcloud/apps/comments/l10n/si_LK.js
@@ -7466,6 +7470,8 @@ share/nextcloud/apps/contactsinteraction
 share/nextcloud/apps/contactsinteraction/l10n/he.json
 share/nextcloud/apps/contactsinteraction/l10n/hr.js
 share/nextcloud/apps/contactsinteraction/l10n/hr.json
+share/nextcloud/apps/contactsinteraction/l10n/hu.js
+share/nextcloud/apps/contactsinteraction/l10n/hu.json
 share/nextcloud/apps/contactsinteraction/l10n/it.js
 share/nextcloud/apps/contactsinteraction/l10n/it.json
 share/nextcloud/apps/contactsinteraction/l10n/lt_LT.js
@@ -7480,6 +7486,8 @@ share/nextcloud/apps/contactsinteraction
 share/nextcloud/apps/contactsinteraction/l10n/pt_BR.json
 share/nextcloud/apps/contactsinteraction/l10n/ro.js
 share/nextcloud/apps/contactsinteraction/l10n/ro.json
+share/nextcloud/apps/contactsinteraction/l10n/ru.js
+share/nextcloud/apps/contactsinteraction/l10n/ru.json
 share/nextcloud/apps/contactsinteraction/l10n/sc.js
 share/nextcloud/apps/contactsinteraction/l10n/sc.json
 share/nextcloud/apps/contactsinteraction/l10n/sk.js
@@ -7549,6 +7557,8 @@ share/nextcloud/apps/dashboard/l10n/ca.j
 share/nextcloud/apps/dashboard/l10n/ca.json
 share/nextcloud/apps/dashboard/l10n/cs.js
 share/nextcloud/apps/dashboard/l10n/cs.json
+share/nextcloud/apps/dashboard/l10n/da.js
+share/nextcloud/apps/dashboard/l10n/da.json
 share/nextcloud/apps/dashboard/l10n/de.js
 share/nextcloud/apps/dashboard/l10n/de.json
 share/nextcloud/apps/dashboard/l10n/de_DE.js
@@ -7577,6 +7587,10 @@ share/nextcloud/apps/dashboard/l10n/it.j
 share/nextcloud/apps/dashboard/l10n/it.json
 share/nextcloud/apps/dashboard/l10n/ja.js
 share/nextcloud/apps/dashboard/l10n/ja.json
+share/nextcloud/apps/dashboard/l10n/ka_GE.js
+share/nextcloud/apps/dashboard/l10n/ka_GE.json
+share/nextcloud/apps/dashboard/l10n/ko.js
+share/nextcloud/apps/dashboard/l10n/ko.json
 share/nextcloud/apps/dashboard/l10n/lt_LT.js
 share/nextcloud/apps/dashboard/l10n/lt_LT.json
 share/nextcloud/apps/dashboard/l10n/mk.js
@@ -7593,6 +7607,8 @@ share/nextcloud/apps/dashboard/l10n/pt_P
 share/nextcloud/apps/dashboard/l10n/pt_PT.json
 share/nextcloud/apps/dashboard/l10n/ru.js
 share/nextcloud/apps/dashboard/l10n/ru.json
+share/nextcloud/apps/dashboard/l10n/sc.js
+share/nextcloud/apps/dashboard/l10n/sc.json
 share/nextcloud/apps/dashboard/l10n/sk.js
 share/nextcloud/apps/dashboard/l10n/sk.json
 share/nextcloud/apps/dashboard/l10n/sl.js
@@ -7747,6 +7763,8 @@ share/nextcloud/apps/dav/l10n/ro.js
 share/nextcloud/apps/dav/l10n/ro.json
 share/nextcloud/apps/dav/l10n/ru.js
 share/nextcloud/apps/dav/l10n/ru.json
+share/nextcloud/apps/dav/l10n/sc.js
+share/nextcloud/apps/dav/l10n/sc.json
 share/nextcloud/apps/dav/l10n/sk.js
 share/nextcloud/apps/dav/l10n/sk.json
 share/nextcloud/apps/dav/l10n/sl.js
@@ -9021,6 +9039,7 @@ share/nextcloud/apps/files_external/3rdp
 share/nextcloud/apps/files_external/3rdparty/composer.json
 share/nextcloud/apps/files_external/3rdparty/composer.lock
 share/nextcloud/apps/files_external/3rdparty/composer/ClassLoader.php
+share/nextcloud/apps/files_external/3rdparty/composer/InstalledVersions.php
 share/nextcloud/apps/files_external/3rdparty/composer/LICENSE
 share/nextcloud/apps/files_external/3rdparty/composer/autoload_classmap.php
 share/nextcloud/apps/files_external/3rdparty/composer/autoload_namespaces.php
@@ -9028,6 +9047,8 @@ share/nextcloud/apps/files_external/3rdp
 share/nextcloud/apps/files_external/3rdparty/composer/autoload_real.php
 share/nextcloud/apps/files_external/3rdparty/composer/autoload_static.php
 share/nextcloud/apps/files_external/3rdparty/composer/installed.json
+share/nextcloud/apps/files_external/3rdparty/composer/installed.php
+share/nextcloud/apps/files_external/3rdparty/composer/platform_check.php
 share/nextcloud/apps/files_external/3rdparty/icewind/smb/.gitignore
 share/nextcloud/apps/files_external/3rdparty/icewind/smb/.php_cs.dist
 share/nextcloud/apps/files_external/3rdparty/icewind/smb/LICENSE.txt
@@ -9084,6 +9105,7 @@ share/nextcloud/apps/files_external/3rdp
 share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Native/NativeWriteStream.php
 share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Options.php
 share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/ServerFactory.php
+share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/StringBuffer.php
 share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/System.php
 share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/TimeZoneProvider.php
 share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Connection.php
@@ -9096,7 +9118,6 @@ share/nextcloud/apps/files_external/3rdp
 share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Share.php
 share/nextcloud/apps/files_external/3rdparty/icewind/streams-dummy/composer.json
 share/nextcloud/apps/files_external/3rdparty/icewind/streams/.gitignore
-share/nextcloud/apps/files_external/3rdparty/icewind/streams/.travis.yml
 share/nextcloud/apps/files_external/3rdparty/icewind/streams/LICENCE
 share/nextcloud/apps/files_external/3rdparty/icewind/streams/README.md
 share/nextcloud/apps/files_external/3rdparty/icewind/streams/composer.json
@@ -9106,15 +9127,19 @@ share/nextcloud/apps/files_external/3rdp
 share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/DirectoryFilter.php
 share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/DirectoryWrapper.php
 share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/File.php
+share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/HashWrapper.php
 share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/IteratorDirectory.php
 share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/NullWrapper.php
 share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/Path.php
 share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/PathWrapper.php
+share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/ReadHashWrapper.php
 share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/RetryWrapper.php
 share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/SeekableWrapper.php
 share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/Url.php
-share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/UrlCallBack.php
+share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/UrlCallback.php
 share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/Wrapper.php
+share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/WrapperHandler.php
+share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/WriteHashWrapper.php
 share/nextcloud/apps/files_external/ajax/applicable.php
 share/nextcloud/apps/files_external/ajax/oauth2.php
 share/nextcloud/apps/files_external/appinfo/app.php
@@ -9833,6 +9858,7 @@ share/nextcloud/apps/files_pdfviewer/js/
 share/nextcloud/apps/files_pdfviewer/lib/AppInfo/Application.php
 share/nextcloud/apps/files_pdfviewer/lib/Controller/DisplayController.php
 share/nextcloud/apps/files_pdfviewer/lib/Listeners/CSPListener.php
+share/nextcloud/apps/files_pdfviewer/lib/Listeners/LoadPublicViewerListener.php
 share/nextcloud/apps/files_pdfviewer/lib/Listeners/LoadViewerListener.php
 share/nextcloud/apps/files_pdfviewer/pdfjs-get.js
 share/nextcloud/apps/files_pdfviewer/phpunit.xml
@@ -9991,8 +10017,6 @@ share/nextcloud/apps/files_rightclick/l1
 share/nextcloud/apps/files_rightclick/l10n/sc.json
 share/nextcloud/apps/files_rightclick/l10n/si.js
 share/nextcloud/apps/files_rightclick/l10n/si.json
-share/nextcloud/apps/files_rightclick/l10n/si_LK.js
-share/nextcloud/apps/files_rightclick/l10n/si_LK.json
 share/nextcloud/apps/files_rightclick/l10n/sk.js
 share/nextcloud/apps/files_rightclick/l10n/sk.json
 share/nextcloud/apps/files_rightclick/l10n/sl.js
@@ -10005,8 +10029,8 @@ share/nextcloud/apps/files_rightclick/l1
 share/nextcloud/apps/files_rightclick/l10n/sr%latin.json@localhost
 share/nextcloud/apps/files_rightclick/l10n/sv.js
 share/nextcloud/apps/files_rightclick/l10n/sv.json
-share/nextcloud/apps/files_rightclick/l10n/ta_LK.js
-share/nextcloud/apps/files_rightclick/l10n/ta_LK.json
+share/nextcloud/apps/files_rightclick/l10n/ta.js
+share/nextcloud/apps/files_rightclick/l10n/ta.json
 share/nextcloud/apps/files_rightclick/l10n/th.js
 share/nextcloud/apps/files_rightclick/l10n/th.json
 share/nextcloud/apps/files_rightclick/l10n/tr.js
@@ -11032,8 +11056,6 @@ share/nextcloud/apps/firstrunwizard/l10n
 share/nextcloud/apps/firstrunwizard/l10n/ru.json
 share/nextcloud/apps/firstrunwizard/l10n/si.js
 share/nextcloud/apps/firstrunwizard/l10n/si.json
-share/nextcloud/apps/firstrunwizard/l10n/si_LK.js
-share/nextcloud/apps/firstrunwizard/l10n/si_LK.json
 share/nextcloud/apps/firstrunwizard/l10n/si_LK.php
 share/nextcloud/apps/firstrunwizard/l10n/sk.js
 share/nextcloud/apps/firstrunwizard/l10n/sk.json
@@ -11229,6 +11251,8 @@ share/nextcloud/apps/logreader/l10n/ko.j
 share/nextcloud/apps/logreader/l10n/ko.json
 share/nextcloud/apps/logreader/l10n/lb.js
 share/nextcloud/apps/logreader/l10n/lb.json
+share/nextcloud/apps/logreader/l10n/lo.js
+share/nextcloud/apps/logreader/l10n/lo.json
 share/nextcloud/apps/logreader/l10n/lt_LT.js
 share/nextcloud/apps/logreader/l10n/lt_LT.json
 share/nextcloud/apps/logreader/l10n/lv.js
@@ -11257,6 +11281,8 @@ share/nextcloud/apps/logreader/l10n/ro.j
 share/nextcloud/apps/logreader/l10n/ro.json
 share/nextcloud/apps/logreader/l10n/ru.js
 share/nextcloud/apps/logreader/l10n/ru.json
+share/nextcloud/apps/logreader/l10n/sc.js
+share/nextcloud/apps/logreader/l10n/sc.json
 share/nextcloud/apps/logreader/l10n/si.js
 share/nextcloud/apps/logreader/l10n/si.json
 share/nextcloud/apps/logreader/l10n/sk.js
@@ -11340,6 +11366,8 @@ share/nextcloud/apps/lookup_server_conne
 share/nextcloud/apps/lookup_server_connector/l10n/he.json
 share/nextcloud/apps/lookup_server_connector/l10n/hr.js
 share/nextcloud/apps/lookup_server_connector/l10n/hr.json
+share/nextcloud/apps/lookup_server_connector/l10n/hu.js
+share/nextcloud/apps/lookup_server_connector/l10n/hu.json
 share/nextcloud/apps/lookup_server_connector/l10n/it.js
 share/nextcloud/apps/lookup_server_connector/l10n/it.json
 share/nextcloud/apps/lookup_server_connector/l10n/nl.js
@@ -11366,6 +11394,8 @@ share/nextcloud/apps/lookup_server_conne
 share/nextcloud/apps/lookup_server_connector/l10n/zh_CN.json
 share/nextcloud/apps/lookup_server_connector/l10n/zh_HK.js
 share/nextcloud/apps/lookup_server_connector/l10n/zh_HK.json
+share/nextcloud/apps/lookup_server_connector/l10n/zh_TW.js
+share/nextcloud/apps/lookup_server_connector/l10n/zh_TW.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
@@ -11519,7 +11549,6 @@ share/nextcloud/apps/nextcloud_announcem
 share/nextcloud/apps/nextcloud_announcements/lib/Notification/Notifier.php
 share/nextcloud/apps/nextcloud_announcements/lib/Settings/Admin.php
 share/nextcloud/apps/nextcloud_announcements/templates/admin.php
-share/nextcloud/apps/notifications/.eslintignore
 share/nextcloud/apps/notifications/COPYING
 share/nextcloud/apps/notifications/appinfo/info.xml
 share/nextcloud/apps/notifications/appinfo/routes.php
@@ -11657,6 +11686,8 @@ share/nextcloud/apps/notifications/l10n/
 share/nextcloud/apps/notifications/l10n/ko.json
 share/nextcloud/apps/notifications/l10n/lb.js
 share/nextcloud/apps/notifications/l10n/lb.json
+share/nextcloud/apps/notifications/l10n/lo.js
+share/nextcloud/apps/notifications/l10n/lo.json
 share/nextcloud/apps/notifications/l10n/lt_LT.js
 share/nextcloud/apps/notifications/l10n/lt_LT.json
 share/nextcloud/apps/notifications/l10n/lv.js
@@ -11693,8 +11724,6 @@ share/nextcloud/apps/notifications/l10n/
 share/nextcloud/apps/notifications/l10n/ru.json
 share/nextcloud/apps/notifications/l10n/si.js
 share/nextcloud/apps/notifications/l10n/si.json
-share/nextcloud/apps/notifications/l10n/si_LK.js
-share/nextcloud/apps/notifications/l10n/si_LK.json
 share/nextcloud/apps/notifications/l10n/sk.js
 share/nextcloud/apps/notifications/l10n/sk.json
 share/nextcloud/apps/notifications/l10n/sl.js
@@ -11707,8 +11736,8 @@ share/nextcloud/apps/notifications/l10n/
 share/nextcloud/apps/notifications/l10n/sr%latin.json@localhost
 share/nextcloud/apps/notifications/l10n/sv.js
 share/nextcloud/apps/notifications/l10n/sv.json
-share/nextcloud/apps/notifications/l10n/ta_LK.js
-share/nextcloud/apps/notifications/l10n/ta_LK.json
+share/nextcloud/apps/notifications/l10n/ta.js
+share/nextcloud/apps/notifications/l10n/ta.json
 share/nextcloud/apps/notifications/l10n/th.js
 share/nextcloud/apps/notifications/l10n/th.json
 share/nextcloud/apps/notifications/l10n/tr.js
@@ -11861,6 +11890,8 @@ share/nextcloud/apps/oauth2/l10n/pt_PT.j
 share/nextcloud/apps/oauth2/l10n/pt_PT.json
 share/nextcloud/apps/oauth2/l10n/ru.js
 share/nextcloud/apps/oauth2/l10n/ru.json
+share/nextcloud/apps/oauth2/l10n/sc.js
+share/nextcloud/apps/oauth2/l10n/sc.json
 share/nextcloud/apps/oauth2/l10n/si.js
 share/nextcloud/apps/oauth2/l10n/si.json
 share/nextcloud/apps/oauth2/l10n/sk.js
@@ -12124,6 +12155,7 @@ share/nextcloud/apps/photos/js/photos-10
 share/nextcloud/apps/photos/js/photos-2.js
 share/nextcloud/apps/photos/js/photos-2.js.map
 share/nextcloud/apps/photos/js/photos-3.js
+share/nextcloud/apps/photos/js/photos-3.js.map
 share/nextcloud/apps/photos/js/photos-4.js
 share/nextcloud/apps/photos/js/photos-4.js.map
 share/nextcloud/apps/photos/js/photos-5.js
@@ -12285,8 +12317,6 @@ share/nextcloud/apps/photos/l10n/ru.js
 share/nextcloud/apps/photos/l10n/ru.json
 share/nextcloud/apps/photos/l10n/si.js
 share/nextcloud/apps/photos/l10n/si.json
-share/nextcloud/apps/photos/l10n/si_LK.js
-share/nextcloud/apps/photos/l10n/si_LK.json
 share/nextcloud/apps/photos/l10n/sk.js
 share/nextcloud/apps/photos/l10n/sk.json
 share/nextcloud/apps/photos/l10n/sl.js
@@ -12299,8 +12329,8 @@ share/nextcloud/apps/photos/l10n/sr@lati
 share/nextcloud/apps/photos/l10n/sr%latin.json@localhost
 share/nextcloud/apps/photos/l10n/sv.js
 share/nextcloud/apps/photos/l10n/sv.json
-share/nextcloud/apps/photos/l10n/ta_LK.js
-share/nextcloud/apps/photos/l10n/ta_LK.json
+share/nextcloud/apps/photos/l10n/ta.js
+share/nextcloud/apps/photos/l10n/ta.json
 share/nextcloud/apps/photos/l10n/th.js
 share/nextcloud/apps/photos/l10n/th.json
 share/nextcloud/apps/photos/l10n/tr.js
@@ -12328,7 +12358,6 @@ share/nextcloud/apps/photos/lib/Controll
 share/nextcloud/apps/photos/postcss.config.js
 share/nextcloud/apps/photos/screenshots/screenshot1.png
 share/nextcloud/apps/photos/templates/main.php
-share/nextcloud/apps/privacy/.eslintignore
 share/nextcloud/apps/privacy/.stylelintrc.js
 share/nextcloud/apps/privacy/COPYING
 share/nextcloud/apps/privacy/appinfo/info.xml
@@ -12524,12 +12553,16 @@ share/nextcloud/apps/provisioning_api/l1
 share/nextcloud/apps/provisioning_api/l10n/el.json
 share/nextcloud/apps/provisioning_api/l10n/es.js
 share/nextcloud/apps/provisioning_api/l10n/es.json
+share/nextcloud/apps/provisioning_api/l10n/eu.js
+share/nextcloud/apps/provisioning_api/l10n/eu.json
 share/nextcloud/apps/provisioning_api/l10n/fr.js
 share/nextcloud/apps/provisioning_api/l10n/fr.json
 share/nextcloud/apps/provisioning_api/l10n/gl.js
 share/nextcloud/apps/provisioning_api/l10n/gl.json
 share/nextcloud/apps/provisioning_api/l10n/hr.js
 share/nextcloud/apps/provisioning_api/l10n/hr.json
+share/nextcloud/apps/provisioning_api/l10n/hu.js
+share/nextcloud/apps/provisioning_api/l10n/hu.json
 share/nextcloud/apps/provisioning_api/l10n/it.js
 share/nextcloud/apps/provisioning_api/l10n/it.json
 share/nextcloud/apps/provisioning_api/l10n/nl.js
@@ -12550,13 +12583,17 @@ share/nextcloud/apps/provisioning_api/l1
 share/nextcloud/apps/provisioning_api/l10n/zh_CN.json
 share/nextcloud/apps/provisioning_api/l10n/zh_HK.js
 share/nextcloud/apps/provisioning_api/l10n/zh_HK.json
+share/nextcloud/apps/provisioning_api/l10n/zh_TW.js
+share/nextcloud/apps/provisioning_api/l10n/zh_TW.json
 share/nextcloud/apps/provisioning_api/lib/AppInfo/Application.php
+share/nextcloud/apps/provisioning_api/lib/Capabilities.php
 share/nextcloud/apps/provisioning_api/lib/Controller/AUserData.php
 share/nextcloud/apps/provisioning_api/lib/Controller/AppConfigController.php
 share/nextcloud/apps/provisioning_api/lib/Controller/AppsController.php
 share/nextcloud/apps/provisioning_api/lib/Controller/GroupsController.php
 share/nextcloud/apps/provisioning_api/lib/Controller/UsersController.php
 share/nextcloud/apps/provisioning_api/lib/FederatedShareProviderFactory.php
+share/nextcloud/apps/provisioning_api/lib/Listener/UserDeletedListener.php
 share/nextcloud/apps/provisioning_api/lib/Middleware/Exceptions/NotSubAdminException.php
 share/nextcloud/apps/provisioning_api/lib/Middleware/ProvisioningApiMiddleware.php
 share/nextcloud/apps/recommendations/.stylelintrc.js
@@ -12627,6 +12664,8 @@ share/nextcloud/apps/recommendations/l10
 share/nextcloud/apps/recommendations/l10n/nb.json
 share/nextcloud/apps/recommendations/l10n/nl.js
 share/nextcloud/apps/recommendations/l10n/nl.json
+share/nextcloud/apps/recommendations/l10n/oc.js
+share/nextcloud/apps/recommendations/l10n/oc.json
 share/nextcloud/apps/recommendations/l10n/pl.js
 share/nextcloud/apps/recommendations/l10n/pl.json
 share/nextcloud/apps/recommendations/l10n/ps.js
@@ -12651,6 +12690,8 @@ share/nextcloud/apps/recommendations/l10
 share/nextcloud/apps/recommendations/l10n/tr.json
 share/nextcloud/apps/recommendations/l10n/uk.js
 share/nextcloud/apps/recommendations/l10n/uk.json
+share/nextcloud/apps/recommendations/l10n/vi.js
+share/nextcloud/apps/recommendations/l10n/vi.json
 share/nextcloud/apps/recommendations/l10n/zh_CN.js
 share/nextcloud/apps/recommendations/l10n/zh_CN.json
 share/nextcloud/apps/recommendations/l10n/zh_HK.js
@@ -12833,8 +12874,6 @@ share/nextcloud/apps/serverinfo/l10n/ru.
 share/nextcloud/apps/serverinfo/l10n/ru.json
 share/nextcloud/apps/serverinfo/l10n/si.js
 share/nextcloud/apps/serverinfo/l10n/si.json
-share/nextcloud/apps/serverinfo/l10n/si_LK.js
-share/nextcloud/apps/serverinfo/l10n/si_LK.json
 share/nextcloud/apps/serverinfo/l10n/sk.js
 share/nextcloud/apps/serverinfo/l10n/sk.json
 share/nextcloud/apps/serverinfo/l10n/sl.js
@@ -12847,8 +12886,8 @@ share/nextcloud/apps/serverinfo/l10n/sr@
 share/nextcloud/apps/serverinfo/l10n/sr%latin.json@localhost
 share/nextcloud/apps/serverinfo/l10n/sv.js
 share/nextcloud/apps/serverinfo/l10n/sv.json
-share/nextcloud/apps/serverinfo/l10n/ta_LK.js
-share/nextcloud/apps/serverinfo/l10n/ta_LK.json
+share/nextcloud/apps/serverinfo/l10n/ta.js
+share/nextcloud/apps/serverinfo/l10n/ta.json
 share/nextcloud/apps/serverinfo/l10n/th.js
 share/nextcloud/apps/serverinfo/l10n/th.json
 share/nextcloud/apps/serverinfo/l10n/tr.js
@@ -13064,6 +13103,8 @@ share/nextcloud/apps/settings/l10n/ro.js
 share/nextcloud/apps/settings/l10n/ro.json
 share/nextcloud/apps/settings/l10n/ru.js
 share/nextcloud/apps/settings/l10n/ru.json
+share/nextcloud/apps/settings/l10n/sc.js
+share/nextcloud/apps/settings/l10n/sc.json
 share/nextcloud/apps/settings/l10n/sk.js
 share/nextcloud/apps/settings/l10n/sk.json
 share/nextcloud/apps/settings/l10n/sl.js
@@ -13295,6 +13336,8 @@ share/nextcloud/apps/sharebymail/l10n/zh
 share/nextcloud/apps/sharebymail/l10n/zh_CN.json
 share/nextcloud/apps/sharebymail/l10n/zh_HK.js
 share/nextcloud/apps/sharebymail/l10n/zh_HK.json
+share/nextcloud/apps/sharebymail/l10n/zh_TW.js
+share/nextcloud/apps/sharebymail/l10n/zh_TW.json
 share/nextcloud/apps/sharebymail/lib/Activity.php
 share/nextcloud/apps/sharebymail/lib/AppInfo/Application.php
 share/nextcloud/apps/sharebymail/lib/Capabilities.php
@@ -13749,7 +13792,6 @@ share/nextcloud/apps/systemtags/lib/Sett
 share/nextcloud/apps/systemtags/list.php
 share/nextcloud/apps/systemtags/templates/admin.php
 share/nextcloud/apps/systemtags/templates/list.php
-share/nextcloud/apps/text/.eslintignore
 share/nextcloud/apps/text/.stylelintrc.js
 share/nextcloud/apps/text/CHANGELOG.md
 share/nextcloud/apps/text/COPYING
@@ -14316,6 +14358,8 @@ share/nextcloud/apps/text/l10n/nb.js
 share/nextcloud/apps/text/l10n/nb.json
 share/nextcloud/apps/text/l10n/nl.js
 share/nextcloud/apps/text/l10n/nl.json
+share/nextcloud/apps/text/l10n/oc.js
+share/nextcloud/apps/text/l10n/oc.json
 share/nextcloud/apps/text/l10n/pl.js
 share/nextcloud/apps/text/l10n/pl.json
 share/nextcloud/apps/text/l10n/pt_BR.js
@@ -14326,6 +14370,8 @@ share/nextcloud/apps/text/l10n/ro.js
 share/nextcloud/apps/text/l10n/ro.json
 share/nextcloud/apps/text/l10n/ru.js
 share/nextcloud/apps/text/l10n/ru.json
+share/nextcloud/apps/text/l10n/sc.js
+share/nextcloud/apps/text/l10n/sc.json
 share/nextcloud/apps/text/l10n/si.js
 share/nextcloud/apps/text/l10n/si.json
 share/nextcloud/apps/text/l10n/sk.js
@@ -14344,6 +14390,8 @@ share/nextcloud/apps/text/l10n/tr.js
 share/nextcloud/apps/text/l10n/tr.json
 share/nextcloud/apps/text/l10n/uk.js
 share/nextcloud/apps/text/l10n/uk.json
+share/nextcloud/apps/text/l10n/vi.js
+share/nextcloud/apps/text/l10n/vi.json
 share/nextcloud/apps/text/l10n/zh_CN.js
 share/nextcloud/apps/text/l10n/zh_CN.json
 share/nextcloud/apps/text/l10n/zh_HK.js
@@ -14661,6 +14709,8 @@ share/nextcloud/apps/twofactor_backupcod
 share/nextcloud/apps/twofactor_backupcodes/l10n/pt_BR.json
 share/nextcloud/apps/twofactor_backupcodes/l10n/ru.js
 share/nextcloud/apps/twofactor_backupcodes/l10n/ru.json
+share/nextcloud/apps/twofactor_backupcodes/l10n/sc.js
+share/nextcloud/apps/twofactor_backupcodes/l10n/sc.json
 share/nextcloud/apps/twofactor_backupcodes/l10n/sk.js
 share/nextcloud/apps/twofactor_backupcodes/l10n/sk.json
 share/nextcloud/apps/twofactor_backupcodes/l10n/sl.js
@@ -15208,6 +15258,7 @@ share/nextcloud/apps/user_ldap/lib/Backe
 share/nextcloud/apps/user_ldap/lib/Command/CheckUser.php
 share/nextcloud/apps/user_ldap/lib/Command/CreateEmptyConfig.php
 share/nextcloud/apps/user_ldap/lib/Command/DeleteConfig.php
+share/nextcloud/apps/user_ldap/lib/Command/ResetUser.php
 share/nextcloud/apps/user_ldap/lib/Command/Search.php
 share/nextcloud/apps/user_ldap/lib/Command/SetConfig.php
 share/nextcloud/apps/user_ldap/lib/Command/ShowConfig.php
@@ -15306,6 +15357,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/af.js
+share/nextcloud/apps/user_status/l10n/af.json
 share/nextcloud/apps/user_status/l10n/ar.js
 share/nextcloud/apps/user_status/l10n/ar.json
 share/nextcloud/apps/user_status/l10n/ca.js
@@ -15332,6 +15385,8 @@ share/nextcloud/apps/user_status/l10n/he
 share/nextcloud/apps/user_status/l10n/he.json
 share/nextcloud/apps/user_status/l10n/hr.js
 share/nextcloud/apps/user_status/l10n/hr.json
+share/nextcloud/apps/user_status/l10n/hu.js
+share/nextcloud/apps/user_status/l10n/hu.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
@@ -15521,6 +15576,8 @@ share/nextcloud/apps/viewer/l10n/ko.js
 share/nextcloud/apps/viewer/l10n/ko.json
 share/nextcloud/apps/viewer/l10n/lb.js
 share/nextcloud/apps/viewer/l10n/lb.json
+share/nextcloud/apps/viewer/l10n/lo.js
+share/nextcloud/apps/viewer/l10n/lo.json
 share/nextcloud/apps/viewer/l10n/lt_LT.js
 share/nextcloud/apps/viewer/l10n/lt_LT.json
 share/nextcloud/apps/viewer/l10n/lv.js
@@ -15553,8 +15610,8 @@ share/nextcloud/apps/viewer/l10n/ru.js
 share/nextcloud/apps/viewer/l10n/ru.json
 share/nextcloud/apps/viewer/l10n/sc.js
 share/nextcloud/apps/viewer/l10n/sc.json
-share/nextcloud/apps/viewer/l10n/si_LK.js
-share/nextcloud/apps/viewer/l10n/si_LK.json
+share/nextcloud/apps/viewer/l10n/si.js
+share/nextcloud/apps/viewer/l10n/si.json
 share/nextcloud/apps/viewer/l10n/sk.js
 share/nextcloud/apps/viewer/l10n/sk.json
 share/nextcloud/apps/viewer/l10n/sl.js
@@ -15567,8 +15624,8 @@ share/nextcloud/apps/viewer/l10n/sr@lati
 share/nextcloud/apps/viewer/l10n/sr%latin.json@localhost
 share/nextcloud/apps/viewer/l10n/sv.js
 share/nextcloud/apps/viewer/l10n/sv.json
-share/nextcloud/apps/viewer/l10n/ta_LK.js
-share/nextcloud/apps/viewer/l10n/ta_LK.json
+share/nextcloud/apps/viewer/l10n/ta.js
+share/nextcloud/apps/viewer/l10n/ta.json
 share/nextcloud/apps/viewer/l10n/th.js
 share/nextcloud/apps/viewer/l10n/th.json
 share/nextcloud/apps/viewer/l10n/tr.js
@@ -15635,6 +15692,8 @@ share/nextcloud/apps/weather_status/l10n
 share/nextcloud/apps/weather_status/l10n/el.json
 share/nextcloud/apps/weather_status/l10n/es.js
 share/nextcloud/apps/weather_status/l10n/es.json
+share/nextcloud/apps/weather_status/l10n/eu.js
+share/nextcloud/apps/weather_status/l10n/eu.json
 share/nextcloud/apps/weather_status/l10n/fi.js
 share/nextcloud/apps/weather_status/l10n/fi.json
 share/nextcloud/apps/weather_status/l10n/fr.js
@@ -15944,6 +16003,7 @@ share/nextcloud/core/Command/Maintenance
 share/nextcloud/core/Command/Maintenance/UpdateHtaccess.php
 share/nextcloud/core/Command/Maintenance/UpdateTheme.php
 share/nextcloud/core/Command/Preview/Repair.php
+share/nextcloud/core/Command/Preview/ResetRenderedTexts.php
 share/nextcloud/core/Command/Security/ImportCertificate.php
 share/nextcloud/core/Command/Security/ListCertificates.php
 share/nextcloud/core/Command/Security/RemoveCertificate.php
@@ -16035,6 +16095,8 @@ share/nextcloud/core/Migrations/Version2
 share/nextcloud/core/Migrations/Version21000Date20201120141228.php
 share/nextcloud/core/Migrations/Version21000Date20201202095923.php
 share/nextcloud/core/Migrations/Version21000Date20210119195004.php
+share/nextcloud/core/Migrations/Version21000Date20210309185126.php
+share/nextcloud/core/Migrations/Version21000Date20210309185127.php
 share/nextcloud/core/Notification/CoreNotifier.php
 share/nextcloud/core/Service/LoginFlowV2Service.php
 share/nextcloud/core/ajax/update.php
@@ -16284,11 +16346,48 @@ share/nextcloud/core/doc/admin/_static/c
 share/nextcloud/core/doc/admin/_static/doctools.js
 share/nextcloud/core/doc/admin/_static/documentation_options.js
 share/nextcloud/core/doc/admin/_static/file.png
+share/nextcloud/core/doc/admin/_static/fonts/Inconsolata-Bold.ttf
+share/nextcloud/core/doc/admin/_static/fonts/Inconsolata-Regular.ttf
+share/nextcloud/core/doc/admin/_static/fonts/Inconsolata.ttf
+share/nextcloud/core/doc/admin/_static/fonts/Lato-Bold.ttf
+share/nextcloud/core/doc/admin/_static/fonts/Lato-Regular.ttf
+share/nextcloud/core/doc/admin/_static/fonts/Lato/lato-bold.eot
+share/nextcloud/core/doc/admin/_static/fonts/Lato/lato-bold.ttf
+share/nextcloud/core/doc/admin/_static/fonts/Lato/lato-bold.woff
+share/nextcloud/core/doc/admin/_static/fonts/Lato/lato-bold.woff2
+share/nextcloud/core/doc/admin/_static/fonts/Lato/lato-bolditalic.eot
+share/nextcloud/core/doc/admin/_static/fonts/Lato/lato-bolditalic.ttf
+share/nextcloud/core/doc/admin/_static/fonts/Lato/lato-bolditalic.woff
+share/nextcloud/core/doc/admin/_static/fonts/Lato/lato-bolditalic.woff2
+share/nextcloud/core/doc/admin/_static/fonts/Lato/lato-italic.eot
+share/nextcloud/core/doc/admin/_static/fonts/Lato/lato-italic.ttf
+share/nextcloud/core/doc/admin/_static/fonts/Lato/lato-italic.woff
+share/nextcloud/core/doc/admin/_static/fonts/Lato/lato-italic.woff2
+share/nextcloud/core/doc/admin/_static/fonts/Lato/lato-regular.eot
+share/nextcloud/core/doc/admin/_static/fonts/Lato/lato-regular.ttf
+share/nextcloud/core/doc/admin/_static/fonts/Lato/lato-regular.woff
+share/nextcloud/core/doc/admin/_static/fonts/Lato/lato-regular.woff2
+share/nextcloud/core/doc/admin/_static/fonts/RobotoSlab-Bold.ttf
+share/nextcloud/core/doc/admin/_static/fonts/RobotoSlab-Regular.ttf
+share/nextcloud/core/doc/admin/_static/fonts/RobotoSlab/roboto-slab-v7-bold.eot
+share/nextcloud/core/doc/admin/_static/fonts/RobotoSlab/roboto-slab-v7-bold.ttf
+share/nextcloud/core/doc/admin/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff
+share/nextcloud/core/doc/admin/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff2
+share/nextcloud/core/doc/admin/_static/fonts/RobotoSlab/roboto-slab-v7-regular.eot
+share/nextcloud/core/doc/admin/_static/fonts/RobotoSlab/roboto-slab-v7-regular.ttf
+share/nextcloud/core/doc/admin/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff
+share/nextcloud/core/doc/admin/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff2
+share/nextcloud/core/doc/admin/_static/fonts/fontawesome-webfont.eot
+share/nextcloud/core/doc/admin/_static/fonts/fontawesome-webfont.svg
+share/nextcloud/core/doc/admin/_static/fonts/fontawesome-webfont.ttf
+share/nextcloud/core/doc/admin/_static/fonts/fontawesome-webfont.woff
+share/nextcloud/core/doc/admin/_static/fonts/fontawesome-webfont.woff2
 share/nextcloud/core/doc/admin/_static/jquery-3.5.1.js
 share/nextcloud/core/doc/admin/_static/jquery.js
 share/nextcloud/core/doc/admin/_static/js/badge_only.js
 share/nextcloud/core/doc/admin/_static/js/html5shiv-printshiv.min.js
 share/nextcloud/core/doc/admin/_static/js/html5shiv.min.js
+share/nextcloud/core/doc/admin/_static/js/modernizr.min.js
 share/nextcloud/core/doc/admin/_static/js/theme.js
 share/nextcloud/core/doc/admin/_static/language_data.js
 share/nextcloud/core/doc/admin/_static/logo-blue.pdf
@@ -16455,6 +16554,7 @@ share/nextcloud/core/doc/user/_images/co
 share/nextcloud/core/doc/user/_images/create_public_share-6.png
 share/nextcloud/core/doc/user/_images/create_public_share-8.png
 share/nextcloud/core/doc/user/_images/create_public_share-9.png
+share/nextcloud/core/doc/user/_images/direct-share-1.png
 share/nextcloud/core/doc/user/_images/encryption1.png
 share/nextcloud/core/doc/user/_images/encryption2.png
 share/nextcloud/core/doc/user/_images/encryption3.png
@@ -16538,11 +16638,48 @@ share/nextcloud/core/doc/user/_static/cu
 share/nextcloud/core/doc/user/_static/doctools.js
 share/nextcloud/core/doc/user/_static/documentation_options.js
 share/nextcloud/core/doc/user/_static/file.png
+share/nextcloud/core/doc/user/_static/fonts/Inconsolata-Bold.ttf
+share/nextcloud/core/doc/user/_static/fonts/Inconsolata-Regular.ttf
+share/nextcloud/core/doc/user/_static/fonts/Inconsolata.ttf
+share/nextcloud/core/doc/user/_static/fonts/Lato-Bold.ttf
+share/nextcloud/core/doc/user/_static/fonts/Lato-Regular.ttf
+share/nextcloud/core/doc/user/_static/fonts/Lato/lato-bold.eot
+share/nextcloud/core/doc/user/_static/fonts/Lato/lato-bold.ttf
+share/nextcloud/core/doc/user/_static/fonts/Lato/lato-bold.woff
+share/nextcloud/core/doc/user/_static/fonts/Lato/lato-bold.woff2
+share/nextcloud/core/doc/user/_static/fonts/Lato/lato-bolditalic.eot
+share/nextcloud/core/doc/user/_static/fonts/Lato/lato-bolditalic.ttf
+share/nextcloud/core/doc/user/_static/fonts/Lato/lato-bolditalic.woff
+share/nextcloud/core/doc/user/_static/fonts/Lato/lato-bolditalic.woff2
+share/nextcloud/core/doc/user/_static/fonts/Lato/lato-italic.eot
+share/nextcloud/core/doc/user/_static/fonts/Lato/lato-italic.ttf
+share/nextcloud/core/doc/user/_static/fonts/Lato/lato-italic.woff
+share/nextcloud/core/doc/user/_static/fonts/Lato/lato-italic.woff2
+share/nextcloud/core/doc/user/_static/fonts/Lato/lato-regular.eot
+share/nextcloud/core/doc/user/_static/fonts/Lato/lato-regular.ttf
+share/nextcloud/core/doc/user/_static/fonts/Lato/lato-regular.woff
+share/nextcloud/core/doc/user/_static/fonts/Lato/lato-regular.woff2
+share/nextcloud/core/doc/user/_static/fonts/RobotoSlab-Bold.ttf
+share/nextcloud/core/doc/user/_static/fonts/RobotoSlab-Regular.ttf
+share/nextcloud/core/doc/user/_static/fonts/RobotoSlab/roboto-slab-v7-bold.eot
+share/nextcloud/core/doc/user/_static/fonts/RobotoSlab/roboto-slab-v7-bold.ttf
+share/nextcloud/core/doc/user/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff
+share/nextcloud/core/doc/user/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff2
+share/nextcloud/core/doc/user/_static/fonts/RobotoSlab/roboto-slab-v7-regular.eot
+share/nextcloud/core/doc/user/_static/fonts/RobotoSlab/roboto-slab-v7-regular.ttf
+share/nextcloud/core/doc/user/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff
+share/nextcloud/core/doc/user/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff2
+share/nextcloud/core/doc/user/_static/fonts/fontawesome-webfont.eot
+share/nextcloud/core/doc/user/_static/fonts/fontawesome-webfont.svg
+share/nextcloud/core/doc/user/_static/fonts/fontawesome-webfont.ttf
+share/nextcloud/core/doc/user/_static/fonts/fontawesome-webfont.woff
+share/nextcloud/core/doc/user/_static/fonts/fontawesome-webfont.woff2
 share/nextcloud/core/doc/user/_static/jquery-3.5.1.js
 share/nextcloud/core/doc/user/_static/jquery.js
 share/nextcloud/core/doc/user/_static/js/badge_only.js
 share/nextcloud/core/doc/user/_static/js/html5shiv-printshiv.min.js
 share/nextcloud/core/doc/user/_static/js/html5shiv.min.js
+share/nextcloud/core/doc/user/_static/js/modernizr.min.js
 share/nextcloud/core/doc/user/_static/js/theme.js
 share/nextcloud/core/doc/user/_static/language_data.js
 share/nextcloud/core/doc/user/_static/logo-blue.pdf
@@ -16729,12 +16866,19 @@ share/nextcloud/core/img/appstore.svg
 share/nextcloud/core/img/background.png
 share/nextcloud/core/img/background.svg
 share/nextcloud/core/img/breadcrumb.svg
+share/nextcloud/core/img/caldav/attendees.png
 share/nextcloud/core/img/caldav/attendees.svg
+share/nextcloud/core/img/caldav/description.png
 share/nextcloud/core/img/caldav/description.svg
+share/nextcloud/core/img/caldav/link.png
 share/nextcloud/core/img/caldav/link.svg
+share/nextcloud/core/img/caldav/location.png
 share/nextcloud/core/img/caldav/location.svg
+share/nextcloud/core/img/caldav/organizer.png
 share/nextcloud/core/img/caldav/organizer.svg
+share/nextcloud/core/img/caldav/time.png
 share/nextcloud/core/img/caldav/time.svg
+share/nextcloud/core/img/caldav/title.png
 share/nextcloud/core/img/caldav/title.svg
 share/nextcloud/core/img/categories/auth.svg
 share/nextcloud/core/img/categories/bundles.svg
@@ -16959,6 +17103,8 @@ share/nextcloud/core/l10n/ka_GE.js
 share/nextcloud/core/l10n/ka_GE.json
 share/nextcloud/core/l10n/ko.js
 share/nextcloud/core/l10n/ko.json
+share/nextcloud/core/l10n/lo.js
+share/nextcloud/core/l10n/lo.json
 share/nextcloud/core/l10n/lt_LT.js
 share/nextcloud/core/l10n/lt_LT.json
 share/nextcloud/core/l10n/lv.js
@@ -17209,6 +17355,8 @@ share/nextcloud/lib/l10n/ko.js
 share/nextcloud/lib/l10n/ko.json
 share/nextcloud/lib/l10n/lb.js
 share/nextcloud/lib/l10n/lb.json
+share/nextcloud/lib/l10n/lo.js
+share/nextcloud/lib/l10n/lo.json
 share/nextcloud/lib/l10n/lt_LT.js
 share/nextcloud/lib/l10n/lt_LT.json
 share/nextcloud/lib/l10n/lv.js
@@ -17245,8 +17393,6 @@ share/nextcloud/lib/l10n/sc.js
 share/nextcloud/lib/l10n/sc.json
 share/nextcloud/lib/l10n/si.js
 share/nextcloud/lib/l10n/si.json
-share/nextcloud/lib/l10n/si_LK.js
-share/nextcloud/lib/l10n/si_LK.json
 share/nextcloud/lib/l10n/sk.js
 share/nextcloud/lib/l10n/sk.json
 share/nextcloud/lib/l10n/sl.js
@@ -17259,8 +17405,8 @@ share/nextcloud/lib/l10n/sr%latin.js@localhost
 share/nextcloud/lib/l10n/sr%latin.json@localhost
 share/nextcloud/lib/l10n/sv.js
 share/nextcloud/lib/l10n/sv.json
-share/nextcloud/lib/l10n/ta_LK.js
-share/nextcloud/lib/l10n/ta_LK.json
+share/nextcloud/lib/l10n/ta.js
+share/nextcloud/lib/l10n/ta.json
 share/nextcloud/lib/l10n/th.js
 share/nextcloud/lib/l10n/th.json
 share/nextcloud/lib/l10n/tk.js
@@ -17446,6 +17592,7 @@ share/nextcloud/lib/private/Authenticati
 share/nextcloud/lib/private/Avatar/Avatar.php
 share/nextcloud/lib/private/Avatar/AvatarManager.php
 share/nextcloud/lib/private/Avatar/GuestAvatar.php
+share/nextcloud/lib/private/Avatar/PlaceholderAvatar.php
 share/nextcloud/lib/private/Avatar/UserAvatar.php
 share/nextcloud/lib/private/BackgroundJob/Job.php
 share/nextcloud/lib/private/BackgroundJob/JobList.php
@@ -17712,12 +17859,16 @@ share/nextcloud/lib/private/IntegrityChe
 share/nextcloud/lib/private/IntegrityCheck/Helpers/FileAccessHelper.php
 share/nextcloud/lib/private/IntegrityCheck/Iterator/ExcludeFileByNameFilterIterator.php
 share/nextcloud/lib/private/IntegrityCheck/Iterator/ExcludeFoldersByPathFilterIterator.php
+share/nextcloud/lib/private/KnownUser/KnownUser.php
+share/nextcloud/lib/private/KnownUser/KnownUserMapper.php
+share/nextcloud/lib/private/KnownUser/KnownUserService.php
 share/nextcloud/lib/private/L10N/Factory.php
 share/nextcloud/lib/private/L10N/L10N.php
 share/nextcloud/lib/private/L10N/L10NString.php
 share/nextcloud/lib/private/L10N/LanguageIterator.php
 share/nextcloud/lib/private/L10N/LanguageNotFoundException.php
 share/nextcloud/lib/private/L10N/LazyL10N.php
+share/nextcloud/lib/private/LDAP/NullLDAPProviderFactory.php
 share/nextcloud/lib/private/LargeFileHelper.php
 share/nextcloud/lib/private/Lock/AbstractLockingProvider.php
 share/nextcloud/lib/private/Lock/DBLockingProvider.php
@@ -18461,6 +18612,7 @@ share/nextcloud/lib/public/Share.php
 share/nextcloud/lib/public/Share/Events/ShareCreatedEvent.php
 share/nextcloud/lib/public/Share/Events/ShareDeletedEvent.php
 share/nextcloud/lib/public/Share/Events/VerifyMountPointEvent.php
+share/nextcloud/lib/public/Share/Exceptions/AlreadySharedException.php
 share/nextcloud/lib/public/Share/Exceptions/GenericShareException.php
 share/nextcloud/lib/public/Share/Exceptions/IllegalIDChangeException.php
 share/nextcloud/lib/public/Share/Exceptions/ShareNotFound.php
@@ -18501,6 +18653,7 @@ share/nextcloud/lib/public/User/Backend/
 share/nextcloud/lib/public/User/Backend/IGetRealUIDBackend.php
 share/nextcloud/lib/public/User/Backend/IPasswordConfirmationBackend.php
 share/nextcloud/lib/public/User/Backend/IProvideAvatarBackend.php
+share/nextcloud/lib/public/User/Backend/ISearchKnownUsersBackend.php
 share/nextcloud/lib/public/User/Backend/ISetDisplayNameBackend.php
 share/nextcloud/lib/public/User/Backend/ISetPasswordBackend.php
 share/nextcloud/lib/public/User/Events/BeforePasswordUpdatedEvent.php

Index: pkgsrc/www/php-nextcloud/distinfo
diff -u pkgsrc/www/php-nextcloud/distinfo:1.42 pkgsrc/www/php-nextcloud/distinfo:1.43
--- pkgsrc/www/php-nextcloud/distinfo:1.42      Sat Feb 27 19:04:55 2021
+++ pkgsrc/www/php-nextcloud/distinfo   Wed May 12 12:54:53 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.42 2021/02/27 19:04:55 ryoon Exp $
+$NetBSD: distinfo,v 1.43 2021/05/12 12:54:53 ryoon Exp $
 
-SHA1 (nextcloud-21.0.0.tar.bz2) = 1fdd0c6c63c91f3713383e9abf6059014dd63731
-RMD160 (nextcloud-21.0.0.tar.bz2) = 5d6231c305e804c1c4347c54590f3991edb82a44
-SHA512 (nextcloud-21.0.0.tar.bz2) = a1ae3400f0fb5997e54b0cee821c50d13e4ba0e27c9d11731c8b5233cba564666121a58aed848ccd2593a9783e27db1ed98ff559588a76a1acaeaf083ef4404a
-Size (nextcloud-21.0.0.tar.bz2) = 110504725 bytes
+SHA1 (nextcloud-21.0.1.tar.bz2) = 9db916710e350191c2b3fc287654bdf170515d26
+RMD160 (nextcloud-21.0.1.tar.bz2) = 471ac7460d4a8bc2b8c2092ab8c29088faeaa786
+SHA512 (nextcloud-21.0.1.tar.bz2) = a1339515349af45d293985e939235cf7a6723f0b65144c0635c66bc8110caa13a7e10672550aeb9aa46a61b93b28240cdb76696e41ccae76b8bed6d8667d3c51
+Size (nextcloud-21.0.1.tar.bz2) = 129229822 bytes



Home | Main Index | Thread Index | Old Index