Thu Feb 20 11:53:28 2020 UTC ()
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)


(ryoon)
diff -r1.31 -r1.32 pkgsrc/www/php-nextcloud/Makefile
diff -r1.26 -r1.27 pkgsrc/www/php-nextcloud/PLIST
diff -r1.27 -r1.28 pkgsrc/www/php-nextcloud/distinfo

cvs diff -r1.31 -r1.32 pkgsrc/www/php-nextcloud/Makefile (expand / switch to unified diff)

--- pkgsrc/www/php-nextcloud/Makefile 2020/01/20 17:54:48 1.31
+++ pkgsrc/www/php-nextcloud/Makefile 2020/02/20 11:53:28 1.32
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.31 2020/01/20 17:54:48 ryoon Exp $ 1# $NetBSD: Makefile,v 1.32 2020/02/20 11:53:28 ryoon Exp $
2# 2#
3 3
4DISTNAME= nextcloud-18.0.0 4DISTNAME= nextcloud-18.0.1
5PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME} 5PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME}
6CATEGORIES= www 6CATEGORIES= www
7MASTER_SITES= https://download.nextcloud.com/server/releases/ 7MASTER_SITES= https://download.nextcloud.com/server/releases/
8EXTRACT_SUFX= .tar.bz2 8EXTRACT_SUFX= .tar.bz2
9 9
10MAINTAINER= ryoon@NetBSD.org 10MAINTAINER= ryoon@NetBSD.org
11HOMEPAGE= https://nextcloud.com/ 11HOMEPAGE= https://nextcloud.com/
12COMMENT= File sharing web service server 12COMMENT= File sharing web service server
13LICENSE= gnu-agpl-v3 13LICENSE= gnu-agpl-v3
14 14
15DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.4.0:../../graphics/php-gd 15DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.4.0:../../graphics/php-gd
16DEPENDS+= ${PHP_PKG_PREFIX}-iconv>=5.4.0:../../converters/php-iconv 16DEPENDS+= ${PHP_PKG_PREFIX}-iconv>=5.4.0:../../converters/php-iconv
17DEPENDS+= ${PHP_PKG_PREFIX}-json>=5.4.0:../../textproc/php-json 17DEPENDS+= ${PHP_PKG_PREFIX}-json>=5.4.0:../../textproc/php-json

cvs diff -r1.26 -r1.27 pkgsrc/www/php-nextcloud/PLIST (expand / switch to unified diff)

--- pkgsrc/www/php-nextcloud/PLIST 2020/01/20 17:54:48 1.26
+++ pkgsrc/www/php-nextcloud/PLIST 2020/02/20 11:53:28 1.27
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.26 2020/01/20 17:54:48 ryoon Exp $ 1@comment $NetBSD: PLIST,v 1.27 2020/02/20 11:53:28 ryoon Exp $
2share/nextcloud/.htaccess 2share/nextcloud/.htaccess
3share/nextcloud/.user.ini 3share/nextcloud/.user.ini
4share/nextcloud/3rdparty/LICENSE INFO 4share/nextcloud/3rdparty/LICENSE INFO
5share/nextcloud/3rdparty/README.md 5share/nextcloud/3rdparty/README.md
6share/nextcloud/3rdparty/autoload.php 6share/nextcloud/3rdparty/autoload.php
7share/nextcloud/3rdparty/aws/aws-sdk-php/.github/ISSUE_TEMPLATE/feature_request.md 7share/nextcloud/3rdparty/aws/aws-sdk-php/.github/ISSUE_TEMPLATE/feature_request.md
8share/nextcloud/3rdparty/aws/aws-sdk-php/.github/ISSUE_TEMPLATE/general_issue.md 8share/nextcloud/3rdparty/aws/aws-sdk-php/.github/ISSUE_TEMPLATE/general_issue.md
9share/nextcloud/3rdparty/aws/aws-sdk-php/LICENSE.md 9share/nextcloud/3rdparty/aws/aws-sdk-php/LICENSE.md
10share/nextcloud/3rdparty/aws/aws-sdk-php/NOTICE.md 10share/nextcloud/3rdparty/aws/aws-sdk-php/NOTICE.md
11share/nextcloud/3rdparty/aws/aws-sdk-php/composer.json 11share/nextcloud/3rdparty/aws/aws-sdk-php/composer.json
12share/nextcloud/3rdparty/aws/aws-sdk-php/src/ACMPCA/ACMPCAClient.php 12share/nextcloud/3rdparty/aws/aws-sdk-php/src/ACMPCA/ACMPCAClient.php
13share/nextcloud/3rdparty/aws/aws-sdk-php/src/ACMPCA/Exception/ACMPCAException.php 13share/nextcloud/3rdparty/aws/aws-sdk-php/src/ACMPCA/Exception/ACMPCAException.php
14share/nextcloud/3rdparty/aws/aws-sdk-php/src/Acm/AcmClient.php 14share/nextcloud/3rdparty/aws/aws-sdk-php/src/Acm/AcmClient.php
@@ -4224,26 +4224,28 @@ share/nextcloud/apps/accessibility/l10n/ @@ -4224,26 +4224,28 @@ share/nextcloud/apps/accessibility/l10n/
4224share/nextcloud/apps/accessibility/l10n/pt_PT.json 4224share/nextcloud/apps/accessibility/l10n/pt_PT.json
4225share/nextcloud/apps/accessibility/l10n/ro.js 4225share/nextcloud/apps/accessibility/l10n/ro.js
4226share/nextcloud/apps/accessibility/l10n/ro.json 4226share/nextcloud/apps/accessibility/l10n/ro.json
4227share/nextcloud/apps/accessibility/l10n/ru.js 4227share/nextcloud/apps/accessibility/l10n/ru.js
4228share/nextcloud/apps/accessibility/l10n/ru.json 4228share/nextcloud/apps/accessibility/l10n/ru.json
4229share/nextcloud/apps/accessibility/l10n/sk.js 4229share/nextcloud/apps/accessibility/l10n/sk.js
4230share/nextcloud/apps/accessibility/l10n/sk.json 4230share/nextcloud/apps/accessibility/l10n/sk.json
4231share/nextcloud/apps/accessibility/l10n/sl.js 4231share/nextcloud/apps/accessibility/l10n/sl.js
4232share/nextcloud/apps/accessibility/l10n/sl.json 4232share/nextcloud/apps/accessibility/l10n/sl.json
4233share/nextcloud/apps/accessibility/l10n/sq.js 4233share/nextcloud/apps/accessibility/l10n/sq.js
4234share/nextcloud/apps/accessibility/l10n/sq.json 4234share/nextcloud/apps/accessibility/l10n/sq.json
4235share/nextcloud/apps/accessibility/l10n/sr.js 4235share/nextcloud/apps/accessibility/l10n/sr.js
4236share/nextcloud/apps/accessibility/l10n/sr.json 4236share/nextcloud/apps/accessibility/l10n/sr.json
 4237share/nextcloud/apps/accessibility/l10n/sr@latin.js
 4238share/nextcloud/apps/accessibility/l10n/sr@latin.json
4237share/nextcloud/apps/accessibility/l10n/sv.js 4239share/nextcloud/apps/accessibility/l10n/sv.js
4238share/nextcloud/apps/accessibility/l10n/sv.json 4240share/nextcloud/apps/accessibility/l10n/sv.json
4239share/nextcloud/apps/accessibility/l10n/tr.js 4241share/nextcloud/apps/accessibility/l10n/tr.js
4240share/nextcloud/apps/accessibility/l10n/tr.json 4242share/nextcloud/apps/accessibility/l10n/tr.json
4241share/nextcloud/apps/accessibility/l10n/uk.js 4243share/nextcloud/apps/accessibility/l10n/uk.js
4242share/nextcloud/apps/accessibility/l10n/uk.json 4244share/nextcloud/apps/accessibility/l10n/uk.json
4243share/nextcloud/apps/accessibility/l10n/vi.js 4245share/nextcloud/apps/accessibility/l10n/vi.js
4244share/nextcloud/apps/accessibility/l10n/vi.json 4246share/nextcloud/apps/accessibility/l10n/vi.json
4245share/nextcloud/apps/accessibility/l10n/zh_CN.js 4247share/nextcloud/apps/accessibility/l10n/zh_CN.js
4246share/nextcloud/apps/accessibility/l10n/zh_CN.json 4248share/nextcloud/apps/accessibility/l10n/zh_CN.json
4247share/nextcloud/apps/accessibility/l10n/zh_TW.js 4249share/nextcloud/apps/accessibility/l10n/zh_TW.js
4248share/nextcloud/apps/accessibility/l10n/zh_TW.json 4250share/nextcloud/apps/accessibility/l10n/zh_TW.json
4249share/nextcloud/apps/accessibility/lib/AccessibilityProvider.php 4251share/nextcloud/apps/accessibility/lib/AccessibilityProvider.php
@@ -4945,26 +4947,28 @@ share/nextcloud/apps/dav/l10n/ru.js @@ -4945,26 +4947,28 @@ share/nextcloud/apps/dav/l10n/ru.js
4945share/nextcloud/apps/dav/l10n/ru.json 4947share/nextcloud/apps/dav/l10n/ru.json
4946share/nextcloud/apps/dav/l10n/sk.js 4948share/nextcloud/apps/dav/l10n/sk.js
4947share/nextcloud/apps/dav/l10n/sk.json 4949share/nextcloud/apps/dav/l10n/sk.json
4948share/nextcloud/apps/dav/l10n/sl.js 4950share/nextcloud/apps/dav/l10n/sl.js
4949share/nextcloud/apps/dav/l10n/sl.json 4951share/nextcloud/apps/dav/l10n/sl.json
4950share/nextcloud/apps/dav/l10n/sq.js 4952share/nextcloud/apps/dav/l10n/sq.js
4951share/nextcloud/apps/dav/l10n/sq.json 4953share/nextcloud/apps/dav/l10n/sq.json
4952share/nextcloud/apps/dav/l10n/sr.js 4954share/nextcloud/apps/dav/l10n/sr.js
4953share/nextcloud/apps/dav/l10n/sr.json 4955share/nextcloud/apps/dav/l10n/sr.json
4954share/nextcloud/apps/dav/l10n/sv.js 4956share/nextcloud/apps/dav/l10n/sv.js
4955share/nextcloud/apps/dav/l10n/sv.json 4957share/nextcloud/apps/dav/l10n/sv.json
4956share/nextcloud/apps/dav/l10n/tr.js 4958share/nextcloud/apps/dav/l10n/tr.js
4957share/nextcloud/apps/dav/l10n/tr.json 4959share/nextcloud/apps/dav/l10n/tr.json
 4960share/nextcloud/apps/dav/l10n/uk.js
 4961share/nextcloud/apps/dav/l10n/uk.json
4958share/nextcloud/apps/dav/l10n/zh_CN.js 4962share/nextcloud/apps/dav/l10n/zh_CN.js
4959share/nextcloud/apps/dav/l10n/zh_CN.json 4963share/nextcloud/apps/dav/l10n/zh_CN.json
4960share/nextcloud/apps/dav/l10n/zh_TW.js 4964share/nextcloud/apps/dav/l10n/zh_TW.js
4961share/nextcloud/apps/dav/l10n/zh_TW.json 4965share/nextcloud/apps/dav/l10n/zh_TW.json
4962share/nextcloud/apps/dav/lib/AppInfo/Application.php 4966share/nextcloud/apps/dav/lib/AppInfo/Application.php
4963share/nextcloud/apps/dav/lib/AppInfo/PluginManager.php 4967share/nextcloud/apps/dav/lib/AppInfo/PluginManager.php
4964share/nextcloud/apps/dav/lib/Avatars/AvatarHome.php 4968share/nextcloud/apps/dav/lib/Avatars/AvatarHome.php
4965share/nextcloud/apps/dav/lib/Avatars/AvatarNode.php 4969share/nextcloud/apps/dav/lib/Avatars/AvatarNode.php
4966share/nextcloud/apps/dav/lib/Avatars/RootCollection.php 4970share/nextcloud/apps/dav/lib/Avatars/RootCollection.php
4967share/nextcloud/apps/dav/lib/BackgroundJob/BuildReminderIndexBackgroundJob.php 4971share/nextcloud/apps/dav/lib/BackgroundJob/BuildReminderIndexBackgroundJob.php
4968share/nextcloud/apps/dav/lib/BackgroundJob/CleanupDirectLinksJob.php 4972share/nextcloud/apps/dav/lib/BackgroundJob/CleanupDirectLinksJob.php
4969share/nextcloud/apps/dav/lib/BackgroundJob/CleanupInvitationTokenJob.php 4973share/nextcloud/apps/dav/lib/BackgroundJob/CleanupInvitationTokenJob.php
4970share/nextcloud/apps/dav/lib/BackgroundJob/EventReminderJob.php 4974share/nextcloud/apps/dav/lib/BackgroundJob/EventReminderJob.php
@@ -8521,26 +8525,27 @@ share/nextcloud/apps/nextcloud_announcem @@ -8521,26 +8525,27 @@ share/nextcloud/apps/nextcloud_announcem
8521share/nextcloud/apps/nextcloud_announcements/l10n/zh_TW.js 8525share/nextcloud/apps/nextcloud_announcements/l10n/zh_TW.js
8522share/nextcloud/apps/nextcloud_announcements/l10n/zh_TW.json 8526share/nextcloud/apps/nextcloud_announcements/l10n/zh_TW.json
8523share/nextcloud/apps/nextcloud_announcements/lib/AppInfo/Application.php 8527share/nextcloud/apps/nextcloud_announcements/lib/AppInfo/Application.php
8524share/nextcloud/apps/nextcloud_announcements/lib/Cron/Crawler.php 8528share/nextcloud/apps/nextcloud_announcements/lib/Cron/Crawler.php
8525share/nextcloud/apps/nextcloud_announcements/lib/Notification/Notifier.php 8529share/nextcloud/apps/nextcloud_announcements/lib/Notification/Notifier.php
8526share/nextcloud/apps/nextcloud_announcements/lib/Settings/Admin.php 8530share/nextcloud/apps/nextcloud_announcements/lib/Settings/Admin.php
8527share/nextcloud/apps/nextcloud_announcements/templates/admin.php 8531share/nextcloud/apps/nextcloud_announcements/templates/admin.php
8528share/nextcloud/apps/notifications/.babelrc.js 8532share/nextcloud/apps/notifications/.babelrc.js
8529share/nextcloud/apps/notifications/COPYING 8533share/nextcloud/apps/notifications/COPYING
8530share/nextcloud/apps/notifications/appinfo/app.php 8534share/nextcloud/apps/notifications/appinfo/app.php
8531share/nextcloud/apps/notifications/appinfo/info.xml 8535share/nextcloud/apps/notifications/appinfo/info.xml
8532share/nextcloud/apps/notifications/appinfo/routes.php 8536share/nextcloud/apps/notifications/appinfo/routes.php
8533share/nextcloud/apps/notifications/appinfo/signature.json 8537share/nextcloud/apps/notifications/appinfo/signature.json
 8538share/nextcloud/apps/notifications/composer.json
8534share/nextcloud/apps/notifications/css/styles.scss 8539share/nextcloud/apps/notifications/css/styles.scss
8535share/nextcloud/apps/notifications/docs/admin-notifications.md 8540share/nextcloud/apps/notifications/docs/admin-notifications.md
8536share/nextcloud/apps/notifications/docs/notification-workflow.md 8541share/nextcloud/apps/notifications/docs/notification-workflow.md
8537share/nextcloud/apps/notifications/docs/ocs-endpoint-v1.md 8542share/nextcloud/apps/notifications/docs/ocs-endpoint-v1.md
8538share/nextcloud/apps/notifications/docs/ocs-endpoint-v2.md 8543share/nextcloud/apps/notifications/docs/ocs-endpoint-v2.md
8539share/nextcloud/apps/notifications/docs/push-v2.md 8544share/nextcloud/apps/notifications/docs/push-v2.md
8540share/nextcloud/apps/notifications/docs/screenshot.png 8545share/nextcloud/apps/notifications/docs/screenshot.png
8541share/nextcloud/apps/notifications/img/notifications-dark.svg 8546share/nextcloud/apps/notifications/img/notifications-dark.svg
8542share/nextcloud/apps/notifications/img/notifications-new-dark.svg 8547share/nextcloud/apps/notifications/img/notifications-new-dark.svg
8543share/nextcloud/apps/notifications/img/notifications-new.svg 8548share/nextcloud/apps/notifications/img/notifications-new.svg
8544share/nextcloud/apps/notifications/img/notifications-red-new-dark.svg 8549share/nextcloud/apps/notifications/img/notifications-red-new-dark.svg
8545share/nextcloud/apps/notifications/img/notifications-red-new.svg 8550share/nextcloud/apps/notifications/img/notifications-red-new.svg
8546share/nextcloud/apps/notifications/img/notifications.png 8551share/nextcloud/apps/notifications/img/notifications.png
@@ -8797,26 +8802,28 @@ share/nextcloud/apps/oauth2/l10n/es_PE.j @@ -8797,26 +8802,28 @@ share/nextcloud/apps/oauth2/l10n/es_PE.j
8797share/nextcloud/apps/oauth2/l10n/es_PE.json 8802share/nextcloud/apps/oauth2/l10n/es_PE.json
8798share/nextcloud/apps/oauth2/l10n/es_PR.js 8803share/nextcloud/apps/oauth2/l10n/es_PR.js
8799share/nextcloud/apps/oauth2/l10n/es_PR.json 8804share/nextcloud/apps/oauth2/l10n/es_PR.json
8800share/nextcloud/apps/oauth2/l10n/es_PY.js 8805share/nextcloud/apps/oauth2/l10n/es_PY.js
8801share/nextcloud/apps/oauth2/l10n/es_PY.json 8806share/nextcloud/apps/oauth2/l10n/es_PY.json
8802share/nextcloud/apps/oauth2/l10n/es_SV.js 8807share/nextcloud/apps/oauth2/l10n/es_SV.js
8803share/nextcloud/apps/oauth2/l10n/es_SV.json 8808share/nextcloud/apps/oauth2/l10n/es_SV.json
8804share/nextcloud/apps/oauth2/l10n/es_UY.js 8809share/nextcloud/apps/oauth2/l10n/es_UY.js
8805share/nextcloud/apps/oauth2/l10n/es_UY.json 8810share/nextcloud/apps/oauth2/l10n/es_UY.json
8806share/nextcloud/apps/oauth2/l10n/et_EE.js 8811share/nextcloud/apps/oauth2/l10n/et_EE.js
8807share/nextcloud/apps/oauth2/l10n/et_EE.json 8812share/nextcloud/apps/oauth2/l10n/et_EE.json
8808share/nextcloud/apps/oauth2/l10n/eu.js 8813share/nextcloud/apps/oauth2/l10n/eu.js
8809share/nextcloud/apps/oauth2/l10n/eu.json 8814share/nextcloud/apps/oauth2/l10n/eu.json
 8815share/nextcloud/apps/oauth2/l10n/fa.js
 8816share/nextcloud/apps/oauth2/l10n/fa.json
8810share/nextcloud/apps/oauth2/l10n/fi.js 8817share/nextcloud/apps/oauth2/l10n/fi.js
8811share/nextcloud/apps/oauth2/l10n/fi.json 8818share/nextcloud/apps/oauth2/l10n/fi.json
8812share/nextcloud/apps/oauth2/l10n/fr.js 8819share/nextcloud/apps/oauth2/l10n/fr.js
8813share/nextcloud/apps/oauth2/l10n/fr.json 8820share/nextcloud/apps/oauth2/l10n/fr.json
8814share/nextcloud/apps/oauth2/l10n/gl.js 8821share/nextcloud/apps/oauth2/l10n/gl.js
8815share/nextcloud/apps/oauth2/l10n/gl.json 8822share/nextcloud/apps/oauth2/l10n/gl.json
8816share/nextcloud/apps/oauth2/l10n/he.js 8823share/nextcloud/apps/oauth2/l10n/he.js
8817share/nextcloud/apps/oauth2/l10n/he.json 8824share/nextcloud/apps/oauth2/l10n/he.json
8818share/nextcloud/apps/oauth2/l10n/hr.js 8825share/nextcloud/apps/oauth2/l10n/hr.js
8819share/nextcloud/apps/oauth2/l10n/hr.json 8826share/nextcloud/apps/oauth2/l10n/hr.json
8820share/nextcloud/apps/oauth2/l10n/hu.js 8827share/nextcloud/apps/oauth2/l10n/hu.js
8821share/nextcloud/apps/oauth2/l10n/hu.json 8828share/nextcloud/apps/oauth2/l10n/hu.json
8822share/nextcloud/apps/oauth2/l10n/id.js 8829share/nextcloud/apps/oauth2/l10n/id.js
@@ -9070,26 +9077,27 @@ share/nextcloud/apps/password_policy/lis @@ -9070,26 +9077,27 @@ share/nextcloud/apps/password_policy/lis
9070share/nextcloud/apps/password_policy/lists/list-6.php 9077share/nextcloud/apps/password_policy/lists/list-6.php
9071share/nextcloud/apps/password_policy/lists/list-7.php 9078share/nextcloud/apps/password_policy/lists/list-7.php
9072share/nextcloud/apps/password_policy/lists/list-8.php 9079share/nextcloud/apps/password_policy/lists/list-8.php
9073share/nextcloud/apps/password_policy/lists/list-9.php 9080share/nextcloud/apps/password_policy/lists/list-9.php
9074share/nextcloud/apps/password_policy/templates/settings-admin.php 9081share/nextcloud/apps/password_policy/templates/settings-admin.php
9075share/nextcloud/apps/photos/.npmignore 9082share/nextcloud/apps/photos/.npmignore
9076share/nextcloud/apps/photos/.stylelintrc.js 9083share/nextcloud/apps/photos/.stylelintrc.js
9077share/nextcloud/apps/photos/COPYING 9084share/nextcloud/apps/photos/COPYING
9078share/nextcloud/apps/photos/appinfo/app.php 9085share/nextcloud/apps/photos/appinfo/app.php
9079share/nextcloud/apps/photos/appinfo/info.xml 9086share/nextcloud/apps/photos/appinfo/info.xml
9080share/nextcloud/apps/photos/appinfo/routes.php 9087share/nextcloud/apps/photos/appinfo/routes.php
9081share/nextcloud/apps/photos/appinfo/signature.json 9088share/nextcloud/apps/photos/appinfo/signature.json
9082share/nextcloud/apps/photos/babel.config.js 9089share/nextcloud/apps/photos/babel.config.js
 9090share/nextcloud/apps/photos/composer.json
9083share/nextcloud/apps/photos/css/icons.scss 9091share/nextcloud/apps/photos/css/icons.scss
9084share/nextcloud/apps/photos/img/app.svg 9092share/nextcloud/apps/photos/img/app.svg
9085share/nextcloud/apps/photos/img/photos.svg 9093share/nextcloud/apps/photos/img/photos.svg
9086share/nextcloud/apps/photos/img/yourphotos.svg 9094share/nextcloud/apps/photos/img/yourphotos.svg
9087share/nextcloud/apps/photos/js/0.js 9095share/nextcloud/apps/photos/js/0.js
9088share/nextcloud/apps/photos/js/0.js.map 9096share/nextcloud/apps/photos/js/0.js.map
9089share/nextcloud/apps/photos/js/1.js 9097share/nextcloud/apps/photos/js/1.js
9090share/nextcloud/apps/photos/js/1.js.map 9098share/nextcloud/apps/photos/js/1.js.map
9091share/nextcloud/apps/photos/js/2.js 9099share/nextcloud/apps/photos/js/2.js
9092share/nextcloud/apps/photos/js/2.js.map 9100share/nextcloud/apps/photos/js/2.js.map
9093share/nextcloud/apps/photos/js/3.js 9101share/nextcloud/apps/photos/js/3.js
9094share/nextcloud/apps/photos/js/3.js.map 9102share/nextcloud/apps/photos/js/3.js.map
9095share/nextcloud/apps/photos/js/photos.js 9103share/nextcloud/apps/photos/js/photos.js
@@ -9759,32 +9767,26 @@ share/nextcloud/apps/settings/js/admin.j @@ -9759,32 +9767,26 @@ share/nextcloud/apps/settings/js/admin.j
9759share/nextcloud/apps/settings/js/apps.js 9767share/nextcloud/apps/settings/js/apps.js
9760share/nextcloud/apps/settings/js/certificates.js 9768share/nextcloud/apps/settings/js/certificates.js
9761share/nextcloud/apps/settings/js/federationscopemenu.js 9769share/nextcloud/apps/settings/js/federationscopemenu.js
9762share/nextcloud/apps/settings/js/federationsettingsview.js 9770share/nextcloud/apps/settings/js/federationsettingsview.js
9763share/nextcloud/apps/settings/js/log.js 9771share/nextcloud/apps/settings/js/log.js
9764share/nextcloud/apps/settings/js/security_password.js 9772share/nextcloud/apps/settings/js/security_password.js
9765share/nextcloud/apps/settings/js/settings.js 9773share/nextcloud/apps/settings/js/settings.js
9766share/nextcloud/apps/settings/js/settings/personalInfo.js 9774share/nextcloud/apps/settings/js/settings/personalInfo.js
9767share/nextcloud/apps/settings/js/templates.js 9775share/nextcloud/apps/settings/js/templates.js
9768share/nextcloud/apps/settings/js/templates/federationscopemenu.handlebars 9776share/nextcloud/apps/settings/js/templates/federationscopemenu.handlebars
9769share/nextcloud/apps/settings/js/usersettings.js 9777share/nextcloud/apps/settings/js/usersettings.js
9770share/nextcloud/apps/settings/js/vue-0.js 9778share/nextcloud/apps/settings/js/vue-0.js
9771share/nextcloud/apps/settings/js/vue-0.js.map 9779share/nextcloud/apps/settings/js/vue-0.js.map
9772share/nextcloud/apps/settings/js/vue-1.js 
9773share/nextcloud/apps/settings/js/vue-1.js.map 
9774share/nextcloud/apps/settings/js/vue-2.js 
9775share/nextcloud/apps/settings/js/vue-2.js.map 
9776share/nextcloud/apps/settings/js/vue-3.js 
9777share/nextcloud/apps/settings/js/vue-3.js.map 
9778share/nextcloud/apps/settings/js/vue-4.js 9780share/nextcloud/apps/settings/js/vue-4.js
9779share/nextcloud/apps/settings/js/vue-4.js.map 9781share/nextcloud/apps/settings/js/vue-4.js.map
9780share/nextcloud/apps/settings/js/vue-5.js 9782share/nextcloud/apps/settings/js/vue-5.js
9781share/nextcloud/apps/settings/js/vue-5.js.map 9783share/nextcloud/apps/settings/js/vue-5.js.map
9782share/nextcloud/apps/settings/js/vue-6.js 9784share/nextcloud/apps/settings/js/vue-6.js
9783share/nextcloud/apps/settings/js/vue-6.js.map 9785share/nextcloud/apps/settings/js/vue-6.js.map
9784share/nextcloud/apps/settings/js/vue-7.js 9786share/nextcloud/apps/settings/js/vue-7.js
9785share/nextcloud/apps/settings/js/vue-7.js.map 9787share/nextcloud/apps/settings/js/vue-7.js.map
9786share/nextcloud/apps/settings/js/vue-settings-admin-security.js 9788share/nextcloud/apps/settings/js/vue-settings-admin-security.js
9787share/nextcloud/apps/settings/js/vue-settings-admin-security.js.map 9789share/nextcloud/apps/settings/js/vue-settings-admin-security.js.map
9788share/nextcloud/apps/settings/js/vue-settings-apps-users-management.js 9790share/nextcloud/apps/settings/js/vue-settings-apps-users-management.js
9789share/nextcloud/apps/settings/js/vue-settings-apps-users-management.js.map 9791share/nextcloud/apps/settings/js/vue-settings-apps-users-management.js.map
9790share/nextcloud/apps/settings/js/vue-settings-personal-security.js 9792share/nextcloud/apps/settings/js/vue-settings-personal-security.js
@@ -10028,26 +10030,28 @@ share/nextcloud/apps/sharebymail/l10n/es @@ -10028,26 +10030,28 @@ share/nextcloud/apps/sharebymail/l10n/es
10028share/nextcloud/apps/sharebymail/l10n/es_PA.json 10030share/nextcloud/apps/sharebymail/l10n/es_PA.json
10029share/nextcloud/apps/sharebymail/l10n/es_PE.js 10031share/nextcloud/apps/sharebymail/l10n/es_PE.js
10030share/nextcloud/apps/sharebymail/l10n/es_PE.json 10032share/nextcloud/apps/sharebymail/l10n/es_PE.json
10031share/nextcloud/apps/sharebymail/l10n/es_PR.js 10033share/nextcloud/apps/sharebymail/l10n/es_PR.js
10032share/nextcloud/apps/sharebymail/l10n/es_PR.json 10034share/nextcloud/apps/sharebymail/l10n/es_PR.json
10033share/nextcloud/apps/sharebymail/l10n/es_PY.js 10035share/nextcloud/apps/sharebymail/l10n/es_PY.js
10034share/nextcloud/apps/sharebymail/l10n/es_PY.json 10036share/nextcloud/apps/sharebymail/l10n/es_PY.json
10035share/nextcloud/apps/sharebymail/l10n/es_SV.js 10037share/nextcloud/apps/sharebymail/l10n/es_SV.js
10036share/nextcloud/apps/sharebymail/l10n/es_SV.json 10038share/nextcloud/apps/sharebymail/l10n/es_SV.json
10037share/nextcloud/apps/sharebymail/l10n/es_UY.js 10039share/nextcloud/apps/sharebymail/l10n/es_UY.js
10038share/nextcloud/apps/sharebymail/l10n/es_UY.json 10040share/nextcloud/apps/sharebymail/l10n/es_UY.json
10039share/nextcloud/apps/sharebymail/l10n/et_EE.js 10041share/nextcloud/apps/sharebymail/l10n/et_EE.js
10040share/nextcloud/apps/sharebymail/l10n/et_EE.json 10042share/nextcloud/apps/sharebymail/l10n/et_EE.json
 10043share/nextcloud/apps/sharebymail/l10n/fa.js
 10044share/nextcloud/apps/sharebymail/l10n/fa.json
10041share/nextcloud/apps/sharebymail/l10n/fi.js 10045share/nextcloud/apps/sharebymail/l10n/fi.js
10042share/nextcloud/apps/sharebymail/l10n/fi.json 10046share/nextcloud/apps/sharebymail/l10n/fi.json
10043share/nextcloud/apps/sharebymail/l10n/fr.js 10047share/nextcloud/apps/sharebymail/l10n/fr.js
10044share/nextcloud/apps/sharebymail/l10n/fr.json 10048share/nextcloud/apps/sharebymail/l10n/fr.json
10045share/nextcloud/apps/sharebymail/l10n/gl.js 10049share/nextcloud/apps/sharebymail/l10n/gl.js
10046share/nextcloud/apps/sharebymail/l10n/gl.json 10050share/nextcloud/apps/sharebymail/l10n/gl.json
10047share/nextcloud/apps/sharebymail/l10n/he.js 10051share/nextcloud/apps/sharebymail/l10n/he.js
10048share/nextcloud/apps/sharebymail/l10n/he.json 10052share/nextcloud/apps/sharebymail/l10n/he.json
10049share/nextcloud/apps/sharebymail/l10n/hr.js 10053share/nextcloud/apps/sharebymail/l10n/hr.js
10050share/nextcloud/apps/sharebymail/l10n/hr.json 10054share/nextcloud/apps/sharebymail/l10n/hr.json
10051share/nextcloud/apps/sharebymail/l10n/hu.js 10055share/nextcloud/apps/sharebymail/l10n/hu.js
10052share/nextcloud/apps/sharebymail/l10n/hu.json 10056share/nextcloud/apps/sharebymail/l10n/hu.json
10053share/nextcloud/apps/sharebymail/l10n/ia.js 10057share/nextcloud/apps/sharebymail/l10n/ia.js
@@ -11121,26 +11125,27 @@ share/nextcloud/apps/text/l10n/sl.json @@ -11121,26 +11125,27 @@ share/nextcloud/apps/text/l10n/sl.json
11121share/nextcloud/apps/text/l10n/sq.js 11125share/nextcloud/apps/text/l10n/sq.js
11122share/nextcloud/apps/text/l10n/sq.json 11126share/nextcloud/apps/text/l10n/sq.json
11123share/nextcloud/apps/text/l10n/sr.js 11127share/nextcloud/apps/text/l10n/sr.js
11124share/nextcloud/apps/text/l10n/sr.json 11128share/nextcloud/apps/text/l10n/sr.json
11125share/nextcloud/apps/text/l10n/sv.js 11129share/nextcloud/apps/text/l10n/sv.js
11126share/nextcloud/apps/text/l10n/sv.json 11130share/nextcloud/apps/text/l10n/sv.json
11127share/nextcloud/apps/text/l10n/tr.js 11131share/nextcloud/apps/text/l10n/tr.js
11128share/nextcloud/apps/text/l10n/tr.json 11132share/nextcloud/apps/text/l10n/tr.json
11129share/nextcloud/apps/text/l10n/zh_CN.js 11133share/nextcloud/apps/text/l10n/zh_CN.js
11130share/nextcloud/apps/text/l10n/zh_CN.json 11134share/nextcloud/apps/text/l10n/zh_CN.json
11131share/nextcloud/apps/text/l10n/zh_TW.js 11135share/nextcloud/apps/text/l10n/zh_TW.js
11132share/nextcloud/apps/text/l10n/zh_TW.json 11136share/nextcloud/apps/text/l10n/zh_TW.json
11133share/nextcloud/apps/text/lib/AppInfo/Application.php 11137share/nextcloud/apps/text/lib/AppInfo/Application.php
 11138share/nextcloud/apps/text/lib/Command/ResetDocument.php
11134share/nextcloud/apps/text/lib/Controller/DirectSessionController.php 11139share/nextcloud/apps/text/lib/Controller/DirectSessionController.php
11135share/nextcloud/apps/text/lib/Controller/NavigationController.php 11140share/nextcloud/apps/text/lib/Controller/NavigationController.php
11136share/nextcloud/apps/text/lib/Controller/PublicSessionController.php 11141share/nextcloud/apps/text/lib/Controller/PublicSessionController.php
11137share/nextcloud/apps/text/lib/Controller/SessionController.php 11142share/nextcloud/apps/text/lib/Controller/SessionController.php
11138share/nextcloud/apps/text/lib/Controller/SettingsController.php 11143share/nextcloud/apps/text/lib/Controller/SettingsController.php
11139share/nextcloud/apps/text/lib/Controller/WorkspaceController.php 11144share/nextcloud/apps/text/lib/Controller/WorkspaceController.php
11140share/nextcloud/apps/text/lib/Cron/Cleanup.php 11145share/nextcloud/apps/text/lib/Cron/Cleanup.php
11141share/nextcloud/apps/text/lib/DAV/WorkspacePlugin.php 11146share/nextcloud/apps/text/lib/DAV/WorkspacePlugin.php
11142share/nextcloud/apps/text/lib/Db/Document.php 11147share/nextcloud/apps/text/lib/Db/Document.php
11143share/nextcloud/apps/text/lib/Db/DocumentMapper.php 11148share/nextcloud/apps/text/lib/Db/DocumentMapper.php
11144share/nextcloud/apps/text/lib/Db/Session.php 11149share/nextcloud/apps/text/lib/Db/Session.php
11145share/nextcloud/apps/text/lib/Db/SessionMapper.php 11150share/nextcloud/apps/text/lib/Db/SessionMapper.php
11146share/nextcloud/apps/text/lib/Db/Step.php 11151share/nextcloud/apps/text/lib/Db/Step.php
@@ -11393,26 +11398,28 @@ share/nextcloud/apps/twofactor_backupcod @@ -11393,26 +11398,28 @@ share/nextcloud/apps/twofactor_backupcod
11393share/nextcloud/apps/twofactor_backupcodes/l10n/hu.json 11398share/nextcloud/apps/twofactor_backupcodes/l10n/hu.json
11394share/nextcloud/apps/twofactor_backupcodes/l10n/hu_HU.js 11399share/nextcloud/apps/twofactor_backupcodes/l10n/hu_HU.js
11395share/nextcloud/apps/twofactor_backupcodes/l10n/hu_HU.json 11400share/nextcloud/apps/twofactor_backupcodes/l10n/hu_HU.json
11396share/nextcloud/apps/twofactor_backupcodes/l10n/is.js 11401share/nextcloud/apps/twofactor_backupcodes/l10n/is.js
11397share/nextcloud/apps/twofactor_backupcodes/l10n/is.json 11402share/nextcloud/apps/twofactor_backupcodes/l10n/is.json
11398share/nextcloud/apps/twofactor_backupcodes/l10n/it.js 11403share/nextcloud/apps/twofactor_backupcodes/l10n/it.js
11399share/nextcloud/apps/twofactor_backupcodes/l10n/it.json 11404share/nextcloud/apps/twofactor_backupcodes/l10n/it.json
11400share/nextcloud/apps/twofactor_backupcodes/l10n/ja.js 11405share/nextcloud/apps/twofactor_backupcodes/l10n/ja.js
11401share/nextcloud/apps/twofactor_backupcodes/l10n/ja.json 11406share/nextcloud/apps/twofactor_backupcodes/l10n/ja.json
11402share/nextcloud/apps/twofactor_backupcodes/l10n/ka_GE.js 11407share/nextcloud/apps/twofactor_backupcodes/l10n/ka_GE.js
11403share/nextcloud/apps/twofactor_backupcodes/l10n/ka_GE.json 11408share/nextcloud/apps/twofactor_backupcodes/l10n/ka_GE.json
11404share/nextcloud/apps/twofactor_backupcodes/l10n/ko.js 11409share/nextcloud/apps/twofactor_backupcodes/l10n/ko.js
11405share/nextcloud/apps/twofactor_backupcodes/l10n/ko.json 11410share/nextcloud/apps/twofactor_backupcodes/l10n/ko.json
 11411share/nextcloud/apps/twofactor_backupcodes/l10n/lt_LT.js
 11412share/nextcloud/apps/twofactor_backupcodes/l10n/lt_LT.json
11406share/nextcloud/apps/twofactor_backupcodes/l10n/lv.js 11413share/nextcloud/apps/twofactor_backupcodes/l10n/lv.js
11407share/nextcloud/apps/twofactor_backupcodes/l10n/lv.json 11414share/nextcloud/apps/twofactor_backupcodes/l10n/lv.json
11408share/nextcloud/apps/twofactor_backupcodes/l10n/mk.js 11415share/nextcloud/apps/twofactor_backupcodes/l10n/mk.js
11409share/nextcloud/apps/twofactor_backupcodes/l10n/mk.json 11416share/nextcloud/apps/twofactor_backupcodes/l10n/mk.json
11410share/nextcloud/apps/twofactor_backupcodes/l10n/mn.js 11417share/nextcloud/apps/twofactor_backupcodes/l10n/mn.js
11411share/nextcloud/apps/twofactor_backupcodes/l10n/mn.json 11418share/nextcloud/apps/twofactor_backupcodes/l10n/mn.json
11412share/nextcloud/apps/twofactor_backupcodes/l10n/nb.js 11419share/nextcloud/apps/twofactor_backupcodes/l10n/nb.js
11413share/nextcloud/apps/twofactor_backupcodes/l10n/nb.json 11420share/nextcloud/apps/twofactor_backupcodes/l10n/nb.json
11414share/nextcloud/apps/twofactor_backupcodes/l10n/nb_NO.js 11421share/nextcloud/apps/twofactor_backupcodes/l10n/nb_NO.js
11415share/nextcloud/apps/twofactor_backupcodes/l10n/nb_NO.json 11422share/nextcloud/apps/twofactor_backupcodes/l10n/nb_NO.json
11416share/nextcloud/apps/twofactor_backupcodes/l10n/nl.js 11423share/nextcloud/apps/twofactor_backupcodes/l10n/nl.js
11417share/nextcloud/apps/twofactor_backupcodes/l10n/nl.json 11424share/nextcloud/apps/twofactor_backupcodes/l10n/nl.json
11418share/nextcloud/apps/twofactor_backupcodes/l10n/pl.js 11425share/nextcloud/apps/twofactor_backupcodes/l10n/pl.js
@@ -12028,26 +12035,27 @@ share/nextcloud/apps/user_ldap/templates @@ -12028,26 +12035,27 @@ share/nextcloud/apps/user_ldap/templates
12028share/nextcloud/apps/user_ldap/templates/part.wizardcontrols.php 12035share/nextcloud/apps/user_ldap/templates/part.wizardcontrols.php
12029share/nextcloud/apps/user_ldap/templates/renewpassword.php 12036share/nextcloud/apps/user_ldap/templates/renewpassword.php
12030share/nextcloud/apps/user_ldap/templates/settings.php 12037share/nextcloud/apps/user_ldap/templates/settings.php
12031share/nextcloud/apps/user_ldap/vendor/ui-multiselect/MIT-LICENSE 12038share/nextcloud/apps/user_ldap/vendor/ui-multiselect/MIT-LICENSE
12032share/nextcloud/apps/user_ldap/vendor/ui-multiselect/jquery.multiselect.css 12039share/nextcloud/apps/user_ldap/vendor/ui-multiselect/jquery.multiselect.css
12033share/nextcloud/apps/user_ldap/vendor/ui-multiselect/src/jquery.multiselect.js 12040share/nextcloud/apps/user_ldap/vendor/ui-multiselect/src/jquery.multiselect.js
12034share/nextcloud/apps/viewer/.npmignore 12041share/nextcloud/apps/viewer/.npmignore
12035share/nextcloud/apps/viewer/.stylelintrc.js 12042share/nextcloud/apps/viewer/.stylelintrc.js
12036share/nextcloud/apps/viewer/COPYING 12043share/nextcloud/apps/viewer/COPYING
12037share/nextcloud/apps/viewer/appinfo/app.php 12044share/nextcloud/apps/viewer/appinfo/app.php
12038share/nextcloud/apps/viewer/appinfo/info.xml 12045share/nextcloud/apps/viewer/appinfo/info.xml
12039share/nextcloud/apps/viewer/appinfo/signature.json 12046share/nextcloud/apps/viewer/appinfo/signature.json
12040share/nextcloud/apps/viewer/babel.config.js 12047share/nextcloud/apps/viewer/babel.config.js
 12048share/nextcloud/apps/viewer/composer.json
12041share/nextcloud/apps/viewer/img/app.svg 12049share/nextcloud/apps/viewer/img/app.svg
12042share/nextcloud/apps/viewer/js/viewer.js 12050share/nextcloud/apps/viewer/js/viewer.js
12043share/nextcloud/apps/viewer/js/viewer.js.map 12051share/nextcloud/apps/viewer/js/viewer.js.map
12044share/nextcloud/apps/viewer/l10n/af.js 12052share/nextcloud/apps/viewer/l10n/af.js
12045share/nextcloud/apps/viewer/l10n/af.json 12053share/nextcloud/apps/viewer/l10n/af.json
12046share/nextcloud/apps/viewer/l10n/bg.js 12054share/nextcloud/apps/viewer/l10n/bg.js
12047share/nextcloud/apps/viewer/l10n/bg.json 12055share/nextcloud/apps/viewer/l10n/bg.json
12048share/nextcloud/apps/viewer/l10n/ca.js 12056share/nextcloud/apps/viewer/l10n/ca.js
12049share/nextcloud/apps/viewer/l10n/ca.json 12057share/nextcloud/apps/viewer/l10n/ca.json
12050share/nextcloud/apps/viewer/l10n/cs.js 12058share/nextcloud/apps/viewer/l10n/cs.js
12051share/nextcloud/apps/viewer/l10n/cs.json 12059share/nextcloud/apps/viewer/l10n/cs.json
12052share/nextcloud/apps/viewer/l10n/cy_GB.js 12060share/nextcloud/apps/viewer/l10n/cy_GB.js
12053share/nextcloud/apps/viewer/l10n/cy_GB.json 12061share/nextcloud/apps/viewer/l10n/cy_GB.json
@@ -12286,47 +12294,50 @@ share/nextcloud/apps/workflowengine/l10n @@ -12286,47 +12294,50 @@ share/nextcloud/apps/workflowengine/l10n
12286share/nextcloud/apps/workflowengine/l10n/sq.js 12294share/nextcloud/apps/workflowengine/l10n/sq.js
12287share/nextcloud/apps/workflowengine/l10n/sq.json 12295share/nextcloud/apps/workflowengine/l10n/sq.json
12288share/nextcloud/apps/workflowengine/l10n/sr.js 12296share/nextcloud/apps/workflowengine/l10n/sr.js
12289share/nextcloud/apps/workflowengine/l10n/sr.json 12297share/nextcloud/apps/workflowengine/l10n/sr.json
12290share/nextcloud/apps/workflowengine/l10n/sv.js 12298share/nextcloud/apps/workflowengine/l10n/sv.js
12291share/nextcloud/apps/workflowengine/l10n/sv.json 12299share/nextcloud/apps/workflowengine/l10n/sv.json
12292share/nextcloud/apps/workflowengine/l10n/tr.js 12300share/nextcloud/apps/workflowengine/l10n/tr.js
12293share/nextcloud/apps/workflowengine/l10n/tr.json 12301share/nextcloud/apps/workflowengine/l10n/tr.json
12294share/nextcloud/apps/workflowengine/l10n/zh_CN.js 12302share/nextcloud/apps/workflowengine/l10n/zh_CN.js
12295share/nextcloud/apps/workflowengine/l10n/zh_CN.json 12303share/nextcloud/apps/workflowengine/l10n/zh_CN.json
12296share/nextcloud/apps/workflowengine/l10n/zh_TW.js 12304share/nextcloud/apps/workflowengine/l10n/zh_TW.js
12297share/nextcloud/apps/workflowengine/l10n/zh_TW.json 12305share/nextcloud/apps/workflowengine/l10n/zh_TW.json
12298share/nextcloud/apps/workflowengine/lib/AppInfo/Application.php 12306share/nextcloud/apps/workflowengine/lib/AppInfo/Application.php
 12307share/nextcloud/apps/workflowengine/lib/BackgroundJobs/Rotate.php
12299share/nextcloud/apps/workflowengine/lib/Check/AbstractStringCheck.php 12308share/nextcloud/apps/workflowengine/lib/Check/AbstractStringCheck.php
12300share/nextcloud/apps/workflowengine/lib/Check/FileMimeType.php 12309share/nextcloud/apps/workflowengine/lib/Check/FileMimeType.php
12301share/nextcloud/apps/workflowengine/lib/Check/FileName.php 12310share/nextcloud/apps/workflowengine/lib/Check/FileName.php
12302share/nextcloud/apps/workflowengine/lib/Check/FileSize.php 12311share/nextcloud/apps/workflowengine/lib/Check/FileSize.php
12303share/nextcloud/apps/workflowengine/lib/Check/FileSystemTags.php 12312share/nextcloud/apps/workflowengine/lib/Check/FileSystemTags.php
12304share/nextcloud/apps/workflowengine/lib/Check/RequestRemoteAddress.php 12313share/nextcloud/apps/workflowengine/lib/Check/RequestRemoteAddress.php
12305share/nextcloud/apps/workflowengine/lib/Check/RequestTime.php 12314share/nextcloud/apps/workflowengine/lib/Check/RequestTime.php
12306share/nextcloud/apps/workflowengine/lib/Check/RequestURL.php 12315share/nextcloud/apps/workflowengine/lib/Check/RequestURL.php
12307share/nextcloud/apps/workflowengine/lib/Check/RequestUserAgent.php 12316share/nextcloud/apps/workflowengine/lib/Check/RequestUserAgent.php
12308share/nextcloud/apps/workflowengine/lib/Check/TFileCheck.php 12317share/nextcloud/apps/workflowengine/lib/Check/TFileCheck.php
12309share/nextcloud/apps/workflowengine/lib/Check/UserGroupMembership.php 12318share/nextcloud/apps/workflowengine/lib/Check/UserGroupMembership.php
12310share/nextcloud/apps/workflowengine/lib/Command/Index.php 12319share/nextcloud/apps/workflowengine/lib/Command/Index.php
12311share/nextcloud/apps/workflowengine/lib/Controller/AWorkflowController.php 12320share/nextcloud/apps/workflowengine/lib/Controller/AWorkflowController.php
12312share/nextcloud/apps/workflowengine/lib/Controller/GlobalWorkflowsController.php 12321share/nextcloud/apps/workflowengine/lib/Controller/GlobalWorkflowsController.php
12313share/nextcloud/apps/workflowengine/lib/Controller/RequestTime.php 12322share/nextcloud/apps/workflowengine/lib/Controller/RequestTime.php
12314share/nextcloud/apps/workflowengine/lib/Controller/UserWorkflowsController.php 12323share/nextcloud/apps/workflowengine/lib/Controller/UserWorkflowsController.php
12315share/nextcloud/apps/workflowengine/lib/Entity/File.php 12324share/nextcloud/apps/workflowengine/lib/Entity/File.php
 12325share/nextcloud/apps/workflowengine/lib/Helper/LogContext.php
12316share/nextcloud/apps/workflowengine/lib/Helper/ScopeContext.php 12326share/nextcloud/apps/workflowengine/lib/Helper/ScopeContext.php
12317share/nextcloud/apps/workflowengine/lib/Manager.php 12327share/nextcloud/apps/workflowengine/lib/Manager.php
12318share/nextcloud/apps/workflowengine/lib/Migration/PopulateNewlyIntroducedDatabaseFields.php 12328share/nextcloud/apps/workflowengine/lib/Migration/PopulateNewlyIntroducedDatabaseFields.php
12319share/nextcloud/apps/workflowengine/lib/Migration/Version2000Date20190808074233.php 12329share/nextcloud/apps/workflowengine/lib/Migration/Version2000Date20190808074233.php
 12330share/nextcloud/apps/workflowengine/lib/Service/Logger.php
12320share/nextcloud/apps/workflowengine/lib/Service/RuleMatcher.php 12331share/nextcloud/apps/workflowengine/lib/Service/RuleMatcher.php
12321share/nextcloud/apps/workflowengine/lib/Settings/ASettings.php 12332share/nextcloud/apps/workflowengine/lib/Settings/ASettings.php
12322share/nextcloud/apps/workflowengine/lib/Settings/Admin.php 12333share/nextcloud/apps/workflowengine/lib/Settings/Admin.php
12323share/nextcloud/apps/workflowengine/lib/Settings/Personal.php 12334share/nextcloud/apps/workflowengine/lib/Settings/Personal.php
12324share/nextcloud/apps/workflowengine/lib/Settings/Section.php 12335share/nextcloud/apps/workflowengine/lib/Settings/Section.php
12325share/nextcloud/apps/workflowengine/templates/settings.php 12336share/nextcloud/apps/workflowengine/templates/settings.php
12326share/nextcloud/config/.htaccess 12337share/nextcloud/config/.htaccess
12327share/nextcloud/config/CAN_INSTALL 12338share/nextcloud/config/CAN_INSTALL
12328share/nextcloud/config/config.sample.php 12339share/nextcloud/config/config.sample.php
12329share/nextcloud/console.php 12340share/nextcloud/console.php
12330share/nextcloud/core/Application.php 12341share/nextcloud/core/Application.php
12331share/nextcloud/core/BackgroundJobs/BackgroundCleanupUpdaterBackupsJob.php 12342share/nextcloud/core/BackgroundJobs/BackgroundCleanupUpdaterBackupsJob.php
12332share/nextcloud/core/BackgroundJobs/CleanupLoginFlowV2.php 12343share/nextcloud/core/BackgroundJobs/CleanupLoginFlowV2.php
@@ -13756,26 +13767,27 @@ share/nextcloud/lib/private/Accounts/Acc @@ -13756,26 +13767,27 @@ share/nextcloud/lib/private/Accounts/Acc
13756share/nextcloud/lib/private/Accounts/AccountProperty.php 13767share/nextcloud/lib/private/Accounts/AccountProperty.php
13757share/nextcloud/lib/private/Accounts/Hooks.php 13768share/nextcloud/lib/private/Accounts/Hooks.php
13758share/nextcloud/lib/private/Activity/Event.php 13769share/nextcloud/lib/private/Activity/Event.php
13759share/nextcloud/lib/private/Activity/EventMerger.php 13770share/nextcloud/lib/private/Activity/EventMerger.php
13760share/nextcloud/lib/private/Activity/Manager.php 13771share/nextcloud/lib/private/Activity/Manager.php
13761share/nextcloud/lib/private/AllConfig.php 13772share/nextcloud/lib/private/AllConfig.php
13762share/nextcloud/lib/private/App/AppManager.php 13773share/nextcloud/lib/private/App/AppManager.php
13763share/nextcloud/lib/private/App/AppStore/Bundles/Bundle.php 13774share/nextcloud/lib/private/App/AppStore/Bundles/Bundle.php
13764share/nextcloud/lib/private/App/AppStore/Bundles/BundleFetcher.php 13775share/nextcloud/lib/private/App/AppStore/Bundles/BundleFetcher.php
13765share/nextcloud/lib/private/App/AppStore/Bundles/CoreBundle.php 13776share/nextcloud/lib/private/App/AppStore/Bundles/CoreBundle.php
13766share/nextcloud/lib/private/App/AppStore/Bundles/EducationBundle.php 13777share/nextcloud/lib/private/App/AppStore/Bundles/EducationBundle.php
13767share/nextcloud/lib/private/App/AppStore/Bundles/EnterpriseBundle.php 13778share/nextcloud/lib/private/App/AppStore/Bundles/EnterpriseBundle.php
13768share/nextcloud/lib/private/App/AppStore/Bundles/GroupwareBundle.php 13779share/nextcloud/lib/private/App/AppStore/Bundles/GroupwareBundle.php
 13780share/nextcloud/lib/private/App/AppStore/Bundles/HubBundle.php
13769share/nextcloud/lib/private/App/AppStore/Bundles/SocialSharingBundle.php 13781share/nextcloud/lib/private/App/AppStore/Bundles/SocialSharingBundle.php
13770share/nextcloud/lib/private/App/AppStore/Fetcher/AppFetcher.php 13782share/nextcloud/lib/private/App/AppStore/Fetcher/AppFetcher.php
13771share/nextcloud/lib/private/App/AppStore/Fetcher/CategoryFetcher.php 13783share/nextcloud/lib/private/App/AppStore/Fetcher/CategoryFetcher.php
13772share/nextcloud/lib/private/App/AppStore/Fetcher/Fetcher.php 13784share/nextcloud/lib/private/App/AppStore/Fetcher/Fetcher.php
13773share/nextcloud/lib/private/App/AppStore/Version/Version.php 13785share/nextcloud/lib/private/App/AppStore/Version/Version.php
13774share/nextcloud/lib/private/App/AppStore/Version/VersionParser.php 13786share/nextcloud/lib/private/App/AppStore/Version/VersionParser.php
13775share/nextcloud/lib/private/App/CodeChecker/AbstractCheck.php 13787share/nextcloud/lib/private/App/CodeChecker/AbstractCheck.php
13776share/nextcloud/lib/private/App/CodeChecker/CodeChecker.php 13788share/nextcloud/lib/private/App/CodeChecker/CodeChecker.php
13777share/nextcloud/lib/private/App/CodeChecker/DatabaseSchemaChecker.php 13789share/nextcloud/lib/private/App/CodeChecker/DatabaseSchemaChecker.php
13778share/nextcloud/lib/private/App/CodeChecker/DeprecationCheck.php 13790share/nextcloud/lib/private/App/CodeChecker/DeprecationCheck.php
13779share/nextcloud/lib/private/App/CodeChecker/EmptyCheck.php 13791share/nextcloud/lib/private/App/CodeChecker/EmptyCheck.php
13780share/nextcloud/lib/private/App/CodeChecker/ICheck.php 13792share/nextcloud/lib/private/App/CodeChecker/ICheck.php
13781share/nextcloud/lib/private/App/CodeChecker/InfoChecker.php 13793share/nextcloud/lib/private/App/CodeChecker/InfoChecker.php
@@ -14737,26 +14749,27 @@ share/nextcloud/lib/public/IUser.php @@ -14737,26 +14749,27 @@ share/nextcloud/lib/public/IUser.php
14737share/nextcloud/lib/public/IUserBackend.php 14749share/nextcloud/lib/public/IUserBackend.php
14738share/nextcloud/lib/public/IUserManager.php 14750share/nextcloud/lib/public/IUserManager.php
14739share/nextcloud/lib/public/IUserSession.php 14751share/nextcloud/lib/public/IUserSession.php
14740share/nextcloud/lib/public/Image.php 14752share/nextcloud/lib/public/Image.php
14741share/nextcloud/lib/public/L10N/IFactory.php 14753share/nextcloud/lib/public/L10N/IFactory.php
14742share/nextcloud/lib/public/L10N/ILanguageIterator.php 14754share/nextcloud/lib/public/L10N/ILanguageIterator.php
14743share/nextcloud/lib/public/LDAP/IDeletionFlagSupport.php 14755share/nextcloud/lib/public/LDAP/IDeletionFlagSupport.php
14744share/nextcloud/lib/public/LDAP/ILDAPProvider.php 14756share/nextcloud/lib/public/LDAP/ILDAPProvider.php
14745share/nextcloud/lib/public/LDAP/ILDAPProviderFactory.php 14757share/nextcloud/lib/public/LDAP/ILDAPProviderFactory.php
14746share/nextcloud/lib/public/Lock/ILockingProvider.php 14758share/nextcloud/lib/public/Lock/ILockingProvider.php
14747share/nextcloud/lib/public/Lock/LockedException.php 14759share/nextcloud/lib/public/Lock/LockedException.php
14748share/nextcloud/lib/public/Lock/ManuallyLockedException.php 14760share/nextcloud/lib/public/Lock/ManuallyLockedException.php
14749share/nextcloud/lib/public/Lockdown/ILockdownManager.php 14761share/nextcloud/lib/public/Lockdown/ILockdownManager.php
 14762share/nextcloud/lib/public/Log/IDataLogger.php
14750share/nextcloud/lib/public/Log/IFileBased.php 14763share/nextcloud/lib/public/Log/IFileBased.php
14751share/nextcloud/lib/public/Log/ILogFactory.php 14764share/nextcloud/lib/public/Log/ILogFactory.php
14752share/nextcloud/lib/public/Log/IWriter.php 14765share/nextcloud/lib/public/Log/IWriter.php
14753share/nextcloud/lib/public/Log/RotationTrait.php 14766share/nextcloud/lib/public/Log/RotationTrait.php
14754share/nextcloud/lib/public/Mail/IAttachment.php 14767share/nextcloud/lib/public/Mail/IAttachment.php
14755share/nextcloud/lib/public/Mail/IEMailTemplate.php 14768share/nextcloud/lib/public/Mail/IEMailTemplate.php
14756share/nextcloud/lib/public/Mail/IMailer.php 14769share/nextcloud/lib/public/Mail/IMailer.php
14757share/nextcloud/lib/public/Mail/IMessage.php 14770share/nextcloud/lib/public/Mail/IMessage.php
14758share/nextcloud/lib/public/Migration/BigIntMigration.php 14771share/nextcloud/lib/public/Migration/BigIntMigration.php
14759share/nextcloud/lib/public/Migration/IMigrationStep.php 14772share/nextcloud/lib/public/Migration/IMigrationStep.php
14760share/nextcloud/lib/public/Migration/IOutput.php 14773share/nextcloud/lib/public/Migration/IOutput.php
14761share/nextcloud/lib/public/Migration/IRepairStep.php 14774share/nextcloud/lib/public/Migration/IRepairStep.php
14762share/nextcloud/lib/public/Migration/SimpleMigrationStep.php 14775share/nextcloud/lib/public/Migration/SimpleMigrationStep.php

cvs diff -r1.27 -r1.28 pkgsrc/www/php-nextcloud/distinfo (expand / switch to unified diff)

--- pkgsrc/www/php-nextcloud/distinfo 2020/01/20 17:54:48 1.27
+++ pkgsrc/www/php-nextcloud/distinfo 2020/02/20 11:53:28 1.28
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.27 2020/01/20 17:54:48 ryoon Exp $ 1$NetBSD: distinfo,v 1.28 2020/02/20 11:53:28 ryoon Exp $
2 2
3SHA1 (nextcloud-18.0.0.tar.bz2) = 375d6a5a493392fa87f67b1a5f35def892b9e498 3SHA1 (nextcloud-18.0.1.tar.bz2) = 4df233647add999def6ae71f76170b26dd97006f
4RMD160 (nextcloud-18.0.0.tar.bz2) = b3e5f8f939b7a0bf413ca218d28a76c15e64ce27 4RMD160 (nextcloud-18.0.1.tar.bz2) = 9d0f2475093f6e5462942338be171662809d2c94
5SHA512 (nextcloud-18.0.0.tar.bz2) = c6a3b2bb2abed416fdebecd0c35b2547298370ef8a3a2cc884da877b39ab4a03d205653d94b20fdc0660fa355966771f65a7c0aa1c2117bb5abc85d2f091d4f7 5SHA512 (nextcloud-18.0.1.tar.bz2) = b2ce36bb230d5b7e3212be91a8fa26c6f24d1fa02d50f0f5ac702566095645aaea4e365574c7af49edcfbce66b76e5a0f120653e39f680ba181dc971846a3ced
6Size (nextcloud-18.0.0.tar.bz2) = 85867628 bytes 6Size (nextcloud-18.0.1.tar.bz2) = 85827287 bytes