From owner-svn-ports-all@freebsd.org Mon Sep 21 17:50:22 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 950933F76E5; Mon, 21 Sep 2020 17:50:22 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BwBmZ3pQrz4Z2R; Mon, 21 Sep 2020 17:50:22 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6595111D5D; Mon, 21 Sep 2020 17:50:22 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 08LHoMJG080308; Mon, 21 Sep 2020 17:50:22 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 08LHoLeZ080306; Mon, 21 Sep 2020 17:50:21 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <202009211750.08LHoLeZ080306@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Mon, 21 Sep 2020 17:50:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r549470 - branches/2020Q3/www/nextcloud X-SVN-Group: ports-branches X-SVN-Commit-Author: brnrd X-SVN-Commit-Paths: branches/2020Q3/www/nextcloud X-SVN-Commit-Revision: 549470 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Sep 2020 17:50:22 -0000 Author: brnrd Date: Mon Sep 21 17:50:21 2020 New Revision: 549470 URL: https://svnweb.freebsd.org/changeset/ports/549470 Log: MFH: r542491 r546783 r548250 www/nextcloud: Update to 19.0.1 www/nextcloud: Update to 19.0.2 * Remove no-op MEMCACHED option www/nextcloud: Update to 19.0.3 Approved by: ports-secteam (fluffy) Modified: branches/2020Q3/www/nextcloud/Makefile branches/2020Q3/www/nextcloud/distinfo branches/2020Q3/www/nextcloud/pkg-plist Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/www/nextcloud/Makefile ============================================================================== --- branches/2020Q3/www/nextcloud/Makefile Mon Sep 21 17:48:24 2020 (r549469) +++ branches/2020Q3/www/nextcloud/Makefile Mon Sep 21 17:50:21 2020 (r549470) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= nextcloud -PORTVERSION= 19.0.0 -PORTREVISION= 1 +PORTVERSION= 19.0.3 CATEGORIES= www MASTER_SITES= https://download.nextcloud.com/server/releases/ PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} @@ -29,7 +28,7 @@ PLIST_SUB= NEXTCLOUD_USERNAME=${NEXTCLOUD_USERNAME} \ OPTIONS_DEFINE= EXIF IMAGICK INTL LDAP PCNTL SMB SSL OPTIONS_GROUP= CACHING -OPTIONS_GROUP_CACHING= APCU MEMCACHED OPCACHE REDIS +OPTIONS_GROUP_CACHING= APCU OPCACHE REDIS OPTIONS_MULTI= DB OPTIONS_MULTI_DB= MYSQL PGSQL SQLITE OPTIONS_DEFAULT= APCU EXIF INTL LDAP MYSQL OPCACHE SSL @@ -41,7 +40,6 @@ DB_DESC= Database backend(s) EXIF_DESC= Image rotation support IMAGICK_DESC= Thumbnail support (recommended) INTL_DESC= International character support (recommended) -MEMCACHED_DESC= Distributed data caching using Memcached OPCACHE_DESC= Enable OPcode caching (recommended) PCNTL_DESC= Long-running process control (recommended) REDIS_DESC= Distributed data caching using Redis Modified: branches/2020Q3/www/nextcloud/distinfo ============================================================================== --- branches/2020Q3/www/nextcloud/distinfo Mon Sep 21 17:48:24 2020 (r549469) +++ branches/2020Q3/www/nextcloud/distinfo Mon Sep 21 17:50:21 2020 (r549470) @@ -1,3 +1,3 @@ -TIMESTAMP = 1590487132 -SHA256 (nextcloud-19.0.0.tar.bz2) = d23d429657c5e3476d7e73af1eafc70e42a81cfe2ed65b20655a005724fe0aae -SIZE (nextcloud-19.0.0.tar.bz2) = 90077143 +TIMESTAMP = 1599839124 +SHA256 (nextcloud-19.0.3.tar.bz2) = fc503985e8aa4ed795d882e35679e0e1b7670181768e7820307222d8b4658969 +SIZE (nextcloud-19.0.3.tar.bz2) = 100074272 Modified: branches/2020Q3/www/nextcloud/pkg-plist ============================================================================== --- branches/2020Q3/www/nextcloud/pkg-plist Mon Sep 21 17:48:24 2020 (r549469) +++ branches/2020Q3/www/nextcloud/pkg-plist Mon Sep 21 17:50:21 2020 (r549470) @@ -1339,6 +1339,7 @@ %%WWWDIR%%/3rdparty/deepdiver/zipstreamer/src/ZipStreamer.php %%WWWDIR%%/3rdparty/deepdiver/zipstreamer/src/lib/Count64.php %%WWWDIR%%/3rdparty/deepdiver1975/tarstreamer/LICENSE +%%WWWDIR%%/3rdparty/deepdiver1975/tarstreamer/src/TarHeader.php %%WWWDIR%%/3rdparty/deepdiver1975/tarstreamer/src/TarStreamer.php %%WWWDIR%%/3rdparty/doctrine/annotations/CHANGELOG.md %%WWWDIR%%/3rdparty/doctrine/annotations/LICENSE @@ -1904,6 +1905,7 @@ %%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Exception/ClientException.php %%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Exception/ConnectException.php %%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Exception/GuzzleException.php +%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Exception/InvalidArgumentException.php %%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Exception/RequestException.php %%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Exception/SeekException.php %%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Exception/ServerException.php @@ -4808,6 +4810,8 @@ %%WWWDIR%%/apps-pkg/accessibility/l10n/ar.json %%WWWDIR%%/apps-pkg/accessibility/l10n/bg.js %%WWWDIR%%/apps-pkg/accessibility/l10n/bg.json +%%WWWDIR%%/apps-pkg/accessibility/l10n/br.js +%%WWWDIR%%/apps-pkg/accessibility/l10n/br.json %%WWWDIR%%/apps-pkg/accessibility/l10n/ca.js %%WWWDIR%%/apps-pkg/accessibility/l10n/ca.json %%WWWDIR%%/apps-pkg/accessibility/l10n/cs.js @@ -4820,6 +4824,8 @@ %%WWWDIR%%/apps-pkg/accessibility/l10n/de_DE.json %%WWWDIR%%/apps-pkg/accessibility/l10n/el.js %%WWWDIR%%/apps-pkg/accessibility/l10n/el.json +%%WWWDIR%%/apps-pkg/accessibility/l10n/en_GB.js +%%WWWDIR%%/apps-pkg/accessibility/l10n/en_GB.json %%WWWDIR%%/apps-pkg/accessibility/l10n/eo.js %%WWWDIR%%/apps-pkg/accessibility/l10n/eo.json %%WWWDIR%%/apps-pkg/accessibility/l10n/es.js @@ -4828,6 +4834,8 @@ %%WWWDIR%%/apps-pkg/accessibility/l10n/es_AR.json %%WWWDIR%%/apps-pkg/accessibility/l10n/es_CO.js %%WWWDIR%%/apps-pkg/accessibility/l10n/es_CO.json +%%WWWDIR%%/apps-pkg/accessibility/l10n/es_EC.js +%%WWWDIR%%/apps-pkg/accessibility/l10n/es_EC.json %%WWWDIR%%/apps-pkg/accessibility/l10n/es_MX.js %%WWWDIR%%/apps-pkg/accessibility/l10n/es_MX.json %%WWWDIR%%/apps-pkg/accessibility/l10n/et_EE.js @@ -4870,6 +4878,8 @@ %%WWWDIR%%/apps-pkg/accessibility/l10n/lv.json %%WWWDIR%%/apps-pkg/accessibility/l10n/mk.js %%WWWDIR%%/apps-pkg/accessibility/l10n/mk.json +%%WWWDIR%%/apps-pkg/accessibility/l10n/ms_MY.js +%%WWWDIR%%/apps-pkg/accessibility/l10n/ms_MY.json %%WWWDIR%%/apps-pkg/accessibility/l10n/nb.js %%WWWDIR%%/apps-pkg/accessibility/l10n/nb.json %%WWWDIR%%/apps-pkg/accessibility/l10n/nl.js @@ -4898,6 +4908,8 @@ %%WWWDIR%%/apps-pkg/accessibility/l10n/sr@latin.json %%WWWDIR%%/apps-pkg/accessibility/l10n/sv.js %%WWWDIR%%/apps-pkg/accessibility/l10n/sv.json +%%WWWDIR%%/apps-pkg/accessibility/l10n/th.js +%%WWWDIR%%/apps-pkg/accessibility/l10n/th.json %%WWWDIR%%/apps-pkg/accessibility/l10n/tr.js %%WWWDIR%%/apps-pkg/accessibility/l10n/tr.json %%WWWDIR%%/apps-pkg/accessibility/l10n/uk.js @@ -6063,6 +6075,7 @@ %%WWWDIR%%/apps-pkg/encryption/lib/Command/DisableMasterKey.php %%WWWDIR%%/apps-pkg/encryption/lib/Command/EnableMasterKey.php %%WWWDIR%%/apps-pkg/encryption/lib/Command/RecoverUser.php +%%WWWDIR%%/apps-pkg/encryption/lib/Command/ScanLegacyFormat.php %%WWWDIR%%/apps-pkg/encryption/lib/Controller/RecoveryController.php %%WWWDIR%%/apps-pkg/encryption/lib/Controller/SettingsController.php %%WWWDIR%%/apps-pkg/encryption/lib/Controller/StatusController.php @@ -6303,6 +6316,8 @@ %%WWWDIR%%/apps-pkg/federation/l10n/bg.json %%WWWDIR%%/apps-pkg/federation/l10n/bg_BG.js %%WWWDIR%%/apps-pkg/federation/l10n/bg_BG.json +%%WWWDIR%%/apps-pkg/federation/l10n/br.js +%%WWWDIR%%/apps-pkg/federation/l10n/br.json %%WWWDIR%%/apps-pkg/federation/l10n/ca.js %%WWWDIR%%/apps-pkg/federation/l10n/ca.json %%WWWDIR%%/apps-pkg/federation/l10n/cs.js @@ -6572,6 +6587,8 @@ %%WWWDIR%%/apps-pkg/files/l10n/bn_BD.json %%WWWDIR%%/apps-pkg/files/l10n/bn_IN.js %%WWWDIR%%/apps-pkg/files/l10n/bn_IN.json +%%WWWDIR%%/apps-pkg/files/l10n/br.js +%%WWWDIR%%/apps-pkg/files/l10n/br.json %%WWWDIR%%/apps-pkg/files/l10n/bs.js %%WWWDIR%%/apps-pkg/files/l10n/bs.json %%WWWDIR%%/apps-pkg/files/l10n/ca.js @@ -7715,6 +7732,8 @@ %%WWWDIR%%/apps-pkg/files_rightclick/l10n/bg.json %%WWWDIR%%/apps-pkg/files_rightclick/l10n/bn_BD.js %%WWWDIR%%/apps-pkg/files_rightclick/l10n/bn_BD.json +%%WWWDIR%%/apps-pkg/files_rightclick/l10n/br.js +%%WWWDIR%%/apps-pkg/files_rightclick/l10n/br.json %%WWWDIR%%/apps-pkg/files_rightclick/l10n/bs.js %%WWWDIR%%/apps-pkg/files_rightclick/l10n/bs.json %%WWWDIR%%/apps-pkg/files_rightclick/l10n/ca.js @@ -8234,6 +8253,8 @@ %%WWWDIR%%/apps-pkg/files_trashbin/l10n/bn_BD.json %%WWWDIR%%/apps-pkg/files_trashbin/l10n/bn_IN.js %%WWWDIR%%/apps-pkg/files_trashbin/l10n/bn_IN.json +%%WWWDIR%%/apps-pkg/files_trashbin/l10n/br.js +%%WWWDIR%%/apps-pkg/files_trashbin/l10n/br.json %%WWWDIR%%/apps-pkg/files_trashbin/l10n/bs.js %%WWWDIR%%/apps-pkg/files_trashbin/l10n/bs.json %%WWWDIR%%/apps-pkg/files_trashbin/l10n/ca.js @@ -8424,6 +8445,7 @@ %%WWWDIR%%/apps-pkg/files_trashbin/lib/Command/CleanUp.php %%WWWDIR%%/apps-pkg/files_trashbin/lib/Command/Expire.php %%WWWDIR%%/apps-pkg/files_trashbin/lib/Command/ExpireTrash.php +%%WWWDIR%%/apps-pkg/files_trashbin/lib/Command/Size.php %%WWWDIR%%/apps-pkg/files_trashbin/lib/Controller/PreviewController.php %%WWWDIR%%/apps-pkg/files_trashbin/lib/Events/MoveToTrashEvent.php %%WWWDIR%%/apps-pkg/files_trashbin/lib/Exceptions/CopyRecursiveException.php @@ -8486,6 +8508,8 @@ %%WWWDIR%%/apps-pkg/files_versions/l10n/bn_BD.json %%WWWDIR%%/apps-pkg/files_versions/l10n/bn_IN.js %%WWWDIR%%/apps-pkg/files_versions/l10n/bn_IN.json +%%WWWDIR%%/apps-pkg/files_versions/l10n/br.js +%%WWWDIR%%/apps-pkg/files_versions/l10n/br.json %%WWWDIR%%/apps-pkg/files_versions/l10n/bs.js %%WWWDIR%%/apps-pkg/files_versions/l10n/bs.json %%WWWDIR%%/apps-pkg/files_versions/l10n/ca.js @@ -8739,6 +8763,8 @@ %%WWWDIR%%/apps-pkg/firstrunwizard/l10n/bn_BD.js %%WWWDIR%%/apps-pkg/firstrunwizard/l10n/bn_BD.json %%WWWDIR%%/apps-pkg/firstrunwizard/l10n/bn_IN.php +%%WWWDIR%%/apps-pkg/firstrunwizard/l10n/br.js +%%WWWDIR%%/apps-pkg/firstrunwizard/l10n/br.json %%WWWDIR%%/apps-pkg/firstrunwizard/l10n/bs.js %%WWWDIR%%/apps-pkg/firstrunwizard/l10n/bs.json %%WWWDIR%%/apps-pkg/firstrunwizard/l10n/ca.js @@ -9144,6 +9170,8 @@ %%WWWDIR%%/apps-pkg/nextcloud_announcements/l10n/ast.json %%WWWDIR%%/apps-pkg/nextcloud_announcements/l10n/bg.js %%WWWDIR%%/apps-pkg/nextcloud_announcements/l10n/bg.json +%%WWWDIR%%/apps-pkg/nextcloud_announcements/l10n/br.js +%%WWWDIR%%/apps-pkg/nextcloud_announcements/l10n/br.json %%WWWDIR%%/apps-pkg/nextcloud_announcements/l10n/ca.js %%WWWDIR%%/apps-pkg/nextcloud_announcements/l10n/ca.json %%WWWDIR%%/apps-pkg/nextcloud_announcements/l10n/cs.js @@ -9506,6 +9534,8 @@ %%WWWDIR%%/apps-pkg/oauth2/l10n/ar.json %%WWWDIR%%/apps-pkg/oauth2/l10n/ast.js %%WWWDIR%%/apps-pkg/oauth2/l10n/ast.json +%%WWWDIR%%/apps-pkg/oauth2/l10n/br.js +%%WWWDIR%%/apps-pkg/oauth2/l10n/br.json %%WWWDIR%%/apps-pkg/oauth2/l10n/ca.js %%WWWDIR%%/apps-pkg/oauth2/l10n/ca.json %%WWWDIR%%/apps-pkg/oauth2/l10n/cs.js @@ -9766,6 +9796,8 @@ %%WWWDIR%%/apps-pkg/password_policy/l10n/sv.json %%WWWDIR%%/apps-pkg/password_policy/l10n/tr.js %%WWWDIR%%/apps-pkg/password_policy/l10n/tr.json +%%WWWDIR%%/apps-pkg/password_policy/l10n/uk.js +%%WWWDIR%%/apps-pkg/password_policy/l10n/uk.json %%WWWDIR%%/apps-pkg/password_policy/l10n/zh_CN.js %%WWWDIR%%/apps-pkg/password_policy/l10n/zh_CN.json %%WWWDIR%%/apps-pkg/password_policy/l10n/zh_TW.js @@ -9835,7 +9867,6 @@ %%WWWDIR%%/apps-pkg/password_policy/lists/list-9.php %%WWWDIR%%/apps-pkg/password_policy/templates/settings-admin.php %%WWWDIR%%/apps-pkg/photos/.npmignore -%%WWWDIR%%/apps-pkg/photos/.stylelintrc.js %%WWWDIR%%/apps-pkg/photos/COPYING %%WWWDIR%%/apps-pkg/photos/appinfo/app.php %%WWWDIR%%/apps-pkg/photos/appinfo/info.xml @@ -9843,6 +9874,7 @@ %%WWWDIR%%/apps-pkg/photos/appinfo/signature.json %%WWWDIR%%/apps-pkg/photos/babel.config.js %%WWWDIR%%/apps-pkg/photos/composer.json +%%WWWDIR%%/apps-pkg/photos/composer.lock %%WWWDIR%%/apps-pkg/photos/css/icons.scss %%WWWDIR%%/apps-pkg/photos/img/app.svg %%WWWDIR%%/apps-pkg/photos/img/photos.svg @@ -10052,6 +10084,7 @@ %%WWWDIR%%/apps-pkg/photos/lib/Controller/PageController.php %%WWWDIR%%/apps-pkg/photos/postcss.config.js %%WWWDIR%%/apps-pkg/photos/screenshots/screenshot1.png +%%WWWDIR%%/apps-pkg/photos/stylelint.config.js %%WWWDIR%%/apps-pkg/photos/templates/main.php %%WWWDIR%%/apps-pkg/privacy/.eslintignore %%WWWDIR%%/apps-pkg/privacy/.stylelintrc.js @@ -10068,22 +10101,40 @@ %%WWWDIR%%/apps-pkg/privacy/img/control.svg %%WWWDIR%%/apps-pkg/privacy/img/freedom.svg %%WWWDIR%%/apps-pkg/privacy/img/knowledge.svg +%%WWWDIR%%/apps-pkg/privacy/js/chunks/0-47c5d586fda355004f68.js +%%WWWDIR%%/apps-pkg/privacy/js/chunks/0-47c5d586fda355004f68.js.map %%WWWDIR%%/apps-pkg/privacy/js/chunks/0-779c9a1dd894d19ed27d.js %%WWWDIR%%/apps-pkg/privacy/js/chunks/0-779c9a1dd894d19ed27d.js.map +%%WWWDIR%%/apps-pkg/privacy/js/chunks/1-47c5d586fda355004f68.js +%%WWWDIR%%/apps-pkg/privacy/js/chunks/1-47c5d586fda355004f68.js.map %%WWWDIR%%/apps-pkg/privacy/js/chunks/1-779c9a1dd894d19ed27d.js %%WWWDIR%%/apps-pkg/privacy/js/chunks/1-779c9a1dd894d19ed27d.js.map +%%WWWDIR%%/apps-pkg/privacy/js/chunks/2-47c5d586fda355004f68.js +%%WWWDIR%%/apps-pkg/privacy/js/chunks/2-47c5d586fda355004f68.js.map %%WWWDIR%%/apps-pkg/privacy/js/chunks/2-779c9a1dd894d19ed27d.js %%WWWDIR%%/apps-pkg/privacy/js/chunks/2-779c9a1dd894d19ed27d.js.map +%%WWWDIR%%/apps-pkg/privacy/js/chunks/3-47c5d586fda355004f68.js +%%WWWDIR%%/apps-pkg/privacy/js/chunks/3-47c5d586fda355004f68.js.map %%WWWDIR%%/apps-pkg/privacy/js/chunks/3-779c9a1dd894d19ed27d.js %%WWWDIR%%/apps-pkg/privacy/js/chunks/3-779c9a1dd894d19ed27d.js.map +%%WWWDIR%%/apps-pkg/privacy/js/chunks/5-47c5d586fda355004f68.js +%%WWWDIR%%/apps-pkg/privacy/js/chunks/5-47c5d586fda355004f68.js.map %%WWWDIR%%/apps-pkg/privacy/js/chunks/5-779c9a1dd894d19ed27d.js %%WWWDIR%%/apps-pkg/privacy/js/chunks/5-779c9a1dd894d19ed27d.js.map +%%WWWDIR%%/apps-pkg/privacy/js/chunks/6-47c5d586fda355004f68.js +%%WWWDIR%%/apps-pkg/privacy/js/chunks/6-47c5d586fda355004f68.js.map %%WWWDIR%%/apps-pkg/privacy/js/chunks/6-779c9a1dd894d19ed27d.js %%WWWDIR%%/apps-pkg/privacy/js/chunks/6-779c9a1dd894d19ed27d.js.map +%%WWWDIR%%/apps-pkg/privacy/js/chunks/7-47c5d586fda355004f68.js +%%WWWDIR%%/apps-pkg/privacy/js/chunks/7-47c5d586fda355004f68.js.map %%WWWDIR%%/apps-pkg/privacy/js/chunks/7-779c9a1dd894d19ed27d.js %%WWWDIR%%/apps-pkg/privacy/js/chunks/7-779c9a1dd894d19ed27d.js.map +%%WWWDIR%%/apps-pkg/privacy/js/chunks/8-47c5d586fda355004f68.js +%%WWWDIR%%/apps-pkg/privacy/js/chunks/8-47c5d586fda355004f68.js.map %%WWWDIR%%/apps-pkg/privacy/js/chunks/8-779c9a1dd894d19ed27d.js %%WWWDIR%%/apps-pkg/privacy/js/chunks/8-779c9a1dd894d19ed27d.js.map +%%WWWDIR%%/apps-pkg/privacy/js/chunks/9-47c5d586fda355004f68.js +%%WWWDIR%%/apps-pkg/privacy/js/chunks/9-47c5d586fda355004f68.js.map %%WWWDIR%%/apps-pkg/privacy/js/chunks/9-779c9a1dd894d19ed27d.js %%WWWDIR%%/apps-pkg/privacy/js/chunks/9-779c9a1dd894d19ed27d.js.map %%WWWDIR%%/apps-pkg/privacy/js/privacy.js @@ -10094,6 +10145,8 @@ %%WWWDIR%%/apps-pkg/privacy/l10n/ar.json %%WWWDIR%%/apps-pkg/privacy/l10n/bg.js %%WWWDIR%%/apps-pkg/privacy/l10n/bg.json +%%WWWDIR%%/apps-pkg/privacy/l10n/br.js +%%WWWDIR%%/apps-pkg/privacy/l10n/br.json %%WWWDIR%%/apps-pkg/privacy/l10n/ca.js %%WWWDIR%%/apps-pkg/privacy/l10n/ca.json %%WWWDIR%%/apps-pkg/privacy/l10n/cs.js @@ -10146,6 +10199,8 @@ %%WWWDIR%%/apps-pkg/privacy/l10n/pl.json %%WWWDIR%%/apps-pkg/privacy/l10n/pt_BR.js %%WWWDIR%%/apps-pkg/privacy/l10n/pt_BR.json +%%WWWDIR%%/apps-pkg/privacy/l10n/pt_PT.js +%%WWWDIR%%/apps-pkg/privacy/l10n/pt_PT.json %%WWWDIR%%/apps-pkg/privacy/l10n/ro.js %%WWWDIR%%/apps-pkg/privacy/l10n/ro.json %%WWWDIR%%/apps-pkg/privacy/l10n/ru.js @@ -10217,6 +10272,8 @@ %%WWWDIR%%/apps-pkg/recommendations/l10n/ast.json %%WWWDIR%%/apps-pkg/recommendations/l10n/bg.js %%WWWDIR%%/apps-pkg/recommendations/l10n/bg.json +%%WWWDIR%%/apps-pkg/recommendations/l10n/br.js +%%WWWDIR%%/apps-pkg/recommendations/l10n/br.json %%WWWDIR%%/apps-pkg/recommendations/l10n/ca.js %%WWWDIR%%/apps-pkg/recommendations/l10n/ca.json %%WWWDIR%%/apps-pkg/recommendations/l10n/cs.js @@ -10590,6 +10647,8 @@ %%WWWDIR%%/apps-pkg/settings/l10n/ast.json %%WWWDIR%%/apps-pkg/settings/l10n/bg.js %%WWWDIR%%/apps-pkg/settings/l10n/bg.json +%%WWWDIR%%/apps-pkg/settings/l10n/br.js +%%WWWDIR%%/apps-pkg/settings/l10n/br.json %%WWWDIR%%/apps-pkg/settings/l10n/ca.js %%WWWDIR%%/apps-pkg/settings/l10n/ca.json %%WWWDIR%%/apps-pkg/settings/l10n/cs.js @@ -11824,6 +11883,8 @@ %%WWWDIR%%/apps-pkg/text/l10n/ast.json %%WWWDIR%%/apps-pkg/text/l10n/bg.js %%WWWDIR%%/apps-pkg/text/l10n/bg.json +%%WWWDIR%%/apps-pkg/text/l10n/br.js +%%WWWDIR%%/apps-pkg/text/l10n/br.json %%WWWDIR%%/apps-pkg/text/l10n/ca.js %%WWWDIR%%/apps-pkg/text/l10n/ca.json %%WWWDIR%%/apps-pkg/text/l10n/cs.js @@ -11878,6 +11939,8 @@ %%WWWDIR%%/apps-pkg/text/l10n/es_SV.json %%WWWDIR%%/apps-pkg/text/l10n/es_UY.js %%WWWDIR%%/apps-pkg/text/l10n/es_UY.json +%%WWWDIR%%/apps-pkg/text/l10n/et_EE.js +%%WWWDIR%%/apps-pkg/text/l10n/et_EE.json %%WWWDIR%%/apps-pkg/text/l10n/eu.js %%WWWDIR%%/apps-pkg/text/l10n/eu.json %%WWWDIR%%/apps-pkg/text/l10n/fa.js @@ -11894,6 +11957,8 @@ %%WWWDIR%%/apps-pkg/text/l10n/hr.json %%WWWDIR%%/apps-pkg/text/l10n/hu.js %%WWWDIR%%/apps-pkg/text/l10n/hu.json +%%WWWDIR%%/apps-pkg/text/l10n/id.js +%%WWWDIR%%/apps-pkg/text/l10n/id.json %%WWWDIR%%/apps-pkg/text/l10n/is.js %%WWWDIR%%/apps-pkg/text/l10n/is.json %%WWWDIR%%/apps-pkg/text/l10n/it.js @@ -11908,6 +11973,8 @@ %%WWWDIR%%/apps-pkg/text/l10n/lt_LT.json %%WWWDIR%%/apps-pkg/text/l10n/lv.js %%WWWDIR%%/apps-pkg/text/l10n/lv.json +%%WWWDIR%%/apps-pkg/text/l10n/mk.js +%%WWWDIR%%/apps-pkg/text/l10n/mk.json %%WWWDIR%%/apps-pkg/text/l10n/mn.js %%WWWDIR%%/apps-pkg/text/l10n/mn.json %%WWWDIR%%/apps-pkg/text/l10n/nb.js @@ -12255,6 +12322,8 @@ %%WWWDIR%%/apps-pkg/twofactor_backupcodes/l10n/sv.json %%WWWDIR%%/apps-pkg/twofactor_backupcodes/l10n/tr.js %%WWWDIR%%/apps-pkg/twofactor_backupcodes/l10n/tr.json +%%WWWDIR%%/apps-pkg/twofactor_backupcodes/l10n/uk.js +%%WWWDIR%%/apps-pkg/twofactor_backupcodes/l10n/uk.json %%WWWDIR%%/apps-pkg/twofactor_backupcodes/l10n/zh_CN.js %%WWWDIR%%/apps-pkg/twofactor_backupcodes/l10n/zh_CN.json %%WWWDIR%%/apps-pkg/twofactor_backupcodes/l10n/zh_TW.js @@ -12858,7 +12927,6 @@ %%WWWDIR%%/apps-pkg/user_ldap/vendor/ui-multiselect/jquery.multiselect.css %%WWWDIR%%/apps-pkg/user_ldap/vendor/ui-multiselect/src/jquery.multiselect.js %%WWWDIR%%/apps-pkg/viewer/.npmignore -%%WWWDIR%%/apps-pkg/viewer/.stylelintrc.js %%WWWDIR%%/apps-pkg/viewer/COPYING %%WWWDIR%%/apps-pkg/viewer/appinfo/app.php %%WWWDIR%%/apps-pkg/viewer/appinfo/info.xml @@ -12867,14 +12935,16 @@ %%WWWDIR%%/apps-pkg/viewer/composer.json %%WWWDIR%%/apps-pkg/viewer/img/app.svg %%WWWDIR%%/apps-pkg/viewer/img/plyr.svg -%%WWWDIR%%/apps-pkg/viewer/js/viewer.js -%%WWWDIR%%/apps-pkg/viewer/js/viewer.js.map +%%WWWDIR%%/apps-pkg/viewer/js/viewer-main.js +%%WWWDIR%%/apps-pkg/viewer/js/viewer-main.js.map %%WWWDIR%%/apps-pkg/viewer/l10n/af.js %%WWWDIR%%/apps-pkg/viewer/l10n/af.json %%WWWDIR%%/apps-pkg/viewer/l10n/ar.js %%WWWDIR%%/apps-pkg/viewer/l10n/ar.json %%WWWDIR%%/apps-pkg/viewer/l10n/bg.js %%WWWDIR%%/apps-pkg/viewer/l10n/bg.json +%%WWWDIR%%/apps-pkg/viewer/l10n/br.js +%%WWWDIR%%/apps-pkg/viewer/l10n/br.json %%WWWDIR%%/apps-pkg/viewer/l10n/ca.js %%WWWDIR%%/apps-pkg/viewer/l10n/ca.json %%WWWDIR%%/apps-pkg/viewer/l10n/cs.js @@ -12978,6 +13048,7 @@ %%WWWDIR%%/apps-pkg/viewer/lib/AppInfo/Application.php %%WWWDIR%%/apps-pkg/viewer/lib/Event/LoadViewer.php %%WWWDIR%%/apps-pkg/viewer/lib/Listener/LoadViewerScript.php +%%WWWDIR%%/apps-pkg/viewer/stylelint.config.js %%WWWDIR%%/apps-pkg/workflowengine/appinfo/app.php %%WWWDIR%%/apps-pkg/workflowengine/appinfo/info.xml %%WWWDIR%%/apps-pkg/workflowengine/appinfo/routes.php @@ -13460,7 +13531,6 @@ %%WWWDIR%%/core/doc/admin/_sources/configuration_files/external_storage/sftp.rst.txt %%WWWDIR%%/core/doc/admin/_sources/configuration_files/external_storage/smb.rst.txt %%WWWDIR%%/core/doc/admin/_sources/configuration_files/external_storage/webdav.rst.txt -%%WWWDIR%%/core/doc/admin/_sources/configuration_files/external_storage_configuration.rst.txt %%WWWDIR%%/core/doc/admin/_sources/configuration_files/external_storage_configuration_gui.rst.txt %%WWWDIR%%/core/doc/admin/_sources/configuration_files/federated_cloud_sharing_configuration.rst.txt %%WWWDIR%%/core/doc/admin/_sources/configuration_files/file_sharing_configuration.rst.txt @@ -13538,24 +13608,31 @@ %%WWWDIR%%/core/doc/admin/_sources/maintenance/upgrade.rst.txt %%WWWDIR%%/core/doc/admin/_sources/release_notes.rst.txt %%WWWDIR%%/core/doc/admin/_sources/release_schedule.rst.txt -%%WWWDIR%%/core/doc/admin/_static/ajax-loader.gif %%WWWDIR%%/core/doc/admin/_static/basic.css -%%WWWDIR%%/core/doc/admin/_static/comment-bright.png -%%WWWDIR%%/core/doc/admin/_static/comment-close.png -%%WWWDIR%%/core/doc/admin/_static/comment.png %%WWWDIR%%/core/doc/admin/_static/css/badge_only.css +%%WWWDIR%%/core/doc/admin/_static/css/fonts/Roboto-Slab-Bold.woff +%%WWWDIR%%/core/doc/admin/_static/css/fonts/Roboto-Slab-Bold.woff2 +%%WWWDIR%%/core/doc/admin/_static/css/fonts/Roboto-Slab-Regular.woff +%%WWWDIR%%/core/doc/admin/_static/css/fonts/Roboto-Slab-Regular.woff2 +%%WWWDIR%%/core/doc/admin/_static/css/fonts/fontawesome-webfont.eot +%%WWWDIR%%/core/doc/admin/_static/css/fonts/fontawesome-webfont.svg +%%WWWDIR%%/core/doc/admin/_static/css/fonts/fontawesome-webfont.ttf +%%WWWDIR%%/core/doc/admin/_static/css/fonts/fontawesome-webfont.woff +%%WWWDIR%%/core/doc/admin/_static/css/fonts/fontawesome-webfont.woff2 +%%WWWDIR%%/core/doc/admin/_static/css/fonts/lato-bold-italic.woff +%%WWWDIR%%/core/doc/admin/_static/css/fonts/lato-bold-italic.woff2 +%%WWWDIR%%/core/doc/admin/_static/css/fonts/lato-bold.woff +%%WWWDIR%%/core/doc/admin/_static/css/fonts/lato-bold.woff2 +%%WWWDIR%%/core/doc/admin/_static/css/fonts/lato-normal-italic.woff +%%WWWDIR%%/core/doc/admin/_static/css/fonts/lato-normal-italic.woff2 +%%WWWDIR%%/core/doc/admin/_static/css/fonts/lato-normal.woff +%%WWWDIR%%/core/doc/admin/_static/css/fonts/lato-normal.woff2 %%WWWDIR%%/core/doc/admin/_static/css/theme.css %%WWWDIR%%/core/doc/admin/_static/custom.css %%WWWDIR%%/core/doc/admin/_static/doctools.js %%WWWDIR%%/core/doc/admin/_static/documentation_options.js -%%WWWDIR%%/core/doc/admin/_static/down-pressed.png -%%WWWDIR%%/core/doc/admin/_static/down.png %%WWWDIR%%/core/doc/admin/_static/file.png -%%WWWDIR%%/core/doc/admin/_static/fonts/Inconsolata-Bold.ttf -%%WWWDIR%%/core/doc/admin/_static/fonts/Inconsolata-Regular.ttf -%%WWWDIR%%/core/doc/admin/_static/fonts/Inconsolata.ttf -%%WWWDIR%%/core/doc/admin/_static/fonts/Lato-Bold.ttf -%%WWWDIR%%/core/doc/admin/_static/fonts/Lato-Regular.ttf +%%WWWDIR%%/core/doc/admin/_static/fonts/FontAwesome.otf %%WWWDIR%%/core/doc/admin/_static/fonts/Lato/lato-bold.eot %%WWWDIR%%/core/doc/admin/_static/fonts/Lato/lato-bold.ttf %%WWWDIR%%/core/doc/admin/_static/fonts/Lato/lato-bold.woff @@ -13572,8 +13649,14 @@ %%WWWDIR%%/core/doc/admin/_static/fonts/Lato/lato-regular.ttf %%WWWDIR%%/core/doc/admin/_static/fonts/Lato/lato-regular.woff %%WWWDIR%%/core/doc/admin/_static/fonts/Lato/lato-regular.woff2 -%%WWWDIR%%/core/doc/admin/_static/fonts/RobotoSlab-Bold.ttf -%%WWWDIR%%/core/doc/admin/_static/fonts/RobotoSlab-Regular.ttf +%%WWWDIR%%/core/doc/admin/_static/fonts/Roboto-Slab-Bold.woff +%%WWWDIR%%/core/doc/admin/_static/fonts/Roboto-Slab-Bold.woff2 +%%WWWDIR%%/core/doc/admin/_static/fonts/Roboto-Slab-Light.woff +%%WWWDIR%%/core/doc/admin/_static/fonts/Roboto-Slab-Light.woff2 +%%WWWDIR%%/core/doc/admin/_static/fonts/Roboto-Slab-Regular.woff +%%WWWDIR%%/core/doc/admin/_static/fonts/Roboto-Slab-Regular.woff2 +%%WWWDIR%%/core/doc/admin/_static/fonts/Roboto-Slab-Thin.woff +%%WWWDIR%%/core/doc/admin/_static/fonts/Roboto-Slab-Thin.woff2 %%WWWDIR%%/core/doc/admin/_static/fonts/RobotoSlab/roboto-slab-v7-bold.eot %%WWWDIR%%/core/doc/admin/_static/fonts/RobotoSlab/roboto-slab-v7-bold.ttf %%WWWDIR%%/core/doc/admin/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff @@ -13587,8 +13670,19 @@ %%WWWDIR%%/core/doc/admin/_static/fonts/fontawesome-webfont.ttf %%WWWDIR%%/core/doc/admin/_static/fonts/fontawesome-webfont.woff %%WWWDIR%%/core/doc/admin/_static/fonts/fontawesome-webfont.woff2 -%%WWWDIR%%/core/doc/admin/_static/jquery-3.2.1.js +%%WWWDIR%%/core/doc/admin/_static/fonts/lato-bold-italic.woff +%%WWWDIR%%/core/doc/admin/_static/fonts/lato-bold-italic.woff2 +%%WWWDIR%%/core/doc/admin/_static/fonts/lato-bold.woff +%%WWWDIR%%/core/doc/admin/_static/fonts/lato-bold.woff2 +%%WWWDIR%%/core/doc/admin/_static/fonts/lato-normal-italic.woff +%%WWWDIR%%/core/doc/admin/_static/fonts/lato-normal-italic.woff2 +%%WWWDIR%%/core/doc/admin/_static/fonts/lato-normal.woff +%%WWWDIR%%/core/doc/admin/_static/fonts/lato-normal.woff2 +%%WWWDIR%%/core/doc/admin/_static/jquery-3.5.1.js %%WWWDIR%%/core/doc/admin/_static/jquery.js +%%WWWDIR%%/core/doc/admin/_static/js/badge_only.js +%%WWWDIR%%/core/doc/admin/_static/js/html5shiv-printshiv.min.js +%%WWWDIR%%/core/doc/admin/_static/js/html5shiv.min.js %%WWWDIR%%/core/doc/admin/_static/js/modernizr.min.js %%WWWDIR%%/core/doc/admin/_static/js/theme.js %%WWWDIR%%/core/doc/admin/_static/language_data.js @@ -13612,9 +13706,6 @@ %%WWWDIR%%/core/doc/admin/_static/social/youtube.svg %%WWWDIR%%/core/doc/admin/_static/underscore-1.3.1.js %%WWWDIR%%/core/doc/admin/_static/underscore.js -%%WWWDIR%%/core/doc/admin/_static/up-pressed.png -%%WWWDIR%%/core/doc/admin/_static/up.png -%%WWWDIR%%/core/doc/admin/_static/websupport.js %%WWWDIR%%/core/doc/admin/apps_management.html %%WWWDIR%%/core/doc/admin/configuration_database/bigint_identifiers.html %%WWWDIR%%/core/doc/admin/configuration_database/db_conversion.html @@ -13634,7 +13725,6 @@ %%WWWDIR%%/core/doc/admin/configuration_files/external_storage/sftp.html %%WWWDIR%%/core/doc/admin/configuration_files/external_storage/smb.html %%WWWDIR%%/core/doc/admin/configuration_files/external_storage/webdav.html -%%WWWDIR%%/core/doc/admin/configuration_files/external_storage_configuration.html %%WWWDIR%%/core/doc/admin/configuration_files/external_storage_configuration_gui.html %%WWWDIR%%/core/doc/admin/configuration_files/federated_cloud_sharing_configuration.html %%WWWDIR%%/core/doc/admin/configuration_files/file_sharing_configuration.html @@ -13751,6 +13841,7 @@ %%WWWDIR%%/core/doc/user/_images/contact_picture.png %%WWWDIR%%/core/doc/user/_images/contact_picture_options.png %%WWWDIR%%/core/doc/user/_images/contact_picture_set.png +%%WWWDIR%%/core/doc/user/_images/contact_uploadbutton.png %%WWWDIR%%/core/doc/user/_images/contacts_empty.png %%WWWDIR%%/core/doc/user/_images/contacts_menu.png %%WWWDIR%%/core/doc/user/_images/contacts_popup.png @@ -13805,6 +13896,7 @@ %%WWWDIR%%/core/doc/user/_images/totp_enable.png %%WWWDIR%%/core/doc/user/_images/totp_login_1.png %%WWWDIR%%/core/doc/user/_images/totp_login_2.png +%%WWWDIR%%/core/doc/user/_images/transfer_ownership-accept.png %%WWWDIR%%/core/doc/user/_images/users-files.png %%WWWDIR%%/core/doc/user/_images/video_player_2.png %%WWWDIR%%/core/doc/user/_images/webdav_dolphin.png @@ -13824,6 +13916,7 @@ %%WWWDIR%%/core/doc/user/_sources/files/large_file_upload.rst.txt %%WWWDIR%%/core/doc/user/_sources/files/projects.rst.txt %%WWWDIR%%/core/doc/user/_sources/files/quota.rst.txt +%%WWWDIR%%/core/doc/user/_sources/files/transfer_ownership.rst.txt %%WWWDIR%%/core/doc/user/_sources/files/version_control.rst.txt %%WWWDIR%%/core/doc/user/_sources/index.rst.txt %%WWWDIR%%/core/doc/user/_sources/pim/calendar.rst.txt @@ -13841,24 +13934,31 @@ %%WWWDIR%%/core/doc/user/_sources/userpreferences.rst.txt %%WWWDIR%%/core/doc/user/_sources/webinterface.rst.txt %%WWWDIR%%/core/doc/user/_sources/whats_new.rst.txt -%%WWWDIR%%/core/doc/user/_static/ajax-loader.gif %%WWWDIR%%/core/doc/user/_static/basic.css -%%WWWDIR%%/core/doc/user/_static/comment-bright.png -%%WWWDIR%%/core/doc/user/_static/comment-close.png -%%WWWDIR%%/core/doc/user/_static/comment.png %%WWWDIR%%/core/doc/user/_static/css/badge_only.css +%%WWWDIR%%/core/doc/user/_static/css/fonts/Roboto-Slab-Bold.woff +%%WWWDIR%%/core/doc/user/_static/css/fonts/Roboto-Slab-Bold.woff2 +%%WWWDIR%%/core/doc/user/_static/css/fonts/Roboto-Slab-Regular.woff +%%WWWDIR%%/core/doc/user/_static/css/fonts/Roboto-Slab-Regular.woff2 +%%WWWDIR%%/core/doc/user/_static/css/fonts/fontawesome-webfont.eot +%%WWWDIR%%/core/doc/user/_static/css/fonts/fontawesome-webfont.svg +%%WWWDIR%%/core/doc/user/_static/css/fonts/fontawesome-webfont.ttf +%%WWWDIR%%/core/doc/user/_static/css/fonts/fontawesome-webfont.woff +%%WWWDIR%%/core/doc/user/_static/css/fonts/fontawesome-webfont.woff2 +%%WWWDIR%%/core/doc/user/_static/css/fonts/lato-bold-italic.woff +%%WWWDIR%%/core/doc/user/_static/css/fonts/lato-bold-italic.woff2 +%%WWWDIR%%/core/doc/user/_static/css/fonts/lato-bold.woff +%%WWWDIR%%/core/doc/user/_static/css/fonts/lato-bold.woff2 +%%WWWDIR%%/core/doc/user/_static/css/fonts/lato-normal-italic.woff +%%WWWDIR%%/core/doc/user/_static/css/fonts/lato-normal-italic.woff2 +%%WWWDIR%%/core/doc/user/_static/css/fonts/lato-normal.woff +%%WWWDIR%%/core/doc/user/_static/css/fonts/lato-normal.woff2 %%WWWDIR%%/core/doc/user/_static/css/theme.css %%WWWDIR%%/core/doc/user/_static/custom.css %%WWWDIR%%/core/doc/user/_static/doctools.js %%WWWDIR%%/core/doc/user/_static/documentation_options.js -%%WWWDIR%%/core/doc/user/_static/down-pressed.png -%%WWWDIR%%/core/doc/user/_static/down.png %%WWWDIR%%/core/doc/user/_static/file.png -%%WWWDIR%%/core/doc/user/_static/fonts/Inconsolata-Bold.ttf -%%WWWDIR%%/core/doc/user/_static/fonts/Inconsolata-Regular.ttf -%%WWWDIR%%/core/doc/user/_static/fonts/Inconsolata.ttf -%%WWWDIR%%/core/doc/user/_static/fonts/Lato-Bold.ttf -%%WWWDIR%%/core/doc/user/_static/fonts/Lato-Regular.ttf +%%WWWDIR%%/core/doc/user/_static/fonts/FontAwesome.otf %%WWWDIR%%/core/doc/user/_static/fonts/Lato/lato-bold.eot %%WWWDIR%%/core/doc/user/_static/fonts/Lato/lato-bold.ttf %%WWWDIR%%/core/doc/user/_static/fonts/Lato/lato-bold.woff @@ -13875,8 +13975,14 @@ %%WWWDIR%%/core/doc/user/_static/fonts/Lato/lato-regular.ttf %%WWWDIR%%/core/doc/user/_static/fonts/Lato/lato-regular.woff %%WWWDIR%%/core/doc/user/_static/fonts/Lato/lato-regular.woff2 -%%WWWDIR%%/core/doc/user/_static/fonts/RobotoSlab-Bold.ttf -%%WWWDIR%%/core/doc/user/_static/fonts/RobotoSlab-Regular.ttf +%%WWWDIR%%/core/doc/user/_static/fonts/Roboto-Slab-Bold.woff +%%WWWDIR%%/core/doc/user/_static/fonts/Roboto-Slab-Bold.woff2 +%%WWWDIR%%/core/doc/user/_static/fonts/Roboto-Slab-Light.woff +%%WWWDIR%%/core/doc/user/_static/fonts/Roboto-Slab-Light.woff2 +%%WWWDIR%%/core/doc/user/_static/fonts/Roboto-Slab-Regular.woff +%%WWWDIR%%/core/doc/user/_static/fonts/Roboto-Slab-Regular.woff2 +%%WWWDIR%%/core/doc/user/_static/fonts/Roboto-Slab-Thin.woff +%%WWWDIR%%/core/doc/user/_static/fonts/Roboto-Slab-Thin.woff2 %%WWWDIR%%/core/doc/user/_static/fonts/RobotoSlab/roboto-slab-v7-bold.eot %%WWWDIR%%/core/doc/user/_static/fonts/RobotoSlab/roboto-slab-v7-bold.ttf %%WWWDIR%%/core/doc/user/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff @@ -13890,8 +13996,19 @@ %%WWWDIR%%/core/doc/user/_static/fonts/fontawesome-webfont.ttf %%WWWDIR%%/core/doc/user/_static/fonts/fontawesome-webfont.woff %%WWWDIR%%/core/doc/user/_static/fonts/fontawesome-webfont.woff2 -%%WWWDIR%%/core/doc/user/_static/jquery-3.2.1.js +%%WWWDIR%%/core/doc/user/_static/fonts/lato-bold-italic.woff +%%WWWDIR%%/core/doc/user/_static/fonts/lato-bold-italic.woff2 +%%WWWDIR%%/core/doc/user/_static/fonts/lato-bold.woff +%%WWWDIR%%/core/doc/user/_static/fonts/lato-bold.woff2 +%%WWWDIR%%/core/doc/user/_static/fonts/lato-normal-italic.woff +%%WWWDIR%%/core/doc/user/_static/fonts/lato-normal-italic.woff2 +%%WWWDIR%%/core/doc/user/_static/fonts/lato-normal.woff +%%WWWDIR%%/core/doc/user/_static/fonts/lato-normal.woff2 +%%WWWDIR%%/core/doc/user/_static/jquery-3.5.1.js %%WWWDIR%%/core/doc/user/_static/jquery.js +%%WWWDIR%%/core/doc/user/_static/js/badge_only.js +%%WWWDIR%%/core/doc/user/_static/js/html5shiv-printshiv.min.js +%%WWWDIR%%/core/doc/user/_static/js/html5shiv.min.js %%WWWDIR%%/core/doc/user/_static/js/modernizr.min.js %%WWWDIR%%/core/doc/user/_static/js/theme.js %%WWWDIR%%/core/doc/user/_static/language_data.js @@ -13915,9 +14032,6 @@ %%WWWDIR%%/core/doc/user/_static/social/youtube.svg %%WWWDIR%%/core/doc/user/_static/underscore-1.3.1.js %%WWWDIR%%/core/doc/user/_static/underscore.js -%%WWWDIR%%/core/doc/user/_static/up-pressed.png -%%WWWDIR%%/core/doc/user/_static/up.png -%%WWWDIR%%/core/doc/user/_static/websupport.js %%WWWDIR%%/core/doc/user/contents.html %%WWWDIR%%/core/doc/user/external_storage/external_storage.html %%WWWDIR%%/core/doc/user/external_storage/index.html @@ -13933,6 +14047,7 @@ %%WWWDIR%%/core/doc/user/files/large_file_upload.html %%WWWDIR%%/core/doc/user/files/projects.html %%WWWDIR%%/core/doc/user/files/quota.html +%%WWWDIR%%/core/doc/user/files/transfer_ownership.html %%WWWDIR%%/core/doc/user/files/version_control.html %%WWWDIR%%/core/doc/user/genindex.html %%WWWDIR%%/core/doc/user/index.html @@ -14161,6 +14276,12 @@ %%WWWDIR%%/core/img/twitter.svg %%WWWDIR%%/core/js/backgroundjobs.js %%WWWDIR%%/core/js/core.json +%%WWWDIR%%/core/js/dist/files_client.js +%%WWWDIR%%/core/js/dist/files_client.js.map +%%WWWDIR%%/core/js/dist/files_fileinfo.js +%%WWWDIR%%/core/js/dist/files_fileinfo.js.map +%%WWWDIR%%/core/js/dist/files_iedavclient.js +%%WWWDIR%%/core/js/dist/files_iedavclient.js.map %%WWWDIR%%/core/js/dist/install.js %%WWWDIR%%/core/js/dist/install.js.map %%WWWDIR%%/core/js/dist/login.js @@ -14221,6 +14342,8 @@ %%WWWDIR%%/core/l10n/ast.json %%WWWDIR%%/core/l10n/bg.js %%WWWDIR%%/core/l10n/bg.json +%%WWWDIR%%/core/l10n/br.js +%%WWWDIR%%/core/l10n/br.json %%WWWDIR%%/core/l10n/ca.js %%WWWDIR%%/core/l10n/ca.json %%WWWDIR%%/core/l10n/cs.js @@ -14708,6 +14831,8 @@ %%WWWDIR%%/lib/private/Authentication/Listeners/RemoteWipeEmailListener.php %%WWWDIR%%/lib/private/Authentication/Listeners/RemoteWipeNotificationsListener.php %%WWWDIR%%/lib/private/Authentication/Listeners/UserDeletedStoreCleanupListener.php +%%WWWDIR%%/lib/private/Authentication/Listeners/UserDeletedTokenCleanupListener.php +%%WWWDIR%%/lib/private/Authentication/Listeners/UserLoggedInListener.php %%WWWDIR%%/lib/private/Authentication/Login/ALoginCommand.php %%WWWDIR%%/lib/private/Authentication/Login/Chain.php %%WWWDIR%%/lib/private/Authentication/Login/ClearLostPasswordTokensCommand.php @@ -15203,6 +15328,7 @@ %%WWWDIR%%/lib/private/Share20/ProviderFactory.php %%WWWDIR%%/lib/private/Share20/Share.php %%WWWDIR%%/lib/private/Share20/ShareHelper.php +%%WWWDIR%%/lib/private/Share20/UserRemovedListener.php %%WWWDIR%%/lib/private/Streamer.php %%WWWDIR%%/lib/private/SubAdmin.php %%WWWDIR%%/lib/private/Support/CrashReport/Registry.php