From owner-svn-ports-head@freebsd.org Sun Jul 29 19:10:19 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C3A5C105E6DD; Sun, 29 Jul 2018 19:10:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D60AA8CD0B; Sun, 29 Jul 2018 19:10:17 +0000 (UTC) (envelope-from sunpoet@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 59A6F19C0E; Sun, 29 Jul 2018 19:10:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6TJAH3d035091; Sun, 29 Jul 2018 19:10:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6TJAG2Q035085; Sun, 29 Jul 2018 19:10:16 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201807291910.w6TJAG2Q035085@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 29 Jul 2018 19:10:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r475692 - head/www/owncloud X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/owncloud X-SVN-Commit-Revision: 475692 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jul 2018 19:10:19 -0000 Author: sunpoet Date: Sun Jul 29 19:10:16 2018 New Revision: 475692 URL: https://svnweb.freebsd.org/changeset/ports/475692 Log: Update to 10.0.9 Changes: https://github.com/owncloud/core/blob/stable10/CHANGELOG.md Modified: head/www/owncloud/Makefile head/www/owncloud/distinfo head/www/owncloud/pkg-plist Modified: head/www/owncloud/Makefile ============================================================================== --- head/www/owncloud/Makefile Sun Jul 29 19:10:11 2018 (r475691) +++ head/www/owncloud/Makefile Sun Jul 29 19:10:16 2018 (r475692) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= owncloud -PORTVERSION= 10.0.8 +PORTVERSION= 10.0.9 CATEGORIES= www MASTER_SITES= https://download.owncloud.org/community/ Modified: head/www/owncloud/distinfo ============================================================================== --- head/www/owncloud/distinfo Sun Jul 29 19:10:11 2018 (r475691) +++ head/www/owncloud/distinfo Sun Jul 29 19:10:16 2018 (r475692) @@ -1,3 +1,3 @@ -TIMESTAMP = 1524388550 -SHA256 (owncloud-10.0.8.tar.bz2) = 9eef77a171cf69fc89b0628b083b4b1dd15eec375599c7eb5ac0b6d37ab6f903 -SIZE (owncloud-10.0.8.tar.bz2) = 40671279 +TIMESTAMP = 1532861529 +SHA256 (owncloud-10.0.9.tar.bz2) = 767faedf7b236b469e71ad73a70c6250fc33fd493708d95cf31b0b58b4710973 +SIZE (owncloud-10.0.9.tar.bz2) = 40769945 Modified: head/www/owncloud/pkg-plist ============================================================================== --- head/www/owncloud/pkg-plist Sun Jul 29 19:10:11 2018 (r475691) +++ head/www/owncloud/pkg-plist Sun Jul 29 19:10:16 2018 (r475692) @@ -441,7 +441,9 @@ %%WWWDIR%%/apps/dav/lib/Connector/Sabre/TagsPlugin.php %%WWWDIR%%/apps/dav/lib/Connector/Sabre/ValidateRequestPlugin.php %%WWWDIR%%/apps/dav/lib/DAV/AbstractCustomPropertiesBackend.php +%%WWWDIR%%/apps/dav/lib/DAV/CopyPlugin.php %%WWWDIR%%/apps/dav/lib/DAV/FileCustomPropertiesBackend.php +%%WWWDIR%%/apps/dav/lib/DAV/FileCustomPropertiesPlugin.php %%WWWDIR%%/apps/dav/lib/DAV/GroupPrincipalBackend.php %%WWWDIR%%/apps/dav/lib/DAV/MiscCustomPropertiesBackend.php %%WWWDIR%%/apps/dav/lib/DAV/PublicAuth.php @@ -453,10 +455,17 @@ %%WWWDIR%%/apps/dav/lib/DAV/SystemPrincipalBackend.php %%WWWDIR%%/apps/dav/lib/Files/BrowserErrorPagePlugin.php %%WWWDIR%%/apps/dav/lib/Files/FilesHome.php +%%WWWDIR%%/apps/dav/lib/Files/ICopySource.php +%%WWWDIR%%/apps/dav/lib/Files/IFileNode.php +%%WWWDIR%%/apps/dav/lib/Files/IProvidesAdditionalHeaders.php +%%WWWDIR%%/apps/dav/lib/Files/PreviewPlugin.php %%WWWDIR%%/apps/dav/lib/Files/RootCollection.php %%WWWDIR%%/apps/dav/lib/Files/Sharing/PublicLinkCheckPlugin.php %%WWWDIR%%/apps/dav/lib/Files/Xml/FilterRequest.php %%WWWDIR%%/apps/dav/lib/HookManager.php +%%WWWDIR%%/apps/dav/lib/Meta/MetaFile.php +%%WWWDIR%%/apps/dav/lib/Meta/MetaFolder.php +%%WWWDIR%%/apps/dav/lib/Meta/RootCollection.php %%WWWDIR%%/apps/dav/lib/Repair/RemoveInvalidShares.php %%WWWDIR%%/apps/dav/lib/RootCollection.php %%WWWDIR%%/apps/dav/lib/Server.php @@ -2165,23 +2174,30 @@ %%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Verifier/Abstract.php %%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Verifier/Pem.php %%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/autoload.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/.scrutinizer.yml %%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/LICENSE.txt +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/Makefile %%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/README.md %%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/composer.json +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/AbstractServer.php %%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/AbstractShare.php -%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Connection.php -%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/ErrorCodes.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/AnonymousAuth.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/BasicAuth.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Change.php %%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/AccessDeniedException.php %%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/AlreadyExistsException.php %%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/AuthenticationException.php %%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/ConnectException.php %%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/ConnectionException.php %%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/ConnectionRefusedException.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/DependencyException.php %%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/Exception.php %%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/FileInUseException.php %%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/ForbiddenException.php %%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/HostDownException.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/InvalidArgumentException.php %%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/InvalidHostException.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/InvalidParameterException.php %%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/InvalidPathException.php %%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/InvalidRequestException.php %%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/InvalidResourceException.php @@ -2190,21 +2206,33 @@ %%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/NoRouteToHostException.php %%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/NotEmptyException.php %%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/NotFoundException.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/OutOfSpaceException.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/RevisionMismatchException.php %%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/TimedOutException.php -%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/FileInfo.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/IAuth.php %%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/IFileInfo.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/INotifyHandler.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/IServer.php %%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/IShare.php -%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/NativeFileInfo.php -%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/NativeServer.php -%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/NativeShare.php -%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/NativeState.php -%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/NativeStream.php -%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Parser.php -%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/RawConnection.php -%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Server.php -%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Share.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/KerberosAuth.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Native/NativeFileInfo.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Native/NativeReadStream.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Native/NativeServer.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Native/NativeShare.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Native/NativeState.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Native/NativeStream.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Native/NativeWriteStream.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/ServerFactory.php %%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/System.php %%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/TimeZoneProvider.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Connection.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Wrapped/ErrorCodes.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Wrapped/FileInfo.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Wrapped/NotifyHandler.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Parser.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Wrapped/RawConnection.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Server.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Share.php %%WWWDIR%%/apps/files_external/3rdparty/icewind/streams-dummy/composer.json %%WWWDIR%%/apps/files_external/3rdparty/icewind/streams/.travis.yml %%WWWDIR%%/apps/files_external/3rdparty/icewind/streams/LICENCE @@ -2476,6 +2504,7 @@ %%WWWDIR%%/apps/files_sharing/css/sharetabview.css %%WWWDIR%%/apps/files_sharing/css/upload.css %%WWWDIR%%/apps/files_sharing/img/app.svg +%%WWWDIR%%/apps/files_sharing/img/folder-waiting.svg %%WWWDIR%%/apps/files_sharing/js/PublicUploadView.js %%WWWDIR%%/apps/files_sharing/js/app.js %%WWWDIR%%/apps/files_sharing/js/authenticate.js @@ -2679,7 +2708,9 @@ %%WWWDIR%%/apps/files_sharing/lib/Middleware/SharingCheckMiddleware.php %%WWWDIR%%/apps/files_sharing/lib/Migration.php %%WWWDIR%%/apps/files_sharing/lib/MountProvider.php +%%WWWDIR%%/apps/files_sharing/lib/Notifier.php %%WWWDIR%%/apps/files_sharing/lib/Scanner.php +%%WWWDIR%%/apps/files_sharing/lib/Service/NotificationPublisher.php %%WWWDIR%%/apps/files_sharing/lib/ShareBackend/File.php %%WWWDIR%%/apps/files_sharing/lib/ShareBackend/Folder.php %%WWWDIR%%/apps/files_sharing/lib/SharedMount.php @@ -2884,15 +2915,10 @@ %%WWWDIR%%/apps/files_trashbin/lib/Trashbin.php %%WWWDIR%%/apps/files_trashbin/list.php %%WWWDIR%%/apps/files_trashbin/templates/index.php -%%WWWDIR%%/apps/files_versions/ajax/getVersions.php -%%WWWDIR%%/apps/files_versions/ajax/preview.php -%%WWWDIR%%/apps/files_versions/ajax/rollbackVersion.php %%WWWDIR%%/apps/files_versions/appinfo/app.php %%WWWDIR%%/apps/files_versions/appinfo/info.xml -%%WWWDIR%%/apps/files_versions/appinfo/routes.php %%WWWDIR%%/apps/files_versions/appinfo/signature.json %%WWWDIR%%/apps/files_versions/css/versions.css -%%WWWDIR%%/apps/files_versions/download.php %%WWWDIR%%/apps/files_versions/img/app.svg %%WWWDIR%%/apps/files_versions/js/filesplugin.js %%WWWDIR%%/apps/files_versions/js/versioncollection.js @@ -3251,12 +3277,14 @@ %%WWWDIR%%/apps/market/vendor/composer/autoload_real.php %%WWWDIR%%/apps/market/vendor/composer/autoload_static.php %%WWWDIR%%/apps/market/vendor/composer/installed.json +%%WWWDIR%%/apps/notifications/.drone.yml %%WWWDIR%%/apps/notifications/CHANGELOG.md %%WWWDIR%%/apps/notifications/COPYING %%WWWDIR%%/apps/notifications/Makefile %%WWWDIR%%/apps/notifications/appinfo/Migrations/Version20170801085340.php %%WWWDIR%%/apps/notifications/appinfo/Migrations/Version20170801152524.php %%WWWDIR%%/apps/notifications/appinfo/Migrations/Version20180119080933.php +%%WWWDIR%%/apps/notifications/appinfo/Migrations/Version20180604132522.php %%WWWDIR%%/apps/notifications/appinfo/app.php %%WWWDIR%%/apps/notifications/appinfo/info.xml %%WWWDIR%%/apps/notifications/appinfo/routes.php @@ -3455,20 +3483,6 @@ %%WWWDIR%%/apps/systemtags/lib/Activity/Listener.php %%WWWDIR%%/apps/systemtags/list.php %%WWWDIR%%/apps/systemtags/templates/list.php -%%WWWDIR%%/apps/theme-example/appinfo/info.xml -%%WWWDIR%%/apps/theme-example/appinfo/signature.json -%%WWWDIR%%/apps/theme-example/core/css/styles.css -%%WWWDIR%%/apps/theme-example/core/img/favicon-touch.png -%%WWWDIR%%/apps/theme-example/core/img/favicon-touch.svg -%%WWWDIR%%/apps/theme-example/core/img/favicon.ico -%%WWWDIR%%/apps/theme-example/core/img/favicon.png -%%WWWDIR%%/apps/theme-example/core/img/favicon.svg -%%WWWDIR%%/apps/theme-example/core/img/logo-icon.png -%%WWWDIR%%/apps/theme-example/core/img/logo-icon.svg -%%WWWDIR%%/apps/theme-example/core/img/logo-mail.gif -%%WWWDIR%%/apps/theme-example/core/img/logo.png -%%WWWDIR%%/apps/theme-example/core/img/logo.svg -%%WWWDIR%%/apps/theme-example/defaults.php %%WWWDIR%%/apps/updatenotification/appinfo/app.php %%WWWDIR%%/apps/updatenotification/appinfo/info.xml %%WWWDIR%%/apps/updatenotification/appinfo/routes.php @@ -3692,6 +3706,7 @@ %%WWWDIR%%/core/Controller/TokenController.php %%WWWDIR%%/core/Controller/TwoFactorChallengeController.php %%WWWDIR%%/core/Controller/UserController.php +%%WWWDIR%%/core/Middleware/AccountModuleMiddleware.php %%WWWDIR%%/core/Middleware/TwoFactorMiddleware.php %%WWWDIR%%/core/Migrations/Version20170101010100.php %%WWWDIR%%/core/Migrations/Version20170101215145.php @@ -3711,9 +3726,9 @@ %%WWWDIR%%/core/Migrations/Version20170928120000.php %%WWWDIR%%/core/Migrations/Version20171026130750.php %%WWWDIR%%/core/Migrations/Version20180123131835.php +%%WWWDIR%%/core/Migrations/Version20180302155233.php %%WWWDIR%%/core/Migrations/Version20180319102121.php %%WWWDIR%%/core/ajax/appconfig.php -%%WWWDIR%%/core/ajax/preview.php %%WWWDIR%%/core/ajax/share.php %%WWWDIR%%/core/ajax/update.php %%WWWDIR%%/core/css/apps.css @@ -3784,12 +3799,8 @@ %%WWWDIR%%/core/doc/admin/_images/dropbox-oc.png %%WWWDIR%%/core/doc/admin/_images/dropbox-share-available.png %%WWWDIR%%/core/doc/admin/_images/enable-app.png -%%WWWDIR%%/core/doc/admin/_images/encryption1.png %%WWWDIR%%/core/doc/admin/_images/encryption10.png %%WWWDIR%%/core/doc/admin/_images/encryption12.png -%%WWWDIR%%/core/doc/admin/_images/encryption14.png -%%WWWDIR%%/core/doc/admin/_images/encryption15.png -%%WWWDIR%%/core/doc/admin/_images/encryption3.png %%WWWDIR%%/core/doc/admin/_images/encryption7.png %%WWWDIR%%/core/doc/admin/_images/encryption8.png %%WWWDIR%%/core/doc/admin/_images/encryption9.png @@ -3826,6 +3837,7 @@ %%WWWDIR%%/core/doc/admin/_images/impersonating-a-user.png %%WWWDIR%%/core/doc/admin/_images/import-ssl-cert-1.png %%WWWDIR%%/core/doc/admin/_images/import-ssl-cert-2.png +%%WWWDIR%%/core/doc/admin/_images/import-ssl-root-certificates-admin.png %%WWWDIR%%/core/doc/admin/_images/import-the-virtual-appliance.png %%WWWDIR%%/core/doc/admin/_images/install-clamav.png %%WWWDIR%%/core/doc/admin/_images/install-wizard-a.png @@ -3861,6 +3873,7 @@ %%WWWDIR%%/core/doc/admin/_images/owncloud-market-custom-groups.png %%WWWDIR%%/core/doc/admin/_images/owncloud-ui-login.png %%WWWDIR%%/core/doc/admin/_images/owncloud-update-app-installation-notes.png +%%WWWDIR%%/core/doc/admin/_images/owncloud-webui-legal-urls-configuration.png %%WWWDIR%%/core/doc/admin/_images/password-policy-app.png %%WWWDIR%%/core/doc/admin/_images/phpinfo.png %%WWWDIR%%/core/doc/admin/_images/picking-a-user-to-impersonate.png @@ -3929,6 +3942,8 @@ %%WWWDIR%%/core/doc/admin/_sources/appliance/Clamav.rst.txt %%WWWDIR%%/core/doc/admin/_sources/appliance/Collabora.rst.txt %%WWWDIR%%/core/doc/admin/_sources/appliance/certificates.rst.txt +%%WWWDIR%%/core/doc/admin/_sources/appliance/enterprise-trial.rst.txt +%%WWWDIR%%/core/doc/admin/_sources/appliance/firewall.rst.txt %%WWWDIR%%/core/doc/admin/_sources/appliance/howto-update-owncloud.rst.txt %%WWWDIR%%/core/doc/admin/_sources/appliance/index.rst.txt %%WWWDIR%%/core/doc/admin/_sources/appliance/installation.rst.txt @@ -3942,6 +3957,7 @@ %%WWWDIR%%/core/doc/admin/_sources/configuration/files/big_file_upload_configuration.rst.txt %%WWWDIR%%/core/doc/admin/_sources/configuration/files/default_files_configuration.rst.txt %%WWWDIR%%/core/doc/admin/_sources/configuration/files/encryption_configuration.rst.txt +%%WWWDIR%%/core/doc/admin/_sources/configuration/files/encryption_configuration_quick_guide.rst.txt %%WWWDIR%%/core/doc/admin/_sources/configuration/files/external_storage/amazons3.rst.txt %%WWWDIR%%/core/doc/admin/_sources/configuration/files/external_storage/auth_mechanisms.rst.txt %%WWWDIR%%/core/doc/admin/_sources/configuration/files/external_storage/dropbox.rst.txt @@ -3981,10 +3997,12 @@ %%WWWDIR%%/core/doc/admin/_sources/configuration/server/index_php_less_urls.rst.txt %%WWWDIR%%/core/doc/admin/_sources/configuration/server/knowledgebase_configuration.rst.txt %%WWWDIR%%/core/doc/admin/_sources/configuration/server/language_configuration.rst.txt +%%WWWDIR%%/core/doc/admin/_sources/configuration/server/legal_settings_configuration.rst.txt %%WWWDIR%%/core/doc/admin/_sources/configuration/server/logging_configuration.rst.txt %%WWWDIR%%/core/doc/admin/_sources/configuration/server/oc_server_tuning.rst.txt %%WWWDIR%%/core/doc/admin/_sources/configuration/server/occ_command.rst.txt %%WWWDIR%%/core/doc/admin/_sources/configuration/server/reverse_proxy_configuration.rst.txt +%%WWWDIR%%/core/doc/admin/_sources/configuration/server/security/oauth2.rst.txt %%WWWDIR%%/core/doc/admin/_sources/configuration/server/security/password-policy.rst.txt %%WWWDIR%%/core/doc/admin/_sources/configuration/server/security_setup_warnings.rst.txt %%WWWDIR%%/core/doc/admin/_sources/configuration/server/thirdparty_php_configuration.rst.txt @@ -4148,6 +4166,8 @@ %%WWWDIR%%/core/doc/admin/appliance/Clamav.html %%WWWDIR%%/core/doc/admin/appliance/Collabora.html %%WWWDIR%%/core/doc/admin/appliance/certificates.html +%%WWWDIR%%/core/doc/admin/appliance/enterprise-trial.html +%%WWWDIR%%/core/doc/admin/appliance/firewall.html %%WWWDIR%%/core/doc/admin/appliance/howto-update-owncloud.html %%WWWDIR%%/core/doc/admin/appliance/index.html %%WWWDIR%%/core/doc/admin/appliance/installation.html @@ -4161,6 +4181,7 @@ %%WWWDIR%%/core/doc/admin/configuration/files/big_file_upload_configuration.html %%WWWDIR%%/core/doc/admin/configuration/files/default_files_configuration.html %%WWWDIR%%/core/doc/admin/configuration/files/encryption_configuration.html +%%WWWDIR%%/core/doc/admin/configuration/files/encryption_configuration_quick_guide.html %%WWWDIR%%/core/doc/admin/configuration/files/external_storage/amazons3.html %%WWWDIR%%/core/doc/admin/configuration/files/external_storage/auth_mechanisms.html %%WWWDIR%%/core/doc/admin/configuration/files/external_storage/dropbox.html @@ -4200,10 +4221,12 @@ %%WWWDIR%%/core/doc/admin/configuration/server/index_php_less_urls.html %%WWWDIR%%/core/doc/admin/configuration/server/knowledgebase_configuration.html %%WWWDIR%%/core/doc/admin/configuration/server/language_configuration.html +%%WWWDIR%%/core/doc/admin/configuration/server/legal_settings_configuration.html %%WWWDIR%%/core/doc/admin/configuration/server/logging_configuration.html %%WWWDIR%%/core/doc/admin/configuration/server/oc_server_tuning.html %%WWWDIR%%/core/doc/admin/configuration/server/occ_command.html %%WWWDIR%%/core/doc/admin/configuration/server/reverse_proxy_configuration.html +%%WWWDIR%%/core/doc/admin/configuration/server/security/oauth2.html %%WWWDIR%%/core/doc/admin/configuration/server/security/password-policy.html %%WWWDIR%%/core/doc/admin/configuration/server/security_setup_warnings.html %%WWWDIR%%/core/doc/admin/configuration/server/thirdparty_php_configuration.html @@ -4943,6 +4966,7 @@ %%WWWDIR%%/core/templates/filetemplates/template.odp %%WWWDIR%%/core/templates/filetemplates/template.ods %%WWWDIR%%/core/templates/filetemplates/template.odt +%%WWWDIR%%/core/templates/html.mail.footer.php %%WWWDIR%%/core/templates/installation.php %%WWWDIR%%/core/templates/internalaltmail.php %%WWWDIR%%/core/templates/internalmail.php @@ -4951,11 +4975,13 @@ %%WWWDIR%%/core/templates/layout.noscript.warning.php %%WWWDIR%%/core/templates/layout.user.php %%WWWDIR%%/core/templates/login.php +%%WWWDIR%%/core/templates/lostpassword/altemail.php %%WWWDIR%%/core/templates/lostpassword/email.php %%WWWDIR%%/core/templates/lostpassword/notify.php %%WWWDIR%%/core/templates/lostpassword/resetpassword.php %%WWWDIR%%/core/templates/mail.php %%WWWDIR%%/core/templates/message.html +%%WWWDIR%%/core/templates/plain.mail.footer.php %%WWWDIR%%/core/templates/singleuser.user.php %%WWWDIR%%/core/templates/tags.html %%WWWDIR%%/core/templates/twofactorselectchallenge.php @@ -9582,6 +9608,17 @@ %%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/file_resource.yml %%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/foo.xml %%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/foo1.xml +%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/glob/bar.xml +%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/glob/bar.yml +%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/glob/baz.xml +%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/glob/baz.yml +%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/glob/import_multiple.xml +%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/glob/import_multiple.yml +%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/glob/import_single.xml +%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/glob/import_single.yml +%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/glob/php_dsl.php +%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/glob/php_dsl_bar.php +%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/glob/php_dsl_baz.php %%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/incomplete.yml %%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/list_defaults.xml %%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/list_in_list_defaults.xml @@ -9817,13 +9854,9 @@ %%WWWDIR%%/lib/composer/symfony/translation/composer.json %%WWWDIR%%/lib/composer/symfony/translation/phpunit.xml.dist %%WWWDIR%%/lib/composer/zendframework/zend-filter/CHANGELOG.md -%%WWWDIR%%/lib/composer/zendframework/zend-filter/CONDUCT.md -%%WWWDIR%%/lib/composer/zendframework/zend-filter/CONTRIBUTING.md %%WWWDIR%%/lib/composer/zendframework/zend-filter/LICENSE.md %%WWWDIR%%/lib/composer/zendframework/zend-filter/README.md %%WWWDIR%%/lib/composer/zendframework/zend-filter/composer.json -%%WWWDIR%%/lib/composer/zendframework/zend-filter/mkdocs.yml -%%WWWDIR%%/lib/composer/zendframework/zend-filter/phpcs.xml %%WWWDIR%%/lib/composer/zendframework/zend-filter/src/AbstractDateDropdown.php %%WWWDIR%%/lib/composer/zendframework/zend-filter/src/AbstractFilter.php %%WWWDIR%%/lib/composer/zendframework/zend-filter/src/AbstractUnicode.php @@ -9870,6 +9903,7 @@ %%WWWDIR%%/lib/composer/zendframework/zend-filter/src/FilterInterface.php %%WWWDIR%%/lib/composer/zendframework/zend-filter/src/FilterPluginManager.php %%WWWDIR%%/lib/composer/zendframework/zend-filter/src/FilterPluginManagerFactory.php +%%WWWDIR%%/lib/composer/zendframework/zend-filter/src/FilterProviderInterface.php %%WWWDIR%%/lib/composer/zendframework/zend-filter/src/HtmlEntities.php %%WWWDIR%%/lib/composer/zendframework/zend-filter/src/Inflector.php %%WWWDIR%%/lib/composer/zendframework/zend-filter/src/Int.php @@ -9968,16 +10002,9 @@ %%WWWDIR%%/lib/composer/zendframework/zend-servicemanager/src/Tool/FactoryCreator.php %%WWWDIR%%/lib/composer/zendframework/zend-servicemanager/src/Tool/FactoryCreatorCommand.php %%WWWDIR%%/lib/composer/zendframework/zend-stdlib/CHANGELOG.md -%%WWWDIR%%/lib/composer/zendframework/zend-stdlib/CONDUCT.md -%%WWWDIR%%/lib/composer/zendframework/zend-stdlib/CONTRIBUTING.md %%WWWDIR%%/lib/composer/zendframework/zend-stdlib/LICENSE.md %%WWWDIR%%/lib/composer/zendframework/zend-stdlib/README.md -%%WWWDIR%%/lib/composer/zendframework/zend-stdlib/benchmark/ExtractPriorityQueue.php -%%WWWDIR%%/lib/composer/zendframework/zend-stdlib/benchmark/InsertPriorityQueue.php -%%WWWDIR%%/lib/composer/zendframework/zend-stdlib/benchmark/RemovePriorityQueue.php %%WWWDIR%%/lib/composer/zendframework/zend-stdlib/composer.json -%%WWWDIR%%/lib/composer/zendframework/zend-stdlib/mkdocs.yml -%%WWWDIR%%/lib/composer/zendframework/zend-stdlib/phpcs.xml %%WWWDIR%%/lib/composer/zendframework/zend-stdlib/src/AbstractOptions.php %%WWWDIR%%/lib/composer/zendframework/zend-stdlib/src/ArrayObject.php %%WWWDIR%%/lib/composer/zendframework/zend-stdlib/src/ArraySerializableInterface.php @@ -10393,6 +10420,7 @@ %%WWWDIR%%/lib/private/Archive/Archive.php %%WWWDIR%%/lib/private/Archive/TAR.php %%WWWDIR%%/lib/private/Archive/ZIP.php +%%WWWDIR%%/lib/private/Authentication/AccountModule/Manager.php %%WWWDIR%%/lib/private/Authentication/Exceptions/InvalidTokenException.php %%WWWDIR%%/lib/private/Authentication/Exceptions/LoginRequiredException.php %%WWWDIR%%/lib/private/Authentication/Exceptions/PasswordLoginForbiddenException.php @@ -10536,12 +10564,19 @@ %%WWWDIR%%/lib/private/Files/External/VisibilityTrait.php %%WWWDIR%%/lib/private/Files/FileInfo.php %%WWWDIR%%/lib/private/Files/Filesystem.php +%%WWWDIR%%/lib/private/Files/Meta/MetaFileIdNode.php +%%WWWDIR%%/lib/private/Files/Meta/MetaFileVersionNode.php +%%WWWDIR%%/lib/private/Files/Meta/MetaRootNode.php +%%WWWDIR%%/lib/private/Files/Meta/MetaVersionCollection.php %%WWWDIR%%/lib/private/Files/Mount/CacheMountProvider.php %%WWWDIR%%/lib/private/Files/Mount/LocalHomeMountProvider.php %%WWWDIR%%/lib/private/Files/Mount/Manager.php %%WWWDIR%%/lib/private/Files/Mount/MountPoint.php %%WWWDIR%%/lib/private/Files/Mount/MoveableMount.php %%WWWDIR%%/lib/private/Files/Mount/ObjectHomeMountProvider.php +%%WWWDIR%%/lib/private/Files/Node/AbstractFile.php +%%WWWDIR%%/lib/private/Files/Node/AbstractFolder.php +%%WWWDIR%%/lib/private/Files/Node/AbstractNode.php %%WWWDIR%%/lib/private/Files/Node/File.php %%WWWDIR%%/lib/private/Files/Node/Folder.php %%WWWDIR%%/lib/private/Files/Node/HookConnector.php @@ -10596,6 +10631,7 @@ %%WWWDIR%%/lib/private/Group/Manager.php %%WWWDIR%%/lib/private/Group/MetaData.php %%WWWDIR%%/lib/private/HTTPHelper.php +%%WWWDIR%%/lib/private/Helper/EnvironmentHelper.php %%WWWDIR%%/lib/private/HintException.php %%WWWDIR%%/lib/private/Hooks/BasicEmitter.php %%WWWDIR%%/lib/private/Hooks/Emitter.php @@ -10684,7 +10720,6 @@ %%WWWDIR%%/lib/private/Preview/PNG.php %%WWWDIR%%/lib/private/Preview/Photoshop.php %%WWWDIR%%/lib/private/Preview/Postscript.php -%%WWWDIR%%/lib/private/Preview/Provider.php %%WWWDIR%%/lib/private/Preview/SVG.php %%WWWDIR%%/lib/private/Preview/StarOffice.php %%WWWDIR%%/lib/private/Preview/TIFF.php @@ -10884,6 +10919,9 @@ %%WWWDIR%%/lib/public/AppFramework/QueryException.php %%WWWDIR%%/lib/public/AppFramework/Utility/IControllerMethodReflector.php %%WWWDIR%%/lib/public/AppFramework/Utility/ITimeFactory.php +%%WWWDIR%%/lib/public/Authentication/Exceptions/AccountCheckException.php +%%WWWDIR%%/lib/public/Authentication/IAccountModule.php +%%WWWDIR%%/lib/public/Authentication/IAccountModuleController.php %%WWWDIR%%/lib/public/Authentication/IApacheBackend.php %%WWWDIR%%/lib/public/Authentication/IAuthModule.php %%WWWDIR%%/lib/public/Authentication/TwoFactorAuth/IProvider.php @@ -10966,6 +11004,8 @@ %%WWWDIR%%/lib/public/Files/IHomeStorage.php %%WWWDIR%%/lib/public/Files/IMimeTypeDetector.php %%WWWDIR%%/lib/public/Files/IMimeTypeLoader.php +%%WWWDIR%%/lib/public/Files/IPreviewNode.php +%%WWWDIR%%/lib/public/Files/IProvidesAdditionalHeaders.php %%WWWDIR%%/lib/public/Files/IRootFolder.php %%WWWDIR%%/lib/public/Files/InvalidCharacterInPathException.php %%WWWDIR%%/lib/public/Files/InvalidContentException.php @@ -10979,6 +11019,7 @@ %%WWWDIR%%/lib/public/Files/NotFoundException.php %%WWWDIR%%/lib/public/Files/NotPermittedException.php %%WWWDIR%%/lib/public/Files/ObjectStore/IObjectStore.php +%%WWWDIR%%/lib/public/Files/ObjectStore/IVersionedObjectStorage.php %%WWWDIR%%/lib/public/Files/ReservedWordException.php %%WWWDIR%%/lib/public/Files/Storage.php %%WWWDIR%%/lib/public/Files/Storage/CacheableFlysystemAdapter.php @@ -10986,6 +11027,7 @@ %%WWWDIR%%/lib/public/Files/Storage/ILockingStorage.php %%WWWDIR%%/lib/public/Files/Storage/IStorage.php %%WWWDIR%%/lib/public/Files/Storage/IStorageFactory.php +%%WWWDIR%%/lib/public/Files/Storage/IVersionedStorage.php %%WWWDIR%%/lib/public/Files/Storage/PolyFill/CopyDirectory.php %%WWWDIR%%/lib/public/Files/Storage/StorageAdapter.php %%WWWDIR%%/lib/public/Files/StorageAuthException.php @@ -11058,6 +11100,7 @@ %%WWWDIR%%/lib/public/Notification/INotifier.php %%WWWDIR%%/lib/public/PreConditionNotMetException.php %%WWWDIR%%/lib/public/Preview/IProvider.php +%%WWWDIR%%/lib/public/Preview/IProvider2.php %%WWWDIR%%/lib/public/Response.php %%WWWDIR%%/lib/public/Route/IRoute.php %%WWWDIR%%/lib/public/Route/IRouter.php @@ -11083,6 +11126,7 @@ %%WWWDIR%%/lib/public/Share/Exceptions/GenericShareException.php %%WWWDIR%%/lib/public/Share/Exceptions/IllegalIDChangeException.php %%WWWDIR%%/lib/public/Share/Exceptions/ShareNotFound.php +%%WWWDIR%%/lib/public/Share/Exceptions/TransferSharesException.php %%WWWDIR%%/lib/public/Share/IManager.php %%WWWDIR%%/lib/public/Share/IProviderFactory.php %%WWWDIR%%/lib/public/Share/IShare.php @@ -11126,6 +11170,7 @@ %%WWWDIR%%/resources/config/mimetypealiases.dist.json %%WWWDIR%%/resources/config/mimetypemapping.dist.json %%WWWDIR%%/resources/config/readme.md +%%WWWDIR%%/robots.txt %%WWWDIR%%/settings/Application.php %%WWWDIR%%/settings/ChangePassword/Controller.php %%WWWDIR%%/settings/Controller/AppSettingsController.php @@ -11135,6 +11180,7 @@ %%WWWDIR%%/settings/Controller/CorsController.php %%WWWDIR%%/settings/Controller/EncryptionController.php %%WWWDIR%%/settings/Controller/GroupsController.php +%%WWWDIR%%/settings/Controller/LegalSettingsController.php %%WWWDIR%%/settings/Controller/LogSettingsController.php %%WWWDIR%%/settings/Controller/MailSettingsController.php %%WWWDIR%%/settings/Controller/SettingsPageController.php @@ -11146,6 +11192,7 @@ %%WWWDIR%%/settings/Panels/Admin/Encryption.php %%WWWDIR%%/settings/Panels/Admin/FileSharing.php %%WWWDIR%%/settings/Panels/Admin/Legacy.php +%%WWWDIR%%/settings/Panels/Admin/Legal.php %%WWWDIR%%/settings/Panels/Admin/Logging.php %%WWWDIR%%/settings/Panels/Admin/Mail.php %%WWWDIR%%/settings/Panels/Admin/SecurityWarning.php @@ -11191,6 +11238,7 @@ %%WWWDIR%%/settings/js/panels/backgroundjobs.js %%WWWDIR%%/settings/js/panels/cors.js %%WWWDIR%%/settings/js/panels/encryption.js +%%WWWDIR%%/settings/js/panels/legal.js %%WWWDIR%%/settings/js/panels/mail.js %%WWWDIR%%/settings/js/panels/profile.js %%WWWDIR%%/settings/js/panels/setupchecks.js @@ -11382,6 +11430,7 @@ %%WWWDIR%%/settings/templates/panels/admin/certificates.php %%WWWDIR%%/settings/templates/panels/admin/encryption.php %%WWWDIR%%/settings/templates/panels/admin/filesharing.php +%%WWWDIR%%/settings/templates/panels/admin/legal.php %%WWWDIR%%/settings/templates/panels/admin/logging.php %%WWWDIR%%/settings/templates/panels/admin/mail.php %%WWWDIR%%/settings/templates/panels/admin/securitywarning.php