View | Details | Raw Unified | Return to bug 223778 | Differences between
and this patch

Collapse All | Expand All

(-)www/nextcloud/Makefile (-8 / +2 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	nextcloud
3
PORTNAME=	nextcloud
4
PORTVERSION=	12.0.5
4
DISTVERSION=	13.0.0RC3
5
CATEGORIES=	www
5
CATEGORIES=	www
6
MASTER_SITES=	https://download.nextcloud.com/server/prereleases/
6
MASTER_SITES=	https://download.nextcloud.com/server/prereleases/
7
7
Lines 42-53 Link Here
42
SMB_RUN_DEPENDS=	pecl-smbclient>=0.8.0:net/pecl-smbclient
42
SMB_RUN_DEPENDS=	pecl-smbclient>=0.8.0:net/pecl-smbclient
43
SSL_USE=	PHP=openssl
43
SSL_USE=	PHP=openssl
44
44
45
.include <bsd.port.pre.mk>
46
47
.if !empty(PORT_OPTIONS:MPGSQL) && ${PGSQL_VER} >= 10
48
EXTRA_PATCHES=	${FILESDIR}/extra-patch-PostgreSQL-10
49
.endif
50
51
post-patch:
45
post-patch:
52
	@${REINPLACE_CMD} -e 's|/var/www/|${WWWDIR}|' ${WRKSRC}/config/config.sample.php
46
	@${REINPLACE_CMD} -e 's|/var/www/|${WWWDIR}|' ${WRKSRC}/config/config.sample.php
53
47
Lines 57-60 Link Here
57
	@${RM} ${STAGEDIR}${WWWDIR}/updater/updater.phar
51
	@${RM} ${STAGEDIR}${WWWDIR}/updater/updater.phar
58
	@${MKDIR} ${STAGEDIR}${WWWDIR}/data
52
	@${MKDIR} ${STAGEDIR}${WWWDIR}/data
59
53
60
.include <bsd.port.post.mk>
54
.include <bsd.port.mk>
(-)www/nextcloud/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1516883682
1
TIMESTAMP = 1516982343
2
SHA256 (nextcloud-12.0.5.tar.bz2) = c8be29ace6821079e881818266fe49d28812b5aa0c7d2e76511173d48828ca43
2
SHA256 (nextcloud-13.0.0RC3.tar.bz2) = 6eae2242a09e4b1690873c368b07588562a0aaeb618e8577c8870f785fea0df5
3
SIZE (nextcloud-12.0.5.tar.bz2) = 43704324
3
SIZE (nextcloud-13.0.0RC3.tar.bz2) = 43893910
(-)www/nextcloud/files/extra-patch-PostgreSQL-10 (-20 lines)
Lines 1-20 Link Here
1
--- 3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/PostgreSqlSchemaManager.php.orig	2017-11-27 09:11:23 UTC
2
+++ 3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/PostgreSqlSchemaManager.php
3
@@ -289,7 +289,16 @@ class PostgreSqlSchemaManager extends Ab
4
             $sequenceName = $sequence['relname'];
5
         }
6
 
7
-        $data = $this->_conn->fetchAll('SELECT min_value, increment_by FROM ' . $this->_platform->quoteIdentifier($sequenceName));
8
+        $version = floatval($this->_conn->getWrappedConnection()->getServerVersion());
9
+
10
+        if ($version >= 10) {
11
+           $data = $this->_conn->fetchAll('SELECT min_value, increment_by FROM pg_sequences WHERE schemaname = \'public\' AND sequencename = '.$this->_conn->quote($sequenceName));
12
+        }
13
+        else
14
+        {
15
+            $data = $this->_conn->fetchAll('SELECT min_value, increment_by FROM ' . $this->_platform->quoteIdentifier($sequenceName));
16
+        }
17
+//        $data = $this->_conn->fetchAll('SELECT min_value, increment_by FROM ' . $this->_platform->quoteIdentifier($sequenceName));
18
 
19
         return new Sequence($sequenceName, $data[0]['increment_by'], $data[0]['min_value']);
20
     }
(-)www/nextcloud/pkg-plist (-269 / +509 lines)
Lines 250-257 Link Here
250
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Middleware.php
250
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Middleware.php
251
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/MigrationHub/Exception/MigrationHubException.php
251
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/MigrationHub/Exception/MigrationHubException.php
252
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/MigrationHub/MigrationHubClient.php
252
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/MigrationHub/MigrationHubClient.php
253
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Mobile/Exception/MobileException.php
254
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Mobile/MobileClient.php
255
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/MockHandler.php
253
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/MockHandler.php
256
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/MultiRegionClient.php
254
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/MultiRegionClient.php
257
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Multipart/AbstractUploadManager.php
255
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Multipart/AbstractUploadManager.php
Lines 413-419 Link Here
413
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2017-03-25/waiters-1.json.php
411
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2017-03-25/waiters-1.json.php
414
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2017-03-25/waiters-2.json.php
412
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2017-03-25/waiters-2.json.php
415
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/cloudhsm/2014-05-30/api-2.json.php
413
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/cloudhsm/2014-05-30/api-2.json.php
416
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/cloudhsm/2014-05-30/paginators-1.json.php
417
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/cloudhsmv2/2017-04-28/api-2.json.php
414
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/cloudhsmv2/2017-04-28/api-2.json.php
418
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/cloudhsmv2/2017-04-28/paginators-1.json.php
415
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/cloudhsmv2/2017-04-28/paginators-1.json.php
419
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/cloudsearch/2013-01-01/api-2.json.php
416
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/cloudsearch/2013-01-01/api-2.json.php
Lines 562-569 Link Here
562
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/metering.marketplace/2016-01-14/api-2.json.php
559
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/metering.marketplace/2016-01-14/api-2.json.php
563
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/mgh/2017-05-31/api-2.json.php
560
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/mgh/2017-05-31/api-2.json.php
564
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/mgh/2017-05-31/paginators-1.json.php
561
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/mgh/2017-05-31/paginators-1.json.php
565
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/mobile/2017-07-01/api-2.json.php
566
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/mobile/2017-07-01/paginators-1.json.php
567
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/monitoring/2010-08-01/api-2.json.php
562
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/monitoring/2010-08-01/api-2.json.php
568
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/monitoring/2010-08-01/paginators-1.json.php
563
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/monitoring/2010-08-01/paginators-1.json.php
569
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/monitoring/2010-08-01/waiters-2.json.php
564
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/monitoring/2010-08-01/waiters-2.json.php
Lines 841-846 Link Here
841
%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOSqlite/Driver.php
836
%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOSqlite/Driver.php
842
%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOSqlsrv/Connection.php
837
%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOSqlsrv/Connection.php
843
%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOSqlsrv/Driver.php
838
%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOSqlsrv/Driver.php
839
%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOSqlsrv/Statement.php
844
%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php
840
%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php
845
%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PingableConnection.php
841
%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PingableConnection.php
846
%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/ResultStatement.php
842
%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/ResultStatement.php
Lines 905-910 Link Here
905
%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/MySQL57Keywords.php
901
%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/MySQL57Keywords.php
906
%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/MySQLKeywords.php
902
%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/MySQLKeywords.php
907
%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/OracleKeywords.php
903
%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/OracleKeywords.php
904
%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQL100Keywords.php
908
%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQL91Keywords.php
905
%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQL91Keywords.php
909
%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQL92Keywords.php
906
%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQL92Keywords.php
910
%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQLKeywords.php
907
%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQLKeywords.php
Lines 921-926 Link Here
921
%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MySQL57Platform.php
918
%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MySQL57Platform.php
922
%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MySqlPlatform.php
919
%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MySqlPlatform.php
923
%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/OraclePlatform.php
920
%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/OraclePlatform.php
921
%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/PostgreSQL100Platform.php
924
%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/PostgreSQL91Platform.php
922
%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/PostgreSQL91Platform.php
925
%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/PostgreSQL92Platform.php
923
%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/PostgreSQL92Platform.php
926
%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php
924
%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php
Lines 1762-1768 Link Here
1762
%%WWWDIR%%/3rdparty/leafo/scssphp/src/Node.php
1760
%%WWWDIR%%/3rdparty/leafo/scssphp/src/Node.php
1763
%%WWWDIR%%/3rdparty/leafo/scssphp/src/Node/Number.php
1761
%%WWWDIR%%/3rdparty/leafo/scssphp/src/Node/Number.php
1764
%%WWWDIR%%/3rdparty/leafo/scssphp/src/Parser.php
1762
%%WWWDIR%%/3rdparty/leafo/scssphp/src/Parser.php
1765
%%WWWDIR%%/3rdparty/leafo/scssphp/src/Server.php
1766
%%WWWDIR%%/3rdparty/leafo/scssphp/src/Type.php
1763
%%WWWDIR%%/3rdparty/leafo/scssphp/src/Type.php
1767
%%WWWDIR%%/3rdparty/leafo/scssphp/src/Util.php
1764
%%WWWDIR%%/3rdparty/leafo/scssphp/src/Util.php
1768
%%WWWDIR%%/3rdparty/leafo/scssphp/src/Version.php
1765
%%WWWDIR%%/3rdparty/leafo/scssphp/src/Version.php
Lines 3760-3770 Link Here
3760
%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/swift_required.php
3757
%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/swift_required.php
3761
%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/swift_required_pear.php
3758
%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/swift_required_pear.php
3762
%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/swiftmailer_generate_mimes_config.php
3759
%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/swiftmailer_generate_mimes_config.php
3760
%%WWWDIR%%/3rdparty/symfony/console/.gitignore
3763
%%WWWDIR%%/3rdparty/symfony/console/Application.php
3761
%%WWWDIR%%/3rdparty/symfony/console/Application.php
3762
%%WWWDIR%%/3rdparty/symfony/console/CHANGELOG.md
3764
%%WWWDIR%%/3rdparty/symfony/console/Command/Command.php
3763
%%WWWDIR%%/3rdparty/symfony/console/Command/Command.php
3765
%%WWWDIR%%/3rdparty/symfony/console/Command/HelpCommand.php
3764
%%WWWDIR%%/3rdparty/symfony/console/Command/HelpCommand.php
3766
%%WWWDIR%%/3rdparty/symfony/console/Command/ListCommand.php
3765
%%WWWDIR%%/3rdparty/symfony/console/Command/ListCommand.php
3766
%%WWWDIR%%/3rdparty/symfony/console/Command/LockableTrait.php
3767
%%WWWDIR%%/3rdparty/symfony/console/ConsoleEvents.php
3767
%%WWWDIR%%/3rdparty/symfony/console/ConsoleEvents.php
3768
%%WWWDIR%%/3rdparty/symfony/console/DependencyInjection/AddConsoleCommandPass.php
3768
%%WWWDIR%%/3rdparty/symfony/console/Descriptor/ApplicationDescription.php
3769
%%WWWDIR%%/3rdparty/symfony/console/Descriptor/ApplicationDescription.php
3769
%%WWWDIR%%/3rdparty/symfony/console/Descriptor/Descriptor.php
3770
%%WWWDIR%%/3rdparty/symfony/console/Descriptor/Descriptor.php
3770
%%WWWDIR%%/3rdparty/symfony/console/Descriptor/DescriptorInterface.php
3771
%%WWWDIR%%/3rdparty/symfony/console/Descriptor/DescriptorInterface.php
Lines 3773-3781 Link Here
3773
%%WWWDIR%%/3rdparty/symfony/console/Descriptor/TextDescriptor.php
3774
%%WWWDIR%%/3rdparty/symfony/console/Descriptor/TextDescriptor.php
3774
%%WWWDIR%%/3rdparty/symfony/console/Descriptor/XmlDescriptor.php
3775
%%WWWDIR%%/3rdparty/symfony/console/Descriptor/XmlDescriptor.php
3775
%%WWWDIR%%/3rdparty/symfony/console/Event/ConsoleCommandEvent.php
3776
%%WWWDIR%%/3rdparty/symfony/console/Event/ConsoleCommandEvent.php
3777
%%WWWDIR%%/3rdparty/symfony/console/Event/ConsoleErrorEvent.php
3776
%%WWWDIR%%/3rdparty/symfony/console/Event/ConsoleEvent.php
3778
%%WWWDIR%%/3rdparty/symfony/console/Event/ConsoleEvent.php
3777
%%WWWDIR%%/3rdparty/symfony/console/Event/ConsoleExceptionEvent.php
3779
%%WWWDIR%%/3rdparty/symfony/console/Event/ConsoleExceptionEvent.php
3778
%%WWWDIR%%/3rdparty/symfony/console/Event/ConsoleTerminateEvent.php
3780
%%WWWDIR%%/3rdparty/symfony/console/Event/ConsoleTerminateEvent.php
3781
%%WWWDIR%%/3rdparty/symfony/console/EventListener/ErrorListener.php
3779
%%WWWDIR%%/3rdparty/symfony/console/Exception/CommandNotFoundException.php
3782
%%WWWDIR%%/3rdparty/symfony/console/Exception/CommandNotFoundException.php
3780
%%WWWDIR%%/3rdparty/symfony/console/Exception/ExceptionInterface.php
3783
%%WWWDIR%%/3rdparty/symfony/console/Exception/ExceptionInterface.php
3781
%%WWWDIR%%/3rdparty/symfony/console/Exception/InvalidArgumentException.php
3784
%%WWWDIR%%/3rdparty/symfony/console/Exception/InvalidArgumentException.php
Lines 3811-3816 Link Here
3811
%%WWWDIR%%/3rdparty/symfony/console/Input/InputDefinition.php
3814
%%WWWDIR%%/3rdparty/symfony/console/Input/InputDefinition.php
3812
%%WWWDIR%%/3rdparty/symfony/console/Input/InputInterface.php
3815
%%WWWDIR%%/3rdparty/symfony/console/Input/InputInterface.php
3813
%%WWWDIR%%/3rdparty/symfony/console/Input/InputOption.php
3816
%%WWWDIR%%/3rdparty/symfony/console/Input/InputOption.php
3817
%%WWWDIR%%/3rdparty/symfony/console/Input/StreamableInputInterface.php
3814
%%WWWDIR%%/3rdparty/symfony/console/Input/StringInput.php
3818
%%WWWDIR%%/3rdparty/symfony/console/Input/StringInput.php
3815
%%WWWDIR%%/3rdparty/symfony/console/LICENSE
3819
%%WWWDIR%%/3rdparty/symfony/console/LICENSE
3816
%%WWWDIR%%/3rdparty/symfony/console/Logger/ConsoleLogger.php
3820
%%WWWDIR%%/3rdparty/symfony/console/Logger/ConsoleLogger.php
Lines 3824-3835 Link Here
3824
%%WWWDIR%%/3rdparty/symfony/console/Question/ChoiceQuestion.php
3828
%%WWWDIR%%/3rdparty/symfony/console/Question/ChoiceQuestion.php
3825
%%WWWDIR%%/3rdparty/symfony/console/Question/ConfirmationQuestion.php
3829
%%WWWDIR%%/3rdparty/symfony/console/Question/ConfirmationQuestion.php
3826
%%WWWDIR%%/3rdparty/symfony/console/Question/Question.php
3830
%%WWWDIR%%/3rdparty/symfony/console/Question/Question.php
3831
%%WWWDIR%%/3rdparty/symfony/console/README.md
3827
%%WWWDIR%%/3rdparty/symfony/console/Style/OutputStyle.php
3832
%%WWWDIR%%/3rdparty/symfony/console/Style/OutputStyle.php
3828
%%WWWDIR%%/3rdparty/symfony/console/Style/StyleInterface.php
3833
%%WWWDIR%%/3rdparty/symfony/console/Style/StyleInterface.php
3829
%%WWWDIR%%/3rdparty/symfony/console/Style/SymfonyStyle.php
3834
%%WWWDIR%%/3rdparty/symfony/console/Style/SymfonyStyle.php
3835
%%WWWDIR%%/3rdparty/symfony/console/Terminal.php
3830
%%WWWDIR%%/3rdparty/symfony/console/Tester/ApplicationTester.php
3836
%%WWWDIR%%/3rdparty/symfony/console/Tester/ApplicationTester.php
3831
%%WWWDIR%%/3rdparty/symfony/console/Tester/CommandTester.php
3837
%%WWWDIR%%/3rdparty/symfony/console/Tester/CommandTester.php
3832
%%WWWDIR%%/3rdparty/symfony/console/composer.json
3838
%%WWWDIR%%/3rdparty/symfony/console/composer.json
3839
%%WWWDIR%%/3rdparty/symfony/console/phpunit.xml.dist
3840
%%WWWDIR%%/3rdparty/symfony/debug/.gitignore
3841
%%WWWDIR%%/3rdparty/symfony/debug/BufferingLogger.php
3842
%%WWWDIR%%/3rdparty/symfony/debug/CHANGELOG.md
3843
%%WWWDIR%%/3rdparty/symfony/debug/Debug.php
3844
%%WWWDIR%%/3rdparty/symfony/debug/DebugClassLoader.php
3845
%%WWWDIR%%/3rdparty/symfony/debug/ErrorHandler.php
3846
%%WWWDIR%%/3rdparty/symfony/debug/Exception/ClassNotFoundException.php
3847
%%WWWDIR%%/3rdparty/symfony/debug/Exception/ContextErrorException.php
3848
%%WWWDIR%%/3rdparty/symfony/debug/Exception/FatalErrorException.php
3849
%%WWWDIR%%/3rdparty/symfony/debug/Exception/FatalThrowableError.php
3850
%%WWWDIR%%/3rdparty/symfony/debug/Exception/FlattenException.php
3851
%%WWWDIR%%/3rdparty/symfony/debug/Exception/OutOfMemoryException.php
3852
%%WWWDIR%%/3rdparty/symfony/debug/Exception/SilencedErrorContext.php
3853
%%WWWDIR%%/3rdparty/symfony/debug/Exception/UndefinedFunctionException.php
3854
%%WWWDIR%%/3rdparty/symfony/debug/Exception/UndefinedMethodException.php
3855
%%WWWDIR%%/3rdparty/symfony/debug/ExceptionHandler.php
3856
%%WWWDIR%%/3rdparty/symfony/debug/FatalErrorHandler/ClassNotFoundFatalErrorHandler.php
3857
%%WWWDIR%%/3rdparty/symfony/debug/FatalErrorHandler/FatalErrorHandlerInterface.php
3858
%%WWWDIR%%/3rdparty/symfony/debug/FatalErrorHandler/UndefinedFunctionFatalErrorHandler.php
3859
%%WWWDIR%%/3rdparty/symfony/debug/FatalErrorHandler/UndefinedMethodFatalErrorHandler.php
3860
%%WWWDIR%%/3rdparty/symfony/debug/LICENSE
3861
%%WWWDIR%%/3rdparty/symfony/debug/README.md
3862
%%WWWDIR%%/3rdparty/symfony/debug/Resources/ext/README.md
3863
%%WWWDIR%%/3rdparty/symfony/debug/Resources/ext/config.m4
3864
%%WWWDIR%%/3rdparty/symfony/debug/Resources/ext/config.w32
3865
%%WWWDIR%%/3rdparty/symfony/debug/Resources/ext/php_symfony_debug.h
3866
%%WWWDIR%%/3rdparty/symfony/debug/Resources/ext/symfony_debug.c
3867
%%WWWDIR%%/3rdparty/symfony/debug/Resources/ext/tests/001.phpt
3868
%%WWWDIR%%/3rdparty/symfony/debug/Resources/ext/tests/002.phpt
3869
%%WWWDIR%%/3rdparty/symfony/debug/Resources/ext/tests/002_1.phpt
3870
%%WWWDIR%%/3rdparty/symfony/debug/Resources/ext/tests/003.phpt
3871
%%WWWDIR%%/3rdparty/symfony/debug/composer.json
3872
%%WWWDIR%%/3rdparty/symfony/debug/phpunit.xml.dist
3873
%%WWWDIR%%/3rdparty/symfony/event-dispatcher/.gitignore
3874
%%WWWDIR%%/3rdparty/symfony/event-dispatcher/CHANGELOG.md
3833
%%WWWDIR%%/3rdparty/symfony/event-dispatcher/ContainerAwareEventDispatcher.php
3875
%%WWWDIR%%/3rdparty/symfony/event-dispatcher/ContainerAwareEventDispatcher.php
3834
%%WWWDIR%%/3rdparty/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php
3876
%%WWWDIR%%/3rdparty/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php
3835
%%WWWDIR%%/3rdparty/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php
3877
%%WWWDIR%%/3rdparty/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php
Lines 3842-3847 Link Here
3842
%%WWWDIR%%/3rdparty/symfony/event-dispatcher/GenericEvent.php
3884
%%WWWDIR%%/3rdparty/symfony/event-dispatcher/GenericEvent.php
3843
%%WWWDIR%%/3rdparty/symfony/event-dispatcher/ImmutableEventDispatcher.php
3885
%%WWWDIR%%/3rdparty/symfony/event-dispatcher/ImmutableEventDispatcher.php
3844
%%WWWDIR%%/3rdparty/symfony/event-dispatcher/LICENSE
3886
%%WWWDIR%%/3rdparty/symfony/event-dispatcher/LICENSE
3887
%%WWWDIR%%/3rdparty/symfony/event-dispatcher/README.md
3888
%%WWWDIR%%/3rdparty/symfony/event-dispatcher/composer.json
3889
%%WWWDIR%%/3rdparty/symfony/event-dispatcher/phpunit.xml.dist
3845
%%WWWDIR%%/3rdparty/symfony/polyfill-mbstring/LICENSE
3890
%%WWWDIR%%/3rdparty/symfony/polyfill-mbstring/LICENSE
3846
%%WWWDIR%%/3rdparty/symfony/polyfill-mbstring/Mbstring.php
3891
%%WWWDIR%%/3rdparty/symfony/polyfill-mbstring/Mbstring.php
3847
%%WWWDIR%%/3rdparty/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php
3892
%%WWWDIR%%/3rdparty/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php
Lines 3859-3864 Link Here
3859
%%WWWDIR%%/3rdparty/symfony/polyfill-php70/Resources/stubs/TypeError.php
3904
%%WWWDIR%%/3rdparty/symfony/polyfill-php70/Resources/stubs/TypeError.php
3860
%%WWWDIR%%/3rdparty/symfony/polyfill-php70/bootstrap.php
3905
%%WWWDIR%%/3rdparty/symfony/polyfill-php70/bootstrap.php
3861
%%WWWDIR%%/3rdparty/symfony/polyfill-php70/composer.json
3906
%%WWWDIR%%/3rdparty/symfony/polyfill-php70/composer.json
3907
%%WWWDIR%%/3rdparty/symfony/process/.gitignore
3908
%%WWWDIR%%/3rdparty/symfony/process/CHANGELOG.md
3862
%%WWWDIR%%/3rdparty/symfony/process/Exception/ExceptionInterface.php
3909
%%WWWDIR%%/3rdparty/symfony/process/Exception/ExceptionInterface.php
3863
%%WWWDIR%%/3rdparty/symfony/process/Exception/InvalidArgumentException.php
3910
%%WWWDIR%%/3rdparty/symfony/process/Exception/InvalidArgumentException.php
3864
%%WWWDIR%%/3rdparty/symfony/process/Exception/LogicException.php
3911
%%WWWDIR%%/3rdparty/symfony/process/Exception/LogicException.php
Lines 3877-3885 Link Here
3877
%%WWWDIR%%/3rdparty/symfony/process/Process.php
3924
%%WWWDIR%%/3rdparty/symfony/process/Process.php
3878
%%WWWDIR%%/3rdparty/symfony/process/ProcessBuilder.php
3925
%%WWWDIR%%/3rdparty/symfony/process/ProcessBuilder.php
3879
%%WWWDIR%%/3rdparty/symfony/process/ProcessUtils.php
3926
%%WWWDIR%%/3rdparty/symfony/process/ProcessUtils.php
3927
%%WWWDIR%%/3rdparty/symfony/process/README.md
3928
%%WWWDIR%%/3rdparty/symfony/process/composer.json
3929
%%WWWDIR%%/3rdparty/symfony/process/phpunit.xml.dist
3880
%%WWWDIR%%/3rdparty/symfony/routing/Annotation/Route.php
3930
%%WWWDIR%%/3rdparty/symfony/routing/Annotation/Route.php
3881
%%WWWDIR%%/3rdparty/symfony/routing/CHANGELOG.md
3931
%%WWWDIR%%/3rdparty/symfony/routing/CHANGELOG.md
3882
%%WWWDIR%%/3rdparty/symfony/routing/CompiledRoute.php
3932
%%WWWDIR%%/3rdparty/symfony/routing/CompiledRoute.php
3933
%%WWWDIR%%/3rdparty/symfony/routing/DependencyInjection/RoutingResolverPass.php
3883
%%WWWDIR%%/3rdparty/symfony/routing/Exception/ExceptionInterface.php
3934
%%WWWDIR%%/3rdparty/symfony/routing/Exception/ExceptionInterface.php
3884
%%WWWDIR%%/3rdparty/symfony/routing/Exception/InvalidParameterException.php
3935
%%WWWDIR%%/3rdparty/symfony/routing/Exception/InvalidParameterException.php
3885
%%WWWDIR%%/3rdparty/symfony/routing/Exception/MethodNotAllowedException.php
3936
%%WWWDIR%%/3rdparty/symfony/routing/Exception/MethodNotAllowedException.php
Lines 3905-3915 Link Here
3905
%%WWWDIR%%/3rdparty/symfony/routing/Loader/YamlFileLoader.php
3956
%%WWWDIR%%/3rdparty/symfony/routing/Loader/YamlFileLoader.php
3906
%%WWWDIR%%/3rdparty/symfony/routing/Loader/schema/routing/routing-1.0.xsd
3957
%%WWWDIR%%/3rdparty/symfony/routing/Loader/schema/routing/routing-1.0.xsd
3907
%%WWWDIR%%/3rdparty/symfony/routing/Matcher/Dumper/DumperCollection.php
3958
%%WWWDIR%%/3rdparty/symfony/routing/Matcher/Dumper/DumperCollection.php
3908
%%WWWDIR%%/3rdparty/symfony/routing/Matcher/Dumper/DumperPrefixCollection.php
3909
%%WWWDIR%%/3rdparty/symfony/routing/Matcher/Dumper/DumperRoute.php
3959
%%WWWDIR%%/3rdparty/symfony/routing/Matcher/Dumper/DumperRoute.php
3910
%%WWWDIR%%/3rdparty/symfony/routing/Matcher/Dumper/MatcherDumper.php
3960
%%WWWDIR%%/3rdparty/symfony/routing/Matcher/Dumper/MatcherDumper.php
3911
%%WWWDIR%%/3rdparty/symfony/routing/Matcher/Dumper/MatcherDumperInterface.php
3961
%%WWWDIR%%/3rdparty/symfony/routing/Matcher/Dumper/MatcherDumperInterface.php
3912
%%WWWDIR%%/3rdparty/symfony/routing/Matcher/Dumper/PhpMatcherDumper.php
3962
%%WWWDIR%%/3rdparty/symfony/routing/Matcher/Dumper/PhpMatcherDumper.php
3963
%%WWWDIR%%/3rdparty/symfony/routing/Matcher/Dumper/StaticPrefixCollection.php
3913
%%WWWDIR%%/3rdparty/symfony/routing/Matcher/RedirectableUrlMatcher.php
3964
%%WWWDIR%%/3rdparty/symfony/routing/Matcher/RedirectableUrlMatcher.php
3914
%%WWWDIR%%/3rdparty/symfony/routing/Matcher/RedirectableUrlMatcherInterface.php
3965
%%WWWDIR%%/3rdparty/symfony/routing/Matcher/RedirectableUrlMatcherInterface.php
3915
%%WWWDIR%%/3rdparty/symfony/routing/Matcher/RequestMatcherInterface.php
3966
%%WWWDIR%%/3rdparty/symfony/routing/Matcher/RequestMatcherInterface.php
Lines 3926-3936 Link Here
3926
%%WWWDIR%%/3rdparty/symfony/routing/RouteCompilerInterface.php
3977
%%WWWDIR%%/3rdparty/symfony/routing/RouteCompilerInterface.php
3927
%%WWWDIR%%/3rdparty/symfony/routing/Router.php
3978
%%WWWDIR%%/3rdparty/symfony/routing/Router.php
3928
%%WWWDIR%%/3rdparty/symfony/routing/RouterInterface.php
3979
%%WWWDIR%%/3rdparty/symfony/routing/RouterInterface.php
3980
%%WWWDIR%%/3rdparty/symfony/routing/composer.json
3981
%%WWWDIR%%/3rdparty/symfony/translation/.gitignore
3982
%%WWWDIR%%/3rdparty/symfony/translation/CHANGELOG.md
3983
%%WWWDIR%%/3rdparty/symfony/translation/Catalogue/AbstractOperation.php
3984
%%WWWDIR%%/3rdparty/symfony/translation/Catalogue/MergeOperation.php
3985
%%WWWDIR%%/3rdparty/symfony/translation/Catalogue/OperationInterface.php
3986
%%WWWDIR%%/3rdparty/symfony/translation/Catalogue/TargetOperation.php
3987
%%WWWDIR%%/3rdparty/symfony/translation/Command/XliffLintCommand.php
3988
%%WWWDIR%%/3rdparty/symfony/translation/DataCollector/TranslationDataCollector.php
3989
%%WWWDIR%%/3rdparty/symfony/translation/DataCollectorTranslator.php
3990
%%WWWDIR%%/3rdparty/symfony/translation/Dumper/CsvFileDumper.php
3991
%%WWWDIR%%/3rdparty/symfony/translation/Dumper/DumperInterface.php
3992
%%WWWDIR%%/3rdparty/symfony/translation/Dumper/FileDumper.php
3993
%%WWWDIR%%/3rdparty/symfony/translation/Dumper/IcuResFileDumper.php
3994
%%WWWDIR%%/3rdparty/symfony/translation/Dumper/IniFileDumper.php
3995
%%WWWDIR%%/3rdparty/symfony/translation/Dumper/JsonFileDumper.php
3996
%%WWWDIR%%/3rdparty/symfony/translation/Dumper/MoFileDumper.php
3997
%%WWWDIR%%/3rdparty/symfony/translation/Dumper/PhpFileDumper.php
3998
%%WWWDIR%%/3rdparty/symfony/translation/Dumper/PoFileDumper.php
3999
%%WWWDIR%%/3rdparty/symfony/translation/Dumper/QtFileDumper.php
4000
%%WWWDIR%%/3rdparty/symfony/translation/Dumper/XliffFileDumper.php
4001
%%WWWDIR%%/3rdparty/symfony/translation/Dumper/YamlFileDumper.php
4002
%%WWWDIR%%/3rdparty/symfony/translation/Exception/ExceptionInterface.php
4003
%%WWWDIR%%/3rdparty/symfony/translation/Exception/InvalidArgumentException.php
4004
%%WWWDIR%%/3rdparty/symfony/translation/Exception/InvalidResourceException.php
4005
%%WWWDIR%%/3rdparty/symfony/translation/Exception/LogicException.php
4006
%%WWWDIR%%/3rdparty/symfony/translation/Exception/NotFoundResourceException.php
4007
%%WWWDIR%%/3rdparty/symfony/translation/Exception/RuntimeException.php
4008
%%WWWDIR%%/3rdparty/symfony/translation/Extractor/AbstractFileExtractor.php
4009
%%WWWDIR%%/3rdparty/symfony/translation/Extractor/ChainExtractor.php
4010
%%WWWDIR%%/3rdparty/symfony/translation/Extractor/ExtractorInterface.php
4011
%%WWWDIR%%/3rdparty/symfony/translation/IdentityTranslator.php
4012
%%WWWDIR%%/3rdparty/symfony/translation/Interval.php
4013
%%WWWDIR%%/3rdparty/symfony/translation/LICENSE
4014
%%WWWDIR%%/3rdparty/symfony/translation/Loader/ArrayLoader.php
4015
%%WWWDIR%%/3rdparty/symfony/translation/Loader/CsvFileLoader.php
4016
%%WWWDIR%%/3rdparty/symfony/translation/Loader/FileLoader.php
4017
%%WWWDIR%%/3rdparty/symfony/translation/Loader/IcuDatFileLoader.php
4018
%%WWWDIR%%/3rdparty/symfony/translation/Loader/IcuResFileLoader.php
4019
%%WWWDIR%%/3rdparty/symfony/translation/Loader/IniFileLoader.php
4020
%%WWWDIR%%/3rdparty/symfony/translation/Loader/JsonFileLoader.php
4021
%%WWWDIR%%/3rdparty/symfony/translation/Loader/LoaderInterface.php
4022
%%WWWDIR%%/3rdparty/symfony/translation/Loader/MoFileLoader.php
4023
%%WWWDIR%%/3rdparty/symfony/translation/Loader/PhpFileLoader.php
4024
%%WWWDIR%%/3rdparty/symfony/translation/Loader/PoFileLoader.php
4025
%%WWWDIR%%/3rdparty/symfony/translation/Loader/QtFileLoader.php
4026
%%WWWDIR%%/3rdparty/symfony/translation/Loader/XliffFileLoader.php
4027
%%WWWDIR%%/3rdparty/symfony/translation/Loader/YamlFileLoader.php
4028
%%WWWDIR%%/3rdparty/symfony/translation/Loader/schema/dic/xliff-core/xliff-core-1.2-strict.xsd
4029
%%WWWDIR%%/3rdparty/symfony/translation/Loader/schema/dic/xliff-core/xliff-core-2.0.xsd
4030
%%WWWDIR%%/3rdparty/symfony/translation/Loader/schema/dic/xliff-core/xml.xsd
4031
%%WWWDIR%%/3rdparty/symfony/translation/LoggingTranslator.php
4032
%%WWWDIR%%/3rdparty/symfony/translation/MessageCatalogue.php
4033
%%WWWDIR%%/3rdparty/symfony/translation/MessageCatalogueInterface.php
4034
%%WWWDIR%%/3rdparty/symfony/translation/MessageSelector.php
4035
%%WWWDIR%%/3rdparty/symfony/translation/MetadataAwareInterface.php
4036
%%WWWDIR%%/3rdparty/symfony/translation/PluralizationRules.php
4037
%%WWWDIR%%/3rdparty/symfony/translation/README.md
4038
%%WWWDIR%%/3rdparty/symfony/translation/Resources/schemas/xliff-core-1.2-strict.xsd
4039
%%WWWDIR%%/3rdparty/symfony/translation/Translator.php
4040
%%WWWDIR%%/3rdparty/symfony/translation/TranslatorBagInterface.php
4041
%%WWWDIR%%/3rdparty/symfony/translation/TranslatorInterface.php
4042
%%WWWDIR%%/3rdparty/symfony/translation/Util/ArrayConverter.php
4043
%%WWWDIR%%/3rdparty/symfony/translation/Writer/TranslationWriter.php
4044
%%WWWDIR%%/3rdparty/symfony/translation/composer.json
4045
%%WWWDIR%%/3rdparty/symfony/translation/phpunit.xml.dist
3929
%%WWWDIR%%/AUTHORS
4046
%%WWWDIR%%/AUTHORS
3930
@owner %%NEXTCLOUD_USERNAME%%
4047
@owner %%NEXTCLOUD_USERNAME%%
3931
@group %%NEXTCLOUD_GROUPNAME%%
4048
@group %%NEXTCLOUD_GROUPNAME%%
3932
%%WWWDIR%%/apps/activity/appinfo/app.php
4049
%%WWWDIR%%/apps/activity/appinfo/app.php
3933
%%WWWDIR%%/apps/activity/appinfo/database.xml
3934
%%WWWDIR%%/apps/activity/appinfo/info.xml
4050
%%WWWDIR%%/apps/activity/appinfo/info.xml
3935
%%WWWDIR%%/apps/activity/appinfo/routes.php
4051
%%WWWDIR%%/apps/activity/appinfo/routes.php
3936
%%WWWDIR%%/apps/activity/appinfo/signature.json
4052
%%WWWDIR%%/apps/activity/appinfo/signature.json
Lines 4150-4155 Link Here
4150
%%WWWDIR%%/apps/activity/lib/GroupHelperDisabled.php
4266
%%WWWDIR%%/apps/activity/lib/GroupHelperDisabled.php
4151
%%WWWDIR%%/apps/activity/lib/Hooks.php
4267
%%WWWDIR%%/apps/activity/lib/Hooks.php
4152
%%WWWDIR%%/apps/activity/lib/MailQueueHandler.php
4268
%%WWWDIR%%/apps/activity/lib/MailQueueHandler.php
4269
%%WWWDIR%%/apps/activity/lib/Migration/Version2006Date20170808154933.php
4270
%%WWWDIR%%/apps/activity/lib/Migration/Version2006Date20170808155040.php
4271
%%WWWDIR%%/apps/activity/lib/Migration/Version2006Date20170919095939.php
4153
%%WWWDIR%%/apps/activity/lib/Navigation.php
4272
%%WWWDIR%%/apps/activity/lib/Navigation.php
4154
%%WWWDIR%%/apps/activity/lib/Parameter/Collection.php
4273
%%WWWDIR%%/apps/activity/lib/Parameter/Collection.php
4155
%%WWWDIR%%/apps/activity/lib/Parameter/Factory.php
4274
%%WWWDIR%%/apps/activity/lib/Parameter/Factory.php
Lines 4170-4188 Link Here
4170
%%WWWDIR%%/apps/admin_audit/appinfo/app.php
4289
%%WWWDIR%%/apps/admin_audit/appinfo/app.php
4171
%%WWWDIR%%/apps/admin_audit/appinfo/info.xml
4290
%%WWWDIR%%/apps/admin_audit/appinfo/info.xml
4172
%%WWWDIR%%/apps/admin_audit/appinfo/signature.json
4291
%%WWWDIR%%/apps/admin_audit/appinfo/signature.json
4173
%%WWWDIR%%/apps/admin_audit/lib/actions/action.php
4292
%%WWWDIR%%/apps/admin_audit/composer/autoload.php
4174
%%WWWDIR%%/apps/admin_audit/lib/actions/auth.php
4293
%%WWWDIR%%/apps/admin_audit/composer/composer.json
4175
%%WWWDIR%%/apps/admin_audit/lib/actions/files.php
4294
%%WWWDIR%%/apps/admin_audit/composer/composer/ClassLoader.php
4176
%%WWWDIR%%/apps/admin_audit/lib/actions/groupmanagement.php
4295
%%WWWDIR%%/apps/admin_audit/composer/composer/LICENSE
4177
%%WWWDIR%%/apps/admin_audit/lib/actions/sharing.php
4296
%%WWWDIR%%/apps/admin_audit/composer/composer/autoload_classmap.php
4178
%%WWWDIR%%/apps/admin_audit/lib/actions/trashbin.php
4297
%%WWWDIR%%/apps/admin_audit/composer/composer/autoload_namespaces.php
4179
%%WWWDIR%%/apps/admin_audit/lib/actions/usermanagement.php
4298
%%WWWDIR%%/apps/admin_audit/composer/composer/autoload_psr4.php
4180
%%WWWDIR%%/apps/admin_audit/lib/actions/versions.php
4299
%%WWWDIR%%/apps/admin_audit/composer/composer/autoload_real.php
4181
%%WWWDIR%%/apps/admin_audit/lib/auditlogger.php
4300
%%WWWDIR%%/apps/admin_audit/composer/composer/autoload_static.php
4301
%%WWWDIR%%/apps/admin_audit/lib/Actions/Action.php
4302
%%WWWDIR%%/apps/admin_audit/lib/Actions/AppManagement.php
4303
%%WWWDIR%%/apps/admin_audit/lib/Actions/Auth.php
4304
%%WWWDIR%%/apps/admin_audit/lib/Actions/Console.php
4305
%%WWWDIR%%/apps/admin_audit/lib/Actions/Files.php
4306
%%WWWDIR%%/apps/admin_audit/lib/Actions/GroupManagement.php
4307
%%WWWDIR%%/apps/admin_audit/lib/Actions/Sharing.php
4308
%%WWWDIR%%/apps/admin_audit/lib/Actions/Trashbin.php
4309
%%WWWDIR%%/apps/admin_audit/lib/Actions/UserManagement.php
4310
%%WWWDIR%%/apps/admin_audit/lib/Actions/Versions.php
4311
%%WWWDIR%%/apps/admin_audit/lib/AppInfo/Application.php
4312
%%WWWDIR%%/apps/comments/.bowerrc
4182
%%WWWDIR%%/apps/comments/appinfo/app.php
4313
%%WWWDIR%%/apps/comments/appinfo/app.php
4183
%%WWWDIR%%/apps/comments/appinfo/info.xml
4314
%%WWWDIR%%/apps/comments/appinfo/info.xml
4184
%%WWWDIR%%/apps/comments/appinfo/routes.php
4315
%%WWWDIR%%/apps/comments/appinfo/routes.php
4185
%%WWWDIR%%/apps/comments/appinfo/signature.json
4316
%%WWWDIR%%/apps/comments/appinfo/signature.json
4317
%%WWWDIR%%/apps/comments/composer/autoload.php
4318
%%WWWDIR%%/apps/comments/composer/composer.json
4319
%%WWWDIR%%/apps/comments/composer/composer/ClassLoader.php
4320
%%WWWDIR%%/apps/comments/composer/composer/LICENSE
4321
%%WWWDIR%%/apps/comments/composer/composer/autoload_classmap.php
4322
%%WWWDIR%%/apps/comments/composer/composer/autoload_namespaces.php
4323
%%WWWDIR%%/apps/comments/composer/composer/autoload_psr4.php
4324
%%WWWDIR%%/apps/comments/composer/composer/autoload_real.php
4325
%%WWWDIR%%/apps/comments/composer/composer/autoload_static.php
4326
%%WWWDIR%%/apps/comments/css/autocomplete.scss
4186
%%WWWDIR%%/apps/comments/css/comments.css
4327
%%WWWDIR%%/apps/comments/css/comments.css
4187
%%WWWDIR%%/apps/comments/img/comments-dark.svg
4328
%%WWWDIR%%/apps/comments/img/comments-dark.svg
4188
%%WWWDIR%%/apps/comments/img/comments.svg
4329
%%WWWDIR%%/apps/comments/img/comments.svg
Lines 4194-4199 Link Here
4194
%%WWWDIR%%/apps/comments/js/commentsummarymodel.js
4335
%%WWWDIR%%/apps/comments/js/commentsummarymodel.js
4195
%%WWWDIR%%/apps/comments/js/filesplugin.js
4336
%%WWWDIR%%/apps/comments/js/filesplugin.js
4196
%%WWWDIR%%/apps/comments/js/merged.json
4337
%%WWWDIR%%/apps/comments/js/merged.json
4338
%%WWWDIR%%/apps/comments/js/vendor/At.js/dist/js/jquery.atwho.min.js
4339
%%WWWDIR%%/apps/comments/js/vendor/Caret.js/dist/jquery.caret.min.js
4197
%%WWWDIR%%/apps/comments/l10n/.gitkeep
4340
%%WWWDIR%%/apps/comments/l10n/.gitkeep
4198
%%WWWDIR%%/apps/comments/l10n/af.js
4341
%%WWWDIR%%/apps/comments/l10n/af.js
4199
%%WWWDIR%%/apps/comments/l10n/af.json
4342
%%WWWDIR%%/apps/comments/l10n/af.json
Lines 4402-4414 Link Here
4402
%%WWWDIR%%/apps/comments/lib/Activity/Provider.php
4545
%%WWWDIR%%/apps/comments/lib/Activity/Provider.php
4403
%%WWWDIR%%/apps/comments/lib/Activity/Setting.php
4546
%%WWWDIR%%/apps/comments/lib/Activity/Setting.php
4404
%%WWWDIR%%/apps/comments/lib/AppInfo/Application.php
4547
%%WWWDIR%%/apps/comments/lib/AppInfo/Application.php
4548
%%WWWDIR%%/apps/comments/lib/Collaboration/CommentersSorter.php
4405
%%WWWDIR%%/apps/comments/lib/Controller/Notifications.php
4549
%%WWWDIR%%/apps/comments/lib/Controller/Notifications.php
4406
%%WWWDIR%%/apps/comments/lib/EventHandler.php
4550
%%WWWDIR%%/apps/comments/lib/EventHandler.php
4551
%%WWWDIR%%/apps/comments/lib/JSSettingsHelper.php
4407
%%WWWDIR%%/apps/comments/lib/Notification/Listener.php
4552
%%WWWDIR%%/apps/comments/lib/Notification/Listener.php
4408
%%WWWDIR%%/apps/comments/lib/Notification/Notifier.php
4553
%%WWWDIR%%/apps/comments/lib/Notification/Notifier.php
4409
%%WWWDIR%%/apps/dav/appinfo/app.php
4554
%%WWWDIR%%/apps/dav/appinfo/app.php
4410
%%WWWDIR%%/apps/dav/appinfo/database.xml
4411
%%WWWDIR%%/apps/dav/appinfo/info.xml
4555
%%WWWDIR%%/apps/dav/appinfo/info.xml
4556
%%WWWDIR%%/apps/dav/appinfo/routes.php
4412
%%WWWDIR%%/apps/dav/appinfo/signature.json
4557
%%WWWDIR%%/apps/dav/appinfo/signature.json
4413
%%WWWDIR%%/apps/dav/appinfo/v1/caldav.php
4558
%%WWWDIR%%/apps/dav/appinfo/v1/caldav.php
4414
%%WWWDIR%%/apps/dav/appinfo/v1/carddav.php
4559
%%WWWDIR%%/apps/dav/appinfo/v1/carddav.php
Lines 4416-4421 Link Here
4416
%%WWWDIR%%/apps/dav/appinfo/v1/webdav.php
4561
%%WWWDIR%%/apps/dav/appinfo/v1/webdav.php
4417
%%WWWDIR%%/apps/dav/appinfo/v2/remote.php
4562
%%WWWDIR%%/apps/dav/appinfo/v2/remote.php
4418
%%WWWDIR%%/apps/dav/bin/chunkperf.php
4563
%%WWWDIR%%/apps/dav/bin/chunkperf.php
4564
%%WWWDIR%%/apps/dav/composer/autoload.php
4565
%%WWWDIR%%/apps/dav/composer/composer.json
4566
%%WWWDIR%%/apps/dav/composer/composer/ClassLoader.php
4567
%%WWWDIR%%/apps/dav/composer/composer/LICENSE
4568
%%WWWDIR%%/apps/dav/composer/composer/autoload_classmap.php
4569
%%WWWDIR%%/apps/dav/composer/composer/autoload_namespaces.php
4570
%%WWWDIR%%/apps/dav/composer/composer/autoload_psr4.php
4571
%%WWWDIR%%/apps/dav/composer/composer/autoload_real.php
4572
%%WWWDIR%%/apps/dav/composer/composer/autoload_static.php
4573
%%WWWDIR%%/apps/dav/js/settings-admin-caldav.js
4419
%%WWWDIR%%/apps/dav/l10n/.gitkeep
4574
%%WWWDIR%%/apps/dav/l10n/.gitkeep
4420
%%WWWDIR%%/apps/dav/l10n/bg.js
4575
%%WWWDIR%%/apps/dav/l10n/bg.js
4421
%%WWWDIR%%/apps/dav/l10n/bg.json
4576
%%WWWDIR%%/apps/dav/l10n/bg.json
Lines 4536-4544 Link Here
4536
%%WWWDIR%%/apps/dav/l10n/zh_TW.js
4691
%%WWWDIR%%/apps/dav/l10n/zh_TW.js
4537
%%WWWDIR%%/apps/dav/l10n/zh_TW.json
4692
%%WWWDIR%%/apps/dav/l10n/zh_TW.json
4538
%%WWWDIR%%/apps/dav/lib/AppInfo/Application.php
4693
%%WWWDIR%%/apps/dav/lib/AppInfo/Application.php
4694
%%WWWDIR%%/apps/dav/lib/AppInfo/PluginManager.php
4539
%%WWWDIR%%/apps/dav/lib/Avatars/AvatarHome.php
4695
%%WWWDIR%%/apps/dav/lib/Avatars/AvatarHome.php
4540
%%WWWDIR%%/apps/dav/lib/Avatars/AvatarNode.php
4696
%%WWWDIR%%/apps/dav/lib/Avatars/AvatarNode.php
4541
%%WWWDIR%%/apps/dav/lib/Avatars/RootCollection.php
4697
%%WWWDIR%%/apps/dav/lib/Avatars/RootCollection.php
4698
%%WWWDIR%%/apps/dav/lib/BackgroundJob/GenerateBirthdayCalendarBackgroundJob.php
4542
%%WWWDIR%%/apps/dav/lib/CalDAV/Activity/Backend.php
4699
%%WWWDIR%%/apps/dav/lib/CalDAV/Activity/Backend.php
4543
%%WWWDIR%%/apps/dav/lib/CalDAV/Activity/Filter/Calendar.php
4700
%%WWWDIR%%/apps/dav/lib/CalDAV/Activity/Filter/Calendar.php
4544
%%WWWDIR%%/apps/dav/lib/CalDAV/Activity/Filter/Todo.php
4701
%%WWWDIR%%/apps/dav/lib/CalDAV/Activity/Filter/Todo.php
Lines 4549-4561 Link Here
4549
%%WWWDIR%%/apps/dav/lib/CalDAV/Activity/Setting/Calendar.php
4706
%%WWWDIR%%/apps/dav/lib/CalDAV/Activity/Setting/Calendar.php
4550
%%WWWDIR%%/apps/dav/lib/CalDAV/Activity/Setting/Event.php
4707
%%WWWDIR%%/apps/dav/lib/CalDAV/Activity/Setting/Event.php
4551
%%WWWDIR%%/apps/dav/lib/CalDAV/Activity/Setting/Todo.php
4708
%%WWWDIR%%/apps/dav/lib/CalDAV/Activity/Setting/Todo.php
4709
%%WWWDIR%%/apps/dav/lib/CalDAV/BirthdayCalendar/EnablePlugin.php
4552
%%WWWDIR%%/apps/dav/lib/CalDAV/BirthdayService.php
4710
%%WWWDIR%%/apps/dav/lib/CalDAV/BirthdayService.php
4553
%%WWWDIR%%/apps/dav/lib/CalDAV/CalDavBackend.php
4711
%%WWWDIR%%/apps/dav/lib/CalDAV/CalDavBackend.php
4554
%%WWWDIR%%/apps/dav/lib/CalDAV/Calendar.php
4712
%%WWWDIR%%/apps/dav/lib/CalDAV/Calendar.php
4555
%%WWWDIR%%/apps/dav/lib/CalDAV/CalendarHome.php
4713
%%WWWDIR%%/apps/dav/lib/CalDAV/CalendarHome.php
4714
%%WWWDIR%%/apps/dav/lib/CalDAV/CalendarImpl.php
4715
%%WWWDIR%%/apps/dav/lib/CalDAV/CalendarManager.php
4556
%%WWWDIR%%/apps/dav/lib/CalDAV/CalendarObject.php
4716
%%WWWDIR%%/apps/dav/lib/CalDAV/CalendarObject.php
4557
%%WWWDIR%%/apps/dav/lib/CalDAV/CalendarRoot.php
4717
%%WWWDIR%%/apps/dav/lib/CalDAV/CalendarRoot.php
4558
%%WWWDIR%%/apps/dav/lib/CalDAV/Plugin.php
4718
%%WWWDIR%%/apps/dav/lib/CalDAV/Plugin.php
4719
%%WWWDIR%%/apps/dav/lib/CalDAV/Principal/Collection.php
4720
%%WWWDIR%%/apps/dav/lib/CalDAV/Principal/User.php
4559
%%WWWDIR%%/apps/dav/lib/CalDAV/PublicCalendar.php
4721
%%WWWDIR%%/apps/dav/lib/CalDAV/PublicCalendar.php
4560
%%WWWDIR%%/apps/dav/lib/CalDAV/PublicCalendarObject.php
4722
%%WWWDIR%%/apps/dav/lib/CalDAV/PublicCalendarObject.php
4561
%%WWWDIR%%/apps/dav/lib/CalDAV/PublicCalendarRoot.php
4723
%%WWWDIR%%/apps/dav/lib/CalDAV/PublicCalendarRoot.php
Lines 4599-4604 Link Here
4599
%%WWWDIR%%/apps/dav/lib/Connector/Sabre/Auth.php
4761
%%WWWDIR%%/apps/dav/lib/Connector/Sabre/Auth.php
4600
%%WWWDIR%%/apps/dav/lib/Connector/Sabre/BearerAuth.php
4762
%%WWWDIR%%/apps/dav/lib/Connector/Sabre/BearerAuth.php
4601
%%WWWDIR%%/apps/dav/lib/Connector/Sabre/BlockLegacyClientPlugin.php
4763
%%WWWDIR%%/apps/dav/lib/Connector/Sabre/BlockLegacyClientPlugin.php
4764
%%WWWDIR%%/apps/dav/lib/Connector/Sabre/CachingTree.php
4602
%%WWWDIR%%/apps/dav/lib/Connector/Sabre/ChecksumList.php
4765
%%WWWDIR%%/apps/dav/lib/Connector/Sabre/ChecksumList.php
4603
%%WWWDIR%%/apps/dav/lib/Connector/Sabre/CommentPropertiesPlugin.php
4766
%%WWWDIR%%/apps/dav/lib/Connector/Sabre/CommentPropertiesPlugin.php
4604
%%WWWDIR%%/apps/dav/lib/Connector/Sabre/CopyEtagHeaderPlugin.php
4767
%%WWWDIR%%/apps/dav/lib/Connector/Sabre/CopyEtagHeaderPlugin.php
Lines 4629-4634 Link Here
4629
%%WWWDIR%%/apps/dav/lib/Connector/Sabre/SharesPlugin.php
4792
%%WWWDIR%%/apps/dav/lib/Connector/Sabre/SharesPlugin.php
4630
%%WWWDIR%%/apps/dav/lib/Connector/Sabre/TagList.php
4793
%%WWWDIR%%/apps/dav/lib/Connector/Sabre/TagList.php
4631
%%WWWDIR%%/apps/dav/lib/Connector/Sabre/TagsPlugin.php
4794
%%WWWDIR%%/apps/dav/lib/Connector/Sabre/TagsPlugin.php
4795
%%WWWDIR%%/apps/dav/lib/Controller/BirthdayCalendarController.php
4632
%%WWWDIR%%/apps/dav/lib/DAV/CustomPropertiesBackend.php
4796
%%WWWDIR%%/apps/dav/lib/DAV/CustomPropertiesBackend.php
4633
%%WWWDIR%%/apps/dav/lib/DAV/GroupPrincipalBackend.php
4797
%%WWWDIR%%/apps/dav/lib/DAV/GroupPrincipalBackend.php
4634
%%WWWDIR%%/apps/dav/lib/DAV/PublicAuth.php
4798
%%WWWDIR%%/apps/dav/lib/DAV/PublicAuth.php
Lines 4649-4656 Link Here
4649
%%WWWDIR%%/apps/dav/lib/Migration/BuildCalendarSearchIndexBackgroundJob.php
4813
%%WWWDIR%%/apps/dav/lib/Migration/BuildCalendarSearchIndexBackgroundJob.php
4650
%%WWWDIR%%/apps/dav/lib/Migration/CalDAVRemoveEmptyValue.php
4814
%%WWWDIR%%/apps/dav/lib/Migration/CalDAVRemoveEmptyValue.php
4651
%%WWWDIR%%/apps/dav/lib/Migration/FixBirthdayCalendarComponent.php
4815
%%WWWDIR%%/apps/dav/lib/Migration/FixBirthdayCalendarComponent.php
4816
%%WWWDIR%%/apps/dav/lib/Migration/Version1004Date20170825134824.php
4817
%%WWWDIR%%/apps/dav/lib/Migration/Version1004Date20170919104507.php
4818
%%WWWDIR%%/apps/dav/lib/Migration/Version1004Date20170924124212.php
4819
%%WWWDIR%%/apps/dav/lib/Migration/Version1004Date20170926103422.php
4652
%%WWWDIR%%/apps/dav/lib/RootCollection.php
4820
%%WWWDIR%%/apps/dav/lib/RootCollection.php
4653
%%WWWDIR%%/apps/dav/lib/Server.php
4821
%%WWWDIR%%/apps/dav/lib/Server.php
4822
%%WWWDIR%%/apps/dav/lib/Settings/CalDAVSettings.php
4654
%%WWWDIR%%/apps/dav/lib/SystemTag/SystemTagMappingNode.php
4823
%%WWWDIR%%/apps/dav/lib/SystemTag/SystemTagMappingNode.php
4655
%%WWWDIR%%/apps/dav/lib/SystemTag/SystemTagNode.php
4824
%%WWWDIR%%/apps/dav/lib/SystemTag/SystemTagNode.php
4656
%%WWWDIR%%/apps/dav/lib/SystemTag/SystemTagPlugin.php
4825
%%WWWDIR%%/apps/dav/lib/SystemTag/SystemTagPlugin.php
Lines 4659-4673 Link Here
4659
%%WWWDIR%%/apps/dav/lib/SystemTag/SystemTagsObjectTypeCollection.php
4828
%%WWWDIR%%/apps/dav/lib/SystemTag/SystemTagsObjectTypeCollection.php
4660
%%WWWDIR%%/apps/dav/lib/SystemTag/SystemTagsRelationsCollection.php
4829
%%WWWDIR%%/apps/dav/lib/SystemTag/SystemTagsRelationsCollection.php
4661
%%WWWDIR%%/apps/dav/lib/Upload/AssemblyStream.php
4830
%%WWWDIR%%/apps/dav/lib/Upload/AssemblyStream.php
4831
%%WWWDIR%%/apps/dav/lib/Upload/ChunkingPlugin.php
4662
%%WWWDIR%%/apps/dav/lib/Upload/FutureFile.php
4832
%%WWWDIR%%/apps/dav/lib/Upload/FutureFile.php
4663
%%WWWDIR%%/apps/dav/lib/Upload/RootCollection.php
4833
%%WWWDIR%%/apps/dav/lib/Upload/RootCollection.php
4664
%%WWWDIR%%/apps/dav/lib/Upload/UploadFolder.php
4834
%%WWWDIR%%/apps/dav/lib/Upload/UploadFolder.php
4665
%%WWWDIR%%/apps/dav/lib/Upload/UploadHome.php
4835
%%WWWDIR%%/apps/dav/lib/Upload/UploadHome.php
4666
%%WWWDIR%%/apps/dav/templates/exception.php
4836
%%WWWDIR%%/apps/dav/templates/exception.php
4837
%%WWWDIR%%/apps/dav/templates/settings-admin-caldav.php
4667
%%WWWDIR%%/apps/encryption/appinfo/app.php
4838
%%WWWDIR%%/apps/encryption/appinfo/app.php
4668
%%WWWDIR%%/apps/encryption/appinfo/info.xml
4839
%%WWWDIR%%/apps/encryption/appinfo/info.xml
4669
%%WWWDIR%%/apps/encryption/appinfo/routes.php
4840
%%WWWDIR%%/apps/encryption/appinfo/routes.php
4670
%%WWWDIR%%/apps/encryption/appinfo/signature.json
4841
%%WWWDIR%%/apps/encryption/appinfo/signature.json
4842
%%WWWDIR%%/apps/encryption/composer/autoload.php
4843
%%WWWDIR%%/apps/encryption/composer/composer.json
4844
%%WWWDIR%%/apps/encryption/composer/composer/ClassLoader.php
4845
%%WWWDIR%%/apps/encryption/composer/composer/LICENSE
4846
%%WWWDIR%%/apps/encryption/composer/composer/autoload_classmap.php
4847
%%WWWDIR%%/apps/encryption/composer/composer/autoload_namespaces.php
4848
%%WWWDIR%%/apps/encryption/composer/composer/autoload_psr4.php
4849
%%WWWDIR%%/apps/encryption/composer/composer/autoload_real.php
4850
%%WWWDIR%%/apps/encryption/composer/composer/autoload_static.php
4671
%%WWWDIR%%/apps/encryption/css/settings-admin.css
4851
%%WWWDIR%%/apps/encryption/css/settings-admin.css
4672
%%WWWDIR%%/apps/encryption/css/settings-personal.css
4852
%%WWWDIR%%/apps/encryption/css/settings-personal.css
4673
%%WWWDIR%%/apps/encryption/img/app.svg
4853
%%WWWDIR%%/apps/encryption/img/app.svg
Lines 4842-4847 Link Here
4842
%%WWWDIR%%/apps/encryption/l10n/zh_TW.js
5022
%%WWWDIR%%/apps/encryption/l10n/zh_TW.js
4843
%%WWWDIR%%/apps/encryption/l10n/zh_TW.json
5023
%%WWWDIR%%/apps/encryption/l10n/zh_TW.json
4844
%%WWWDIR%%/apps/encryption/lib/AppInfo/Application.php
5024
%%WWWDIR%%/apps/encryption/lib/AppInfo/Application.php
5025
%%WWWDIR%%/apps/encryption/lib/Command/DisableMasterKey.php
4845
%%WWWDIR%%/apps/encryption/lib/Command/EnableMasterKey.php
5026
%%WWWDIR%%/apps/encryption/lib/Command/EnableMasterKey.php
4846
%%WWWDIR%%/apps/encryption/lib/Command/MigrateKeys.php
5027
%%WWWDIR%%/apps/encryption/lib/Command/MigrateKeys.php
4847
%%WWWDIR%%/apps/encryption/lib/Controller/RecoveryController.php
5028
%%WWWDIR%%/apps/encryption/lib/Controller/RecoveryController.php
Lines 4860-4871 Link Here
4860
%%WWWDIR%%/apps/encryption/lib/Hooks/UserHooks.php
5041
%%WWWDIR%%/apps/encryption/lib/Hooks/UserHooks.php
4861
%%WWWDIR%%/apps/encryption/lib/KeyManager.php
5042
%%WWWDIR%%/apps/encryption/lib/KeyManager.php
4862
%%WWWDIR%%/apps/encryption/lib/Migration.php
5043
%%WWWDIR%%/apps/encryption/lib/Migration.php
5044
%%WWWDIR%%/apps/encryption/lib/Migration/SetMasterKeyStatus.php
4863
%%WWWDIR%%/apps/encryption/lib/Recovery.php
5045
%%WWWDIR%%/apps/encryption/lib/Recovery.php
4864
%%WWWDIR%%/apps/encryption/lib/Session.php
5046
%%WWWDIR%%/apps/encryption/lib/Session.php
4865
%%WWWDIR%%/apps/encryption/lib/Settings/Admin.php
5047
%%WWWDIR%%/apps/encryption/lib/Settings/Admin.php
5048
%%WWWDIR%%/apps/encryption/lib/Settings/Personal.php
4866
%%WWWDIR%%/apps/encryption/lib/Users/Setup.php
5049
%%WWWDIR%%/apps/encryption/lib/Users/Setup.php
4867
%%WWWDIR%%/apps/encryption/lib/Util.php
5050
%%WWWDIR%%/apps/encryption/lib/Util.php
4868
%%WWWDIR%%/apps/encryption/settings/settings-personal.php
4869
%%WWWDIR%%/apps/encryption/templates/altmail.php
5051
%%WWWDIR%%/apps/encryption/templates/altmail.php
4870
%%WWWDIR%%/apps/encryption/templates/mail.php
5052
%%WWWDIR%%/apps/encryption/templates/mail.php
4871
%%WWWDIR%%/apps/encryption/templates/settings-admin.php
5053
%%WWWDIR%%/apps/encryption/templates/settings-admin.php
Lines 4875-4880 Link Here
4875
%%WWWDIR%%/apps/federatedfilesharing/appinfo/info.xml
5057
%%WWWDIR%%/apps/federatedfilesharing/appinfo/info.xml
4876
%%WWWDIR%%/apps/federatedfilesharing/appinfo/routes.php
5058
%%WWWDIR%%/apps/federatedfilesharing/appinfo/routes.php
4877
%%WWWDIR%%/apps/federatedfilesharing/appinfo/signature.json
5059
%%WWWDIR%%/apps/federatedfilesharing/appinfo/signature.json
5060
%%WWWDIR%%/apps/federatedfilesharing/composer/autoload.php
5061
%%WWWDIR%%/apps/federatedfilesharing/composer/composer.json
5062
%%WWWDIR%%/apps/federatedfilesharing/composer/composer/ClassLoader.php
5063
%%WWWDIR%%/apps/federatedfilesharing/composer/composer/LICENSE
5064
%%WWWDIR%%/apps/federatedfilesharing/composer/composer/autoload_classmap.php
5065
%%WWWDIR%%/apps/federatedfilesharing/composer/composer/autoload_namespaces.php
5066
%%WWWDIR%%/apps/federatedfilesharing/composer/composer/autoload_psr4.php
5067
%%WWWDIR%%/apps/federatedfilesharing/composer/composer/autoload_real.php
5068
%%WWWDIR%%/apps/federatedfilesharing/composer/composer/autoload_static.php
4878
%%WWWDIR%%/apps/federatedfilesharing/css/settings-personal.css
5069
%%WWWDIR%%/apps/federatedfilesharing/css/settings-personal.css
4879
%%WWWDIR%%/apps/federatedfilesharing/img/social-diaspora.svg
5070
%%WWWDIR%%/apps/federatedfilesharing/img/social-diaspora.svg
4880
%%WWWDIR%%/apps/federatedfilesharing/img/social-facebook.svg
5071
%%WWWDIR%%/apps/federatedfilesharing/img/social-facebook.svg
Lines 5041-5048 Link Here
5041
%%WWWDIR%%/apps/federatedfilesharing/lib/Notifications.php
5232
%%WWWDIR%%/apps/federatedfilesharing/lib/Notifications.php
5042
%%WWWDIR%%/apps/federatedfilesharing/lib/Notifier.php
5233
%%WWWDIR%%/apps/federatedfilesharing/lib/Notifier.php
5043
%%WWWDIR%%/apps/federatedfilesharing/lib/Settings/Admin.php
5234
%%WWWDIR%%/apps/federatedfilesharing/lib/Settings/Admin.php
5235
%%WWWDIR%%/apps/federatedfilesharing/lib/Settings/Personal.php
5236
%%WWWDIR%%/apps/federatedfilesharing/lib/Settings/PersonalSection.php
5044
%%WWWDIR%%/apps/federatedfilesharing/lib/TokenHandler.php
5237
%%WWWDIR%%/apps/federatedfilesharing/lib/TokenHandler.php
5045
%%WWWDIR%%/apps/federatedfilesharing/settings-personal.php
5046
%%WWWDIR%%/apps/federatedfilesharing/templates/settings-admin.php
5238
%%WWWDIR%%/apps/federatedfilesharing/templates/settings-admin.php
5047
%%WWWDIR%%/apps/federatedfilesharing/templates/settings-personal.php
5239
%%WWWDIR%%/apps/federatedfilesharing/templates/settings-personal.php
5048
%%WWWDIR%%/apps/federation/appinfo/app.php
5240
%%WWWDIR%%/apps/federation/appinfo/app.php
Lines 5050-5055 Link Here
5050
%%WWWDIR%%/apps/federation/appinfo/info.xml
5242
%%WWWDIR%%/apps/federation/appinfo/info.xml
5051
%%WWWDIR%%/apps/federation/appinfo/routes.php
5243
%%WWWDIR%%/apps/federation/appinfo/routes.php
5052
%%WWWDIR%%/apps/federation/appinfo/signature.json
5244
%%WWWDIR%%/apps/federation/appinfo/signature.json
5245
%%WWWDIR%%/apps/federation/composer/autoload.php
5246
%%WWWDIR%%/apps/federation/composer/composer.json
5247
%%WWWDIR%%/apps/federation/composer/composer/ClassLoader.php
5248
%%WWWDIR%%/apps/federation/composer/composer/LICENSE
5249
%%WWWDIR%%/apps/federation/composer/composer/autoload_classmap.php
5250
%%WWWDIR%%/apps/federation/composer/composer/autoload_namespaces.php
5251
%%WWWDIR%%/apps/federation/composer/composer/autoload_psr4.php
5252
%%WWWDIR%%/apps/federation/composer/composer/autoload_real.php
5253
%%WWWDIR%%/apps/federation/composer/composer/autoload_static.php
5053
%%WWWDIR%%/apps/federation/css/settings-admin.css
5254
%%WWWDIR%%/apps/federation/css/settings-admin.css
5054
%%WWWDIR%%/apps/federation/img/app.svg
5255
%%WWWDIR%%/apps/federation/img/app.svg
5055
%%WWWDIR%%/apps/federation/js/settings-admin.js
5256
%%WWWDIR%%/apps/federation/js/settings-admin.js
Lines 5214-5219 Link Here
5214
%%WWWDIR%%/apps/files/appinfo/info.xml
5415
%%WWWDIR%%/apps/files/appinfo/info.xml
5215
%%WWWDIR%%/apps/files/appinfo/routes.php
5416
%%WWWDIR%%/apps/files/appinfo/routes.php
5216
%%WWWDIR%%/apps/files/appinfo/signature.json
5417
%%WWWDIR%%/apps/files/appinfo/signature.json
5418
%%WWWDIR%%/apps/files/composer/autoload.php
5419
%%WWWDIR%%/apps/files/composer/composer.json
5420
%%WWWDIR%%/apps/files/composer/composer/ClassLoader.php
5421
%%WWWDIR%%/apps/files/composer/composer/LICENSE
5422
%%WWWDIR%%/apps/files/composer/composer/autoload_classmap.php
5423
%%WWWDIR%%/apps/files/composer/composer/autoload_namespaces.php
5424
%%WWWDIR%%/apps/files/composer/composer/autoload_psr4.php
5425
%%WWWDIR%%/apps/files/composer/composer/autoload_real.php
5426
%%WWWDIR%%/apps/files/composer/composer/autoload_static.php
5217
%%WWWDIR%%/apps/files/css/detailsView.scss
5427
%%WWWDIR%%/apps/files/css/detailsView.scss
5218
%%WWWDIR%%/apps/files/css/files.scss
5428
%%WWWDIR%%/apps/files/css/files.scss
5219
%%WWWDIR%%/apps/files/css/merged.scss
5429
%%WWWDIR%%/apps/files/css/merged.scss
Lines 5231-5236 Link Here
5231
%%WWWDIR%%/apps/files/img/external.svg
5441
%%WWWDIR%%/apps/files/img/external.svg
5232
%%WWWDIR%%/apps/files/img/folder.svg
5442
%%WWWDIR%%/apps/files/img/folder.svg
5233
%%WWWDIR%%/apps/files/img/public.svg
5443
%%WWWDIR%%/apps/files/img/public.svg
5444
%%WWWDIR%%/apps/files/img/quota.svg
5234
%%WWWDIR%%/apps/files/img/recent.svg
5445
%%WWWDIR%%/apps/files/img/recent.svg
5235
%%WWWDIR%%/apps/files/img/share.svg
5446
%%WWWDIR%%/apps/files/img/share.svg
5236
%%WWWDIR%%/apps/files/img/star.svg
5447
%%WWWDIR%%/apps/files/img/star.svg
Lines 5548-5568 Link Here
5548
%%WWWDIR%%/apps/files/templates/recentlist.php
5759
%%WWWDIR%%/apps/files/templates/recentlist.php
5549
%%WWWDIR%%/apps/files/templates/simplelist.php
5760
%%WWWDIR%%/apps/files/templates/simplelist.php
5550
%%WWWDIR%%/apps/files_external/3rdparty/.gitignore
5761
%%WWWDIR%%/apps/files_external/3rdparty/.gitignore
5551
%%WWWDIR%%/apps/files_external/3rdparty/Dropbox/API.php
5552
%%WWWDIR%%/apps/files_external/3rdparty/Dropbox/Exception.php
5553
%%WWWDIR%%/apps/files_external/3rdparty/Dropbox/Exception/Forbidden.php
5554
%%WWWDIR%%/apps/files_external/3rdparty/Dropbox/Exception/NotFound.php
5555
%%WWWDIR%%/apps/files_external/3rdparty/Dropbox/Exception/OverQuota.php
5556
%%WWWDIR%%/apps/files_external/3rdparty/Dropbox/Exception/RequestToken.php
5557
%%WWWDIR%%/apps/files_external/3rdparty/Dropbox/OAuth.php
5558
%%WWWDIR%%/apps/files_external/3rdparty/Dropbox/OAuth/Consumer/Dropbox.php
5559
%%WWWDIR%%/apps/files_external/3rdparty/Dropbox/OAuth/Curl.php
5560
%%WWWDIR%%/apps/files_external/3rdparty/Dropbox/OAuth/PEAR.php
5561
%%WWWDIR%%/apps/files_external/3rdparty/Dropbox/OAuth/PHP.php
5562
%%WWWDIR%%/apps/files_external/3rdparty/Dropbox/OAuth/Wordpress.php
5563
%%WWWDIR%%/apps/files_external/3rdparty/Dropbox/OAuth/Zend.php
5564
%%WWWDIR%%/apps/files_external/3rdparty/Dropbox/OAuth/ca-bundle.pem
5565
%%WWWDIR%%/apps/files_external/3rdparty/Dropbox/autoload.php
5566
%%WWWDIR%%/apps/files_external/3rdparty/autoload.php
5762
%%WWWDIR%%/apps/files_external/3rdparty/autoload.php
5567
%%WWWDIR%%/apps/files_external/3rdparty/composer.json
5763
%%WWWDIR%%/apps/files_external/3rdparty/composer.json
5568
%%WWWDIR%%/apps/files_external/3rdparty/composer.lock
5764
%%WWWDIR%%/apps/files_external/3rdparty/composer.lock
Lines 5574-5718 Link Here
5574
%%WWWDIR%%/apps/files_external/3rdparty/composer/autoload_real.php
5770
%%WWWDIR%%/apps/files_external/3rdparty/composer/autoload_real.php
5575
%%WWWDIR%%/apps/files_external/3rdparty/composer/autoload_static.php
5771
%%WWWDIR%%/apps/files_external/3rdparty/composer/autoload_static.php
5576
%%WWWDIR%%/apps/files_external/3rdparty/composer/installed.json
5772
%%WWWDIR%%/apps/files_external/3rdparty/composer/installed.json
5577
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/LICENSE
5578
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/README.md
5579
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Auth/Abstract.php
5580
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Auth/AppIdentity.php
5581
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Auth/AssertionCredentials.php
5582
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Auth/ComputeEngine.php
5583
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Auth/Exception.php
5584
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Auth/LoginTicket.php
5585
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Auth/OAuth2.php
5586
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Auth/Simple.php
5587
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Cache/Abstract.php
5588
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Cache/Apc.php
5589
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Cache/Exception.php
5590
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Cache/File.php
5591
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Cache/Memcache.php
5592
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Cache/Null.php
5593
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Client.php
5594
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Collection.php
5595
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Config.php
5596
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Exception.php
5597
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Http/Batch.php
5598
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Http/CacheParser.php
5599
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Http/MediaFileUpload.php
5600
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Http/REST.php
5601
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Http/Request.php
5602
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/IO/Abstract.php
5603
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/IO/Curl.php
5604
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/IO/Exception.php
5605
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/IO/Stream.php
5606
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/IO/cacerts.pem
5607
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Logger/Abstract.php
5608
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Logger/Exception.php
5609
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Logger/File.php
5610
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Logger/Null.php
5611
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Logger/Psr.php
5612
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Model.php
5613
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service.php
5614
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/AdExchangeBuyer.php
5615
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/AdExchangeSeller.php
5616
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/AdSense.php
5617
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/AdSenseHost.php
5618
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Admin.php
5619
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Analytics.php
5620
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/AndroidEnterprise.php
5621
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/AndroidPublisher.php
5622
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/AppState.php
5623
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Appengine.php
5624
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Appsactivity.php
5625
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Audit.php
5626
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Autoscaler.php
5627
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Bigquery.php
5628
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Blogger.php
5629
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Books.php
5630
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Calendar.php
5631
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/CivicInfo.php
5632
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Classroom.php
5633
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/CloudMonitoring.php
5634
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/CloudUserAccounts.php
5635
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Cloudbilling.php
5636
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Clouddebugger.php
5637
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Cloudlatencytest.php
5638
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Cloudresourcemanager.php
5639
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Cloudsearch.php
5640
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Cloudtrace.php
5641
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Compute.php
5642
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Computeaccounts.php
5643
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Container.php
5644
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Coordinate.php
5645
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Customsearch.php
5646
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/DataTransfer.php
5647
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Dataflow.php
5648
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Datastore.php
5649
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/DeploymentManager.php
5650
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Dfareporting.php
5651
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Directory.php
5652
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Dns.php
5653
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/DoubleClickBidManager.php
5654
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Doubleclicksearch.php
5655
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Drive.php
5656
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Exception.php
5657
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Fitness.php
5658
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Freebase.php
5659
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Fusiontables.php
5660
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Games.php
5661
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/GamesConfiguration.php
5662
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/GamesManagement.php
5663
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Genomics.php
5664
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Gmail.php
5665
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/GroupsMigration.php
5666
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Groupssettings.php
5667
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/IdentityToolkit.php
5668
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Licensing.php
5669
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Logging.php
5670
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Manager.php
5671
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/MapsEngine.php
5672
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Mirror.php
5673
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Oauth2.php
5674
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Pagespeedonline.php
5675
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Partners.php
5676
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Playmoviespartner.php
5677
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Plus.php
5678
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/PlusDomains.php
5679
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Prediction.php
5680
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Proximitybeacon.php
5681
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Pubsub.php
5682
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/QPXExpress.php
5683
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Replicapool.php
5684
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Replicapoolupdater.php
5685
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Reports.php
5686
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Reseller.php
5687
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Resource.php
5688
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Resourceviews.php
5689
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/SQLAdmin.php
5690
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Script.php
5691
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/ShoppingContent.php
5692
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/SiteVerification.php
5693
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Spectrum.php
5694
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Storage.php
5695
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Storagetransfer.php
5696
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/TagManager.php
5697
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Taskqueue.php
5698
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Tasks.php
5699
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Translate.php
5700
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Urlshortener.php
5701
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Webfonts.php
5702
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Webmasters.php
5703
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/YouTube.php
5704
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/YouTubeAnalytics.php
5705
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/YouTubeReporting.php
5706
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Signer/Abstract.php
5707
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Signer/P12.php
5708
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Task/Exception.php
5709
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Task/Retryable.php
5710
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Task/Runner.php
5711
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Utils.php
5712
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Utils/URITemplate.php
5713
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Verifier/Abstract.php
5714
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Verifier/Pem.php
5715
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/autoload.php
5716
%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/.gitignore
5773
%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/.gitignore
5717
%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/LICENSE.txt
5774
%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/LICENSE.txt
5718
%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/README.md
5775
%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/README.md
Lines 5784-5790 Link Here
5784
%%WWWDIR%%/apps/files_external/3rdparty/icewind/streams/src/UrlCallBack.php
5841
%%WWWDIR%%/apps/files_external/3rdparty/icewind/streams/src/UrlCallBack.php
5785
%%WWWDIR%%/apps/files_external/3rdparty/icewind/streams/src/Wrapper.php
5842
%%WWWDIR%%/apps/files_external/3rdparty/icewind/streams/src/Wrapper.php
5786
%%WWWDIR%%/apps/files_external/ajax/applicable.php
5843
%%WWWDIR%%/apps/files_external/ajax/applicable.php
5787
%%WWWDIR%%/apps/files_external/ajax/oauth1.php
5788
%%WWWDIR%%/apps/files_external/ajax/oauth2.php
5844
%%WWWDIR%%/apps/files_external/ajax/oauth2.php
5789
%%WWWDIR%%/apps/files_external/appinfo/app.php
5845
%%WWWDIR%%/apps/files_external/appinfo/app.php
5790
%%WWWDIR%%/apps/files_external/appinfo/database.xml
5846
%%WWWDIR%%/apps/files_external/appinfo/database.xml
Lines 5796-5803 Link Here
5796
%%WWWDIR%%/apps/files_external/img/app-dark.svg
5852
%%WWWDIR%%/apps/files_external/img/app-dark.svg
5797
%%WWWDIR%%/apps/files_external/img/app.svg
5853
%%WWWDIR%%/apps/files_external/img/app.svg
5798
%%WWWDIR%%/apps/files_external/js/app.js
5854
%%WWWDIR%%/apps/files_external/js/app.js
5799
%%WWWDIR%%/apps/files_external/js/dropbox.js
5800
%%WWWDIR%%/apps/files_external/js/gdrive.js
5801
%%WWWDIR%%/apps/files_external/js/mountsfilelist.js
5855
%%WWWDIR%%/apps/files_external/js/mountsfilelist.js
5802
%%WWWDIR%%/apps/files_external/js/oauth1.js
5856
%%WWWDIR%%/apps/files_external/js/oauth1.js
5803
%%WWWDIR%%/apps/files_external/js/oauth2.js
5857
%%WWWDIR%%/apps/files_external/js/oauth2.js
Lines 6032-6037 Link Here
6032
%%WWWDIR%%/apps/files_external/lib/Lib/Auth/AuthMechanism.php
6086
%%WWWDIR%%/apps/files_external/lib/Lib/Auth/AuthMechanism.php
6033
%%WWWDIR%%/apps/files_external/lib/Lib/Auth/Builtin.php
6087
%%WWWDIR%%/apps/files_external/lib/Lib/Auth/Builtin.php
6034
%%WWWDIR%%/apps/files_external/lib/Lib/Auth/IUserProvided.php
6088
%%WWWDIR%%/apps/files_external/lib/Lib/Auth/IUserProvided.php
6089
%%WWWDIR%%/apps/files_external/lib/Lib/Auth/InvalidAuth.php
6035
%%WWWDIR%%/apps/files_external/lib/Lib/Auth/NullMechanism.php
6090
%%WWWDIR%%/apps/files_external/lib/Lib/Auth/NullMechanism.php
6036
%%WWWDIR%%/apps/files_external/lib/Lib/Auth/OAuth1/OAuth1.php
6091
%%WWWDIR%%/apps/files_external/lib/Lib/Auth/OAuth1/OAuth1.php
6037
%%WWWDIR%%/apps/files_external/lib/Lib/Auth/OAuth2/OAuth2.php
6092
%%WWWDIR%%/apps/files_external/lib/Lib/Auth/OAuth2/OAuth2.php
Lines 6046-6054 Link Here
6046
%%WWWDIR%%/apps/files_external/lib/Lib/Backend/AmazonS3.php
6101
%%WWWDIR%%/apps/files_external/lib/Lib/Backend/AmazonS3.php
6047
%%WWWDIR%%/apps/files_external/lib/Lib/Backend/Backend.php
6102
%%WWWDIR%%/apps/files_external/lib/Lib/Backend/Backend.php
6048
%%WWWDIR%%/apps/files_external/lib/Lib/Backend/DAV.php
6103
%%WWWDIR%%/apps/files_external/lib/Lib/Backend/DAV.php
6049
%%WWWDIR%%/apps/files_external/lib/Lib/Backend/Dropbox.php
6050
%%WWWDIR%%/apps/files_external/lib/Lib/Backend/FTP.php
6104
%%WWWDIR%%/apps/files_external/lib/Lib/Backend/FTP.php
6051
%%WWWDIR%%/apps/files_external/lib/Lib/Backend/Google.php
6105
%%WWWDIR%%/apps/files_external/lib/Lib/Backend/InvalidBackend.php
6052
%%WWWDIR%%/apps/files_external/lib/Lib/Backend/LegacyBackend.php
6106
%%WWWDIR%%/apps/files_external/lib/Lib/Backend/LegacyBackend.php
6053
%%WWWDIR%%/apps/files_external/lib/Lib/Backend/Local.php
6107
%%WWWDIR%%/apps/files_external/lib/Lib/Backend/Local.php
6054
%%WWWDIR%%/apps/files_external/lib/Lib/Backend/OwnCloud.php
6108
%%WWWDIR%%/apps/files_external/lib/Lib/Backend/OwnCloud.php
Lines 6071-6079 Link Here
6071
%%WWWDIR%%/apps/files_external/lib/Lib/PriorityTrait.php
6125
%%WWWDIR%%/apps/files_external/lib/Lib/PriorityTrait.php
6072
%%WWWDIR%%/apps/files_external/lib/Lib/SessionStorageWrapper.php
6126
%%WWWDIR%%/apps/files_external/lib/Lib/SessionStorageWrapper.php
6073
%%WWWDIR%%/apps/files_external/lib/Lib/Storage/AmazonS3.php
6127
%%WWWDIR%%/apps/files_external/lib/Lib/Storage/AmazonS3.php
6074
%%WWWDIR%%/apps/files_external/lib/Lib/Storage/Dropbox.php
6075
%%WWWDIR%%/apps/files_external/lib/Lib/Storage/FTP.php
6128
%%WWWDIR%%/apps/files_external/lib/Lib/Storage/FTP.php
6076
%%WWWDIR%%/apps/files_external/lib/Lib/Storage/Google.php
6077
%%WWWDIR%%/apps/files_external/lib/Lib/Storage/OwnCloud.php
6129
%%WWWDIR%%/apps/files_external/lib/Lib/Storage/OwnCloud.php
6078
%%WWWDIR%%/apps/files_external/lib/Lib/Storage/SFTP.php
6130
%%WWWDIR%%/apps/files_external/lib/Lib/Storage/SFTP.php
6079
%%WWWDIR%%/apps/files_external/lib/Lib/Storage/SMB.php
6131
%%WWWDIR%%/apps/files_external/lib/Lib/Storage/SMB.php
Lines 6096-6105 Link Here
6096
%%WWWDIR%%/apps/files_external/lib/Service/UserStoragesService.php
6148
%%WWWDIR%%/apps/files_external/lib/Service/UserStoragesService.php
6097
%%WWWDIR%%/apps/files_external/lib/Service/UserTrait.php
6149
%%WWWDIR%%/apps/files_external/lib/Service/UserTrait.php
6098
%%WWWDIR%%/apps/files_external/lib/Settings/Admin.php
6150
%%WWWDIR%%/apps/files_external/lib/Settings/Admin.php
6151
%%WWWDIR%%/apps/files_external/lib/Settings/Personal.php
6152
%%WWWDIR%%/apps/files_external/lib/Settings/PersonalSection.php
6099
%%WWWDIR%%/apps/files_external/lib/Settings/Section.php
6153
%%WWWDIR%%/apps/files_external/lib/Settings/Section.php
6100
%%WWWDIR%%/apps/files_external/lib/config.php
6154
%%WWWDIR%%/apps/files_external/lib/config.php
6101
%%WWWDIR%%/apps/files_external/list.php
6155
%%WWWDIR%%/apps/files_external/list.php
6102
%%WWWDIR%%/apps/files_external/personal.php
6103
%%WWWDIR%%/apps/files_external/templates/list.php
6156
%%WWWDIR%%/apps/files_external/templates/list.php
6104
%%WWWDIR%%/apps/files_external/templates/settings.php
6157
%%WWWDIR%%/apps/files_external/templates/settings.php
6105
%%WWWDIR%%/apps/files_pdfviewer/.github/contributing.md
6158
%%WWWDIR%%/apps/files_pdfviewer/.github/contributing.md
Lines 6484-6495 Link Here
6484
%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/zu/viewer.properties
6537
%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/zu/viewer.properties
6485
%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/viewer.css
6538
%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/viewer.css
6486
%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/viewer.js
6539
%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/viewer.js
6487
%%WWWDIR%%/apps/files_sharing/ajax/shareinfo.php
6488
%%WWWDIR%%/apps/files_sharing/appinfo/app.php
6540
%%WWWDIR%%/apps/files_sharing/appinfo/app.php
6489
%%WWWDIR%%/apps/files_sharing/appinfo/database.xml
6541
%%WWWDIR%%/apps/files_sharing/appinfo/database.xml
6490
%%WWWDIR%%/apps/files_sharing/appinfo/info.xml
6542
%%WWWDIR%%/apps/files_sharing/appinfo/info.xml
6491
%%WWWDIR%%/apps/files_sharing/appinfo/routes.php
6543
%%WWWDIR%%/apps/files_sharing/appinfo/routes.php
6492
%%WWWDIR%%/apps/files_sharing/appinfo/signature.json
6544
%%WWWDIR%%/apps/files_sharing/appinfo/signature.json
6545
%%WWWDIR%%/apps/files_sharing/composer/autoload.php
6546
%%WWWDIR%%/apps/files_sharing/composer/composer.json
6547
%%WWWDIR%%/apps/files_sharing/composer/composer/ClassLoader.php
6548
%%WWWDIR%%/apps/files_sharing/composer/composer/LICENSE
6549
%%WWWDIR%%/apps/files_sharing/composer/composer/autoload_classmap.php
6550
%%WWWDIR%%/apps/files_sharing/composer/composer/autoload_namespaces.php
6551
%%WWWDIR%%/apps/files_sharing/composer/composer/autoload_psr4.php
6552
%%WWWDIR%%/apps/files_sharing/composer/composer/autoload_real.php
6553
%%WWWDIR%%/apps/files_sharing/composer/composer/autoload_static.php
6493
%%WWWDIR%%/apps/files_sharing/css/404.css
6554
%%WWWDIR%%/apps/files_sharing/css/404.css
6494
%%WWWDIR%%/apps/files_sharing/css/authenticate.css
6555
%%WWWDIR%%/apps/files_sharing/css/authenticate.css
6495
%%WWWDIR%%/apps/files_sharing/css/mergedAdditionalStyles.scss
6556
%%WWWDIR%%/apps/files_sharing/css/mergedAdditionalStyles.scss
Lines 6729-6734 Link Here
6729
%%WWWDIR%%/apps/files_sharing/lib/AppInfo/Application.php
6790
%%WWWDIR%%/apps/files_sharing/lib/AppInfo/Application.php
6730
%%WWWDIR%%/apps/files_sharing/lib/Cache.php
6791
%%WWWDIR%%/apps/files_sharing/lib/Cache.php
6731
%%WWWDIR%%/apps/files_sharing/lib/Capabilities.php
6792
%%WWWDIR%%/apps/files_sharing/lib/Capabilities.php
6793
%%WWWDIR%%/apps/files_sharing/lib/Collaboration/ShareRecipientSorter.php
6732
%%WWWDIR%%/apps/files_sharing/lib/Command/CleanupRemoteStorages.php
6794
%%WWWDIR%%/apps/files_sharing/lib/Command/CleanupRemoteStorages.php
6733
%%WWWDIR%%/apps/files_sharing/lib/Controller/ExternalSharesController.php
6795
%%WWWDIR%%/apps/files_sharing/lib/Controller/ExternalSharesController.php
6734
%%WWWDIR%%/apps/files_sharing/lib/Controller/PublicPreviewController.php
6796
%%WWWDIR%%/apps/files_sharing/lib/Controller/PublicPreviewController.php
Lines 6735-6740 Link Here
6735
%%WWWDIR%%/apps/files_sharing/lib/Controller/RemoteController.php
6797
%%WWWDIR%%/apps/files_sharing/lib/Controller/RemoteController.php
6736
%%WWWDIR%%/apps/files_sharing/lib/Controller/ShareAPIController.php
6798
%%WWWDIR%%/apps/files_sharing/lib/Controller/ShareAPIController.php
6737
%%WWWDIR%%/apps/files_sharing/lib/Controller/ShareController.php
6799
%%WWWDIR%%/apps/files_sharing/lib/Controller/ShareController.php
6800
%%WWWDIR%%/apps/files_sharing/lib/Controller/ShareInfoController.php
6738
%%WWWDIR%%/apps/files_sharing/lib/Controller/ShareesAPIController.php
6801
%%WWWDIR%%/apps/files_sharing/lib/Controller/ShareesAPIController.php
6739
%%WWWDIR%%/apps/files_sharing/lib/DeleteOrphanedSharesJob.php
6802
%%WWWDIR%%/apps/files_sharing/lib/DeleteOrphanedSharesJob.php
6740
%%WWWDIR%%/apps/files_sharing/lib/Exceptions/BrokenPath.php
6803
%%WWWDIR%%/apps/files_sharing/lib/Exceptions/BrokenPath.php
Lines 6751-6756 Link Here
6751
%%WWWDIR%%/apps/files_sharing/lib/Hooks.php
6814
%%WWWDIR%%/apps/files_sharing/lib/Hooks.php
6752
%%WWWDIR%%/apps/files_sharing/lib/ISharedStorage.php
6815
%%WWWDIR%%/apps/files_sharing/lib/ISharedStorage.php
6753
%%WWWDIR%%/apps/files_sharing/lib/Middleware/OCSShareAPIMiddleware.php
6816
%%WWWDIR%%/apps/files_sharing/lib/Middleware/OCSShareAPIMiddleware.php
6817
%%WWWDIR%%/apps/files_sharing/lib/Middleware/ShareInfoMiddleware.php
6754
%%WWWDIR%%/apps/files_sharing/lib/Middleware/SharingCheckMiddleware.php
6818
%%WWWDIR%%/apps/files_sharing/lib/Middleware/SharingCheckMiddleware.php
6755
%%WWWDIR%%/apps/files_sharing/lib/Migration/OwncloudGuestShareType.php
6819
%%WWWDIR%%/apps/files_sharing/lib/Migration/OwncloudGuestShareType.php
6756
%%WWWDIR%%/apps/files_sharing/lib/Migration/SetPasswordColumn.php
6820
%%WWWDIR%%/apps/files_sharing/lib/Migration/SetPasswordColumn.php
Lines 6770-6780 Link Here
6770
%%WWWDIR%%/apps/files_texteditor/.github/contributing.md
6834
%%WWWDIR%%/apps/files_texteditor/.github/contributing.md
6771
%%WWWDIR%%/apps/files_texteditor/.github/issue_template.md
6835
%%WWWDIR%%/apps/files_texteditor/.github/issue_template.md
6772
%%WWWDIR%%/apps/files_texteditor/appinfo/app.php
6836
%%WWWDIR%%/apps/files_texteditor/appinfo/app.php
6773
%%WWWDIR%%/apps/files_texteditor/appinfo/application.php
6774
%%WWWDIR%%/apps/files_texteditor/appinfo/info.xml
6837
%%WWWDIR%%/apps/files_texteditor/appinfo/info.xml
6775
%%WWWDIR%%/apps/files_texteditor/appinfo/routes.php
6838
%%WWWDIR%%/apps/files_texteditor/appinfo/routes.php
6776
%%WWWDIR%%/apps/files_texteditor/appinfo/signature.json
6839
%%WWWDIR%%/apps/files_texteditor/appinfo/signature.json
6777
%%WWWDIR%%/apps/files_texteditor/controller/filehandlingcontroller.php
6778
%%WWWDIR%%/apps/files_texteditor/css/DroidSansMono/DroidSansMono-webfont.eot
6840
%%WWWDIR%%/apps/files_texteditor/css/DroidSansMono/DroidSansMono-webfont.eot
6779
%%WWWDIR%%/apps/files_texteditor/css/DroidSansMono/DroidSansMono-webfont.svg
6841
%%WWWDIR%%/apps/files_texteditor/css/DroidSansMono/DroidSansMono-webfont.svg
6780
%%WWWDIR%%/apps/files_texteditor/css/DroidSansMono/DroidSansMono-webfont.ttf
6842
%%WWWDIR%%/apps/files_texteditor/css/DroidSansMono/DroidSansMono-webfont.ttf
Lines 6783-6788 Link Here
6783
%%WWWDIR%%/apps/files_texteditor/css/DroidSansMono/stylesheet.scss
6845
%%WWWDIR%%/apps/files_texteditor/css/DroidSansMono/stylesheet.scss
6784
%%WWWDIR%%/apps/files_texteditor/css/merged.scss
6846
%%WWWDIR%%/apps/files_texteditor/css/merged.scss
6785
%%WWWDIR%%/apps/files_texteditor/css/mobile.scss
6847
%%WWWDIR%%/apps/files_texteditor/css/mobile.scss
6848
%%WWWDIR%%/apps/files_texteditor/css/public-share.css
6786
%%WWWDIR%%/apps/files_texteditor/css/style.scss
6849
%%WWWDIR%%/apps/files_texteditor/css/style.scss
6787
%%WWWDIR%%/apps/files_texteditor/img/app.png
6850
%%WWWDIR%%/apps/files_texteditor/img/app.png
6788
%%WWWDIR%%/apps/files_texteditor/img/app.svg
6851
%%WWWDIR%%/apps/files_texteditor/img/app.svg
Lines 6807-6812 Link Here
6807
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-assembly_x86.js
6870
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-assembly_x86.js
6808
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-autohotkey.js
6871
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-autohotkey.js
6809
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-batchfile.js
6872
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-batchfile.js
6873
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-bro.js
6810
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-c9search.js
6874
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-c9search.js
6811
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-c_cpp.js
6875
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-c_cpp.js
6812
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-cirru.js
6876
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-cirru.js
Lines 6838-6843 Link Here
6838
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-glsl.js
6902
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-glsl.js
6839
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-gobstones.js
6903
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-gobstones.js
6840
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-golang.js
6904
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-golang.js
6905
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-graphqlschema.js
6841
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-groovy.js
6906
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-groovy.js
6842
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-haml.js
6907
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-haml.js
6843
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-handlebars.js
6908
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-handlebars.js
Lines 6844-6849 Link Here
6844
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-haskell.js
6909
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-haskell.js
6845
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-haskell_cabal.js
6910
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-haskell_cabal.js
6846
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-haxe.js
6911
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-haxe.js
6912
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-hjson.js
6847
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-html.js
6913
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-html.js
6848
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-html_elixir.js
6914
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-html_elixir.js
6849
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-html_ruby.js
6915
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-html_ruby.js
Lines 6890-6895 Link Here
6890
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-perl.js
6956
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-perl.js
6891
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-pgsql.js
6957
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-pgsql.js
6892
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-php.js
6958
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-php.js
6959
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-pig.js
6893
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-plain_text.js
6960
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-plain_text.js
6894
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-powershell.js
6961
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-powershell.js
6895
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-praat.js
6962
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-praat.js
Lines 6915-6920 Link Here
6915
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-snippets.js
6982
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-snippets.js
6916
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-soy_template.js
6983
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-soy_template.js
6917
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-space.js
6984
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-space.js
6985
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-sparql.js
6918
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-sql.js
6986
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-sql.js
6919
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-sqlserver.js
6987
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-sqlserver.js
6920
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-stylus.js
6988
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-stylus.js
Lines 6927-6932 Link Here
6927
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-textile.js
6995
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-textile.js
6928
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-toml.js
6996
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-toml.js
6929
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-tsx.js
6997
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-tsx.js
6998
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-turtle.js
6930
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-twig.js
6999
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-twig.js
6931
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-typescript.js
7000
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-typescript.js
6932
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-vala.js
7001
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-vala.js
Lines 6948-6953 Link Here
6948
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/assembly_x86.js
7017
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/assembly_x86.js
6949
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/autohotkey.js
7018
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/autohotkey.js
6950
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/batchfile.js
7019
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/batchfile.js
7020
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/bro.js
6951
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/c9search.js
7021
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/c9search.js
6952
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/c_cpp.js
7022
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/c_cpp.js
6953
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/cirru.js
7023
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/cirru.js
Lines 6979-6984 Link Here
6979
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/glsl.js
7049
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/glsl.js
6980
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/gobstones.js
7050
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/gobstones.js
6981
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/golang.js
7051
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/golang.js
7052
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/graphqlschema.js
6982
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/groovy.js
7053
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/groovy.js
6983
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/haml.js
7054
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/haml.js
6984
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/handlebars.js
7055
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/handlebars.js
Lines 6985-6990 Link Here
6985
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/haskell.js
7056
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/haskell.js
6986
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/haskell_cabal.js
7057
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/haskell_cabal.js
6987
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/haxe.js
7058
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/haxe.js
7059
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/hjson.js
6988
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/html.js
7060
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/html.js
6989
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/html_elixir.js
7061
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/html_elixir.js
6990
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/html_ruby.js
7062
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/html_ruby.js
Lines 7030-7035 Link Here
7030
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/perl.js
7102
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/perl.js
7031
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/pgsql.js
7103
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/pgsql.js
7032
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/php.js
7104
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/php.js
7105
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/pig.js
7033
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/plain_text.js
7106
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/plain_text.js
7034
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/powershell.js
7107
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/powershell.js
7035
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/praat.js
7108
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/praat.js
Lines 7055-7060 Link Here
7055
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/snippets.js
7128
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/snippets.js
7056
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/soy_template.js
7129
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/soy_template.js
7057
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/space.js
7130
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/space.js
7131
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/sparql.js
7058
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/sql.js
7132
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/sql.js
7059
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/sqlserver.js
7133
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/sqlserver.js
7060
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/stylus.js
7134
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/stylus.js
Lines 7067-7072 Link Here
7067
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/textile.js
7141
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/textile.js
7068
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/toml.js
7142
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/toml.js
7069
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/tsx.js
7143
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/tsx.js
7144
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/turtle.js
7070
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/twig.js
7145
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/twig.js
7071
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/typescript.js
7146
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/typescript.js
7072
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/vala.js
7147
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/vala.js
Lines 7090-7095 Link Here
7090
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/worker-xquery.js
7165
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/worker-xquery.js
7091
%%WWWDIR%%/apps/files_texteditor/js/editor.js
7166
%%WWWDIR%%/apps/files_texteditor/js/editor.js
7092
%%WWWDIR%%/apps/files_texteditor/js/merged.json
7167
%%WWWDIR%%/apps/files_texteditor/js/merged.json
7168
%%WWWDIR%%/apps/files_texteditor/js/public-share.js
7093
%%WWWDIR%%/apps/files_texteditor/js/sidebarpreview.js
7169
%%WWWDIR%%/apps/files_texteditor/js/sidebarpreview.js
7094
%%WWWDIR%%/apps/files_texteditor/l10n/.gitkeep
7170
%%WWWDIR%%/apps/files_texteditor/l10n/.gitkeep
7095
%%WWWDIR%%/apps/files_texteditor/l10n/.tx/config
7171
%%WWWDIR%%/apps/files_texteditor/l10n/.tx/config
Lines 7100-7107 Link Here
7100
%%WWWDIR%%/apps/files_texteditor/l10n/az.json
7176
%%WWWDIR%%/apps/files_texteditor/l10n/az.json
7101
%%WWWDIR%%/apps/files_texteditor/l10n/bg.js
7177
%%WWWDIR%%/apps/files_texteditor/l10n/bg.js
7102
%%WWWDIR%%/apps/files_texteditor/l10n/bg.json
7178
%%WWWDIR%%/apps/files_texteditor/l10n/bg.json
7103
%%WWWDIR%%/apps/files_texteditor/l10n/bg_BG.js
7104
%%WWWDIR%%/apps/files_texteditor/l10n/bg_BG.json
7105
%%WWWDIR%%/apps/files_texteditor/l10n/bn_BD.php
7179
%%WWWDIR%%/apps/files_texteditor/l10n/bn_BD.php
7106
%%WWWDIR%%/apps/files_texteditor/l10n/bs.php
7180
%%WWWDIR%%/apps/files_texteditor/l10n/bs.php
7107
%%WWWDIR%%/apps/files_texteditor/l10n/ca.js
7181
%%WWWDIR%%/apps/files_texteditor/l10n/ca.js
Lines 7108-7115 Link Here
7108
%%WWWDIR%%/apps/files_texteditor/l10n/ca.json
7182
%%WWWDIR%%/apps/files_texteditor/l10n/ca.json
7109
%%WWWDIR%%/apps/files_texteditor/l10n/cs.js
7183
%%WWWDIR%%/apps/files_texteditor/l10n/cs.js
7110
%%WWWDIR%%/apps/files_texteditor/l10n/cs.json
7184
%%WWWDIR%%/apps/files_texteditor/l10n/cs.json
7111
%%WWWDIR%%/apps/files_texteditor/l10n/cs_CZ.js
7112
%%WWWDIR%%/apps/files_texteditor/l10n/cs_CZ.json
7113
%%WWWDIR%%/apps/files_texteditor/l10n/cy_GB.php
7185
%%WWWDIR%%/apps/files_texteditor/l10n/cy_GB.php
7114
%%WWWDIR%%/apps/files_texteditor/l10n/da.js
7186
%%WWWDIR%%/apps/files_texteditor/l10n/da.js
7115
%%WWWDIR%%/apps/files_texteditor/l10n/da.json
7187
%%WWWDIR%%/apps/files_texteditor/l10n/da.json
Lines 7169-7180 Link Here
7169
%%WWWDIR%%/apps/files_texteditor/l10n/fa.json
7241
%%WWWDIR%%/apps/files_texteditor/l10n/fa.json
7170
%%WWWDIR%%/apps/files_texteditor/l10n/fi.js
7242
%%WWWDIR%%/apps/files_texteditor/l10n/fi.js
7171
%%WWWDIR%%/apps/files_texteditor/l10n/fi.json
7243
%%WWWDIR%%/apps/files_texteditor/l10n/fi.json
7172
%%WWWDIR%%/apps/files_texteditor/l10n/fi_FI.js
7173
%%WWWDIR%%/apps/files_texteditor/l10n/fi_FI.json
7174
%%WWWDIR%%/apps/files_texteditor/l10n/fr.js
7244
%%WWWDIR%%/apps/files_texteditor/l10n/fr.js
7175
%%WWWDIR%%/apps/files_texteditor/l10n/fr.json
7245
%%WWWDIR%%/apps/files_texteditor/l10n/fr.json
7176
%%WWWDIR%%/apps/files_texteditor/l10n/gl.js
7177
%%WWWDIR%%/apps/files_texteditor/l10n/gl.json
7178
%%WWWDIR%%/apps/files_texteditor/l10n/he.js
7246
%%WWWDIR%%/apps/files_texteditor/l10n/he.js
7179
%%WWWDIR%%/apps/files_texteditor/l10n/he.json
7247
%%WWWDIR%%/apps/files_texteditor/l10n/he.json
7180
%%WWWDIR%%/apps/files_texteditor/l10n/hi.php
7248
%%WWWDIR%%/apps/files_texteditor/l10n/hi.php
Lines 7181-7188 Link Here
7181
%%WWWDIR%%/apps/files_texteditor/l10n/hr.php
7249
%%WWWDIR%%/apps/files_texteditor/l10n/hr.php
7182
%%WWWDIR%%/apps/files_texteditor/l10n/hu.js
7250
%%WWWDIR%%/apps/files_texteditor/l10n/hu.js
7183
%%WWWDIR%%/apps/files_texteditor/l10n/hu.json
7251
%%WWWDIR%%/apps/files_texteditor/l10n/hu.json
7184
%%WWWDIR%%/apps/files_texteditor/l10n/hu_HU.js
7185
%%WWWDIR%%/apps/files_texteditor/l10n/hu_HU.json
7186
%%WWWDIR%%/apps/files_texteditor/l10n/hy.js
7252
%%WWWDIR%%/apps/files_texteditor/l10n/hy.js
7187
%%WWWDIR%%/apps/files_texteditor/l10n/hy.json
7253
%%WWWDIR%%/apps/files_texteditor/l10n/hy.json
7188
%%WWWDIR%%/apps/files_texteditor/l10n/ia.php
7254
%%WWWDIR%%/apps/files_texteditor/l10n/ia.php
Lines 7208-7215 Link Here
7208
%%WWWDIR%%/apps/files_texteditor/l10n/ms_MY.php
7274
%%WWWDIR%%/apps/files_texteditor/l10n/ms_MY.php
7209
%%WWWDIR%%/apps/files_texteditor/l10n/nb.js
7275
%%WWWDIR%%/apps/files_texteditor/l10n/nb.js
7210
%%WWWDIR%%/apps/files_texteditor/l10n/nb.json
7276
%%WWWDIR%%/apps/files_texteditor/l10n/nb.json
7211
%%WWWDIR%%/apps/files_texteditor/l10n/nb_NO.js
7212
%%WWWDIR%%/apps/files_texteditor/l10n/nb_NO.json
7213
%%WWWDIR%%/apps/files_texteditor/l10n/nl.js
7277
%%WWWDIR%%/apps/files_texteditor/l10n/nl.js
7214
%%WWWDIR%%/apps/files_texteditor/l10n/nl.json
7278
%%WWWDIR%%/apps/files_texteditor/l10n/nl.json
7215
%%WWWDIR%%/apps/files_texteditor/l10n/nn_NO.js
7279
%%WWWDIR%%/apps/files_texteditor/l10n/nn_NO.js
Lines 7230-7237 Link Here
7230
%%WWWDIR%%/apps/files_texteditor/l10n/si_LK.php
7294
%%WWWDIR%%/apps/files_texteditor/l10n/si_LK.php
7231
%%WWWDIR%%/apps/files_texteditor/l10n/sk.js
7295
%%WWWDIR%%/apps/files_texteditor/l10n/sk.js
7232
%%WWWDIR%%/apps/files_texteditor/l10n/sk.json
7296
%%WWWDIR%%/apps/files_texteditor/l10n/sk.json
7233
%%WWWDIR%%/apps/files_texteditor/l10n/sk_SK.js
7234
%%WWWDIR%%/apps/files_texteditor/l10n/sk_SK.json
7235
%%WWWDIR%%/apps/files_texteditor/l10n/sl.js
7297
%%WWWDIR%%/apps/files_texteditor/l10n/sl.js
7236
%%WWWDIR%%/apps/files_texteditor/l10n/sl.json
7298
%%WWWDIR%%/apps/files_texteditor/l10n/sl.json
7237
%%WWWDIR%%/apps/files_texteditor/l10n/sq.js
7299
%%WWWDIR%%/apps/files_texteditor/l10n/sq.js
Lines 7238-7245 Link Here
7238
%%WWWDIR%%/apps/files_texteditor/l10n/sq.json
7300
%%WWWDIR%%/apps/files_texteditor/l10n/sq.json
7239
%%WWWDIR%%/apps/files_texteditor/l10n/sr.js
7301
%%WWWDIR%%/apps/files_texteditor/l10n/sr.js
7240
%%WWWDIR%%/apps/files_texteditor/l10n/sr.json
7302
%%WWWDIR%%/apps/files_texteditor/l10n/sr.json
7241
%%WWWDIR%%/apps/files_texteditor/l10n/sr@latin.js
7242
%%WWWDIR%%/apps/files_texteditor/l10n/sr@latin.json
7243
%%WWWDIR%%/apps/files_texteditor/l10n/sv.js
7303
%%WWWDIR%%/apps/files_texteditor/l10n/sv.js
7244
%%WWWDIR%%/apps/files_texteditor/l10n/sv.json
7304
%%WWWDIR%%/apps/files_texteditor/l10n/sv.json
7245
%%WWWDIR%%/apps/files_texteditor/l10n/ta_LK.php
7305
%%WWWDIR%%/apps/files_texteditor/l10n/ta_LK.php
Lines 7246-7260 Link Here
7246
%%WWWDIR%%/apps/files_texteditor/l10n/te.php
7306
%%WWWDIR%%/apps/files_texteditor/l10n/te.php
7247
%%WWWDIR%%/apps/files_texteditor/l10n/th.js
7307
%%WWWDIR%%/apps/files_texteditor/l10n/th.js
7248
%%WWWDIR%%/apps/files_texteditor/l10n/th.json
7308
%%WWWDIR%%/apps/files_texteditor/l10n/th.json
7249
%%WWWDIR%%/apps/files_texteditor/l10n/th_TH.js
7250
%%WWWDIR%%/apps/files_texteditor/l10n/th_TH.json
7251
%%WWWDIR%%/apps/files_texteditor/l10n/tr.js
7309
%%WWWDIR%%/apps/files_texteditor/l10n/tr.js
7252
%%WWWDIR%%/apps/files_texteditor/l10n/tr.json
7310
%%WWWDIR%%/apps/files_texteditor/l10n/tr.json
7253
%%WWWDIR%%/apps/files_texteditor/l10n/ug.php
7311
%%WWWDIR%%/apps/files_texteditor/l10n/ug.php
7254
%%WWWDIR%%/apps/files_texteditor/l10n/uk.js
7312
%%WWWDIR%%/apps/files_texteditor/l10n/uk.js
7255
%%WWWDIR%%/apps/files_texteditor/l10n/uk.json
7313
%%WWWDIR%%/apps/files_texteditor/l10n/uk.json
7256
%%WWWDIR%%/apps/files_texteditor/l10n/vi.js
7257
%%WWWDIR%%/apps/files_texteditor/l10n/vi.json
7258
%%WWWDIR%%/apps/files_texteditor/l10n/vi.php
7314
%%WWWDIR%%/apps/files_texteditor/l10n/vi.php
7259
%%WWWDIR%%/apps/files_texteditor/l10n/zh_CN.js
7315
%%WWWDIR%%/apps/files_texteditor/l10n/zh_CN.js
7260
%%WWWDIR%%/apps/files_texteditor/l10n/zh_CN.json
7316
%%WWWDIR%%/apps/files_texteditor/l10n/zh_CN.json
Lines 7261-7266 Link Here
7261
%%WWWDIR%%/apps/files_texteditor/l10n/zh_HK.php
7317
%%WWWDIR%%/apps/files_texteditor/l10n/zh_HK.php
7262
%%WWWDIR%%/apps/files_texteditor/l10n/zh_TW.js
7318
%%WWWDIR%%/apps/files_texteditor/l10n/zh_TW.js
7263
%%WWWDIR%%/apps/files_texteditor/l10n/zh_TW.json
7319
%%WWWDIR%%/apps/files_texteditor/l10n/zh_TW.json
7320
%%WWWDIR%%/apps/files_texteditor/lib/Controller/FileHandlingController.php
7264
%%WWWDIR%%/apps/files_trashbin/ajax/delete.php
7321
%%WWWDIR%%/apps/files_trashbin/ajax/delete.php
7265
%%WWWDIR%%/apps/files_trashbin/ajax/isEmpty.php
7322
%%WWWDIR%%/apps/files_trashbin/ajax/isEmpty.php
7266
%%WWWDIR%%/apps/files_trashbin/ajax/list.php
7323
%%WWWDIR%%/apps/files_trashbin/ajax/list.php
Lines 7270-7276 Link Here
7270
%%WWWDIR%%/apps/files_trashbin/appinfo/info.xml
7327
%%WWWDIR%%/apps/files_trashbin/appinfo/info.xml
7271
%%WWWDIR%%/apps/files_trashbin/appinfo/routes.php
7328
%%WWWDIR%%/apps/files_trashbin/appinfo/routes.php
7272
%%WWWDIR%%/apps/files_trashbin/appinfo/signature.json
7329
%%WWWDIR%%/apps/files_trashbin/appinfo/signature.json
7273
%%WWWDIR%%/apps/files_trashbin/css/trash.css
7330
%%WWWDIR%%/apps/files_trashbin/composer/autoload.php
7331
%%WWWDIR%%/apps/files_trashbin/composer/composer.json
7332
%%WWWDIR%%/apps/files_trashbin/composer/composer/ClassLoader.php
7333
%%WWWDIR%%/apps/files_trashbin/composer/composer/LICENSE
7334
%%WWWDIR%%/apps/files_trashbin/composer/composer/autoload_classmap.php
7335
%%WWWDIR%%/apps/files_trashbin/composer/composer/autoload_namespaces.php
7336
%%WWWDIR%%/apps/files_trashbin/composer/composer/autoload_psr4.php
7337
%%WWWDIR%%/apps/files_trashbin/composer/composer/autoload_real.php
7338
%%WWWDIR%%/apps/files_trashbin/composer/composer/autoload_static.php
7339
%%WWWDIR%%/apps/files_trashbin/css/trash.scss
7274
%%WWWDIR%%/apps/files_trashbin/img/app.svg
7340
%%WWWDIR%%/apps/files_trashbin/img/app.svg
7275
%%WWWDIR%%/apps/files_trashbin/js/app.js
7341
%%WWWDIR%%/apps/files_trashbin/js/app.js
7276
%%WWWDIR%%/apps/files_trashbin/js/filelist.js
7342
%%WWWDIR%%/apps/files_trashbin/js/filelist.js
Lines 7484-7489 Link Here
7484
%%WWWDIR%%/apps/files_trashbin/lib/Command/Expire.php
7550
%%WWWDIR%%/apps/files_trashbin/lib/Command/Expire.php
7485
%%WWWDIR%%/apps/files_trashbin/lib/Command/ExpireTrash.php
7551
%%WWWDIR%%/apps/files_trashbin/lib/Command/ExpireTrash.php
7486
%%WWWDIR%%/apps/files_trashbin/lib/Controller/PreviewController.php
7552
%%WWWDIR%%/apps/files_trashbin/lib/Controller/PreviewController.php
7553
%%WWWDIR%%/apps/files_trashbin/lib/Events/MoveToTrashEvent.php
7487
%%WWWDIR%%/apps/files_trashbin/lib/Exceptions/CopyRecursiveException.php
7554
%%WWWDIR%%/apps/files_trashbin/lib/Exceptions/CopyRecursiveException.php
7488
%%WWWDIR%%/apps/files_trashbin/lib/Expiration.php
7555
%%WWWDIR%%/apps/files_trashbin/lib/Expiration.php
7489
%%WWWDIR%%/apps/files_trashbin/lib/Helper.php
7556
%%WWWDIR%%/apps/files_trashbin/lib/Helper.php
Lines 7498-7503 Link Here
7498
%%WWWDIR%%/apps/files_versions/appinfo/info.xml
7565
%%WWWDIR%%/apps/files_versions/appinfo/info.xml
7499
%%WWWDIR%%/apps/files_versions/appinfo/routes.php
7566
%%WWWDIR%%/apps/files_versions/appinfo/routes.php
7500
%%WWWDIR%%/apps/files_versions/appinfo/signature.json
7567
%%WWWDIR%%/apps/files_versions/appinfo/signature.json
7568
%%WWWDIR%%/apps/files_versions/composer/autoload.php
7569
%%WWWDIR%%/apps/files_versions/composer/composer.json
7570
%%WWWDIR%%/apps/files_versions/composer/composer/ClassLoader.php
7571
%%WWWDIR%%/apps/files_versions/composer/composer/LICENSE
7572
%%WWWDIR%%/apps/files_versions/composer/composer/autoload_classmap.php
7573
%%WWWDIR%%/apps/files_versions/composer/composer/autoload_namespaces.php
7574
%%WWWDIR%%/apps/files_versions/composer/composer/autoload_psr4.php
7575
%%WWWDIR%%/apps/files_versions/composer/composer/autoload_real.php
7576
%%WWWDIR%%/apps/files_versions/composer/composer/autoload_static.php
7501
%%WWWDIR%%/apps/files_versions/css/versions.css
7577
%%WWWDIR%%/apps/files_versions/css/versions.css
7502
%%WWWDIR%%/apps/files_versions/download.php
7578
%%WWWDIR%%/apps/files_versions/download.php
7503
%%WWWDIR%%/apps/files_versions/img/app.svg
7579
%%WWWDIR%%/apps/files_versions/img/app.svg
Lines 7700-7705 Link Here
7700
%%WWWDIR%%/apps/files_versions/lib/Command/Expire.php
7776
%%WWWDIR%%/apps/files_versions/lib/Command/Expire.php
7701
%%WWWDIR%%/apps/files_versions/lib/Command/ExpireVersions.php
7777
%%WWWDIR%%/apps/files_versions/lib/Command/ExpireVersions.php
7702
%%WWWDIR%%/apps/files_versions/lib/Controller/PreviewController.php
7778
%%WWWDIR%%/apps/files_versions/lib/Controller/PreviewController.php
7779
%%WWWDIR%%/apps/files_versions/lib/Events/CreateVersionEvent.php
7703
%%WWWDIR%%/apps/files_versions/lib/Expiration.php
7780
%%WWWDIR%%/apps/files_versions/lib/Expiration.php
7704
%%WWWDIR%%/apps/files_versions/lib/Hooks.php
7781
%%WWWDIR%%/apps/files_versions/lib/Hooks.php
7705
%%WWWDIR%%/apps/files_versions/lib/Storage.php
7782
%%WWWDIR%%/apps/files_versions/lib/Storage.php
Lines 7763-7770 Link Here
7763
%%WWWDIR%%/apps/firstrunwizard/l10n/bn_BD.js
7840
%%WWWDIR%%/apps/firstrunwizard/l10n/bn_BD.js
7764
%%WWWDIR%%/apps/firstrunwizard/l10n/bn_BD.json
7841
%%WWWDIR%%/apps/firstrunwizard/l10n/bn_BD.json
7765
%%WWWDIR%%/apps/firstrunwizard/l10n/bn_IN.php
7842
%%WWWDIR%%/apps/firstrunwizard/l10n/bn_IN.php
7766
%%WWWDIR%%/apps/firstrunwizard/l10n/bs.js
7767
%%WWWDIR%%/apps/firstrunwizard/l10n/bs.json
7768
%%WWWDIR%%/apps/firstrunwizard/l10n/ca.js
7843
%%WWWDIR%%/apps/firstrunwizard/l10n/ca.js
7769
%%WWWDIR%%/apps/firstrunwizard/l10n/ca.json
7844
%%WWWDIR%%/apps/firstrunwizard/l10n/ca.json
7770
%%WWWDIR%%/apps/firstrunwizard/l10n/cs.js
7845
%%WWWDIR%%/apps/firstrunwizard/l10n/cs.js
Lines 7829-7836 Link Here
7829
%%WWWDIR%%/apps/firstrunwizard/l10n/fi.json
7904
%%WWWDIR%%/apps/firstrunwizard/l10n/fi.json
7830
%%WWWDIR%%/apps/firstrunwizard/l10n/fr.js
7905
%%WWWDIR%%/apps/firstrunwizard/l10n/fr.js
7831
%%WWWDIR%%/apps/firstrunwizard/l10n/fr.json
7906
%%WWWDIR%%/apps/firstrunwizard/l10n/fr.json
7832
%%WWWDIR%%/apps/firstrunwizard/l10n/gl.js
7833
%%WWWDIR%%/apps/firstrunwizard/l10n/gl.json
7834
%%WWWDIR%%/apps/firstrunwizard/l10n/he.js
7907
%%WWWDIR%%/apps/firstrunwizard/l10n/he.js
7835
%%WWWDIR%%/apps/firstrunwizard/l10n/he.json
7908
%%WWWDIR%%/apps/firstrunwizard/l10n/he.json
7836
%%WWWDIR%%/apps/firstrunwizard/l10n/hr.js
7909
%%WWWDIR%%/apps/firstrunwizard/l10n/hr.js
Lines 7853-7873 Link Here
7853
%%WWWDIR%%/apps/firstrunwizard/l10n/ko.js
7926
%%WWWDIR%%/apps/firstrunwizard/l10n/ko.js
7854
%%WWWDIR%%/apps/firstrunwizard/l10n/ko.json
7927
%%WWWDIR%%/apps/firstrunwizard/l10n/ko.json
7855
%%WWWDIR%%/apps/firstrunwizard/l10n/ku_IQ.php
7928
%%WWWDIR%%/apps/firstrunwizard/l10n/ku_IQ.php
7856
%%WWWDIR%%/apps/firstrunwizard/l10n/lb.js
7857
%%WWWDIR%%/apps/firstrunwizard/l10n/lb.json
7858
%%WWWDIR%%/apps/firstrunwizard/l10n/lt_LT.js
7929
%%WWWDIR%%/apps/firstrunwizard/l10n/lt_LT.js
7859
%%WWWDIR%%/apps/firstrunwizard/l10n/lt_LT.json
7930
%%WWWDIR%%/apps/firstrunwizard/l10n/lt_LT.json
7860
%%WWWDIR%%/apps/firstrunwizard/l10n/lv.js
7931
%%WWWDIR%%/apps/firstrunwizard/l10n/lv.js
7861
%%WWWDIR%%/apps/firstrunwizard/l10n/lv.json
7932
%%WWWDIR%%/apps/firstrunwizard/l10n/lv.json
7862
%%WWWDIR%%/apps/firstrunwizard/l10n/mk.js
7863
%%WWWDIR%%/apps/firstrunwizard/l10n/mk.json
7864
%%WWWDIR%%/apps/firstrunwizard/l10n/ms_MY.php
7933
%%WWWDIR%%/apps/firstrunwizard/l10n/ms_MY.php
7865
%%WWWDIR%%/apps/firstrunwizard/l10n/nb.js
7934
%%WWWDIR%%/apps/firstrunwizard/l10n/nb.js
7866
%%WWWDIR%%/apps/firstrunwizard/l10n/nb.json
7935
%%WWWDIR%%/apps/firstrunwizard/l10n/nb.json
7867
%%WWWDIR%%/apps/firstrunwizard/l10n/nl.js
7936
%%WWWDIR%%/apps/firstrunwizard/l10n/nl.js
7868
%%WWWDIR%%/apps/firstrunwizard/l10n/nl.json
7937
%%WWWDIR%%/apps/firstrunwizard/l10n/nl.json
7869
%%WWWDIR%%/apps/firstrunwizard/l10n/nn_NO.js
7870
%%WWWDIR%%/apps/firstrunwizard/l10n/nn_NO.json
7871
%%WWWDIR%%/apps/firstrunwizard/l10n/oc.js
7938
%%WWWDIR%%/apps/firstrunwizard/l10n/oc.js
7872
%%WWWDIR%%/apps/firstrunwizard/l10n/oc.json
7939
%%WWWDIR%%/apps/firstrunwizard/l10n/oc.json
7873
%%WWWDIR%%/apps/firstrunwizard/l10n/pl.js
7940
%%WWWDIR%%/apps/firstrunwizard/l10n/pl.js
Lines 7900-7907 Link Here
7900
%%WWWDIR%%/apps/firstrunwizard/l10n/ug.php
7967
%%WWWDIR%%/apps/firstrunwizard/l10n/ug.php
7901
%%WWWDIR%%/apps/firstrunwizard/l10n/uk.js
7968
%%WWWDIR%%/apps/firstrunwizard/l10n/uk.js
7902
%%WWWDIR%%/apps/firstrunwizard/l10n/uk.json
7969
%%WWWDIR%%/apps/firstrunwizard/l10n/uk.json
7903
%%WWWDIR%%/apps/firstrunwizard/l10n/vi.js
7904
%%WWWDIR%%/apps/firstrunwizard/l10n/vi.json
7905
%%WWWDIR%%/apps/firstrunwizard/l10n/zh_CN.js
7970
%%WWWDIR%%/apps/firstrunwizard/l10n/zh_CN.js
7906
%%WWWDIR%%/apps/firstrunwizard/l10n/zh_CN.json
7971
%%WWWDIR%%/apps/firstrunwizard/l10n/zh_CN.json
7907
%%WWWDIR%%/apps/firstrunwizard/l10n/zh_HK.php
7972
%%WWWDIR%%/apps/firstrunwizard/l10n/zh_HK.php
Lines 7911-7916 Link Here
7911
%%WWWDIR%%/apps/firstrunwizard/lib/Controller/WizardController.php
7976
%%WWWDIR%%/apps/firstrunwizard/lib/Controller/WizardController.php
7912
%%WWWDIR%%/apps/firstrunwizard/lib/Notification/BackgroundJob.php
7977
%%WWWDIR%%/apps/firstrunwizard/lib/Notification/BackgroundJob.php
7913
%%WWWDIR%%/apps/firstrunwizard/lib/Notification/Notifier.php
7978
%%WWWDIR%%/apps/firstrunwizard/lib/Notification/Notifier.php
7979
%%WWWDIR%%/apps/firstrunwizard/lib/Settings/Personal.php
7980
%%WWWDIR%%/apps/firstrunwizard/templates/personal-settings.php
7914
%%WWWDIR%%/apps/firstrunwizard/templates/wizard.php
7981
%%WWWDIR%%/apps/firstrunwizard/templates/wizard.php
7915
%%WWWDIR%%/apps/gallery/.github/issue_template.md
7982
%%WWWDIR%%/apps/gallery/.github/issue_template.md
7916
%%WWWDIR%%/apps/gallery/.github/pull_request_template.md
7983
%%WWWDIR%%/apps/gallery/.github/pull_request_template.md
Lines 7946-7958 Link Here
7946
%%WWWDIR%%/apps/gallery/img/app.svg
8013
%%WWWDIR%%/apps/gallery/img/app.svg
7947
%%WWWDIR%%/apps/gallery/img/dateasc.svg
8014
%%WWWDIR%%/apps/gallery/img/dateasc.svg
7948
%%WWWDIR%%/apps/gallery/img/datedes.svg
8015
%%WWWDIR%%/apps/gallery/img/datedes.svg
7949
%%WWWDIR%%/apps/gallery/img/folder.svg
7950
%%WWWDIR%%/apps/gallery/img/gallery-dark.svg
8016
%%WWWDIR%%/apps/gallery/img/gallery-dark.svg
7951
%%WWWDIR%%/apps/gallery/img/nameasc.svg
8017
%%WWWDIR%%/apps/gallery/img/nameasc.svg
7952
%%WWWDIR%%/apps/gallery/img/namedes.svg
8018
%%WWWDIR%%/apps/gallery/img/namedes.svg
7953
%%WWWDIR%%/apps/gallery/img/share-white.svg
7954
%%WWWDIR%%/apps/gallery/img/toggle.svg
7955
%%WWWDIR%%/apps/gallery/img/view-delete.svg
7956
%%WWWDIR%%/apps/gallery/js/.bowerrc
8019
%%WWWDIR%%/apps/gallery/js/.bowerrc
7957
%%WWWDIR%%/apps/gallery/js/.jshintrc
8020
%%WWWDIR%%/apps/gallery/js/.jshintrc
7958
%%WWWDIR%%/apps/gallery/js/app.js
8021
%%WWWDIR%%/apps/gallery/js/app.js
Lines 8080-8087 Link Here
8080
%%WWWDIR%%/apps/gallery/l10n/fi.json
8143
%%WWWDIR%%/apps/gallery/l10n/fi.json
8081
%%WWWDIR%%/apps/gallery/l10n/fr.js
8144
%%WWWDIR%%/apps/gallery/l10n/fr.js
8082
%%WWWDIR%%/apps/gallery/l10n/fr.json
8145
%%WWWDIR%%/apps/gallery/l10n/fr.json
8083
%%WWWDIR%%/apps/gallery/l10n/gl.js
8084
%%WWWDIR%%/apps/gallery/l10n/gl.json
8085
%%WWWDIR%%/apps/gallery/l10n/he.js
8146
%%WWWDIR%%/apps/gallery/l10n/he.js
8086
%%WWWDIR%%/apps/gallery/l10n/he.json
8147
%%WWWDIR%%/apps/gallery/l10n/he.json
8087
%%WWWDIR%%/apps/gallery/l10n/hi.php
8148
%%WWWDIR%%/apps/gallery/l10n/hi.php
Lines 8367-8374 Link Here
8367
%%WWWDIR%%/apps/logreader/l10n/fi.json
8428
%%WWWDIR%%/apps/logreader/l10n/fi.json
8368
%%WWWDIR%%/apps/logreader/l10n/fr.js
8429
%%WWWDIR%%/apps/logreader/l10n/fr.js
8369
%%WWWDIR%%/apps/logreader/l10n/fr.json
8430
%%WWWDIR%%/apps/logreader/l10n/fr.json
8370
%%WWWDIR%%/apps/logreader/l10n/he.js
8371
%%WWWDIR%%/apps/logreader/l10n/he.json
8372
%%WWWDIR%%/apps/logreader/l10n/hu.js
8431
%%WWWDIR%%/apps/logreader/l10n/hu.js
8373
%%WWWDIR%%/apps/logreader/l10n/hu.json
8432
%%WWWDIR%%/apps/logreader/l10n/hu.json
8374
%%WWWDIR%%/apps/logreader/l10n/is.js
8433
%%WWWDIR%%/apps/logreader/l10n/is.js
Lines 8426-8431 Link Here
8426
%%WWWDIR%%/apps/lookup_server_connector/appinfo/app.php
8485
%%WWWDIR%%/apps/lookup_server_connector/appinfo/app.php
8427
%%WWWDIR%%/apps/lookup_server_connector/appinfo/info.xml
8486
%%WWWDIR%%/apps/lookup_server_connector/appinfo/info.xml
8428
%%WWWDIR%%/apps/lookup_server_connector/appinfo/signature.json
8487
%%WWWDIR%%/apps/lookup_server_connector/appinfo/signature.json
8488
%%WWWDIR%%/apps/lookup_server_connector/composer/autoload.php
8489
%%WWWDIR%%/apps/lookup_server_connector/composer/composer.json
8490
%%WWWDIR%%/apps/lookup_server_connector/composer/composer/ClassLoader.php
8491
%%WWWDIR%%/apps/lookup_server_connector/composer/composer/LICENSE
8492
%%WWWDIR%%/apps/lookup_server_connector/composer/composer/autoload_classmap.php
8493
%%WWWDIR%%/apps/lookup_server_connector/composer/composer/autoload_namespaces.php
8494
%%WWWDIR%%/apps/lookup_server_connector/composer/composer/autoload_psr4.php
8495
%%WWWDIR%%/apps/lookup_server_connector/composer/composer/autoload_real.php
8496
%%WWWDIR%%/apps/lookup_server_connector/composer/composer/autoload_static.php
8429
%%WWWDIR%%/apps/lookup_server_connector/lib/BackgroundJobs/RetryJob.php
8497
%%WWWDIR%%/apps/lookup_server_connector/lib/BackgroundJobs/RetryJob.php
8430
%%WWWDIR%%/apps/lookup_server_connector/lib/UpdateLookupServer.php
8498
%%WWWDIR%%/apps/lookup_server_connector/lib/UpdateLookupServer.php
8431
%%WWWDIR%%/apps/nextcloud_announcements/.gitattributes
8499
%%WWWDIR%%/apps/nextcloud_announcements/.gitattributes
Lines 8724-8729 Link Here
8724
%%WWWDIR%%/apps/oauth2/appinfo/info.xml
8792
%%WWWDIR%%/apps/oauth2/appinfo/info.xml
8725
%%WWWDIR%%/apps/oauth2/appinfo/routes.php
8793
%%WWWDIR%%/apps/oauth2/appinfo/routes.php
8726
%%WWWDIR%%/apps/oauth2/appinfo/signature.json
8794
%%WWWDIR%%/apps/oauth2/appinfo/signature.json
8795
%%WWWDIR%%/apps/oauth2/composer/autoload.php
8796
%%WWWDIR%%/apps/oauth2/composer/composer.json
8797
%%WWWDIR%%/apps/oauth2/composer/composer/ClassLoader.php
8798
%%WWWDIR%%/apps/oauth2/composer/composer/LICENSE
8799
%%WWWDIR%%/apps/oauth2/composer/composer/autoload_classmap.php
8800
%%WWWDIR%%/apps/oauth2/composer/composer/autoload_namespaces.php
8801
%%WWWDIR%%/apps/oauth2/composer/composer/autoload_psr4.php
8802
%%WWWDIR%%/apps/oauth2/composer/composer/autoload_real.php
8803
%%WWWDIR%%/apps/oauth2/composer/composer/autoload_static.php
8727
%%WWWDIR%%/apps/oauth2/css/setting-admin.css
8804
%%WWWDIR%%/apps/oauth2/css/setting-admin.css
8728
%%WWWDIR%%/apps/oauth2/js/setting-admin.js
8805
%%WWWDIR%%/apps/oauth2/js/setting-admin.js
8729
%%WWWDIR%%/apps/oauth2/l10n/.gitkeep
8806
%%WWWDIR%%/apps/oauth2/l10n/.gitkeep
Lines 8791-8796 Link Here
8791
%%WWWDIR%%/apps/oauth2/l10n/fi.json
8868
%%WWWDIR%%/apps/oauth2/l10n/fi.json
8792
%%WWWDIR%%/apps/oauth2/l10n/fr.js
8869
%%WWWDIR%%/apps/oauth2/l10n/fr.js
8793
%%WWWDIR%%/apps/oauth2/l10n/fr.json
8870
%%WWWDIR%%/apps/oauth2/l10n/fr.json
8871
%%WWWDIR%%/apps/oauth2/l10n/gl.js
8872
%%WWWDIR%%/apps/oauth2/l10n/gl.json
8794
%%WWWDIR%%/apps/oauth2/l10n/hu.js
8873
%%WWWDIR%%/apps/oauth2/l10n/hu.js
8795
%%WWWDIR%%/apps/oauth2/l10n/hu.json
8874
%%WWWDIR%%/apps/oauth2/l10n/hu.json
8796
%%WWWDIR%%/apps/oauth2/l10n/id.js
8875
%%WWWDIR%%/apps/oauth2/l10n/id.js
Lines 9017-9022 Link Here
9017
%%WWWDIR%%/apps/provisioning_api/appinfo/info.xml
9096
%%WWWDIR%%/apps/provisioning_api/appinfo/info.xml
9018
%%WWWDIR%%/apps/provisioning_api/appinfo/routes.php
9097
%%WWWDIR%%/apps/provisioning_api/appinfo/routes.php
9019
%%WWWDIR%%/apps/provisioning_api/appinfo/signature.json
9098
%%WWWDIR%%/apps/provisioning_api/appinfo/signature.json
9099
%%WWWDIR%%/apps/provisioning_api/composer/autoload.php
9100
%%WWWDIR%%/apps/provisioning_api/composer/composer.json
9101
%%WWWDIR%%/apps/provisioning_api/composer/composer/ClassLoader.php
9102
%%WWWDIR%%/apps/provisioning_api/composer/composer/LICENSE
9103
%%WWWDIR%%/apps/provisioning_api/composer/composer/autoload_classmap.php
9104
%%WWWDIR%%/apps/provisioning_api/composer/composer/autoload_namespaces.php
9105
%%WWWDIR%%/apps/provisioning_api/composer/composer/autoload_psr4.php
9106
%%WWWDIR%%/apps/provisioning_api/composer/composer/autoload_real.php
9107
%%WWWDIR%%/apps/provisioning_api/composer/composer/autoload_static.php
9020
%%WWWDIR%%/apps/provisioning_api/img/app.svg
9108
%%WWWDIR%%/apps/provisioning_api/img/app.svg
9021
%%WWWDIR%%/apps/provisioning_api/lib/AppInfo/Application.php
9109
%%WWWDIR%%/apps/provisioning_api/lib/AppInfo/Application.php
9022
%%WWWDIR%%/apps/provisioning_api/lib/Controller/AppConfigController.php
9110
%%WWWDIR%%/apps/provisioning_api/lib/Controller/AppConfigController.php
Lines 9175-9180 Link Here
9175
%%WWWDIR%%/apps/sharebymail/appinfo/app.php
9263
%%WWWDIR%%/apps/sharebymail/appinfo/app.php
9176
%%WWWDIR%%/apps/sharebymail/appinfo/info.xml
9264
%%WWWDIR%%/apps/sharebymail/appinfo/info.xml
9177
%%WWWDIR%%/apps/sharebymail/appinfo/signature.json
9265
%%WWWDIR%%/apps/sharebymail/appinfo/signature.json
9266
%%WWWDIR%%/apps/sharebymail/composer/autoload.php
9267
%%WWWDIR%%/apps/sharebymail/composer/composer.json
9268
%%WWWDIR%%/apps/sharebymail/composer/composer/ClassLoader.php
9269
%%WWWDIR%%/apps/sharebymail/composer/composer/LICENSE
9270
%%WWWDIR%%/apps/sharebymail/composer/composer/autoload_classmap.php
9271
%%WWWDIR%%/apps/sharebymail/composer/composer/autoload_namespaces.php
9272
%%WWWDIR%%/apps/sharebymail/composer/composer/autoload_psr4.php
9273
%%WWWDIR%%/apps/sharebymail/composer/composer/autoload_real.php
9274
%%WWWDIR%%/apps/sharebymail/composer/composer/autoload_static.php
9178
%%WWWDIR%%/apps/sharebymail/css/settings-admin.css
9275
%%WWWDIR%%/apps/sharebymail/css/settings-admin.css
9179
%%WWWDIR%%/apps/sharebymail/img/app.svg
9276
%%WWWDIR%%/apps/sharebymail/img/app.svg
9180
%%WWWDIR%%/apps/sharebymail/js/settings-admin.js
9277
%%WWWDIR%%/apps/sharebymail/js/settings-admin.js
Lines 9419-9424 Link Here
9419
%%WWWDIR%%/apps/systemtags/appinfo/info.xml
9516
%%WWWDIR%%/apps/systemtags/appinfo/info.xml
9420
%%WWWDIR%%/apps/systemtags/appinfo/routes.php
9517
%%WWWDIR%%/apps/systemtags/appinfo/routes.php
9421
%%WWWDIR%%/apps/systemtags/appinfo/signature.json
9518
%%WWWDIR%%/apps/systemtags/appinfo/signature.json
9519
%%WWWDIR%%/apps/systemtags/composer/autoload.php
9520
%%WWWDIR%%/apps/systemtags/composer/composer.json
9521
%%WWWDIR%%/apps/systemtags/composer/composer/ClassLoader.php
9522
%%WWWDIR%%/apps/systemtags/composer/composer/LICENSE
9523
%%WWWDIR%%/apps/systemtags/composer/composer/autoload_classmap.php
9524
%%WWWDIR%%/apps/systemtags/composer/composer/autoload_namespaces.php
9525
%%WWWDIR%%/apps/systemtags/composer/composer/autoload_psr4.php
9526
%%WWWDIR%%/apps/systemtags/composer/composer/autoload_real.php
9527
%%WWWDIR%%/apps/systemtags/composer/composer/autoload_static.php
9422
%%WWWDIR%%/apps/systemtags/css/systemtagsfilelist.css
9528
%%WWWDIR%%/apps/systemtags/css/systemtagsfilelist.css
9423
%%WWWDIR%%/apps/systemtags/img/app.svg
9529
%%WWWDIR%%/apps/systemtags/img/app.svg
9424
%%WWWDIR%%/apps/systemtags/img/tag.svg
9530
%%WWWDIR%%/apps/systemtags/img/tag.svg
Lines 9763-9772 Link Here
9763
%%WWWDIR%%/apps/theming/lib/Util.php
9869
%%WWWDIR%%/apps/theming/lib/Util.php
9764
%%WWWDIR%%/apps/theming/templates/settings-admin.php
9870
%%WWWDIR%%/apps/theming/templates/settings-admin.php
9765
%%WWWDIR%%/apps/twofactor_backupcodes/appinfo/app.php
9871
%%WWWDIR%%/apps/twofactor_backupcodes/appinfo/app.php
9766
%%WWWDIR%%/apps/twofactor_backupcodes/appinfo/database.xml
9767
%%WWWDIR%%/apps/twofactor_backupcodes/appinfo/info.xml
9872
%%WWWDIR%%/apps/twofactor_backupcodes/appinfo/info.xml
9768
%%WWWDIR%%/apps/twofactor_backupcodes/appinfo/routes.php
9873
%%WWWDIR%%/apps/twofactor_backupcodes/appinfo/routes.php
9769
%%WWWDIR%%/apps/twofactor_backupcodes/appinfo/signature.json
9874
%%WWWDIR%%/apps/twofactor_backupcodes/appinfo/signature.json
9875
%%WWWDIR%%/apps/twofactor_backupcodes/composer/autoload.php
9876
%%WWWDIR%%/apps/twofactor_backupcodes/composer/composer.json
9877
%%WWWDIR%%/apps/twofactor_backupcodes/composer/composer/ClassLoader.php
9878
%%WWWDIR%%/apps/twofactor_backupcodes/composer/composer/LICENSE
9879
%%WWWDIR%%/apps/twofactor_backupcodes/composer/composer/autoload_classmap.php
9880
%%WWWDIR%%/apps/twofactor_backupcodes/composer/composer/autoload_namespaces.php
9881
%%WWWDIR%%/apps/twofactor_backupcodes/composer/composer/autoload_psr4.php
9882
%%WWWDIR%%/apps/twofactor_backupcodes/composer/composer/autoload_real.php
9883
%%WWWDIR%%/apps/twofactor_backupcodes/composer/composer/autoload_static.php
9770
%%WWWDIR%%/apps/twofactor_backupcodes/css/style.css
9884
%%WWWDIR%%/apps/twofactor_backupcodes/css/style.css
9771
%%WWWDIR%%/apps/twofactor_backupcodes/js/settings.js
9885
%%WWWDIR%%/apps/twofactor_backupcodes/js/settings.js
9772
%%WWWDIR%%/apps/twofactor_backupcodes/js/settingsview.js
9886
%%WWWDIR%%/apps/twofactor_backupcodes/js/settingsview.js
Lines 9880-9889 Link Here
9880
%%WWWDIR%%/apps/twofactor_backupcodes/lib/Controller/SettingsController.php
9994
%%WWWDIR%%/apps/twofactor_backupcodes/lib/Controller/SettingsController.php
9881
%%WWWDIR%%/apps/twofactor_backupcodes/lib/Db/BackupCode.php
9995
%%WWWDIR%%/apps/twofactor_backupcodes/lib/Db/BackupCode.php
9882
%%WWWDIR%%/apps/twofactor_backupcodes/lib/Db/BackupCodeMapper.php
9996
%%WWWDIR%%/apps/twofactor_backupcodes/lib/Db/BackupCodeMapper.php
9883
%%WWWDIR%%/apps/twofactor_backupcodes/lib/Migration/CopyEntriesFromOldTable.php
9997
%%WWWDIR%%/apps/twofactor_backupcodes/lib/Migration/Version1002Date20170607104347.php
9998
%%WWWDIR%%/apps/twofactor_backupcodes/lib/Migration/Version1002Date20170607113030.php
9999
%%WWWDIR%%/apps/twofactor_backupcodes/lib/Migration/Version1002Date20170919123342.php
10000
%%WWWDIR%%/apps/twofactor_backupcodes/lib/Migration/Version1002Date20170926101419.php
9884
%%WWWDIR%%/apps/twofactor_backupcodes/lib/Provider/BackupCodesProvider.php
10001
%%WWWDIR%%/apps/twofactor_backupcodes/lib/Provider/BackupCodesProvider.php
9885
%%WWWDIR%%/apps/twofactor_backupcodes/lib/Service/BackupCodeStorage.php
10002
%%WWWDIR%%/apps/twofactor_backupcodes/lib/Service/BackupCodeStorage.php
9886
%%WWWDIR%%/apps/twofactor_backupcodes/settings/personal.php
10003
%%WWWDIR%%/apps/twofactor_backupcodes/lib/Settings/Personal.php
9887
%%WWWDIR%%/apps/twofactor_backupcodes/templates/challenge.php
10004
%%WWWDIR%%/apps/twofactor_backupcodes/templates/challenge.php
9888
%%WWWDIR%%/apps/twofactor_backupcodes/templates/personal.php
10005
%%WWWDIR%%/apps/twofactor_backupcodes/templates/personal.php
9889
%%WWWDIR%%/apps/updatenotification/appinfo/app.php
10006
%%WWWDIR%%/apps/updatenotification/appinfo/app.php
Lines 9890-9895 Link Here
9890
%%WWWDIR%%/apps/updatenotification/appinfo/info.xml
10007
%%WWWDIR%%/apps/updatenotification/appinfo/info.xml
9891
%%WWWDIR%%/apps/updatenotification/appinfo/routes.php
10008
%%WWWDIR%%/apps/updatenotification/appinfo/routes.php
9892
%%WWWDIR%%/apps/updatenotification/appinfo/signature.json
10009
%%WWWDIR%%/apps/updatenotification/appinfo/signature.json
10010
%%WWWDIR%%/apps/updatenotification/composer/autoload.php
10011
%%WWWDIR%%/apps/updatenotification/composer/composer.json
10012
%%WWWDIR%%/apps/updatenotification/composer/composer/ClassLoader.php
10013
%%WWWDIR%%/apps/updatenotification/composer/composer/LICENSE
10014
%%WWWDIR%%/apps/updatenotification/composer/composer/autoload_classmap.php
10015
%%WWWDIR%%/apps/updatenotification/composer/composer/autoload_namespaces.php
10016
%%WWWDIR%%/apps/updatenotification/composer/composer/autoload_psr4.php
10017
%%WWWDIR%%/apps/updatenotification/composer/composer/autoload_real.php
10018
%%WWWDIR%%/apps/updatenotification/composer/composer/autoload_static.php
10019
%%WWWDIR%%/apps/updatenotification/css/admin.css
9893
%%WWWDIR%%/apps/updatenotification/img/app.svg
10020
%%WWWDIR%%/apps/updatenotification/img/app.svg
9894
%%WWWDIR%%/apps/updatenotification/img/notification.svg
10021
%%WWWDIR%%/apps/updatenotification/img/notification.svg
9895
%%WWWDIR%%/apps/updatenotification/js/admin.js
10022
%%WWWDIR%%/apps/updatenotification/js/admin.js
Lines 10083-10088 Link Here
10083
%%WWWDIR%%/apps/user_ldap/appinfo/routes.php
10210
%%WWWDIR%%/apps/user_ldap/appinfo/routes.php
10084
%%WWWDIR%%/apps/user_ldap/appinfo/signature.json
10211
%%WWWDIR%%/apps/user_ldap/appinfo/signature.json
10085
%%WWWDIR%%/apps/user_ldap/appinfo/update.php
10212
%%WWWDIR%%/apps/user_ldap/appinfo/update.php
10213
%%WWWDIR%%/apps/user_ldap/composer/autoload.php
10214
%%WWWDIR%%/apps/user_ldap/composer/composer.json
10215
%%WWWDIR%%/apps/user_ldap/composer/composer/ClassLoader.php
10216
%%WWWDIR%%/apps/user_ldap/composer/composer/LICENSE
10217
%%WWWDIR%%/apps/user_ldap/composer/composer/autoload_classmap.php
10218
%%WWWDIR%%/apps/user_ldap/composer/composer/autoload_namespaces.php
10219
%%WWWDIR%%/apps/user_ldap/composer/composer/autoload_psr4.php
10220
%%WWWDIR%%/apps/user_ldap/composer/composer/autoload_real.php
10221
%%WWWDIR%%/apps/user_ldap/composer/composer/autoload_static.php
10086
%%WWWDIR%%/apps/user_ldap/css/renewPassword.css
10222
%%WWWDIR%%/apps/user_ldap/css/renewPassword.css
10087
%%WWWDIR%%/apps/user_ldap/css/settings.css
10223
%%WWWDIR%%/apps/user_ldap/css/settings.css
10088
%%WWWDIR%%/apps/user_ldap/img/app-dark.svg
10224
%%WWWDIR%%/apps/user_ldap/img/app-dark.svg
Lines 10374-10379 Link Here
10374
%%WWWDIR%%/apps/user_ldap/l10n/zh_TW.js
10510
%%WWWDIR%%/apps/user_ldap/l10n/zh_TW.js
10375
%%WWWDIR%%/apps/user_ldap/l10n/zh_TW.json
10511
%%WWWDIR%%/apps/user_ldap/l10n/zh_TW.json
10376
%%WWWDIR%%/apps/user_ldap/lib/Access.php
10512
%%WWWDIR%%/apps/user_ldap/lib/Access.php
10513
%%WWWDIR%%/apps/user_ldap/lib/AccessFactory.php
10377
%%WWWDIR%%/apps/user_ldap/lib/AppInfo/Application.php
10514
%%WWWDIR%%/apps/user_ldap/lib/AppInfo/Application.php
10378
%%WWWDIR%%/apps/user_ldap/lib/BackendUtility.php
10515
%%WWWDIR%%/apps/user_ldap/lib/BackendUtility.php
10379
%%WWWDIR%%/apps/user_ldap/lib/Command/CheckUser.php
10516
%%WWWDIR%%/apps/user_ldap/lib/Command/CheckUser.php
Lines 10386-10402 Link Here
10386
%%WWWDIR%%/apps/user_ldap/lib/Command/TestConfig.php
10523
%%WWWDIR%%/apps/user_ldap/lib/Command/TestConfig.php
10387
%%WWWDIR%%/apps/user_ldap/lib/Configuration.php
10524
%%WWWDIR%%/apps/user_ldap/lib/Configuration.php
10388
%%WWWDIR%%/apps/user_ldap/lib/Connection.php
10525
%%WWWDIR%%/apps/user_ldap/lib/Connection.php
10526
%%WWWDIR%%/apps/user_ldap/lib/ConnectionFactory.php
10389
%%WWWDIR%%/apps/user_ldap/lib/Controller/ConfigAPIController.php
10527
%%WWWDIR%%/apps/user_ldap/lib/Controller/ConfigAPIController.php
10390
%%WWWDIR%%/apps/user_ldap/lib/Controller/RenewPasswordController.php
10528
%%WWWDIR%%/apps/user_ldap/lib/Controller/RenewPasswordController.php
10391
%%WWWDIR%%/apps/user_ldap/lib/Exceptions/ConstraintViolationException.php
10529
%%WWWDIR%%/apps/user_ldap/lib/Exceptions/ConstraintViolationException.php
10392
%%WWWDIR%%/apps/user_ldap/lib/Exceptions/NotOnLDAP.php
10530
%%WWWDIR%%/apps/user_ldap/lib/Exceptions/NotOnLDAP.php
10393
%%WWWDIR%%/apps/user_ldap/lib/FilesystemHelper.php
10531
%%WWWDIR%%/apps/user_ldap/lib/FilesystemHelper.php
10532
%%WWWDIR%%/apps/user_ldap/lib/GroupPluginManager.php
10394
%%WWWDIR%%/apps/user_ldap/lib/Group_LDAP.php
10533
%%WWWDIR%%/apps/user_ldap/lib/Group_LDAP.php
10395
%%WWWDIR%%/apps/user_ldap/lib/Group_Proxy.php
10534
%%WWWDIR%%/apps/user_ldap/lib/Group_Proxy.php
10396
%%WWWDIR%%/apps/user_ldap/lib/Helper.php
10535
%%WWWDIR%%/apps/user_ldap/lib/Helper.php
10536
%%WWWDIR%%/apps/user_ldap/lib/IGroupLDAP.php
10537
%%WWWDIR%%/apps/user_ldap/lib/ILDAPGroupPlugin.php
10538
%%WWWDIR%%/apps/user_ldap/lib/ILDAPUserPlugin.php
10397
%%WWWDIR%%/apps/user_ldap/lib/ILDAPWrapper.php
10539
%%WWWDIR%%/apps/user_ldap/lib/ILDAPWrapper.php
10398
%%WWWDIR%%/apps/user_ldap/lib/IUserLDAP.php
10540
%%WWWDIR%%/apps/user_ldap/lib/IUserLDAP.php
10399
%%WWWDIR%%/apps/user_ldap/lib/Jobs/CleanUp.php
10541
%%WWWDIR%%/apps/user_ldap/lib/Jobs/CleanUp.php
10542
%%WWWDIR%%/apps/user_ldap/lib/Jobs/Sync.php
10400
%%WWWDIR%%/apps/user_ldap/lib/Jobs/UpdateGroups.php
10543
%%WWWDIR%%/apps/user_ldap/lib/Jobs/UpdateGroups.php
10401
%%WWWDIR%%/apps/user_ldap/lib/LDAP.php
10544
%%WWWDIR%%/apps/user_ldap/lib/LDAP.php
10402
%%WWWDIR%%/apps/user_ldap/lib/LDAPProvider.php
10545
%%WWWDIR%%/apps/user_ldap/lib/LDAPProvider.php
Lines 10419-10424 Link Here
10419
%%WWWDIR%%/apps/user_ldap/lib/User/Manager.php
10562
%%WWWDIR%%/apps/user_ldap/lib/User/Manager.php
10420
%%WWWDIR%%/apps/user_ldap/lib/User/OfflineUser.php
10563
%%WWWDIR%%/apps/user_ldap/lib/User/OfflineUser.php
10421
%%WWWDIR%%/apps/user_ldap/lib/User/User.php
10564
%%WWWDIR%%/apps/user_ldap/lib/User/User.php
10565
%%WWWDIR%%/apps/user_ldap/lib/UserPluginManager.php
10422
%%WWWDIR%%/apps/user_ldap/lib/User_LDAP.php
10566
%%WWWDIR%%/apps/user_ldap/lib/User_LDAP.php
10423
%%WWWDIR%%/apps/user_ldap/lib/User_Proxy.php
10567
%%WWWDIR%%/apps/user_ldap/lib/User_Proxy.php
10424
%%WWWDIR%%/apps/user_ldap/lib/Wizard.php
10568
%%WWWDIR%%/apps/user_ldap/lib/Wizard.php
Lines 10585-10591 Link Here
10585
%%WWWDIR%%/apps/workflowengine/templates/admin.php
10729
%%WWWDIR%%/apps/workflowengine/templates/admin.php
10586
%%WWWDIR%%/config/.htaccess
10730
%%WWWDIR%%/config/.htaccess
10587
%%WWWDIR%%/config/config.sample.php
10731
%%WWWDIR%%/config/config.sample.php
10588
%%WWWDIR%%/config/config.sample.php.bak
10732
@comment %%WWWDIR%%/config/config.sample.php.bak
10589
@owner
10733
@owner
10590
@group
10734
@group
10591
%%WWWDIR%%/console.php
10735
%%WWWDIR%%/console.php
Lines 10594-10599 Link Here
10594
%%WWWDIR%%/core/Command/App/Disable.php
10738
%%WWWDIR%%/core/Command/App/Disable.php
10595
%%WWWDIR%%/core/Command/App/Enable.php
10739
%%WWWDIR%%/core/Command/App/Enable.php
10596
%%WWWDIR%%/core/Command/App/GetPath.php
10740
%%WWWDIR%%/core/Command/App/GetPath.php
10741
%%WWWDIR%%/core/Command/App/Install.php
10597
%%WWWDIR%%/core/Command/App/ListApps.php
10742
%%WWWDIR%%/core/Command/App/ListApps.php
10598
%%WWWDIR%%/core/Command/Background/Ajax.php
10743
%%WWWDIR%%/core/Command/Background/Ajax.php
10599
%%WWWDIR%%/core/Command/Background/Base.php
10744
%%WWWDIR%%/core/Command/Background/Base.php
Lines 10611-10619 Link Here
10611
%%WWWDIR%%/core/Command/Config/System/DeleteConfig.php
10756
%%WWWDIR%%/core/Command/Config/System/DeleteConfig.php
10612
%%WWWDIR%%/core/Command/Config/System/GetConfig.php
10757
%%WWWDIR%%/core/Command/Config/System/GetConfig.php
10613
%%WWWDIR%%/core/Command/Config/System/SetConfig.php
10758
%%WWWDIR%%/core/Command/Config/System/SetConfig.php
10759
%%WWWDIR%%/core/Command/Db/AddMissingIndices.php
10760
%%WWWDIR%%/core/Command/Db/ConvertFilecacheBigInt.php
10614
%%WWWDIR%%/core/Command/Db/ConvertMysqlToMB4.php
10761
%%WWWDIR%%/core/Command/Db/ConvertMysqlToMB4.php
10615
%%WWWDIR%%/core/Command/Db/ConvertType.php
10762
%%WWWDIR%%/core/Command/Db/ConvertType.php
10616
%%WWWDIR%%/core/Command/Db/GenerateChangeScript.php
10763
%%WWWDIR%%/core/Command/Db/Migrations/ExecuteCommand.php
10764
%%WWWDIR%%/core/Command/Db/Migrations/GenerateCommand.php
10765
%%WWWDIR%%/core/Command/Db/Migrations/GenerateFromSchemaFileCommand.php
10766
%%WWWDIR%%/core/Command/Db/Migrations/MigrateCommand.php
10767
%%WWWDIR%%/core/Command/Db/Migrations/StatusCommand.php
10617
%%WWWDIR%%/core/Command/Encryption/ChangeKeyStorageRoot.php
10768
%%WWWDIR%%/core/Command/Encryption/ChangeKeyStorageRoot.php
10618
%%WWWDIR%%/core/Command/Encryption/DecryptAll.php
10769
%%WWWDIR%%/core/Command/Encryption/DecryptAll.php
10619
%%WWWDIR%%/core/Command/Encryption/Disable.php
10770
%%WWWDIR%%/core/Command/Encryption/Disable.php
Lines 10641-10646 Link Here
10641
%%WWWDIR%%/core/Command/Maintenance/Mode.php
10792
%%WWWDIR%%/core/Command/Maintenance/Mode.php
10642
%%WWWDIR%%/core/Command/Maintenance/Repair.php
10793
%%WWWDIR%%/core/Command/Maintenance/Repair.php
10643
%%WWWDIR%%/core/Command/Maintenance/UpdateHtaccess.php
10794
%%WWWDIR%%/core/Command/Maintenance/UpdateHtaccess.php
10795
%%WWWDIR%%/core/Command/Maintenance/UpdateTheme.php
10644
%%WWWDIR%%/core/Command/Security/ImportCertificate.php
10796
%%WWWDIR%%/core/Command/Security/ImportCertificate.php
10645
%%WWWDIR%%/core/Command/Security/ListCertificates.php
10797
%%WWWDIR%%/core/Command/Security/ListCertificates.php
10646
%%WWWDIR%%/core/Command/Security/RemoveCertificate.php
10798
%%WWWDIR%%/core/Command/Security/RemoveCertificate.php
Lines 10659-10664 Link Here
10659
%%WWWDIR%%/core/Command/User/Report.php
10811
%%WWWDIR%%/core/Command/User/Report.php
10660
%%WWWDIR%%/core/Command/User/ResetPassword.php
10812
%%WWWDIR%%/core/Command/User/ResetPassword.php
10661
%%WWWDIR%%/core/Command/User/Setting.php
10813
%%WWWDIR%%/core/Command/User/Setting.php
10814
%%WWWDIR%%/core/Controller/AutoCompleteController.php
10662
%%WWWDIR%%/core/Controller/AvatarController.php
10815
%%WWWDIR%%/core/Controller/AvatarController.php
10663
%%WWWDIR%%/core/Controller/ClientFlowLoginController.php
10816
%%WWWDIR%%/core/Controller/ClientFlowLoginController.php
10664
%%WWWDIR%%/core/Controller/ContactsMenuController.php
10817
%%WWWDIR%%/core/Controller/ContactsMenuController.php
Lines 10672-10678 Link Here
10672
%%WWWDIR%%/core/Controller/SetupController.php
10825
%%WWWDIR%%/core/Controller/SetupController.php
10673
%%WWWDIR%%/core/Controller/TwoFactorChallengeController.php
10826
%%WWWDIR%%/core/Controller/TwoFactorChallengeController.php
10674
%%WWWDIR%%/core/Controller/UserController.php
10827
%%WWWDIR%%/core/Controller/UserController.php
10828
%%WWWDIR%%/core/Controller/WalledGardenController.php
10675
%%WWWDIR%%/core/Middleware/TwoFactorMiddleware.php
10829
%%WWWDIR%%/core/Middleware/TwoFactorMiddleware.php
10830
%%WWWDIR%%/core/Migrations/Version13000Date20170705121758.php
10831
%%WWWDIR%%/core/Migrations/Version13000Date20170718121200.php
10832
%%WWWDIR%%/core/Migrations/Version13000Date20170814074715.php
10833
%%WWWDIR%%/core/Migrations/Version13000Date20170919121250.php
10834
%%WWWDIR%%/core/Migrations/Version13000Date20170926101637.php
10676
%%WWWDIR%%/core/ajax/update.php
10835
%%WWWDIR%%/core/ajax/update.php
10677
%%WWWDIR%%/core/css/apps.scss
10836
%%WWWDIR%%/core/css/apps.scss
10678
%%WWWDIR%%/core/css/fixes.scss
10837
%%WWWDIR%%/core/css/fixes.scss
Lines 10681-10700 Link Here
10681
%%WWWDIR%%/core/css/guest.css
10840
%%WWWDIR%%/core/css/guest.css
10682
%%WWWDIR%%/core/css/header.scss
10841
%%WWWDIR%%/core/css/header.scss
10683
%%WWWDIR%%/core/css/icons.scss
10842
%%WWWDIR%%/core/css/icons.scss
10684
%%WWWDIR%%/core/css/images/ui-bg_diagonals-thick_18_b81900_40x40.png
10685
%%WWWDIR%%/core/css/images/ui-bg_diagonals-thick_20_666666_40x40.png
10843
%%WWWDIR%%/core/css/images/ui-bg_diagonals-thick_20_666666_40x40.png
10686
%%WWWDIR%%/core/css/images/ui-bg_flat_100_ffffff_40x100.png
10687
%%WWWDIR%%/core/css/images/ui-bg_flat_10_000000_40x100.png
10844
%%WWWDIR%%/core/css/images/ui-bg_flat_10_000000_40x100.png
10688
%%WWWDIR%%/core/css/images/ui-bg_flat_35_1d2d44_40x100.png
10845
%%WWWDIR%%/core/css/images/ui-bg_flat_35_1d2d44_40x100.png
10689
%%WWWDIR%%/core/css/images/ui-bg_glass_100_f8f8f8_1x400.png
10690
%%WWWDIR%%/core/css/images/ui-bg_highlight-hard_100_f8f8f8_1x100.png
10691
%%WWWDIR%%/core/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png
10692
%%WWWDIR%%/core/css/images/ui-icons_1d2d44_256x240.png
10846
%%WWWDIR%%/core/css/images/ui-icons_1d2d44_256x240.png
10693
%%WWWDIR%%/core/css/images/ui-icons_ffd27a_256x240.png
10847
%%WWWDIR%%/core/css/images/ui-icons_ffd27a_256x240.png
10694
%%WWWDIR%%/core/css/images/ui-icons_ffffff_256x240.png
10848
%%WWWDIR%%/core/css/images/ui-icons_ffffff_256x240.png
10695
%%WWWDIR%%/core/css/inputs.scss
10849
%%WWWDIR%%/core/css/inputs.scss
10696
%%WWWDIR%%/core/css/jquery-ui-fixes.css
10850
%%WWWDIR%%/core/css/jquery-ui-fixes.scss
10697
%%WWWDIR%%/core/css/jquery.ocdialog.css
10851
%%WWWDIR%%/core/css/jquery.ocdialog.scss
10698
%%WWWDIR%%/core/css/login/authpicker.css
10852
%%WWWDIR%%/core/css/login/authpicker.css
10699
%%WWWDIR%%/core/css/lostpassword/resetpassword.css
10853
%%WWWDIR%%/core/css/lostpassword/resetpassword.css
10700
%%WWWDIR%%/core/css/mobile.scss
10854
%%WWWDIR%%/core/css/mobile.scss
Lines 10839-10844 Link Here
10839
%%WWWDIR%%/core/doc/admin/_images/users-create.png
10993
%%WWWDIR%%/core/doc/admin/_images/users-create.png
10840
%%WWWDIR%%/core/doc/admin/_images/users-groups.png
10994
%%WWWDIR%%/core/doc/admin/_images/users-groups.png
10841
%%WWWDIR%%/core/doc/admin/_images/webdav.png
10995
%%WWWDIR%%/core/doc/admin/_images/webdav.png
10996
%%WWWDIR%%/core/doc/admin/_sources/configuration_database/bigint_identifiers.txt
10842
%%WWWDIR%%/core/doc/admin/_sources/configuration_database/db_conversion.txt
10997
%%WWWDIR%%/core/doc/admin/_sources/configuration_database/db_conversion.txt
10843
%%WWWDIR%%/core/doc/admin/_sources/configuration_database/index.txt
10998
%%WWWDIR%%/core/doc/admin/_sources/configuration_database/index.txt
10844
%%WWWDIR%%/core/doc/admin/_sources/configuration_database/linux_database_configuration.txt
10999
%%WWWDIR%%/core/doc/admin/_sources/configuration_database/linux_database_configuration.txt
Lines 10889-10894 Link Here
10889
%%WWWDIR%%/core/doc/admin/_sources/configuration_server/theming.txt
11044
%%WWWDIR%%/core/doc/admin/_sources/configuration_server/theming.txt
10890
%%WWWDIR%%/core/doc/admin/_sources/configuration_server/thirdparty_php_configuration.txt
11045
%%WWWDIR%%/core/doc/admin/_sources/configuration_server/thirdparty_php_configuration.txt
10891
%%WWWDIR%%/core/doc/admin/_sources/configuration_user/index.txt
11046
%%WWWDIR%%/core/doc/admin/_sources/configuration_user/index.txt
11047
%%WWWDIR%%/core/doc/admin/_sources/configuration_user/instruction_set_for_apps.txt
11048
%%WWWDIR%%/core/doc/admin/_sources/configuration_user/instruction_set_for_groups.txt
11049
%%WWWDIR%%/core/doc/admin/_sources/configuration_user/instruction_set_for_users.txt
10892
%%WWWDIR%%/core/doc/admin/_sources/configuration_user/reset_admin_password.txt
11050
%%WWWDIR%%/core/doc/admin/_sources/configuration_user/reset_admin_password.txt
10893
%%WWWDIR%%/core/doc/admin/_sources/configuration_user/reset_user_password.txt
11051
%%WWWDIR%%/core/doc/admin/_sources/configuration_user/reset_user_password.txt
10894
%%WWWDIR%%/core/doc/admin/_sources/configuration_user/two_factor-auth.txt
11052
%%WWWDIR%%/core/doc/admin/_sources/configuration_user/two_factor-auth.txt
Lines 11012-11023 Link Here
11012
%%WWWDIR%%/core/doc/admin/_static/social/twitter.svg
11170
%%WWWDIR%%/core/doc/admin/_static/social/twitter.svg
11013
%%WWWDIR%%/core/doc/admin/_static/social/twitterround.png
11171
%%WWWDIR%%/core/doc/admin/_static/social/twitterround.png
11014
%%WWWDIR%%/core/doc/admin/_static/social/youtube.svg
11172
%%WWWDIR%%/core/doc/admin/_static/social/youtube.svg
11015
%%WWWDIR%%/core/doc/admin/_static/style.css
11016
%%WWWDIR%%/core/doc/admin/_static/styles.css
11173
%%WWWDIR%%/core/doc/admin/_static/styles.css
11017
%%WWWDIR%%/core/doc/admin/_static/underscore.js
11174
%%WWWDIR%%/core/doc/admin/_static/underscore.js
11018
%%WWWDIR%%/core/doc/admin/_static/up-pressed.png
11175
%%WWWDIR%%/core/doc/admin/_static/up-pressed.png
11019
%%WWWDIR%%/core/doc/admin/_static/up.png
11176
%%WWWDIR%%/core/doc/admin/_static/up.png
11020
%%WWWDIR%%/core/doc/admin/_static/websupport.js
11177
%%WWWDIR%%/core/doc/admin/_static/websupport.js
11178
%%WWWDIR%%/core/doc/admin/configuration_database/bigint_identifiers.html
11021
%%WWWDIR%%/core/doc/admin/configuration_database/db_conversion.html
11179
%%WWWDIR%%/core/doc/admin/configuration_database/db_conversion.html
11022
%%WWWDIR%%/core/doc/admin/configuration_database/index.html
11180
%%WWWDIR%%/core/doc/admin/configuration_database/index.html
11023
%%WWWDIR%%/core/doc/admin/configuration_database/linux_database_configuration.html
11181
%%WWWDIR%%/core/doc/admin/configuration_database/linux_database_configuration.html
Lines 11068-11073 Link Here
11068
%%WWWDIR%%/core/doc/admin/configuration_server/theming.html
11226
%%WWWDIR%%/core/doc/admin/configuration_server/theming.html
11069
%%WWWDIR%%/core/doc/admin/configuration_server/thirdparty_php_configuration.html
11227
%%WWWDIR%%/core/doc/admin/configuration_server/thirdparty_php_configuration.html
11070
%%WWWDIR%%/core/doc/admin/configuration_user/index.html
11228
%%WWWDIR%%/core/doc/admin/configuration_user/index.html
11229
%%WWWDIR%%/core/doc/admin/configuration_user/instruction_set_for_apps.html
11230
%%WWWDIR%%/core/doc/admin/configuration_user/instruction_set_for_groups.html
11231
%%WWWDIR%%/core/doc/admin/configuration_user/instruction_set_for_users.html
11071
%%WWWDIR%%/core/doc/admin/configuration_user/reset_admin_password.html
11232
%%WWWDIR%%/core/doc/admin/configuration_user/reset_admin_password.html
11072
%%WWWDIR%%/core/doc/admin/configuration_user/reset_user_password.html
11233
%%WWWDIR%%/core/doc/admin/configuration_user/reset_user_password.html
11073
%%WWWDIR%%/core/doc/admin/configuration_user/two_factor-auth.html
11234
%%WWWDIR%%/core/doc/admin/configuration_user/two_factor-auth.html
Lines 11124-11129 Link Here
11124
%%WWWDIR%%/core/doc/user/_images/anonym_uploaded_files.png
11285
%%WWWDIR%%/core/doc/user/_images/anonym_uploaded_files.png
11125
%%WWWDIR%%/core/doc/user/_images/apps_menu.png
11286
%%WWWDIR%%/core/doc/user/_images/apps_menu.png
11126
%%WWWDIR%%/core/doc/user/_images/cardbook_icon.png
11287
%%WWWDIR%%/core/doc/user/_images/cardbook_icon.png
11288
%%WWWDIR%%/core/doc/user/_images/contact_bottombar.png
11289
%%WWWDIR%%/core/doc/user/_images/contact_manageaddressbook.png
11290
%%WWWDIR%%/core/doc/user/_images/contact_new.png
11291
%%WWWDIR%%/core/doc/user/_images/contact_picture.png
11292
%%WWWDIR%%/core/doc/user/_images/contact_picture_options.png
11293
%%WWWDIR%%/core/doc/user/_images/contact_picture_set.png
11294
%%WWWDIR%%/core/doc/user/_images/contact_uploadbutton.png
11295
%%WWWDIR%%/core/doc/user/_images/contacts_empty.png
11127
%%WWWDIR%%/core/doc/user/_images/contacts_link.png
11296
%%WWWDIR%%/core/doc/user/_images/contacts_link.png
11128
%%WWWDIR%%/core/doc/user/_images/contacts_menu.png
11297
%%WWWDIR%%/core/doc/user/_images/contacts_menu.png
11129
%%WWWDIR%%/core/doc/user/_images/contacts_popup.png
11298
%%WWWDIR%%/core/doc/user/_images/contacts_popup.png
Lines 11277-11283 Link Here
11277
%%WWWDIR%%/core/doc/user/_static/social/twitter.svg
11446
%%WWWDIR%%/core/doc/user/_static/social/twitter.svg
11278
%%WWWDIR%%/core/doc/user/_static/social/twitterround.png
11447
%%WWWDIR%%/core/doc/user/_static/social/twitterround.png
11279
%%WWWDIR%%/core/doc/user/_static/social/youtube.svg
11448
%%WWWDIR%%/core/doc/user/_static/social/youtube.svg
11280
%%WWWDIR%%/core/doc/user/_static/style.css
11281
%%WWWDIR%%/core/doc/user/_static/styles.css
11449
%%WWWDIR%%/core/doc/user/_static/styles.css
11282
%%WWWDIR%%/core/doc/user/_static/underscore.js
11450
%%WWWDIR%%/core/doc/user/_static/underscore.js
11283
%%WWWDIR%%/core/doc/user/_static/up-pressed.png
11451
%%WWWDIR%%/core/doc/user/_static/up-pressed.png
Lines 11321-11326 Link Here
11321
%%WWWDIR%%/core/fonts/OpenSans-Regular.woff
11489
%%WWWDIR%%/core/fonts/OpenSans-Regular.woff
11322
%%WWWDIR%%/core/fonts/OpenSans-Semibold.woff
11490
%%WWWDIR%%/core/fonts/OpenSans-Semibold.woff
11323
%%WWWDIR%%/core/img/actions/add.svg
11491
%%WWWDIR%%/core/img/actions/add.svg
11492
%%WWWDIR%%/core/img/actions/address.svg
11493
%%WWWDIR%%/core/img/actions/arrow-left.svg
11494
%%WWWDIR%%/core/img/actions/arrow-right.svg
11324
%%WWWDIR%%/core/img/actions/audio-off-white.svg
11495
%%WWWDIR%%/core/img/actions/audio-off-white.svg
11325
%%WWWDIR%%/core/img/actions/audio-off.svg
11496
%%WWWDIR%%/core/img/actions/audio-off.svg
11326
%%WWWDIR%%/core/img/actions/audio-white.svg
11497
%%WWWDIR%%/core/img/actions/audio-white.svg
Lines 11366-11375 Link Here
11366
%%WWWDIR%%/core/img/actions/more.svg
11537
%%WWWDIR%%/core/img/actions/more.svg
11367
%%WWWDIR%%/core/img/actions/password.png
11538
%%WWWDIR%%/core/img/actions/password.png
11368
%%WWWDIR%%/core/img/actions/password.svg
11539
%%WWWDIR%%/core/img/actions/password.svg
11369
%%WWWDIR%%/core/img/actions/pause-big.svg
11370
%%WWWDIR%%/core/img/actions/pause.svg
11540
%%WWWDIR%%/core/img/actions/pause.svg
11371
%%WWWDIR%%/core/img/actions/play-add.svg
11541
%%WWWDIR%%/core/img/actions/play-add.svg
11372
%%WWWDIR%%/core/img/actions/play-big.svg
11373
%%WWWDIR%%/core/img/actions/play-next.svg
11542
%%WWWDIR%%/core/img/actions/play-next.svg
11374
%%WWWDIR%%/core/img/actions/play-previous.svg
11543
%%WWWDIR%%/core/img/actions/play-previous.svg
11375
%%WWWDIR%%/core/img/actions/play.svg
11544
%%WWWDIR%%/core/img/actions/play.svg
Lines 11396-11401 Link Here
11396
%%WWWDIR%%/core/img/actions/starred.svg
11565
%%WWWDIR%%/core/img/actions/starred.svg
11397
%%WWWDIR%%/core/img/actions/tag.png
11566
%%WWWDIR%%/core/img/actions/tag.png
11398
%%WWWDIR%%/core/img/actions/tag.svg
11567
%%WWWDIR%%/core/img/actions/tag.svg
11568
%%WWWDIR%%/core/img/actions/toggle-background.svg
11399
%%WWWDIR%%/core/img/actions/toggle-filelist.svg
11569
%%WWWDIR%%/core/img/actions/toggle-filelist.svg
11400
%%WWWDIR%%/core/img/actions/toggle-pictures.svg
11570
%%WWWDIR%%/core/img/actions/toggle-pictures.svg
11401
%%WWWDIR%%/core/img/actions/toggle.svg
11571
%%WWWDIR%%/core/img/actions/toggle.svg
Lines 11404-11411 Link Here
11404
%%WWWDIR%%/core/img/actions/triangle-s.svg
11574
%%WWWDIR%%/core/img/actions/triangle-s.svg
11405
%%WWWDIR%%/core/img/actions/upload-white.svg
11575
%%WWWDIR%%/core/img/actions/upload-white.svg
11406
%%WWWDIR%%/core/img/actions/upload.svg
11576
%%WWWDIR%%/core/img/actions/upload.svg
11407
%%WWWDIR%%/core/img/actions/user-plus.svg
11408
%%WWWDIR%%/core/img/actions/user-times.svg
11409
%%WWWDIR%%/core/img/actions/user.svg
11577
%%WWWDIR%%/core/img/actions/user.svg
11410
%%WWWDIR%%/core/img/actions/verified.svg
11578
%%WWWDIR%%/core/img/actions/verified.svg
11411
%%WWWDIR%%/core/img/actions/verify.svg
11579
%%WWWDIR%%/core/img/actions/verify.svg
Lines 11421-11428 Link Here
11421
%%WWWDIR%%/core/img/actions/view-play.svg
11589
%%WWWDIR%%/core/img/actions/view-play.svg
11422
%%WWWDIR%%/core/img/actions/view-previous.svg
11590
%%WWWDIR%%/core/img/actions/view-previous.svg
11423
%%WWWDIR%%/core/img/appstore.svg
11591
%%WWWDIR%%/core/img/appstore.svg
11424
%%WWWDIR%%/core/img/background.jpg
11592
%%WWWDIR%%/core/img/background.png
11593
%%WWWDIR%%/core/img/background.svg
11425
%%WWWDIR%%/core/img/breadcrumb.svg
11594
%%WWWDIR%%/core/img/breadcrumb.svg
11595
%%WWWDIR%%/core/img/categories/auth.svg
11596
%%WWWDIR%%/core/img/categories/bundles.svg
11597
%%WWWDIR%%/core/img/categories/customization.svg
11598
%%WWWDIR%%/core/img/categories/files.svg
11599
%%WWWDIR%%/core/img/categories/games.svg
11600
%%WWWDIR%%/core/img/categories/integration.svg
11601
%%WWWDIR%%/core/img/categories/monitoring.svg
11602
%%WWWDIR%%/core/img/categories/multimedia.svg
11603
%%WWWDIR%%/core/img/categories/office.svg
11604
%%WWWDIR%%/core/img/categories/organization.svg
11605
%%WWWDIR%%/core/img/categories/social.svg
11426
%%WWWDIR%%/core/img/desktopapp.svg
11606
%%WWWDIR%%/core/img/desktopapp.svg
11427
%%WWWDIR%%/core/img/facebook.svg
11607
%%WWWDIR%%/core/img/facebook.svg
11428
%%WWWDIR%%/core/img/favicon-fb.png
11608
%%WWWDIR%%/core/img/favicon-fb.png
Lines 11437-11442 Link Here
11437
%%WWWDIR%%/core/img/filetypes/audio.svg
11617
%%WWWDIR%%/core/img/filetypes/audio.svg
11438
%%WWWDIR%%/core/img/filetypes/file.svg
11618
%%WWWDIR%%/core/img/filetypes/file.svg
11439
%%WWWDIR%%/core/img/filetypes/folder-drag-accept.svg
11619
%%WWWDIR%%/core/img/filetypes/folder-drag-accept.svg
11620
%%WWWDIR%%/core/img/filetypes/folder-encrypted.svg
11440
%%WWWDIR%%/core/img/filetypes/folder-external.svg
11621
%%WWWDIR%%/core/img/filetypes/folder-external.svg
11441
%%WWWDIR%%/core/img/filetypes/folder-public.svg
11622
%%WWWDIR%%/core/img/filetypes/folder-public.svg
11442
%%WWWDIR%%/core/img/filetypes/folder-shared.svg
11623
%%WWWDIR%%/core/img/filetypes/folder-shared.svg
Lines 11443-11448 Link Here
11443
%%WWWDIR%%/core/img/filetypes/folder-starred.svg
11624
%%WWWDIR%%/core/img/filetypes/folder-starred.svg
11444
%%WWWDIR%%/core/img/filetypes/folder.svg
11625
%%WWWDIR%%/core/img/filetypes/folder.svg
11445
%%WWWDIR%%/core/img/filetypes/image.svg
11626
%%WWWDIR%%/core/img/filetypes/image.svg
11627
%%WWWDIR%%/core/img/filetypes/link.svg
11628
%%WWWDIR%%/core/img/filetypes/location.svg
11446
%%WWWDIR%%/core/img/filetypes/package-x-generic.svg
11629
%%WWWDIR%%/core/img/filetypes/package-x-generic.svg
11447
%%WWWDIR%%/core/img/filetypes/text-calendar.svg
11630
%%WWWDIR%%/core/img/filetypes/text-calendar.svg
11448
%%WWWDIR%%/core/img/filetypes/text-code.svg
11631
%%WWWDIR%%/core/img/filetypes/text-code.svg
Lines 11454-11466 Link Here
11454
%%WWWDIR%%/core/img/filetypes/x-office-spreadsheet.svg
11637
%%WWWDIR%%/core/img/filetypes/x-office-spreadsheet.svg
11455
%%WWWDIR%%/core/img/googleplay.png
11638
%%WWWDIR%%/core/img/googleplay.png
11456
%%WWWDIR%%/core/img/googleplus.svg
11639
%%WWWDIR%%/core/img/googleplus.svg
11457
%%WWWDIR%%/core/img/image-optimization.sh
11458
%%WWWDIR%%/core/img/loading-dark.gif
11640
%%WWWDIR%%/core/img/loading-dark.gif
11459
%%WWWDIR%%/core/img/loading-small-dark.gif
11641
%%WWWDIR%%/core/img/loading-small-dark.gif
11460
%%WWWDIR%%/core/img/loading-small.gif
11642
%%WWWDIR%%/core/img/loading-small.gif
11461
%%WWWDIR%%/core/img/loading.gif
11643
%%WWWDIR%%/core/img/loading.gif
11462
%%WWWDIR%%/core/img/logo-icon-175px.png
11644
%%WWWDIR%%/core/img/logo-icon-175px.png
11463
%%WWWDIR%%/core/img/logo-icon.svg
11464
%%WWWDIR%%/core/img/logo-mail.png
11645
%%WWWDIR%%/core/img/logo-mail.png
11465
%%WWWDIR%%/core/img/logo.png
11646
%%WWWDIR%%/core/img/logo.png
11466
%%WWWDIR%%/core/img/logo.svg
11647
%%WWWDIR%%/core/img/logo.svg
Lines 11468-11473 Link Here
11468
%%WWWDIR%%/core/img/manifest.json
11649
%%WWWDIR%%/core/img/manifest.json
11469
%%WWWDIR%%/core/img/places/calendar-dark.png
11650
%%WWWDIR%%/core/img/places/calendar-dark.png
11470
%%WWWDIR%%/core/img/places/calendar-dark.svg
11651
%%WWWDIR%%/core/img/places/calendar-dark.svg
11652
%%WWWDIR%%/core/img/places/calendar.svg
11471
%%WWWDIR%%/core/img/places/contacts-dark.svg
11653
%%WWWDIR%%/core/img/places/contacts-dark.svg
11472
%%WWWDIR%%/core/img/places/contacts.svg
11654
%%WWWDIR%%/core/img/places/contacts.svg
11473
%%WWWDIR%%/core/img/places/default-app-icon.svg
11655
%%WWWDIR%%/core/img/places/default-app-icon.svg
Lines 11526-11531 Link Here
11526
%%WWWDIR%%/core/js/octemplate.js
11708
%%WWWDIR%%/core/js/octemplate.js
11527
%%WWWDIR%%/core/js/placeholder.js
11709
%%WWWDIR%%/core/js/placeholder.js
11528
%%WWWDIR%%/core/js/public/appconfig.js
11710
%%WWWDIR%%/core/js/public/appconfig.js
11711
%%WWWDIR%%/core/js/public/comments.js
11529
%%WWWDIR%%/core/js/select2-toggleselect.js
11712
%%WWWDIR%%/core/js/select2-toggleselect.js
11530
%%WWWDIR%%/core/js/setup.js
11713
%%WWWDIR%%/core/js/setup.js
11531
%%WWWDIR%%/core/js/setupchecks.js
11714
%%WWWDIR%%/core/js/setupchecks.js
Lines 11798-11804 Link Here
11798
%%WWWDIR%%/core/vendor/zxcvbn/LICENSE.txt
11981
%%WWWDIR%%/core/vendor/zxcvbn/LICENSE.txt
11799
%%WWWDIR%%/core/vendor/zxcvbn/dist/zxcvbn.js
11982
%%WWWDIR%%/core/vendor/zxcvbn/dist/zxcvbn.js
11800
%%WWWDIR%%/cron.php
11983
%%WWWDIR%%/cron.php
11801
%%WWWDIR%%/db_structure.xml
11802
%%WWWDIR%%/index.html
11984
%%WWWDIR%%/index.html
11803
%%WWWDIR%%/index.php
11985
%%WWWDIR%%/index.php
11804
%%WWWDIR%%/l10n/.gitignore
11986
%%WWWDIR%%/l10n/.gitignore
Lines 11939-11944 Link Here
11939
%%WWWDIR%%/lib/private/App/CodeChecker/ICheck.php
12121
%%WWWDIR%%/lib/private/App/CodeChecker/ICheck.php
11940
%%WWWDIR%%/lib/private/App/CodeChecker/InfoChecker.php
12122
%%WWWDIR%%/lib/private/App/CodeChecker/InfoChecker.php
11941
%%WWWDIR%%/lib/private/App/CodeChecker/LanguageParseChecker.php
12123
%%WWWDIR%%/lib/private/App/CodeChecker/LanguageParseChecker.php
12124
%%WWWDIR%%/lib/private/App/CodeChecker/MigrationSchemaChecker.php
11942
%%WWWDIR%%/lib/private/App/CodeChecker/NodeVisitor.php
12125
%%WWWDIR%%/lib/private/App/CodeChecker/NodeVisitor.php
11943
%%WWWDIR%%/lib/private/App/CodeChecker/PrivateCheck.php
12126
%%WWWDIR%%/lib/private/App/CodeChecker/PrivateCheck.php
11944
%%WWWDIR%%/lib/private/App/CodeChecker/StrongComparisonCheck.php
12127
%%WWWDIR%%/lib/private/App/CodeChecker/StrongComparisonCheck.php
Lines 11960-11971 Link Here
11960
%%WWWDIR%%/lib/private/AppFramework/Middleware/Security/CORSMiddleware.php
12143
%%WWWDIR%%/lib/private/AppFramework/Middleware/Security/CORSMiddleware.php
11961
%%WWWDIR%%/lib/private/AppFramework/Middleware/Security/Exceptions/AppNotEnabledException.php
12144
%%WWWDIR%%/lib/private/AppFramework/Middleware/Security/Exceptions/AppNotEnabledException.php
11962
%%WWWDIR%%/lib/private/AppFramework/Middleware/Security/Exceptions/CrossSiteRequestForgeryException.php
12145
%%WWWDIR%%/lib/private/AppFramework/Middleware/Security/Exceptions/CrossSiteRequestForgeryException.php
12146
%%WWWDIR%%/lib/private/AppFramework/Middleware/Security/Exceptions/LaxSameSiteCookieFailedException.php
11963
%%WWWDIR%%/lib/private/AppFramework/Middleware/Security/Exceptions/NotAdminException.php
12147
%%WWWDIR%%/lib/private/AppFramework/Middleware/Security/Exceptions/NotAdminException.php
11964
%%WWWDIR%%/lib/private/AppFramework/Middleware/Security/Exceptions/NotConfirmedException.php
12148
%%WWWDIR%%/lib/private/AppFramework/Middleware/Security/Exceptions/NotConfirmedException.php
11965
%%WWWDIR%%/lib/private/AppFramework/Middleware/Security/Exceptions/NotLoggedInException.php
12149
%%WWWDIR%%/lib/private/AppFramework/Middleware/Security/Exceptions/NotLoggedInException.php
11966
%%WWWDIR%%/lib/private/AppFramework/Middleware/Security/Exceptions/SecurityException.php
12150
%%WWWDIR%%/lib/private/AppFramework/Middleware/Security/Exceptions/SecurityException.php
11967
%%WWWDIR%%/lib/private/AppFramework/Middleware/Security/Exceptions/StrictCookieMissingException.php
12151
%%WWWDIR%%/lib/private/AppFramework/Middleware/Security/Exceptions/StrictCookieMissingException.php
12152
%%WWWDIR%%/lib/private/AppFramework/Middleware/Security/PasswordConfirmationMiddleware.php
11968
%%WWWDIR%%/lib/private/AppFramework/Middleware/Security/RateLimitingMiddleware.php
12153
%%WWWDIR%%/lib/private/AppFramework/Middleware/Security/RateLimitingMiddleware.php
12154
%%WWWDIR%%/lib/private/AppFramework/Middleware/Security/SameSiteCookieMiddleware.php
11969
%%WWWDIR%%/lib/private/AppFramework/Middleware/Security/SecurityMiddleware.php
12155
%%WWWDIR%%/lib/private/AppFramework/Middleware/Security/SecurityMiddleware.php
11970
%%WWWDIR%%/lib/private/AppFramework/Middleware/SessionMiddleware.php
12156
%%WWWDIR%%/lib/private/AppFramework/Middleware/SessionMiddleware.php
11971
%%WWWDIR%%/lib/private/AppFramework/OCS/BaseResponse.php
12157
%%WWWDIR%%/lib/private/AppFramework/OCS/BaseResponse.php
Lines 12005-12015 Link Here
12005
%%WWWDIR%%/lib/private/BackgroundJob/TimedJob.php
12191
%%WWWDIR%%/lib/private/BackgroundJob/TimedJob.php
12006
%%WWWDIR%%/lib/private/Cache/CappedMemoryCache.php
12192
%%WWWDIR%%/lib/private/Cache/CappedMemoryCache.php
12007
%%WWWDIR%%/lib/private/Cache/File.php
12193
%%WWWDIR%%/lib/private/Cache/File.php
12194
%%WWWDIR%%/lib/private/Calendar/Manager.php
12008
%%WWWDIR%%/lib/private/CapabilitiesManager.php
12195
%%WWWDIR%%/lib/private/CapabilitiesManager.php
12196
%%WWWDIR%%/lib/private/Collaboration/AutoComplete/Manager.php
12197
%%WWWDIR%%/lib/private/Collaboration/Collaborators/GroupPlugin.php
12198
%%WWWDIR%%/lib/private/Collaboration/Collaborators/LookupPlugin.php
12199
%%WWWDIR%%/lib/private/Collaboration/Collaborators/MailPlugin.php
12200
%%WWWDIR%%/lib/private/Collaboration/Collaborators/RemotePlugin.php
12201
%%WWWDIR%%/lib/private/Collaboration/Collaborators/Search.php
12202
%%WWWDIR%%/lib/private/Collaboration/Collaborators/SearchResult.php
12203
%%WWWDIR%%/lib/private/Collaboration/Collaborators/UserPlugin.php
12009
%%WWWDIR%%/lib/private/Command/AsyncBus.php
12204
%%WWWDIR%%/lib/private/Command/AsyncBus.php
12010
%%WWWDIR%%/lib/private/Command/CallableJob.php
12205
%%WWWDIR%%/lib/private/Command/CallableJob.php
12011
%%WWWDIR%%/lib/private/Command/ClosureJob.php
12206
%%WWWDIR%%/lib/private/Command/ClosureJob.php
12012
%%WWWDIR%%/lib/private/Command/CommandJob.php
12207
%%WWWDIR%%/lib/private/Command/CommandJob.php
12208
%%WWWDIR%%/lib/private/Command/CronBus.php
12013
%%WWWDIR%%/lib/private/Command/FileAccess.php
12209
%%WWWDIR%%/lib/private/Command/FileAccess.php
12014
%%WWWDIR%%/lib/private/Command/QueueBus.php
12210
%%WWWDIR%%/lib/private/Command/QueueBus.php
12015
%%WWWDIR%%/lib/private/Comments/Comment.php
12211
%%WWWDIR%%/lib/private/Comments/Comment.php
Lines 12037-12046 Link Here
12037
%%WWWDIR%%/lib/private/DB/MDB2SchemaReader.php
12233
%%WWWDIR%%/lib/private/DB/MDB2SchemaReader.php
12038
%%WWWDIR%%/lib/private/DB/MDB2SchemaWriter.php
12234
%%WWWDIR%%/lib/private/DB/MDB2SchemaWriter.php
12039
%%WWWDIR%%/lib/private/DB/MigrationException.php
12235
%%WWWDIR%%/lib/private/DB/MigrationException.php
12236
%%WWWDIR%%/lib/private/DB/MigrationService.php
12040
%%WWWDIR%%/lib/private/DB/Migrator.php
12237
%%WWWDIR%%/lib/private/DB/Migrator.php
12041
%%WWWDIR%%/lib/private/DB/MySQLMigrator.php
12238
%%WWWDIR%%/lib/private/DB/MySQLMigrator.php
12042
%%WWWDIR%%/lib/private/DB/MySqlTools.php
12239
%%WWWDIR%%/lib/private/DB/MySqlTools.php
12043
%%WWWDIR%%/lib/private/DB/NoCheckMigrator.php
12044
%%WWWDIR%%/lib/private/DB/OCSqlitePlatform.php
12240
%%WWWDIR%%/lib/private/DB/OCSqlitePlatform.php
12045
%%WWWDIR%%/lib/private/DB/OracleConnection.php
12241
%%WWWDIR%%/lib/private/DB/OracleConnection.php
12046
%%WWWDIR%%/lib/private/DB/OracleMigrator.php
12242
%%WWWDIR%%/lib/private/DB/OracleMigrator.php
Lines 12063-12068 Link Here
12063
%%WWWDIR%%/lib/private/DB/QueryBuilder/QuoteHelper.php
12259
%%WWWDIR%%/lib/private/DB/QueryBuilder/QuoteHelper.php
12064
%%WWWDIR%%/lib/private/DB/SQLiteMigrator.php
12260
%%WWWDIR%%/lib/private/DB/SQLiteMigrator.php
12065
%%WWWDIR%%/lib/private/DB/SQLiteSessionInit.php
12261
%%WWWDIR%%/lib/private/DB/SQLiteSessionInit.php
12262
%%WWWDIR%%/lib/private/DB/SchemaWrapper.php
12066
%%WWWDIR%%/lib/private/DatabaseException.php
12263
%%WWWDIR%%/lib/private/DatabaseException.php
12067
%%WWWDIR%%/lib/private/DatabaseSetupException.php
12264
%%WWWDIR%%/lib/private/DatabaseSetupException.php
12068
%%WWWDIR%%/lib/private/DateTimeFormatter.php
12265
%%WWWDIR%%/lib/private/DateTimeFormatter.php
Lines 12202-12207 Link Here
12202
%%WWWDIR%%/lib/private/IntegrityCheck/Iterator/ExcludeFoldersByPathFilterIterator.php
12399
%%WWWDIR%%/lib/private/IntegrityCheck/Iterator/ExcludeFoldersByPathFilterIterator.php
12203
%%WWWDIR%%/lib/private/L10N/Factory.php
12400
%%WWWDIR%%/lib/private/L10N/Factory.php
12204
%%WWWDIR%%/lib/private/L10N/L10N.php
12401
%%WWWDIR%%/lib/private/L10N/L10N.php
12402
%%WWWDIR%%/lib/private/L10N/L10NString.php
12205
%%WWWDIR%%/lib/private/L10N/LanguageNotFoundException.php
12403
%%WWWDIR%%/lib/private/L10N/LanguageNotFoundException.php
12206
%%WWWDIR%%/lib/private/LargeFileHelper.php
12404
%%WWWDIR%%/lib/private/LargeFileHelper.php
12207
%%WWWDIR%%/lib/private/Lock/AbstractLockingProvider.php
12405
%%WWWDIR%%/lib/private/Lock/AbstractLockingProvider.php
Lines 12217-12222 Link Here
12217
%%WWWDIR%%/lib/private/Log/File.php
12415
%%WWWDIR%%/lib/private/Log/File.php
12218
%%WWWDIR%%/lib/private/Log/Rotate.php
12416
%%WWWDIR%%/lib/private/Log/Rotate.php
12219
%%WWWDIR%%/lib/private/Log/Syslog.php
12417
%%WWWDIR%%/lib/private/Log/Syslog.php
12418
%%WWWDIR%%/lib/private/Mail/Attachment.php
12220
%%WWWDIR%%/lib/private/Mail/EMailTemplate.php
12419
%%WWWDIR%%/lib/private/Mail/EMailTemplate.php
12221
%%WWWDIR%%/lib/private/Mail/Mailer.php
12420
%%WWWDIR%%/lib/private/Mail/Mailer.php
12222
%%WWWDIR%%/lib/private/Mail/Message.php
12421
%%WWWDIR%%/lib/private/Mail/Message.php
Lines 12232-12237 Link Here
12232
%%WWWDIR%%/lib/private/Memcache/XCache.php
12431
%%WWWDIR%%/lib/private/Memcache/XCache.php
12233
%%WWWDIR%%/lib/private/Migration/BackgroundRepair.php
12432
%%WWWDIR%%/lib/private/Migration/BackgroundRepair.php
12234
%%WWWDIR%%/lib/private/Migration/ConsoleOutput.php
12433
%%WWWDIR%%/lib/private/Migration/ConsoleOutput.php
12434
%%WWWDIR%%/lib/private/Migration/SimpleOutput.php
12235
%%WWWDIR%%/lib/private/NaturalSort.php
12435
%%WWWDIR%%/lib/private/NaturalSort.php
12236
%%WWWDIR%%/lib/private/NaturalSort_DefaultCollator.php
12436
%%WWWDIR%%/lib/private/NaturalSort_DefaultCollator.php
12237
%%WWWDIR%%/lib/private/NavigationManager.php
12437
%%WWWDIR%%/lib/private/NavigationManager.php
Lines 12243-12249 Link Here
12243
%%WWWDIR%%/lib/private/OCS/CoreCapabilities.php
12443
%%WWWDIR%%/lib/private/OCS/CoreCapabilities.php
12244
%%WWWDIR%%/lib/private/OCS/DiscoveryService.php
12444
%%WWWDIR%%/lib/private/OCS/DiscoveryService.php
12245
%%WWWDIR%%/lib/private/OCS/Exception.php
12445
%%WWWDIR%%/lib/private/OCS/Exception.php
12246
%%WWWDIR%%/lib/private/OCS/PrivateData.php
12247
%%WWWDIR%%/lib/private/OCS/Provider.php
12446
%%WWWDIR%%/lib/private/OCS/Provider.php
12248
%%WWWDIR%%/lib/private/OCS/Result.php
12447
%%WWWDIR%%/lib/private/OCS/Result.php
12249
%%WWWDIR%%/lib/private/Preview/BMP.php
12448
%%WWWDIR%%/lib/private/Preview/BMP.php
Lines 12278-12283 Link Here
12278
%%WWWDIR%%/lib/private/PreviewManager.php
12477
%%WWWDIR%%/lib/private/PreviewManager.php
12279
%%WWWDIR%%/lib/private/PreviewNotAvailableException.php
12478
%%WWWDIR%%/lib/private/PreviewNotAvailableException.php
12280
%%WWWDIR%%/lib/private/RedisFactory.php
12479
%%WWWDIR%%/lib/private/RedisFactory.php
12480
%%WWWDIR%%/lib/private/Remote/Api/ApiBase.php
12481
%%WWWDIR%%/lib/private/Remote/Api/ApiCollection.php
12482
%%WWWDIR%%/lib/private/Remote/Api/ApiFactory.php
12483
%%WWWDIR%%/lib/private/Remote/Api/NotFoundException.php
12484
%%WWWDIR%%/lib/private/Remote/Api/OCS.php
12485
%%WWWDIR%%/lib/private/Remote/Credentials.php
12486
%%WWWDIR%%/lib/private/Remote/Instance.php
12487
%%WWWDIR%%/lib/private/Remote/InstanceFactory.php
12488
%%WWWDIR%%/lib/private/Remote/User.php
12281
%%WWWDIR%%/lib/private/Repair.php
12489
%%WWWDIR%%/lib/private/Repair.php
12282
%%WWWDIR%%/lib/private/Repair/CleanTags.php
12490
%%WWWDIR%%/lib/private/Repair/CleanTags.php
12283
%%WWWDIR%%/lib/private/Repair/Collation.php
12491
%%WWWDIR%%/lib/private/Repair/Collation.php
Lines 12290-12295 Link Here
12290
%%WWWDIR%%/lib/private/Repair/NC12/InstallCoreBundle.php
12498
%%WWWDIR%%/lib/private/Repair/NC12/InstallCoreBundle.php
12291
%%WWWDIR%%/lib/private/Repair/NC12/RepairIdentityProofKeyFolders.php
12499
%%WWWDIR%%/lib/private/Repair/NC12/RepairIdentityProofKeyFolders.php
12292
%%WWWDIR%%/lib/private/Repair/NC12/UpdateLanguageCodes.php
12500
%%WWWDIR%%/lib/private/Repair/NC12/UpdateLanguageCodes.php
12501
%%WWWDIR%%/lib/private/Repair/NC13/AddLogRotateJob.php
12293
%%WWWDIR%%/lib/private/Repair/NC13/RepairInvalidPaths.php
12502
%%WWWDIR%%/lib/private/Repair/NC13/RepairInvalidPaths.php
12294
%%WWWDIR%%/lib/private/Repair/OldGroupMembershipShares.php
12503
%%WWWDIR%%/lib/private/Repair/OldGroupMembershipShares.php
12295
%%WWWDIR%%/lib/private/Repair/Owncloud/DropAccountTermsTable.php
12504
%%WWWDIR%%/lib/private/Repair/Owncloud/DropAccountTermsTable.php
Lines 12309-12314 Link Here
12309
%%WWWDIR%%/lib/private/Search/Result/File.php
12518
%%WWWDIR%%/lib/private/Search/Result/File.php
12310
%%WWWDIR%%/lib/private/Search/Result/Folder.php
12519
%%WWWDIR%%/lib/private/Search/Result/Folder.php
12311
%%WWWDIR%%/lib/private/Search/Result/Image.php
12520
%%WWWDIR%%/lib/private/Search/Result/Image.php
12521
%%WWWDIR%%/lib/private/Security/Bruteforce/Capabilities.php
12312
%%WWWDIR%%/lib/private/Security/Bruteforce/Throttler.php
12522
%%WWWDIR%%/lib/private/Security/Bruteforce/Throttler.php
12313
%%WWWDIR%%/lib/private/Security/CSP/ContentSecurityPolicy.php
12523
%%WWWDIR%%/lib/private/Security/CSP/ContentSecurityPolicy.php
12314
%%WWWDIR%%/lib/private/Security/CSP/ContentSecurityPolicyManager.php
12524
%%WWWDIR%%/lib/private/Security/CSP/ContentSecurityPolicyManager.php
Lines 12349-12354 Link Here
12349
%%WWWDIR%%/lib/private/Settings/Admin/TipsTricks.php
12559
%%WWWDIR%%/lib/private/Settings/Admin/TipsTricks.php
12350
%%WWWDIR%%/lib/private/Settings/Manager.php
12560
%%WWWDIR%%/lib/private/Settings/Manager.php
12351
%%WWWDIR%%/lib/private/Settings/Mapper.php
12561
%%WWWDIR%%/lib/private/Settings/Mapper.php
12562
%%WWWDIR%%/lib/private/Settings/Personal/Additional.php
12563
%%WWWDIR%%/lib/private/Settings/Personal/PersonalInfo.php
12564
%%WWWDIR%%/lib/private/Settings/Personal/Security.php
12352
%%WWWDIR%%/lib/private/Settings/RemoveOrphaned.php
12565
%%WWWDIR%%/lib/private/Settings/RemoveOrphaned.php
12353
%%WWWDIR%%/lib/private/Settings/Section.php
12566
%%WWWDIR%%/lib/private/Settings/Section.php
12354
%%WWWDIR%%/lib/private/Setup.php
12567
%%WWWDIR%%/lib/private/Setup.php
Lines 12373-12378 Link Here
12373
%%WWWDIR%%/lib/private/Share20/ShareHelper.php
12586
%%WWWDIR%%/lib/private/Share20/ShareHelper.php
12374
%%WWWDIR%%/lib/private/Streamer.php
12587
%%WWWDIR%%/lib/private/Streamer.php
12375
%%WWWDIR%%/lib/private/SubAdmin.php
12588
%%WWWDIR%%/lib/private/SubAdmin.php
12589
%%WWWDIR%%/lib/private/Support/CrashReport/Registry.php
12376
%%WWWDIR%%/lib/private/SystemConfig.php
12590
%%WWWDIR%%/lib/private/SystemConfig.php
12377
%%WWWDIR%%/lib/private/SystemTag/ManagerFactory.php
12591
%%WWWDIR%%/lib/private/SystemTag/ManagerFactory.php
12378
%%WWWDIR%%/lib/private/SystemTag/SystemTag.php
12592
%%WWWDIR%%/lib/private/SystemTag/SystemTag.php
Lines 12416-12430 Link Here
12416
%%WWWDIR%%/lib/private/legacy/hook.php
12630
%%WWWDIR%%/lib/private/legacy/hook.php
12417
%%WWWDIR%%/lib/private/legacy/image.php
12631
%%WWWDIR%%/lib/private/legacy/image.php
12418
%%WWWDIR%%/lib/private/legacy/json.php
12632
%%WWWDIR%%/lib/private/legacy/json.php
12419
%%WWWDIR%%/lib/private/legacy/l10n/string.php
12420
%%WWWDIR%%/lib/private/legacy/ocs/privatedata.php
12421
%%WWWDIR%%/lib/private/legacy/ocs/result.php
12422
%%WWWDIR%%/lib/private/legacy/response.php
12633
%%WWWDIR%%/lib/private/legacy/response.php
12423
%%WWWDIR%%/lib/private/legacy/template.php
12634
%%WWWDIR%%/lib/private/legacy/template.php
12424
%%WWWDIR%%/lib/private/legacy/template/functions.php
12635
%%WWWDIR%%/lib/private/legacy/template/functions.php
12425
%%WWWDIR%%/lib/private/legacy/user.php
12636
%%WWWDIR%%/lib/private/legacy/user.php
12426
%%WWWDIR%%/lib/private/legacy/user/backend.php
12427
%%WWWDIR%%/lib/private/legacy/user/interface.php
12428
%%WWWDIR%%/lib/private/legacy/util.php
12637
%%WWWDIR%%/lib/private/legacy/util.php
12429
%%WWWDIR%%/lib/public/API.php
12638
%%WWWDIR%%/lib/public/API.php
12430
%%WWWDIR%%/lib/public/Activity/IConsumer.php
12639
%%WWWDIR%%/lib/public/Activity/IConsumer.php
Lines 12480-12491 Link Here
12480
%%WWWDIR%%/lib/public/Authentication/LoginCredentials/ICredentials.php
12689
%%WWWDIR%%/lib/public/Authentication/LoginCredentials/ICredentials.php
12481
%%WWWDIR%%/lib/public/Authentication/LoginCredentials/IStore.php
12690
%%WWWDIR%%/lib/public/Authentication/LoginCredentials/IStore.php
12482
%%WWWDIR%%/lib/public/Authentication/TwoFactorAuth/IProvider.php
12691
%%WWWDIR%%/lib/public/Authentication/TwoFactorAuth/IProvider.php
12692
%%WWWDIR%%/lib/public/Authentication/TwoFactorAuth/IProvidesCustomCSP.php
12483
%%WWWDIR%%/lib/public/Authentication/TwoFactorAuth/TwoFactorException.php
12693
%%WWWDIR%%/lib/public/Authentication/TwoFactorAuth/TwoFactorException.php
12484
%%WWWDIR%%/lib/public/AutoloadNotAllowedException.php
12694
%%WWWDIR%%/lib/public/AutoloadNotAllowedException.php
12485
%%WWWDIR%%/lib/public/BackgroundJob.php
12695
%%WWWDIR%%/lib/public/BackgroundJob.php
12486
%%WWWDIR%%/lib/public/BackgroundJob/IJob.php
12696
%%WWWDIR%%/lib/public/BackgroundJob/IJob.php
12487
%%WWWDIR%%/lib/public/BackgroundJob/IJobList.php
12697
%%WWWDIR%%/lib/public/BackgroundJob/IJobList.php
12698
%%WWWDIR%%/lib/public/Calendar/ICalendar.php
12699
%%WWWDIR%%/lib/public/Calendar/IManager.php
12488
%%WWWDIR%%/lib/public/Capabilities/ICapability.php
12700
%%WWWDIR%%/lib/public/Capabilities/ICapability.php
12701
%%WWWDIR%%/lib/public/Capabilities/IPublicCapability.php
12702
%%WWWDIR%%/lib/public/Collaboration/AutoComplete/IManager.php
12703
%%WWWDIR%%/lib/public/Collaboration/AutoComplete/ISorter.php
12704
%%WWWDIR%%/lib/public/Collaboration/Collaborators/ISearch.php
12705
%%WWWDIR%%/lib/public/Collaboration/Collaborators/ISearchPlugin.php
12706
%%WWWDIR%%/lib/public/Collaboration/Collaborators/ISearchResult.php
12707
%%WWWDIR%%/lib/public/Collaboration/Collaborators/SearchResultType.php
12489
%%WWWDIR%%/lib/public/Command/IBus.php
12708
%%WWWDIR%%/lib/public/Command/IBus.php
12490
%%WWWDIR%%/lib/public/Command/ICommand.php
12709
%%WWWDIR%%/lib/public/Command/ICommand.php
12491
%%WWWDIR%%/lib/public/Comments/CommentsEntityEvent.php
12710
%%WWWDIR%%/lib/public/Comments/CommentsEntityEvent.php
Lines 12503-12513 Link Here
12503
%%WWWDIR%%/lib/public/Contacts.php
12722
%%WWWDIR%%/lib/public/Contacts.php
12504
%%WWWDIR%%/lib/public/Contacts/ContactsMenu/IAction.php
12723
%%WWWDIR%%/lib/public/Contacts/ContactsMenu/IAction.php
12505
%%WWWDIR%%/lib/public/Contacts/ContactsMenu/IActionFactory.php
12724
%%WWWDIR%%/lib/public/Contacts/ContactsMenu/IActionFactory.php
12725
%%WWWDIR%%/lib/public/Contacts/ContactsMenu/IContactsStore.php
12506
%%WWWDIR%%/lib/public/Contacts/ContactsMenu/IEntry.php
12726
%%WWWDIR%%/lib/public/Contacts/ContactsMenu/IEntry.php
12507
%%WWWDIR%%/lib/public/Contacts/ContactsMenu/ILinkAction.php
12727
%%WWWDIR%%/lib/public/Contacts/ContactsMenu/ILinkAction.php
12508
%%WWWDIR%%/lib/public/Contacts/ContactsMenu/IProvider.php
12728
%%WWWDIR%%/lib/public/Contacts/ContactsMenu/IProvider.php
12509
%%WWWDIR%%/lib/public/Contacts/IManager.php
12729
%%WWWDIR%%/lib/public/Contacts/IManager.php
12510
%%WWWDIR%%/lib/public/DB.php
12730
%%WWWDIR%%/lib/public/DB.php
12731
%%WWWDIR%%/lib/public/DB/ISchemaWrapper.php
12511
%%WWWDIR%%/lib/public/DB/QueryBuilder/ICompositeExpression.php
12732
%%WWWDIR%%/lib/public/DB/QueryBuilder/ICompositeExpression.php
12512
%%WWWDIR%%/lib/public/DB/QueryBuilder/IExpressionBuilder.php
12733
%%WWWDIR%%/lib/public/DB/QueryBuilder/IExpressionBuilder.php
12513
%%WWWDIR%%/lib/public/DB/QueryBuilder/IFunctionBuilder.php
12734
%%WWWDIR%%/lib/public/DB/QueryBuilder/IFunctionBuilder.php
Lines 12639-12648 Link Here
12639
%%WWWDIR%%/lib/public/Lock/ILockingProvider.php
12860
%%WWWDIR%%/lib/public/Lock/ILockingProvider.php
12640
%%WWWDIR%%/lib/public/Lock/LockedException.php
12861
%%WWWDIR%%/lib/public/Lock/LockedException.php
12641
%%WWWDIR%%/lib/public/Lockdown/ILockdownManager.php
12862
%%WWWDIR%%/lib/public/Lockdown/ILockdownManager.php
12863
%%WWWDIR%%/lib/public/Mail/IAttachment.php
12642
%%WWWDIR%%/lib/public/Mail/IEMailTemplate.php
12864
%%WWWDIR%%/lib/public/Mail/IEMailTemplate.php
12643
%%WWWDIR%%/lib/public/Mail/IMailer.php
12865
%%WWWDIR%%/lib/public/Mail/IMailer.php
12866
%%WWWDIR%%/lib/public/Mail/IMessage.php
12867
%%WWWDIR%%/lib/public/Migration/BigIntMigration.php
12868
%%WWWDIR%%/lib/public/Migration/IMigrationStep.php
12644
%%WWWDIR%%/lib/public/Migration/IOutput.php
12869
%%WWWDIR%%/lib/public/Migration/IOutput.php
12645
%%WWWDIR%%/lib/public/Migration/IRepairStep.php
12870
%%WWWDIR%%/lib/public/Migration/IRepairStep.php
12871
%%WWWDIR%%/lib/public/Migration/SimpleMigrationStep.php
12646
%%WWWDIR%%/lib/public/Notification/IAction.php
12872
%%WWWDIR%%/lib/public/Notification/IAction.php
12647
%%WWWDIR%%/lib/public/Notification/IApp.php
12873
%%WWWDIR%%/lib/public/Notification/IApp.php
12648
%%WWWDIR%%/lib/public/Notification/IManager.php
12874
%%WWWDIR%%/lib/public/Notification/IManager.php
Lines 12651-12656 Link Here
12651
%%WWWDIR%%/lib/public/OCS/IDiscoveryService.php
12877
%%WWWDIR%%/lib/public/OCS/IDiscoveryService.php
12652
%%WWWDIR%%/lib/public/PreConditionNotMetException.php
12878
%%WWWDIR%%/lib/public/PreConditionNotMetException.php
12653
%%WWWDIR%%/lib/public/Preview/IProvider.php
12879
%%WWWDIR%%/lib/public/Preview/IProvider.php
12880
%%WWWDIR%%/lib/public/Remote/Api/IApiCollection.php
12881
%%WWWDIR%%/lib/public/Remote/Api/IApiFactory.php
12882
%%WWWDIR%%/lib/public/Remote/Api/ICapabilitiesApi.php
12883
%%WWWDIR%%/lib/public/Remote/Api/IUserApi.php
12884
%%WWWDIR%%/lib/public/Remote/ICredentials.php
12885
%%WWWDIR%%/lib/public/Remote/IInstance.php
12886
%%WWWDIR%%/lib/public/Remote/IInstanceFactory.php
12887
%%WWWDIR%%/lib/public/Remote/IUser.php
12654
%%WWWDIR%%/lib/public/Response.php
12888
%%WWWDIR%%/lib/public/Response.php
12655
%%WWWDIR%%/lib/public/RichObjectStrings/Definitions.php
12889
%%WWWDIR%%/lib/public/RichObjectStrings/Definitions.php
12656
%%WWWDIR%%/lib/public/RichObjectStrings/IValidator.php
12890
%%WWWDIR%%/lib/public/RichObjectStrings/IValidator.php
Lines 12685-12690 Link Here
12685
%%WWWDIR%%/lib/public/Share_Backend.php
12919
%%WWWDIR%%/lib/public/Share_Backend.php
12686
%%WWWDIR%%/lib/public/Share_Backend_Collection.php
12920
%%WWWDIR%%/lib/public/Share_Backend_Collection.php
12687
%%WWWDIR%%/lib/public/Share_Backend_File_Dependent.php
12921
%%WWWDIR%%/lib/public/Share_Backend_File_Dependent.php
12922
%%WWWDIR%%/lib/public/Support/CrashReport/IRegistry.php
12923
%%WWWDIR%%/lib/public/Support/CrashReport/IReporter.php
12688
%%WWWDIR%%/lib/public/SystemTag/ISystemTag.php
12924
%%WWWDIR%%/lib/public/SystemTag/ISystemTag.php
12689
%%WWWDIR%%/lib/public/SystemTag/ISystemTagManager.php
12925
%%WWWDIR%%/lib/public/SystemTag/ISystemTagManager.php
12690
%%WWWDIR%%/lib/public/SystemTag/ISystemTagManagerFactory.php
12926
%%WWWDIR%%/lib/public/SystemTag/ISystemTagManagerFactory.php
Lines 12701-12710 Link Here
12701
%%WWWDIR%%/lib/public/WorkflowEngine/ICheck.php
12937
%%WWWDIR%%/lib/public/WorkflowEngine/ICheck.php
12702
%%WWWDIR%%/lib/public/WorkflowEngine/IManager.php
12938
%%WWWDIR%%/lib/public/WorkflowEngine/IManager.php
12703
%%WWWDIR%%/lib/public/WorkflowEngine/IOperation.php
12939
%%WWWDIR%%/lib/public/WorkflowEngine/IOperation.php
12940
%%WWWDIR%%/lib/versioncheck.php
12704
%%WWWDIR%%/occ
12941
%%WWWDIR%%/occ
12705
%%WWWDIR%%/ocs-provider/index.php
12942
%%WWWDIR%%/ocs-provider/index.php
12706
%%WWWDIR%%/ocs/providers.php
12943
%%WWWDIR%%/ocs/providers.php
12707
%%WWWDIR%%/ocs/routes.php
12708
%%WWWDIR%%/ocs/v1.php
12944
%%WWWDIR%%/ocs/v1.php
12709
%%WWWDIR%%/ocs/v2.php
12945
%%WWWDIR%%/ocs/v2.php
12710
%%WWWDIR%%/public.php
12946
%%WWWDIR%%/public.php
Lines 12729-12738 Link Here
12729
%%WWWDIR%%/settings/Controller/CertificateController.php
12965
%%WWWDIR%%/settings/Controller/CertificateController.php
12730
%%WWWDIR%%/settings/Controller/ChangePasswordController.php
12966
%%WWWDIR%%/settings/Controller/ChangePasswordController.php
12731
%%WWWDIR%%/settings/Controller/CheckSetupController.php
12967
%%WWWDIR%%/settings/Controller/CheckSetupController.php
12968
%%WWWDIR%%/settings/Controller/CommonSettingsTrait.php
12732
%%WWWDIR%%/settings/Controller/EncryptionController.php
12969
%%WWWDIR%%/settings/Controller/EncryptionController.php
12733
%%WWWDIR%%/settings/Controller/GroupsController.php
12970
%%WWWDIR%%/settings/Controller/GroupsController.php
12734
%%WWWDIR%%/settings/Controller/LogSettingsController.php
12971
%%WWWDIR%%/settings/Controller/LogSettingsController.php
12735
%%WWWDIR%%/settings/Controller/MailSettingsController.php
12972
%%WWWDIR%%/settings/Controller/MailSettingsController.php
12973
%%WWWDIR%%/settings/Controller/PersonalSettingsController.php
12736
%%WWWDIR%%/settings/Controller/SecuritySettingsController.php
12974
%%WWWDIR%%/settings/Controller/SecuritySettingsController.php
12737
%%WWWDIR%%/settings/Controller/UsersController.php
12975
%%WWWDIR%%/settings/Controller/UsersController.php
12738
%%WWWDIR%%/settings/Hooks.php
12976
%%WWWDIR%%/settings/Hooks.php
Lines 12745-12751 Link Here
12745
%%WWWDIR%%/settings/ajax/togglesubadmins.php
12983
%%WWWDIR%%/settings/ajax/togglesubadmins.php
12746
%%WWWDIR%%/settings/ajax/uninstallapp.php
12984
%%WWWDIR%%/settings/ajax/uninstallapp.php
12747
%%WWWDIR%%/settings/ajax/updateapp.php
12985
%%WWWDIR%%/settings/ajax/updateapp.php
12748
%%WWWDIR%%/settings/css/settings.css
12986
%%WWWDIR%%/settings/css/settings.scss
12749
%%WWWDIR%%/settings/help.php
12987
%%WWWDIR%%/settings/help.php
12750
%%WWWDIR%%/settings/img/admin.svg
12988
%%WWWDIR%%/settings/img/admin.svg
12751
%%WWWDIR%%/settings/img/apps.svg
12989
%%WWWDIR%%/settings/img/apps.svg
Lines 12766-12773 Link Here
12766
%%WWWDIR%%/settings/js/federationscopemenu.js
13004
%%WWWDIR%%/settings/js/federationscopemenu.js
12767
%%WWWDIR%%/settings/js/federationsettingsview.js
13005
%%WWWDIR%%/settings/js/federationsettingsview.js
12768
%%WWWDIR%%/settings/js/log.js
13006
%%WWWDIR%%/settings/js/log.js
12769
%%WWWDIR%%/settings/js/personal.js
12770
%%WWWDIR%%/settings/js/settings.js
13007
%%WWWDIR%%/settings/js/settings.js
13008
%%WWWDIR%%/settings/js/settings/authtoken-init.js
13009
%%WWWDIR%%/settings/js/settings/personalInfo.js
12771
%%WWWDIR%%/settings/js/users/deleteHandler.js
13010
%%WWWDIR%%/settings/js/users/deleteHandler.js
12772
%%WWWDIR%%/settings/js/users/filter.js
13011
%%WWWDIR%%/settings/js/users/filter.js
12773
%%WWWDIR%%/settings/js/users/groups.js
13012
%%WWWDIR%%/settings/js/users/groups.js
Lines 12937-12958 Link Here
12937
%%WWWDIR%%/settings/l10n/zh_HK.json
13176
%%WWWDIR%%/settings/l10n/zh_HK.json
12938
%%WWWDIR%%/settings/l10n/zh_TW.js
13177
%%WWWDIR%%/settings/l10n/zh_TW.js
12939
%%WWWDIR%%/settings/l10n/zh_TW.json
13178
%%WWWDIR%%/settings/l10n/zh_TW.json
12940
%%WWWDIR%%/settings/personal.php
12941
%%WWWDIR%%/settings/routes.php
13179
%%WWWDIR%%/settings/routes.php
12942
%%WWWDIR%%/settings/templates/admin/additional-mail.php
12943
%%WWWDIR%%/settings/templates/admin/additional.php
12944
%%WWWDIR%%/settings/templates/admin/encryption.php
12945
%%WWWDIR%%/settings/templates/admin/frame.php
12946
%%WWWDIR%%/settings/templates/admin/server.development.notice.php
12947
%%WWWDIR%%/settings/templates/admin/server.php
12948
%%WWWDIR%%/settings/templates/admin/sharing.php
12949
%%WWWDIR%%/settings/templates/admin/tipstricks.php
12950
%%WWWDIR%%/settings/templates/apps.php
13180
%%WWWDIR%%/settings/templates/apps.php
12951
%%WWWDIR%%/settings/templates/certificates.php
13181
%%WWWDIR%%/settings/templates/certificates.php
12952
%%WWWDIR%%/settings/templates/help.php
13182
%%WWWDIR%%/settings/templates/help.php
12953
%%WWWDIR%%/settings/templates/personal.php
12954
%%WWWDIR%%/settings/templates/settings.development.notice.php
13183
%%WWWDIR%%/settings/templates/settings.development.notice.php
12955
%%WWWDIR%%/settings/templates/settings.php
13184
%%WWWDIR%%/settings/templates/settings.php
13185
%%WWWDIR%%/settings/templates/settings/additional.php
13186
%%WWWDIR%%/settings/templates/settings/admin/additional-mail.php
13187
%%WWWDIR%%/settings/templates/settings/admin/encryption.php
13188
%%WWWDIR%%/settings/templates/settings/admin/server.development.notice.php
13189
%%WWWDIR%%/settings/templates/settings/admin/server.php
13190
%%WWWDIR%%/settings/templates/settings/admin/sharing.php
13191
%%WWWDIR%%/settings/templates/settings/admin/tipstricks.php
13192
%%WWWDIR%%/settings/templates/settings/empty.php
13193
%%WWWDIR%%/settings/templates/settings/frame.php
13194
%%WWWDIR%%/settings/templates/settings/personal/personal.info.php
13195
%%WWWDIR%%/settings/templates/settings/personal/security.php
12956
%%WWWDIR%%/settings/templates/users/main.php
13196
%%WWWDIR%%/settings/templates/users/main.php
12957
%%WWWDIR%%/settings/templates/users/part.createuser.php
13197
%%WWWDIR%%/settings/templates/users/part.createuser.php
12958
%%WWWDIR%%/settings/templates/users/part.grouplist.php
13198
%%WWWDIR%%/settings/templates/users/part.grouplist.php
Lines 12977-12985 Link Here
12977
%%WWWDIR%%/themes/example/core/img/logo.png
13217
%%WWWDIR%%/themes/example/core/img/logo.png
12978
%%WWWDIR%%/themes/example/core/img/logo.svg
13218
%%WWWDIR%%/themes/example/core/img/logo.svg
12979
%%WWWDIR%%/themes/example/defaults.php
13219
%%WWWDIR%%/themes/example/defaults.php
13220
%%WWWDIR%%/updater/index.php
12980
@owner
13221
@owner
12981
@group
13222
@group
12982
%%WWWDIR%%/updater/index.php
12983
%%WWWDIR%%/version.php
13223
%%WWWDIR%%/version.php
12984
@dir %%WWWDIR%%/apps/gallery/documentation/wiki
13224
@dir %%WWWDIR%%/apps/gallery/documentation/wiki
12985
@dir(%%NEXTCLOUD_USERNAME%%,%%NEXTCLOUD_GROUPNAME%%,) %%WWWDIR%%/apps
13225
@dir(%%NEXTCLOUD_USERNAME%%,%%NEXTCLOUD_GROUPNAME%%,) %%WWWDIR%%/apps

Return to bug 223778