www/nextcloud: Update to 19.0.2
* Remove no-op MEMCACHED option
This commit is contained in:
parent
ba598b9c77
commit
891b571d2e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=546783
3 changed files with 100 additions and 43 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= nextcloud
|
||||
PORTVERSION= 19.0.1
|
||||
PORTVERSION= 19.0.2
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= https://download.nextcloud.com/server/releases/
|
||||
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}
|
||||
|
@ -28,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
|
||||
|
@ -40,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
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1594999315
|
||||
SHA256 (nextcloud-19.0.1.tar.bz2) = 4ef311e00d939915d3a9714cd3a1ad436db9157e04620e4a88c2f427e5e65b2d
|
||||
SIZE (nextcloud-19.0.1.tar.bz2) = 90595211
|
||||
TIMESTAMP = 1598610382
|
||||
SHA256 (nextcloud-19.0.2.tar.bz2) = 8152f385fdb0645114e0043aaf07b0de046fbaf205fa6d6bf530d22db86c66a5
|
||||
SIZE (nextcloud-19.0.2.tar.bz2) = 99715473
|
||||
|
|
|
@ -1905,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
|
||||
|
@ -4833,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
|
||||
|
@ -6072,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
|
||||
|
@ -6312,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
|
||||
|
@ -8439,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
|
||||
|
@ -9527,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
|
||||
|
@ -10118,6 +10127,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
|
||||
|
@ -10618,6 +10629,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
|
||||
|
@ -11852,6 +11865,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
|
||||
|
@ -12894,7 +12909,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
|
||||
|
@ -12903,8 +12917,8 @@
|
|||
%%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
|
||||
|
@ -13016,6 +13030,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
|
||||
|
@ -13575,24 +13590,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
|
||||
|
@ -13609,8 +13631,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
|
||||
|
@ -13624,8 +13652,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
|
||||
|
@ -13649,9 +13688,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
|
||||
|
@ -13880,24 +13916,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
|
||||
|
@ -13914,8 +13957,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
|
||||
|
@ -13929,8 +13978,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
|
||||
|
@ -13954,9 +14014,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
|
||||
|
@ -15252,6 +15309,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
|
||||
|
|
Loading…
Reference in a new issue