File:  [cvs.NetBSD.org] / pkgsrc / www / php-owncloud / PLIST
Revision 1.38: download - view: text, annotated - select for diffs
Sun Sep 25 13:06:31 2016 UTC (8 years, 7 months ago) by ryoon
Branches: MAIN
CVS tags: pkgsrc-2016Q3-base, pkgsrc-2016Q3, HEAD
Update to 9.1.1

* Remove contact and calendar distfiles
* Remove replace commands for code sining, fix PR pkg/51032

Changelog:
Version 9.1.1 Sep 20 2016

    Core: Remove OCS response body for HTTP status 204 and 304 which disturbed some firewalls - core/#25835
    Core: Map Oracle driver options to params - core/#23938
    Core: Log cron job class name for easier troubleshooting - core/#25743
    Core: Skip version and trash expiry for users that never logged in - core/#25741
    Core: Added white download icons for apps to use - core/#23891
    Core: Fix warning about undefined offset in LoginController - core/#25714
    Core: Fix warning about undefined two factor providers - core/#25606
    Core: Load app before executing its repair steps - core/#25674
    Core: Fix "defaultapp" setting - core/#25562
    Core: Fix issue when opening some file app links received in share emails - core/#25200
    Core: Reconnect DB in occ files:scan to avoid DB timeouts - core/#25853
    Core: Fix status.php page redirection with non-standard port - core/#25946
    Core: Improve users page loading performance with many groups - core/#25922
    Core: Don't log credentials from tryLogin - core/#25895
    Core: Fix password recovery with case sensitive user names - core/#25684
    Core: Fix two factor page cyclic reload with some providers - core/#25893
    Core: Add visual feedback when updating password in users page - core/#25532
    Core: Fix useless warning when overwriting file when open_basedir is set - core/#26033
    Files: Display hidden files in footer and selection summary - core/#25855
    Files: Fix hidden files handling with insertion or selection - core/#25856
    DAV: Faster classification migration in CalDAV - core/#25638
    DAV: Error message about forbidden password login is now logged in debug level - core/#25486
    DAV: Return "data-fingerprint" property on any file related element - core/#25482
    DAV: Fix missing properties in CalDAV subscriptions - core/#24469
    DAV: Improve performance of chunking in new DAV endpoint- core/#26072
    Sharing: Fixed wrong insufficient storage error - core/#25582
    Sharing: Prevent shared storage recursions to avoid memory issues and crashes - core/#25557
    Sharing: Group received shares which have same source and target - core/#25113
    Sharing: Fix sharing over API when dealing with trailing slashes - core/#25464
    Sharing: Fix public upload issue with quota in some scenarios - core/#24751
    Sharing: Fix issue where videos did not play from share links with PHP 7 - core/#25483
    Sharing: Fix BadMethodCallException in cron or scanner - core/#25506
    Sharing: Prevent ghost mounts for deleted/orphaned shares - core/#26001
    Sharing: Fix fatal error for users with older existing shares from OC <= 8.2 - core/#25933
    Sharing: Always allow share owner to increase permissions - core/#25542
    Sharing: Properly retry federated shares after they were unavailable - core/#26037
    Sharing: Reallow spaces in federated share autocomplete in share dialog - core/#25955
    Encryption: OCC command for decryption now doesn't decrypt received shares - core/#25599
    Files_external: Removed reference magic to avoid potential infinite loops - core/#25844
    Files_external: Added conditional trace logging for debugging SMB on production systems - core/#25758
    Files_external: Fix config database issue when using Oracle - core/#25764
    Files_external: SMB subfolders with read-only attribute are now writeable in OC to match spec - core/#24608
    Files_external: Fix "save in session" mode when using Webdav without cookies/session - core/#25511
    Files_external: Respect theme for external folder icon - core/#25461
    Files_external: Disable NFD encoding wrapper that was enabled by mistake for local storages - core/#25819
    Files_external: Some SMB fixes and better debug logging - core/#25817
    Files_trashbin: Add occ command to trigger trashbin retention expiration - core/#25878
    Files_versions: Add occ command to trigger versions retention expiration - core/#25878
    LDAP: Fix login issue when dealing with display name of deleted users - core/#23248
    LDAP: Prevent triggering email change events at login time for unchanged email - core/#25553
    LDAP: Fix login and logging issue with big avatars by reducing their size - core/#25857
    LDAP: Hide LDAP admin password in wizard - core/#25702
    Provisioning API: Fixed issue where subadmins could not change group memberships - core/#25496
    Provisioning API: Added flag to enable/disable two-factor auth for users - core/#25876
    Activity: Fix owner name processing for received federated shares - core/#24938
    Updater: Fix web update issue with filesystem apps - updater/#371
    Antivirus: Fix incorrect report of file size - files_antivirus/#120
    Antivirus: Fix background scan - files_antivirus/#109


Version 9.1.0 Jul 21 2016
General

    Background jobs (cron) can now run in parallel
    Update notifications in client via API - You can now be notified in your desktop client about available updates for core and apps. The notifications are made available via the notifications API.
    Multi bucket support for primary objectstore integration

Authentication

    Pluggable authentication: plugin system that supports different authentication schemes
    Token-based authentication
    Ability to invalidate sessions
    List connected browsers/devices in the personal settings page. Allows the user to disconnect browsers/devices.
    Device-specific passwords/tokens, can be generated in the personal page and revoked
    Disable users and automatically revoke their sessions
    Detect disabled LDAP users or password changes and revoke their sessions
    Log in with email address
    Configuration option to enforce token-based login outside the web UI
    Two Factor authentication plug-in system
    OCC command added to (temporarily) disable/enable two-factor authentication for single users

Note: the current desktop and mobile client versions do not support two-factor yet, this will be added later. It is already possible to generate a device specific password and enter that in the current client versions.
Files app

    Ability to toggle displaying hidden files
    Remember sort order
    Permalinks for internal shares
    Visual cue when dragging in files app
    Autoscroll file list when dragging files
    Upload progress estimate

Federated sharing

    Ability to create federated shares with CRUDS permissions
    Resharing a federated share does not create a chain of shares any more but connects the share owner's server to the reshare recipient

External storage

    UTF-8 NFD encoding compatibility support for NFD file names stored directly on external storages (new mount option in external storage admin page)
    Direct links to the configuration pages for setting up a GDrive or Dropbox app for use with ownCloud
    Some performance and memory usage improvements for GDrive, stream download and chunk upload
    Performance and memory usage improvements for Dropbox with stream download
    GDrive library update provides exponential backoff which will reduce rate limit errors

Minor additions

    Support for print style sheets
    Command line based update will now be suggested if the instance is bigger to avoid potential timeouts
    Web updater will be disabled if LDAP or shibboleth are installed
    DB/app update process now shows better progress information
    Added occ files:scan --unscanned to only scan folders that haven't yet been explored on external storages
    Chunk cache TTL can now be configured
    Added warning for wrongly configured database transactions, helps prevent "database is locked" issues
    Use a capped memory cache to reduce memory usage especially in background jobs and the file scanner
    Allow login by email
    Respect CLASS property in calendar events
    Allow addressbook export using VCFExportPlugin
    Birthdays are also generated based on shared addressbooks

For developers

    New DAV endpoint with a new chunking protocol aiming to solve many issues like timeouts (not used by clients yet)
    New webdav property for share permissions
    Background repair steps can be specified info.xml
    Background jobs (cron) can now be declared in info.xml
    Apps can now define repair steps to run at install/uninstall time
    Export contact images via sabre dav plugin
    Sabre DAV's browser plugin is available in debug mode to allow easier development around webdav

Technical debt

    PSR-4 autoloading forced for OC\ and OCP\, optional for OCA\ docs at https://doc.owncloud.org/server/9.1/developer_manual/app/classloader.html
    More cleanup of the sharing code (ongoing)

@comment $NetBSD: PLIST,v 1.38 2016/09/25 13:06:31 ryoon Exp $
share/owncloud/.htaccess
share/owncloud/.user.ini
share/owncloud/3rdparty/.gitignore
share/owncloud/3rdparty/LICENSE INFO
share/owncloud/3rdparty/README.md
share/owncloud/3rdparty/autoload.php
share/owncloud/3rdparty/bantu/ini-get-wrapper/.gitignore
share/owncloud/3rdparty/bantu/ini-get-wrapper/.scrutinizer.yml
share/owncloud/3rdparty/bantu/ini-get-wrapper/LICENSE
share/owncloud/3rdparty/bantu/ini-get-wrapper/README.md
share/owncloud/3rdparty/bantu/ini-get-wrapper/composer.json
share/owncloud/3rdparty/bantu/ini-get-wrapper/phpunit.xml.dist
share/owncloud/3rdparty/bantu/ini-get-wrapper/src/IniGetWrapper.php
share/owncloud/3rdparty/composer.json
share/owncloud/3rdparty/composer.lock
share/owncloud/3rdparty/composer/ClassLoader.php
share/owncloud/3rdparty/composer/LICENSE
share/owncloud/3rdparty/composer/autoload_classmap.php
share/owncloud/3rdparty/composer/autoload_files.php
share/owncloud/3rdparty/composer/autoload_namespaces.php
share/owncloud/3rdparty/composer/autoload_psr4.php
share/owncloud/3rdparty/composer/autoload_real.php
share/owncloud/3rdparty/composer/include_paths.php
share/owncloud/3rdparty/composer/installed.json
share/owncloud/3rdparty/deepdiver1975/tarstreamer/LICENSE
share/owncloud/3rdparty/deepdiver1975/tarstreamer/src/TarStreamer.php
share/owncloud/3rdparty/doctrine/annotations/LICENSE
share/owncloud/3rdparty/doctrine/annotations/README.md
share/owncloud/3rdparty/doctrine/annotations/composer.json
share/owncloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation.php
share/owncloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attribute.php
share/owncloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attributes.php
share/owncloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Enum.php
share/owncloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/IgnoreAnnotation.php
share/owncloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Required.php
share/owncloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php
share/owncloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationException.php
share/owncloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php
share/owncloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php
share/owncloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php
share/owncloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php
share/owncloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php
share/owncloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/FileCacheReader.php
share/owncloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/IndexedReader.php
share/owncloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/PhpParser.php
share/owncloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php
share/owncloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php
share/owncloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/TokenParser.php
share/owncloud/3rdparty/doctrine/cache/.coveralls.yml
share/owncloud/3rdparty/doctrine/cache/.gitignore
share/owncloud/3rdparty/doctrine/cache/LICENSE
share/owncloud/3rdparty/doctrine/cache/README.md
share/owncloud/3rdparty/doctrine/cache/UPGRADE.md
share/owncloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/ApcCache.php
share/owncloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/ArrayCache.php
share/owncloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php
share/owncloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php
share/owncloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/ChainCache.php
share/owncloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php
share/owncloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/CouchbaseCache.php
share/owncloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/FileCache.php
share/owncloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/FilesystemCache.php
share/owncloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php
share/owncloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/MemcacheCache.php
share/owncloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/MemcachedCache.php
share/owncloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/MongoDBCache.php
share/owncloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php
share/owncloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/PhpFileCache.php
share/owncloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/PredisCache.php
share/owncloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/RedisCache.php
share/owncloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/RiakCache.php
share/owncloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/SQLite3Cache.php
share/owncloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/Version.php
share/owncloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/VoidCache.php
share/owncloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/WinCacheCache.php
share/owncloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/XcacheCache.php
share/owncloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/ZendDataCache.php
share/owncloud/3rdparty/doctrine/collections/.gitignore
share/owncloud/3rdparty/doctrine/collections/LICENSE
share/owncloud/3rdparty/doctrine/collections/lib/Doctrine/Common/Collections/AbstractLazyCollection.php
share/owncloud/3rdparty/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php
share/owncloud/3rdparty/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php
share/owncloud/3rdparty/doctrine/collections/lib/Doctrine/Common/Collections/Criteria.php
share/owncloud/3rdparty/doctrine/collections/lib/Doctrine/Common/Collections/Expr/ClosureExpressionVisitor.php
share/owncloud/3rdparty/doctrine/collections/lib/Doctrine/Common/Collections/Expr/Comparison.php
share/owncloud/3rdparty/doctrine/collections/lib/Doctrine/Common/Collections/Expr/CompositeExpression.php
share/owncloud/3rdparty/doctrine/collections/lib/Doctrine/Common/Collections/Expr/Expression.php
share/owncloud/3rdparty/doctrine/collections/lib/Doctrine/Common/Collections/Expr/ExpressionVisitor.php
share/owncloud/3rdparty/doctrine/collections/lib/Doctrine/Common/Collections/Expr/Value.php
share/owncloud/3rdparty/doctrine/collections/lib/Doctrine/Common/Collections/ExpressionBuilder.php
share/owncloud/3rdparty/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php
share/owncloud/3rdparty/doctrine/collections/phpunit.xml.dist
share/owncloud/3rdparty/doctrine/common/.gitignore
share/owncloud/3rdparty/doctrine/common/.gitmodules
share/owncloud/3rdparty/doctrine/common/LICENSE
share/owncloud/3rdparty/doctrine/common/README.md
share/owncloud/3rdparty/doctrine/common/UPGRADE_TO_2_1
share/owncloud/3rdparty/doctrine/common/UPGRADE_TO_2_2
share/owncloud/3rdparty/doctrine/common/build.properties
share/owncloud/3rdparty/doctrine/common/build.xml
share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/ClassLoader.php
share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/CommonException.php
share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Comparable.php
share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/EventArgs.php
share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/EventManager.php
share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/EventSubscriber.php
share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Lexer.php
share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/NotifyPropertyChanged.php
share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/AbstractManagerRegistry.php
share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/ConnectionRegistry.php
share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Event/LifecycleEventArgs.php
share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Event/LoadClassMetadataEventArgs.php
share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Event/ManagerEventArgs.php
share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Event/OnClearEventArgs.php
share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Event/PreUpdateEventArgs.php
share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/ManagerRegistry.php
share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/AbstractClassMetadataFactory.php
share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ClassMetadata.php
share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ClassMetadataFactory.php
share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/AnnotationDriver.php
share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/DefaultFileLocator.php
share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/FileDriver.php
share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/FileLocator.php
share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriver.php
share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriverChain.php
share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/PHPDriver.php
share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/StaticPHPDriver.php
share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/SymfonyFileLocator.php
share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/MappingException.php
share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ReflectionService.php
share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/RuntimeReflectionService.php
share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/StaticReflectionService.php
share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManager.php
share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManagerAware.php
share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManagerDecorator.php
share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/ObjectRepository.php
share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/PersistentObject.php
share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Proxy.php
share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/PropertyChangedListener.php
share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Proxy/AbstractProxyFactory.php
share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Proxy/Autoloader.php
share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Proxy/Exception/InvalidArgumentException.php
share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Proxy/Exception/OutOfBoundsException.php
share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Proxy/Exception/ProxyException.php
share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Proxy/Exception/UnexpectedValueException.php
share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Proxy/Proxy.php
share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Proxy/ProxyDefinition.php
share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Proxy/ProxyGenerator.php
share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Reflection/ClassFinderInterface.php
share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Reflection/Psr0FindFile.php
share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Reflection/ReflectionProviderInterface.php
share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Reflection/RuntimePublicReflectionProperty.php
share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionClass.php
share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionMethod.php
share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionParser.php
share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionProperty.php
share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Util/ClassUtils.php
share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Util/Debug.php
share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Util/Inflector.php
share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Version.php
share/owncloud/3rdparty/doctrine/common/phpunit.xml.dist
share/owncloud/3rdparty/doctrine/dbal/LICENSE
share/owncloud/3rdparty/doctrine/dbal/README.md
share/owncloud/3rdparty/doctrine/dbal/SECURITY.md
share/owncloud/3rdparty/doctrine/dbal/UPGRADE.md
share/owncloud/3rdparty/doctrine/dbal/composer.json
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Cache/ArrayStatement.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Cache/CacheException.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Cache/QueryCacheProfile.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Cache/ResultCacheStatement.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/ConnectionException.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connections/MasterSlaveConnection.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractDB2Driver.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractDriverException.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractOracleDriver.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractPostgreSQLDriver.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractSQLAnywhereDriver.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractSQLServerDriver.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractSQLiteDriver.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/DriverException.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/DrizzlePDOMySql/Connection.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/DrizzlePDOMySql/Driver.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/ExceptionConverterDriver.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/DB2Connection.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/DB2Driver.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/DB2Exception.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/DB2Statement.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/Driver.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/MysqliConnection.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/MysqliException.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/MysqliStatement.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/OCI8/Driver.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/OCI8/OCI8Connection.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/OCI8/OCI8Exception.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/OCI8/OCI8Statement.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOException.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOIbm/Driver.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOOracle/Driver.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOPgSql/Driver.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOSqlite/Driver.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOSqlsrv/Connection.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOSqlsrv/Driver.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PingableConnection.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/ResultStatement.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLAnywhere/Driver.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLAnywhere/SQLAnywhereConnection.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLAnywhere/SQLAnywhereException.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLAnywhere/SQLAnywhereStatement.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLSrv/Driver.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLSrv/LastInsertId.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLSrv/SQLSrvConnection.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLSrv/SQLSrvException.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLSrv/SQLSrvStatement.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/ServerInfoAwareConnection.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/Statement.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/DriverManager.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/ConnectionEventArgs.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/Listeners/MysqlSessionInit.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/Listeners/OracleSessionInit.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/Listeners/SQLSessionInit.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaAlterTableAddColumnEventArgs.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaAlterTableChangeColumnEventArgs.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaAlterTableEventArgs.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaAlterTableRemoveColumnEventArgs.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaAlterTableRenameColumnEventArgs.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaColumnDefinitionEventArgs.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaCreateTableColumnEventArgs.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaCreateTableEventArgs.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaDropTableEventArgs.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaEventArgs.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaIndexDefinitionEventArgs.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Events.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/ConnectionException.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/ConstraintViolationException.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/DatabaseObjectExistsException.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/DatabaseObjectNotFoundException.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/DriverException.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/ForeignKeyConstraintViolationException.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/InvalidArgumentException.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/InvalidFieldNameException.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/NonUniqueFieldNameException.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/NotNullConstraintViolationException.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/ReadOnlyException.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/ServerException.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/SyntaxErrorException.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/TableExistsException.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/TableNotFoundException.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/UniqueConstraintViolationException.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Id/TableGenerator.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Id/TableGeneratorSchemaVisitor.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/LockMode.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Logging/EchoSQLLogger.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/AbstractPlatform.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/DB2Platform.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/DrizzlePlatform.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/DB2Keywords.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/DrizzleKeywords.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/KeywordList.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/MsSQLKeywords.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/MySQL57Keywords.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/MySQLKeywords.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/OracleKeywords.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQL91Keywords.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQL92Keywords.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQLKeywords.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/ReservedKeywordsValidator.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLAnywhere11Keywords.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLAnywhere12Keywords.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLAnywhere16Keywords.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLAnywhereKeywords.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLServer2005Keywords.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLServer2008Keywords.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLServer2012Keywords.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLServerKeywords.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLiteKeywords.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MySQL57Platform.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MySqlPlatform.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/OraclePlatform.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/PostgreSQL91Platform.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/PostgreSQL92Platform.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLAnywhere11Platform.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLAnywhere12Platform.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLAnywhere16Platform.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLAnywherePlatform.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLAzurePlatform.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLServer2005Platform.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLServer2008Platform.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLServer2012Platform.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLServerPlatform.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SqlitePlatform.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Portability/Connection.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Portability/Statement.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Query/Expression/CompositeExpression.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Query/Expression/ExpressionBuilder.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryBuilder.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryException.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/SQLParserUtils.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/SQLParserUtilsException.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/AbstractAsset.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/AbstractSchemaManager.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Column.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/ColumnDiff.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Comparator.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Constraint.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/DB2SchemaManager.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/DrizzleSchemaManager.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/ForeignKeyConstraint.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Identifier.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Index.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/MySqlSchemaManager.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/OracleSchemaManager.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/PostgreSqlSchemaManager.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/SQLAnywhereSchemaManager.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/SQLServerSchemaManager.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Schema.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/SchemaConfig.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/SchemaDiff.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/SchemaException.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Sequence.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/SqliteSchemaManager.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Synchronizer/AbstractSchemaSynchronizer.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Synchronizer/SchemaSynchronizer.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Synchronizer/SingleDatabaseSynchronizer.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Table.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/TableDiff.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/View.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/AbstractVisitor.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/CreateSchemaSqlCollector.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/DropSchemaSqlCollector.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/Graphviz.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/NamespaceVisitor.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/RemoveNamespacedAssets.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/SchemaDiffVisitor.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/Visitor.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Sharding/PoolingShardConnection.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Sharding/PoolingShardManager.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Sharding/SQLAzure/SQLAzureFederationsSynchronizer.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Sharding/SQLAzure/SQLAzureShardManager.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Sharding/SQLAzure/Schema/MultiTenantVisitor.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Sharding/ShardChoser/MultiTenantShardChoser.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Sharding/ShardChoser/ShardChoser.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Sharding/ShardManager.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Sharding/ShardingException.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Statement.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ReservedWordsCommand.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConsoleRunner.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Helper/ConnectionHelper.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/ArrayType.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/BigIntType.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/BinaryType.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/BlobType.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/BooleanType.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/ConversionException.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeType.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeTzType.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/DateType.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/DecimalType.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/FloatType.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/GuidType.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/IntegerType.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/JsonArrayType.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/ObjectType.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/SimpleArrayType.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/SmallIntType.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/StringType.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/TextType.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/TimeType.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/Type.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/VarDateTimeType.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Version.php
share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/VersionAwarePlatformDriver.php
share/owncloud/3rdparty/doctrine/inflector/.gitignore
share/owncloud/3rdparty/doctrine/inflector/LICENSE
share/owncloud/3rdparty/doctrine/inflector/lib/Doctrine/Common/Inflector/Inflector.php
share/owncloud/3rdparty/doctrine/lexer/README.md
share/owncloud/3rdparty/doctrine/lexer/lib/Doctrine/Common/Lexer/AbstractLexer.php
share/owncloud/3rdparty/guzzle/common/Guzzle/Common/AbstractHasDispatcher.php
share/owncloud/3rdparty/guzzle/common/Guzzle/Common/Collection.php
share/owncloud/3rdparty/guzzle/common/Guzzle/Common/Event.php
share/owncloud/3rdparty/guzzle/common/Guzzle/Common/Exception/BadMethodCallException.php
share/owncloud/3rdparty/guzzle/common/Guzzle/Common/Exception/ExceptionCollection.php
share/owncloud/3rdparty/guzzle/common/Guzzle/Common/Exception/GuzzleException.php
share/owncloud/3rdparty/guzzle/common/Guzzle/Common/Exception/InvalidArgumentException.php
share/owncloud/3rdparty/guzzle/common/Guzzle/Common/Exception/RuntimeException.php
share/owncloud/3rdparty/guzzle/common/Guzzle/Common/Exception/UnexpectedValueException.php
share/owncloud/3rdparty/guzzle/common/Guzzle/Common/FromConfigInterface.php
share/owncloud/3rdparty/guzzle/common/Guzzle/Common/HasDispatcherInterface.php
share/owncloud/3rdparty/guzzle/common/Guzzle/Common/ToArrayInterface.php
share/owncloud/3rdparty/guzzle/common/Guzzle/Common/Version.php
share/owncloud/3rdparty/guzzle/common/Guzzle/Common/composer.json
share/owncloud/3rdparty/guzzle/http/Guzzle/Http/AbstractEntityBodyDecorator.php
share/owncloud/3rdparty/guzzle/http/Guzzle/Http/CachingEntityBody.php
share/owncloud/3rdparty/guzzle/http/Guzzle/Http/Client.php
share/owncloud/3rdparty/guzzle/http/Guzzle/Http/ClientInterface.php
share/owncloud/3rdparty/guzzle/http/Guzzle/Http/Curl/CurlHandle.php
share/owncloud/3rdparty/guzzle/http/Guzzle/Http/Curl/CurlMulti.php
share/owncloud/3rdparty/guzzle/http/Guzzle/Http/Curl/CurlMultiInterface.php
share/owncloud/3rdparty/guzzle/http/Guzzle/Http/Curl/CurlMultiProxy.php
share/owncloud/3rdparty/guzzle/http/Guzzle/Http/Curl/CurlVersion.php
share/owncloud/3rdparty/guzzle/http/Guzzle/Http/Curl/RequestMediator.php
share/owncloud/3rdparty/guzzle/http/Guzzle/Http/EntityBody.php
share/owncloud/3rdparty/guzzle/http/Guzzle/Http/EntityBodyInterface.php
share/owncloud/3rdparty/guzzle/http/Guzzle/Http/Exception/BadResponseException.php
share/owncloud/3rdparty/guzzle/http/Guzzle/Http/Exception/ClientErrorResponseException.php
share/owncloud/3rdparty/guzzle/http/Guzzle/Http/Exception/CouldNotRewindStreamException.php
share/owncloud/3rdparty/guzzle/http/Guzzle/Http/Exception/CurlException.php
share/owncloud/3rdparty/guzzle/http/Guzzle/Http/Exception/HttpException.php
share/owncloud/3rdparty/guzzle/http/Guzzle/Http/Exception/MultiTransferException.php
share/owncloud/3rdparty/guzzle/http/Guzzle/Http/Exception/RequestException.php
share/owncloud/3rdparty/guzzle/http/Guzzle/Http/Exception/ServerErrorResponseException.php
share/owncloud/3rdparty/guzzle/http/Guzzle/Http/Exception/TooManyRedirectsException.php
share/owncloud/3rdparty/guzzle/http/Guzzle/Http/IoEmittingEntityBody.php
share/owncloud/3rdparty/guzzle/http/Guzzle/Http/Message/AbstractMessage.php
share/owncloud/3rdparty/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequest.php
share/owncloud/3rdparty/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequestInterface.php
share/owncloud/3rdparty/guzzle/http/Guzzle/Http/Message/Header.php
share/owncloud/3rdparty/guzzle/http/Guzzle/Http/Message/Header/CacheControl.php
share/owncloud/3rdparty/guzzle/http/Guzzle/Http/Message/Header/HeaderCollection.php
share/owncloud/3rdparty/guzzle/http/Guzzle/Http/Message/Header/HeaderFactory.php
share/owncloud/3rdparty/guzzle/http/Guzzle/Http/Message/Header/HeaderFactoryInterface.php
share/owncloud/3rdparty/guzzle/http/Guzzle/Http/Message/Header/HeaderInterface.php
share/owncloud/3rdparty/guzzle/http/Guzzle/Http/Message/Header/Link.php
share/owncloud/3rdparty/guzzle/http/Guzzle/Http/Message/MessageInterface.php
share/owncloud/3rdparty/guzzle/http/Guzzle/Http/Message/PostFile.php
share/owncloud/3rdparty/guzzle/http/Guzzle/Http/Message/PostFileInterface.php
share/owncloud/3rdparty/guzzle/http/Guzzle/Http/Message/Request.php
share/owncloud/3rdparty/guzzle/http/Guzzle/Http/Message/RequestFactory.php
share/owncloud/3rdparty/guzzle/http/Guzzle/Http/Message/RequestFactoryInterface.php
share/owncloud/3rdparty/guzzle/http/Guzzle/Http/Message/RequestInterface.php
share/owncloud/3rdparty/guzzle/http/Guzzle/Http/Message/Response.php
share/owncloud/3rdparty/guzzle/http/Guzzle/Http/Mimetypes.php
share/owncloud/3rdparty/guzzle/http/Guzzle/Http/QueryAggregator/CommaAggregator.php
share/owncloud/3rdparty/guzzle/http/Guzzle/Http/QueryAggregator/DuplicateAggregator.php
share/owncloud/3rdparty/guzzle/http/Guzzle/Http/QueryAggregator/PhpAggregator.php
share/owncloud/3rdparty/guzzle/http/Guzzle/Http/QueryAggregator/QueryAggregatorInterface.php
share/owncloud/3rdparty/guzzle/http/Guzzle/Http/QueryString.php
share/owncloud/3rdparty/guzzle/http/Guzzle/Http/ReadLimitEntityBody.php
share/owncloud/3rdparty/guzzle/http/Guzzle/Http/RedirectPlugin.php
share/owncloud/3rdparty/guzzle/http/Guzzle/Http/Resources/cacert.pem
share/owncloud/3rdparty/guzzle/http/Guzzle/Http/Resources/cacert.pem.md5
share/owncloud/3rdparty/guzzle/http/Guzzle/Http/StaticClient.php
share/owncloud/3rdparty/guzzle/http/Guzzle/Http/Url.php
share/owncloud/3rdparty/guzzle/http/Guzzle/Http/composer.json
share/owncloud/3rdparty/guzzle/parser/Guzzle/Parser/Cookie/CookieParser.php
share/owncloud/3rdparty/guzzle/parser/Guzzle/Parser/Cookie/CookieParserInterface.php
share/owncloud/3rdparty/guzzle/parser/Guzzle/Parser/Message/AbstractMessageParser.php
share/owncloud/3rdparty/guzzle/parser/Guzzle/Parser/Message/MessageParser.php
share/owncloud/3rdparty/guzzle/parser/Guzzle/Parser/Message/MessageParserInterface.php
share/owncloud/3rdparty/guzzle/parser/Guzzle/Parser/Message/PeclHttpMessageParser.php
share/owncloud/3rdparty/guzzle/parser/Guzzle/Parser/ParserRegistry.php
share/owncloud/3rdparty/guzzle/parser/Guzzle/Parser/UriTemplate/PeclUriTemplate.php
share/owncloud/3rdparty/guzzle/parser/Guzzle/Parser/UriTemplate/UriTemplate.php
share/owncloud/3rdparty/guzzle/parser/Guzzle/Parser/UriTemplate/UriTemplateInterface.php
share/owncloud/3rdparty/guzzle/parser/Guzzle/Parser/Url/UrlParser.php
share/owncloud/3rdparty/guzzle/parser/Guzzle/Parser/Url/UrlParserInterface.php
share/owncloud/3rdparty/guzzle/parser/Guzzle/Parser/composer.json
share/owncloud/3rdparty/guzzle/stream/Guzzle/Stream/PhpStreamRequestFactory.php
share/owncloud/3rdparty/guzzle/stream/Guzzle/Stream/Stream.php
share/owncloud/3rdparty/guzzle/stream/Guzzle/Stream/StreamInterface.php
share/owncloud/3rdparty/guzzle/stream/Guzzle/Stream/StreamRequestFactoryInterface.php
share/owncloud/3rdparty/guzzle/stream/Guzzle/Stream/composer.json
share/owncloud/3rdparty/guzzlehttp/guzzle/LICENSE
share/owncloud/3rdparty/guzzlehttp/guzzle/src/BatchResults.php
share/owncloud/3rdparty/guzzlehttp/guzzle/src/Client.php
share/owncloud/3rdparty/guzzlehttp/guzzle/src/ClientInterface.php
share/owncloud/3rdparty/guzzlehttp/guzzle/src/Collection.php
share/owncloud/3rdparty/guzzlehttp/guzzle/src/Cookie/CookieJar.php
share/owncloud/3rdparty/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php
share/owncloud/3rdparty/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php
share/owncloud/3rdparty/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php
share/owncloud/3rdparty/guzzlehttp/guzzle/src/Cookie/SetCookie.php
share/owncloud/3rdparty/guzzlehttp/guzzle/src/Event/AbstractEvent.php
share/owncloud/3rdparty/guzzlehttp/guzzle/src/Event/AbstractRequestEvent.php
share/owncloud/3rdparty/guzzlehttp/guzzle/src/Event/AbstractRetryableEvent.php
share/owncloud/3rdparty/guzzlehttp/guzzle/src/Event/AbstractTransferEvent.php
share/owncloud/3rdparty/guzzlehttp/guzzle/src/Event/BeforeEvent.php
share/owncloud/3rdparty/guzzlehttp/guzzle/src/Event/CompleteEvent.php
share/owncloud/3rdparty/guzzlehttp/guzzle/src/Event/Emitter.php
share/owncloud/3rdparty/guzzlehttp/guzzle/src/Event/EmitterInterface.php
share/owncloud/3rdparty/guzzlehttp/guzzle/src/Event/EndEvent.php
share/owncloud/3rdparty/guzzlehttp/guzzle/src/Event/ErrorEvent.php
share/owncloud/3rdparty/guzzlehttp/guzzle/src/Event/EventInterface.php
share/owncloud/3rdparty/guzzlehttp/guzzle/src/Event/HasEmitterInterface.php
share/owncloud/3rdparty/guzzlehttp/guzzle/src/Event/HasEmitterTrait.php
share/owncloud/3rdparty/guzzlehttp/guzzle/src/Event/ListenerAttacherTrait.php
share/owncloud/3rdparty/guzzlehttp/guzzle/src/Event/ProgressEvent.php
share/owncloud/3rdparty/guzzlehttp/guzzle/src/Event/RequestEvents.php
share/owncloud/3rdparty/guzzlehttp/guzzle/src/Event/SubscriberInterface.php
share/owncloud/3rdparty/guzzlehttp/guzzle/src/Exception/BadResponseException.php
share/owncloud/3rdparty/guzzlehttp/guzzle/src/Exception/ClientException.php
share/owncloud/3rdparty/guzzlehttp/guzzle/src/Exception/ConnectException.php
share/owncloud/3rdparty/guzzlehttp/guzzle/src/Exception/CouldNotRewindStreamException.php
share/owncloud/3rdparty/guzzlehttp/guzzle/src/Exception/ParseException.php
share/owncloud/3rdparty/guzzlehttp/guzzle/src/Exception/RequestException.php
share/owncloud/3rdparty/guzzlehttp/guzzle/src/Exception/ServerException.php
share/owncloud/3rdparty/guzzlehttp/guzzle/src/Exception/StateException.php
share/owncloud/3rdparty/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php
share/owncloud/3rdparty/guzzlehttp/guzzle/src/Exception/TransferException.php
share/owncloud/3rdparty/guzzlehttp/guzzle/src/Exception/XmlParseException.php
share/owncloud/3rdparty/guzzlehttp/guzzle/src/HasDataTrait.php
share/owncloud/3rdparty/guzzlehttp/guzzle/src/Message/AbstractMessage.php
share/owncloud/3rdparty/guzzlehttp/guzzle/src/Message/AppliesHeadersInterface.php
share/owncloud/3rdparty/guzzlehttp/guzzle/src/Message/FutureResponse.php
share/owncloud/3rdparty/guzzlehttp/guzzle/src/Message/MessageFactory.php
share/owncloud/3rdparty/guzzlehttp/guzzle/src/Message/MessageFactoryInterface.php
share/owncloud/3rdparty/guzzlehttp/guzzle/src/Message/MessageInterface.php
share/owncloud/3rdparty/guzzlehttp/guzzle/src/Message/MessageParser.php
share/owncloud/3rdparty/guzzlehttp/guzzle/src/Message/Request.php
share/owncloud/3rdparty/guzzlehttp/guzzle/src/Message/RequestInterface.php
share/owncloud/3rdparty/guzzlehttp/guzzle/src/Message/Response.php
share/owncloud/3rdparty/guzzlehttp/guzzle/src/Message/ResponseInterface.php
share/owncloud/3rdparty/guzzlehttp/guzzle/src/Mimetypes.php
share/owncloud/3rdparty/guzzlehttp/guzzle/src/Pool.php
share/owncloud/3rdparty/guzzlehttp/guzzle/src/Post/MultipartBody.php
share/owncloud/3rdparty/guzzlehttp/guzzle/src/Post/PostBody.php
share/owncloud/3rdparty/guzzlehttp/guzzle/src/Post/PostBodyInterface.php
share/owncloud/3rdparty/guzzlehttp/guzzle/src/Post/PostFile.php
share/owncloud/3rdparty/guzzlehttp/guzzle/src/Post/PostFileInterface.php
share/owncloud/3rdparty/guzzlehttp/guzzle/src/Query.php
share/owncloud/3rdparty/guzzlehttp/guzzle/src/QueryParser.php
share/owncloud/3rdparty/guzzlehttp/guzzle/src/RequestFsm.php
share/owncloud/3rdparty/guzzlehttp/guzzle/src/RingBridge.php
share/owncloud/3rdparty/guzzlehttp/guzzle/src/Subscriber/Cookie.php
share/owncloud/3rdparty/guzzlehttp/guzzle/src/Subscriber/History.php
share/owncloud/3rdparty/guzzlehttp/guzzle/src/Subscriber/HttpError.php
share/owncloud/3rdparty/guzzlehttp/guzzle/src/Subscriber/Mock.php
share/owncloud/3rdparty/guzzlehttp/guzzle/src/Subscriber/Prepare.php
share/owncloud/3rdparty/guzzlehttp/guzzle/src/Subscriber/Redirect.php
share/owncloud/3rdparty/guzzlehttp/guzzle/src/ToArrayInterface.php
share/owncloud/3rdparty/guzzlehttp/guzzle/src/Transaction.php
share/owncloud/3rdparty/guzzlehttp/guzzle/src/UriTemplate.php
share/owncloud/3rdparty/guzzlehttp/guzzle/src/Url.php
share/owncloud/3rdparty/guzzlehttp/guzzle/src/Utils.php
share/owncloud/3rdparty/guzzlehttp/ringphp/LICENSE
share/owncloud/3rdparty/guzzlehttp/ringphp/src/Client/ClientUtils.php
share/owncloud/3rdparty/guzzlehttp/ringphp/src/Client/CurlFactory.php
share/owncloud/3rdparty/guzzlehttp/ringphp/src/Client/CurlHandler.php
share/owncloud/3rdparty/guzzlehttp/ringphp/src/Client/CurlMultiHandler.php
share/owncloud/3rdparty/guzzlehttp/ringphp/src/Client/Middleware.php
share/owncloud/3rdparty/guzzlehttp/ringphp/src/Client/MockHandler.php
share/owncloud/3rdparty/guzzlehttp/ringphp/src/Client/StreamHandler.php
share/owncloud/3rdparty/guzzlehttp/ringphp/src/Core.php
share/owncloud/3rdparty/guzzlehttp/ringphp/src/Exception/CancelledException.php
share/owncloud/3rdparty/guzzlehttp/ringphp/src/Exception/CancelledFutureAccessException.php
share/owncloud/3rdparty/guzzlehttp/ringphp/src/Exception/ConnectException.php
share/owncloud/3rdparty/guzzlehttp/ringphp/src/Exception/RingException.php
share/owncloud/3rdparty/guzzlehttp/ringphp/src/Future/BaseFutureTrait.php
share/owncloud/3rdparty/guzzlehttp/ringphp/src/Future/CompletedFutureArray.php
share/owncloud/3rdparty/guzzlehttp/ringphp/src/Future/CompletedFutureValue.php
share/owncloud/3rdparty/guzzlehttp/ringphp/src/Future/FutureArray.php
share/owncloud/3rdparty/guzzlehttp/ringphp/src/Future/FutureArrayInterface.php
share/owncloud/3rdparty/guzzlehttp/ringphp/src/Future/FutureInterface.php
share/owncloud/3rdparty/guzzlehttp/ringphp/src/Future/FutureValue.php
share/owncloud/3rdparty/guzzlehttp/ringphp/src/Future/MagicFutureTrait.php
share/owncloud/3rdparty/guzzlehttp/streams/LICENSE
share/owncloud/3rdparty/guzzlehttp/streams/src/AppendStream.php
share/owncloud/3rdparty/guzzlehttp/streams/src/AsyncReadStream.php
share/owncloud/3rdparty/guzzlehttp/streams/src/BufferStream.php
share/owncloud/3rdparty/guzzlehttp/streams/src/CachingStream.php
share/owncloud/3rdparty/guzzlehttp/streams/src/DroppingStream.php
share/owncloud/3rdparty/guzzlehttp/streams/src/Exception/CannotAttachException.php
share/owncloud/3rdparty/guzzlehttp/streams/src/Exception/SeekException.php
share/owncloud/3rdparty/guzzlehttp/streams/src/FnStream.php
share/owncloud/3rdparty/guzzlehttp/streams/src/GuzzleStreamWrapper.php
share/owncloud/3rdparty/guzzlehttp/streams/src/InflateStream.php
share/owncloud/3rdparty/guzzlehttp/streams/src/LazyOpenStream.php
share/owncloud/3rdparty/guzzlehttp/streams/src/LimitStream.php
share/owncloud/3rdparty/guzzlehttp/streams/src/MetadataStreamInterface.php
share/owncloud/3rdparty/guzzlehttp/streams/src/NoSeekStream.php
share/owncloud/3rdparty/guzzlehttp/streams/src/NullStream.php
share/owncloud/3rdparty/guzzlehttp/streams/src/PumpStream.php
share/owncloud/3rdparty/guzzlehttp/streams/src/Stream.php
share/owncloud/3rdparty/guzzlehttp/streams/src/StreamDecoratorTrait.php
share/owncloud/3rdparty/guzzlehttp/streams/src/StreamInterface.php
share/owncloud/3rdparty/guzzlehttp/streams/src/Utils.php
share/owncloud/3rdparty/icewind/streams/.gitignore
share/owncloud/3rdparty/icewind/streams/src/CallbackWrapper.php
share/owncloud/3rdparty/icewind/streams/src/Directory.php
share/owncloud/3rdparty/icewind/streams/src/DirectoryFilter.php
share/owncloud/3rdparty/icewind/streams/src/DirectoryWrapper.php
share/owncloud/3rdparty/icewind/streams/src/File.php
share/owncloud/3rdparty/icewind/streams/src/IteratorDirectory.php
share/owncloud/3rdparty/icewind/streams/src/NullWrapper.php
share/owncloud/3rdparty/icewind/streams/src/Path.php
share/owncloud/3rdparty/icewind/streams/src/RetryWrapper.php
share/owncloud/3rdparty/icewind/streams/src/SeekableWrapper.php
share/owncloud/3rdparty/icewind/streams/src/Url.php
share/owncloud/3rdparty/icewind/streams/src/UrlCallBack.php
share/owncloud/3rdparty/icewind/streams/src/Wrapper.php
share/owncloud/3rdparty/interfasys/lognormalizer/AUTHORS.md
share/owncloud/3rdparty/interfasys/lognormalizer/COPYING
share/owncloud/3rdparty/interfasys/lognormalizer/src/Normalizer.php
share/owncloud/3rdparty/ircmaxell/password-compat/LICENSE.md
share/owncloud/3rdparty/ircmaxell/password-compat/composer.json
share/owncloud/3rdparty/ircmaxell/password-compat/lib/password.php
share/owncloud/3rdparty/jeremeamia/SuperClosure/LICENSE.md
share/owncloud/3rdparty/jeremeamia/SuperClosure/src/Analyzer/AstAnalyzer.php
share/owncloud/3rdparty/jeremeamia/SuperClosure/src/Analyzer/ClosureAnalyzer.php
share/owncloud/3rdparty/jeremeamia/SuperClosure/src/Analyzer/Token.php
share/owncloud/3rdparty/jeremeamia/SuperClosure/src/Analyzer/TokenAnalyzer.php
share/owncloud/3rdparty/jeremeamia/SuperClosure/src/Analyzer/Visitor/ClosureLocatorVisitor.php
share/owncloud/3rdparty/jeremeamia/SuperClosure/src/Analyzer/Visitor/MagicConstantVisitor.php
share/owncloud/3rdparty/jeremeamia/SuperClosure/src/Analyzer/Visitor/ThisDetectorVisitor.php
share/owncloud/3rdparty/jeremeamia/SuperClosure/src/Exception/ClosureAnalysisException.php
share/owncloud/3rdparty/jeremeamia/SuperClosure/src/Exception/ClosureUnserializationException.php
share/owncloud/3rdparty/jeremeamia/SuperClosure/src/Exception/SuperClosureException.php
share/owncloud/3rdparty/jeremeamia/SuperClosure/src/SerializableClosure.php
share/owncloud/3rdparty/jeremeamia/SuperClosure/src/Serializer.php
share/owncloud/3rdparty/jeremeamia/SuperClosure/src/SerializerInterface.php
share/owncloud/3rdparty/jeremeamia/SuperClosure/src/hash_equals.php
share/owncloud/3rdparty/kriswallsmith/assetic/LICENSE
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Asset/AssetCache.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Asset/AssetCollection.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Asset/AssetCollectionInterface.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Asset/AssetInterface.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Asset/AssetReference.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Asset/BaseAsset.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Asset/FileAsset.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Asset/GlobAsset.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Asset/HttpAsset.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Asset/Iterator/AssetCollectionFilterIterator.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Asset/Iterator/AssetCollectionIterator.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Asset/StringAsset.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/AssetManager.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/AssetWriter.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Cache/ApcCache.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Cache/ArrayCache.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Cache/CacheInterface.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Cache/ConfigCache.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Cache/ExpiringCache.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Cache/FilesystemCache.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Exception/Exception.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Exception/FilterException.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticFilterFunction.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticFilterInvoker.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticFilterNode.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticNode.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticTokenParser.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Extension/Twig/TwigFormulaLoader.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Extension/Twig/TwigResource.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Extension/Twig/ValueContainer.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Factory/AssetFactory.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Factory/Loader/BasePhpFormulaLoader.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Factory/Loader/CachedFormulaLoader.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Factory/Loader/FormulaLoaderInterface.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Factory/Loader/FunctionCallsFormulaLoader.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Factory/Resource/CoalescingDirectoryResource.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Factory/Resource/DirectoryResource.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Factory/Resource/FileResource.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Factory/Resource/IteratorResourceInterface.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Factory/Resource/ResourceInterface.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Factory/Worker/CacheBustingWorker.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Factory/Worker/EnsureFilterWorker.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Factory/Worker/WorkerInterface.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/AutoprefixerFilter.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/BaseCssFilter.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/BaseNodeFilter.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/BaseProcessFilter.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/CallablesFilter.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/CleanCssFilter.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/CoffeeScriptFilter.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/CompassFilter.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/CssCacheBustingFilter.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/CssEmbedFilter.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/CssImportFilter.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/CssMinFilter.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/CssRewriteFilter.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/DartFilter.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/DependencyExtractorInterface.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/EmberPrecompileFilter.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/FilterCollection.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/FilterInterface.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/BaseCompilerFilter.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/CompilerApiFilter.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/CompilerJarFilter.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/GssFilter.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/HandlebarsFilter.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/HashableInterface.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/JSMinFilter.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/JSMinPlusFilter.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/JSqueezeFilter.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/JpegoptimFilter.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/JpegtranFilter.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/LessFilter.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/LessphpFilter.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/MinifyCssCompressorFilter.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/OptiPngFilter.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/PackagerFilter.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/PackerFilter.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/PhpCssEmbedFilter.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/PngoutFilter.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/ReactJsxFilter.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/RooleFilter.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/Sass/BaseSassFilter.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/Sass/SassFilter.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/Sass/ScssFilter.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/ScssphpFilter.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/SeparatorFilter.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/SprocketsFilter.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/StylusFilter.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/TypeScriptFilter.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/UglifyCssFilter.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/UglifyJs2Filter.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/UglifyJsFilter.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/Yui/BaseCompressorFilter.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/Yui/CssCompressorFilter.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/Yui/JsCompressorFilter.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/FilterManager.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Util/CssUtils.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Util/FilesystemUtils.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Util/LessUtils.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Util/TraversableString.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/Util/VarUtils.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/Assetic/ValueSupplierInterface.php
share/owncloud/3rdparty/kriswallsmith/assetic/src/functions.php
share/owncloud/3rdparty/league/flysystem/LICENSE
share/owncloud/3rdparty/league/flysystem/composer.json
share/owncloud/3rdparty/league/flysystem/src/Adapter/AbstractAdapter.php
share/owncloud/3rdparty/league/flysystem/src/Adapter/AbstractFtpAdapter.php
share/owncloud/3rdparty/league/flysystem/src/Adapter/Ftp.php
share/owncloud/3rdparty/league/flysystem/src/Adapter/Ftpd.php
share/owncloud/3rdparty/league/flysystem/src/Adapter/Local.php
share/owncloud/3rdparty/league/flysystem/src/Adapter/NullAdapter.php
share/owncloud/3rdparty/league/flysystem/src/Adapter/Polyfill/NotSupportingVisibilityTrait.php
share/owncloud/3rdparty/league/flysystem/src/Adapter/Polyfill/StreamedCopyTrait.php
share/owncloud/3rdparty/league/flysystem/src/Adapter/Polyfill/StreamedReadingTrait.php
share/owncloud/3rdparty/league/flysystem/src/Adapter/Polyfill/StreamedTrait.php
share/owncloud/3rdparty/league/flysystem/src/Adapter/Polyfill/StreamedWritingTrait.php
share/owncloud/3rdparty/league/flysystem/src/Adapter/SynologyFtp.php
share/owncloud/3rdparty/league/flysystem/src/AdapterInterface.php
share/owncloud/3rdparty/league/flysystem/src/Config.php
share/owncloud/3rdparty/league/flysystem/src/ConfigAwareTrait.php
share/owncloud/3rdparty/league/flysystem/src/Directory.php
share/owncloud/3rdparty/league/flysystem/src/Exception.php
share/owncloud/3rdparty/league/flysystem/src/File.php
share/owncloud/3rdparty/league/flysystem/src/FileExistsException.php
share/owncloud/3rdparty/league/flysystem/src/FileNotFoundException.php
share/owncloud/3rdparty/league/flysystem/src/Filesystem.php
share/owncloud/3rdparty/league/flysystem/src/FilesystemInterface.php
share/owncloud/3rdparty/league/flysystem/src/Handler.php
share/owncloud/3rdparty/league/flysystem/src/MountManager.php
share/owncloud/3rdparty/league/flysystem/src/NotSupportedException.php
share/owncloud/3rdparty/league/flysystem/src/Plugin/AbstractPlugin.php
share/owncloud/3rdparty/league/flysystem/src/Plugin/EmptyDir.php
share/owncloud/3rdparty/league/flysystem/src/Plugin/GetWithMetadata.php
share/owncloud/3rdparty/league/flysystem/src/Plugin/ListFiles.php
share/owncloud/3rdparty/league/flysystem/src/Plugin/ListPaths.php
share/owncloud/3rdparty/league/flysystem/src/Plugin/ListWith.php
share/owncloud/3rdparty/league/flysystem/src/Plugin/PluggableTrait.php
share/owncloud/3rdparty/league/flysystem/src/Plugin/PluginNotFoundException.php
share/owncloud/3rdparty/league/flysystem/src/PluginInterface.php
share/owncloud/3rdparty/league/flysystem/src/ReadInterface.php
share/owncloud/3rdparty/league/flysystem/src/RootViolationException.php
share/owncloud/3rdparty/league/flysystem/src/UnreadableFileException.php
share/owncloud/3rdparty/league/flysystem/src/Util.php
share/owncloud/3rdparty/league/flysystem/src/Util/ContentListingFormatter.php
share/owncloud/3rdparty/league/flysystem/src/Util/MimeType.php
share/owncloud/3rdparty/league/flysystem/src/Util/StreamHasher.php
share/owncloud/3rdparty/lukasreschke/id3parser/.gitignore
share/owncloud/3rdparty/lukasreschke/id3parser/README.md
share/owncloud/3rdparty/lukasreschke/id3parser/composer.json
share/owncloud/3rdparty/lukasreschke/id3parser/src/ID3Parser.php
share/owncloud/3rdparty/lukasreschke/id3parser/src/getID3/Tags/getid3_id3v1.php
share/owncloud/3rdparty/lukasreschke/id3parser/src/getID3/Tags/getid3_id3v2.php
share/owncloud/3rdparty/lukasreschke/id3parser/src/getID3/getid3.php
share/owncloud/3rdparty/lukasreschke/id3parser/src/getID3/getid3_exception.php
share/owncloud/3rdparty/lukasreschke/id3parser/src/getID3/getid3_handler.php
share/owncloud/3rdparty/lukasreschke/id3parser/src/getID3/getid3_lib.php
share/owncloud/3rdparty/mcnetic/zipstreamer/COPYING
share/owncloud/3rdparty/mcnetic/zipstreamer/MANUAL.md
share/owncloud/3rdparty/mcnetic/zipstreamer/README.md
share/owncloud/3rdparty/mcnetic/zipstreamer/composer.json
share/owncloud/3rdparty/mcnetic/zipstreamer/src/ZipStreamer.php
share/owncloud/3rdparty/mcnetic/zipstreamer/src/lib/Count64.php
share/owncloud/3rdparty/natxet/CssMin/README
share/owncloud/3rdparty/natxet/CssMin/composer.json
share/owncloud/3rdparty/natxet/CssMin/src/CssMin.php
share/owncloud/3rdparty/nikic/php-parser/LICENSE
share/owncloud/3rdparty/nikic/php-parser/grammar/README.md
share/owncloud/3rdparty/nikic/php-parser/grammar/kmyacc.php.parser
share/owncloud/3rdparty/nikic/php-parser/grammar/zend_language_parser.phpy
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Autoloader.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Builder.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Builder/Class_.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Builder/Declaration.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Builder/FunctionLike.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Builder/Function_.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Builder/Interface_.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Builder/Method.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Builder/Namespace_.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Builder/Param.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Builder/Property.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Builder/Trait_.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Builder/Use_.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/BuilderAbstract.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/BuilderFactory.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Comment.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Comment/Doc.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Error.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Lexer.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Lexer/Emulative.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Arg.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Const_.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/ArrayDimFetch.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/ArrayItem.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Array_.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Assign.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/BitwiseAnd.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/BitwiseOr.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/BitwiseXor.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Concat.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Div.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Minus.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Mod.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Mul.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Plus.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Pow.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/ShiftLeft.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/ShiftRight.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignRef.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BitwiseAnd.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BitwiseOr.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BitwiseXor.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BooleanAnd.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BooleanOr.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Coalesce.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Concat.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Div.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Equal.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Greater.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/GreaterOrEqual.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Identical.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/LogicalAnd.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/LogicalOr.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/LogicalXor.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Minus.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Mod.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Mul.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/NotEqual.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/NotIdentical.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Plus.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Pow.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/ShiftLeft.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/ShiftRight.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Smaller.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/SmallerOrEqual.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Spaceship.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BitwiseNot.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BooleanNot.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Cast.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Array_.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Bool_.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Double.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Int_.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Object_.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/String_.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Unset_.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/ClassConstFetch.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Clone_.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Closure.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/ClosureUse.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/ConstFetch.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Empty_.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/ErrorSuppress.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Eval_.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Exit_.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/FuncCall.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Include_.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Instanceof_.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Isset_.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/List_.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/MethodCall.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/New_.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/PostDec.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/PostInc.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/PreDec.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/PreInc.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Print_.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/PropertyFetch.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/ShellExec.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/StaticCall.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/StaticPropertyFetch.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Ternary.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/UnaryMinus.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/UnaryPlus.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Variable.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/YieldFrom.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Yield_.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/FunctionLike.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Name.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Name/FullyQualified.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Name/Relative.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Param.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/DNumber.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/Encapsed.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/LNumber.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Class_.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Dir.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/File.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Function_.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Line.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Method.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Namespace_.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Trait_.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/String_.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Break_.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Case_.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Catch_.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/ClassConst.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/ClassLike.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/ClassMethod.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Class_.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Const_.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Continue_.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/DeclareDeclare.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Declare_.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Do_.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Echo_.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/ElseIf_.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Else_.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/For_.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Foreach_.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Function_.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Global_.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Goto_.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/HaltCompiler.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/If_.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/InlineHTML.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Interface_.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Label.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Namespace_.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Property.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/PropertyProperty.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Return_.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/StaticVar.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Static_.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Switch_.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Throw_.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/TraitUse.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/TraitUseAdaptation.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/TraitUseAdaptation/Alias.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/TraitUseAdaptation/Precedence.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Trait_.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/TryCatch.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Unset_.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/UseUse.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Use_.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/While_.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/NodeAbstract.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/NodeDumper.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/NodeTraverser.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/NodeTraverserInterface.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/NodeVisitor.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/NodeVisitor/NameResolver.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/NodeVisitorAbstract.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Parser.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/ParserAbstract.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/PrettyPrinter/Standard.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/PrettyPrinterAbstract.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Serializer.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Serializer/XML.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Unserializer.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Unserializer/XML.php
share/owncloud/3rdparty/nikic/php-parser/lib/bootstrap.php
share/owncloud/3rdparty/paragonie/random_compat/LICENSE
share/owncloud/3rdparty/paragonie/random_compat/composer.json
share/owncloud/3rdparty/paragonie/random_compat/lib/byte_safe_strings.php
share/owncloud/3rdparty/paragonie/random_compat/lib/cast_to_int.php
share/owncloud/3rdparty/paragonie/random_compat/lib/error_polyfill.php
share/owncloud/3rdparty/paragonie/random_compat/lib/random.php
share/owncloud/3rdparty/paragonie/random_compat/lib/random_bytes_com_dotnet.php
share/owncloud/3rdparty/paragonie/random_compat/lib/random_bytes_dev_urandom.php
share/owncloud/3rdparty/paragonie/random_compat/lib/random_bytes_libsodium.php
share/owncloud/3rdparty/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php
share/owncloud/3rdparty/paragonie/random_compat/lib/random_bytes_mcrypt.php
share/owncloud/3rdparty/paragonie/random_compat/lib/random_bytes_openssl.php
share/owncloud/3rdparty/paragonie/random_compat/lib/random_int.php
share/owncloud/3rdparty/patches.txt
share/owncloud/3rdparty/patchwork/jsqueeze/LICENSE.ASL20
share/owncloud/3rdparty/patchwork/jsqueeze/LICENSE.GPLv2
share/owncloud/3rdparty/patchwork/jsqueeze/README.md
share/owncloud/3rdparty/patchwork/jsqueeze/composer.json
share/owncloud/3rdparty/patchwork/jsqueeze/src/JSqueeze.php
share/owncloud/3rdparty/patchwork/utf8/CHANGELOG.md
share/owncloud/3rdparty/patchwork/utf8/LICENSE-APACHE
share/owncloud/3rdparty/patchwork/utf8/LICENSE-GPL
share/owncloud/3rdparty/patchwork/utf8/README.md
share/owncloud/3rdparty/patchwork/utf8/composer.json
share/owncloud/3rdparty/patchwork/utf8/phpunit.xml.dist
share/owncloud/3rdparty/patchwork/utf8/src/Normalizer.php
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/Iconv.php
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/Intl.php
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/Mbstring.php
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/Normalizer.php
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/Xml.php
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.big5.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp037.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp1006.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp1026.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp424.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp437.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp500.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp737.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp775.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp850.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp852.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp855.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp856.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp857.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp860.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp861.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp862.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp863.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp864.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp865.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp866.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp869.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp874.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp875.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp932.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp936.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp949.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp950.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.gsm0338.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-1.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-10.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-11.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-13.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-14.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-15.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-16.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-2.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-3.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-4.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-5.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-6.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-7.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-8.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-9.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.koi8-r.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.koi8-u.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.mazovia.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.nextstep.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.stdenc.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.symbol.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.turkish.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.us-ascii-quotes.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.us-ascii.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.windows-1250.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.windows-1251.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.windows-1252.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.windows-1253.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.windows-1254.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.windows-1255.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.windows-1256.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.windows-1257.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.windows-1258.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.x-mac-ce.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.x-mac-cyrillic.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.x-mac-greek.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.x-mac-icelandic.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.x-mac-roman.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.zdingbat.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/to.gsm0338.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/to.mazovia.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/to.stdenc.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/to.symbol.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/to.zdingbat.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/translit.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/unidata/canonicalComposition.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/unidata/canonicalDecomposition.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/unidata/combiningClass.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/unidata/compatibilityDecomposition.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/unidata/lowerCase.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/unidata/upperCase.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/TurkishUtf8.php
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8.php
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/BestFit.php
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/Bootup.php
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/Bootup/iconv.php
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/Bootup/intl.php
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/Bootup/mbstring.php
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/Bootup/utf8_encode.php
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/WindowsStreamWrapper.php
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/caseFolding_full.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit1250.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit1251.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit1252.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit1253.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit1254.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit1255.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit1256.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit1257.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit1258.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit874.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit932.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit936.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit949.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit950.ser
share/owncloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/translit_extra.ser
share/owncloud/3rdparty/pear/archive_tar/.gitignore
share/owncloud/3rdparty/pear/archive_tar/Archive/Tar.php
share/owncloud/3rdparty/pear/archive_tar/README.md
share/owncloud/3rdparty/pear/archive_tar/composer.json
share/owncloud/3rdparty/pear/archive_tar/package.xml
share/owncloud/3rdparty/pear/console_getopt/.gitignore
share/owncloud/3rdparty/pear/console_getopt/Console/Getopt.php
share/owncloud/3rdparty/pear/console_getopt/LICENSE
share/owncloud/3rdparty/pear/console_getopt/README.rst
share/owncloud/3rdparty/pear/console_getopt/composer.json
share/owncloud/3rdparty/pear/console_getopt/package.xml
share/owncloud/3rdparty/pear/pear-core-minimal/.gitignore
share/owncloud/3rdparty/pear/pear-core-minimal/README.rst
share/owncloud/3rdparty/pear/pear-core-minimal/composer.json
share/owncloud/3rdparty/pear/pear-core-minimal/src/OS/Guess.php
share/owncloud/3rdparty/pear/pear-core-minimal/src/PEAR.php
share/owncloud/3rdparty/pear/pear-core-minimal/src/PEAR/Error.php
share/owncloud/3rdparty/pear/pear-core-minimal/src/PEAR/ErrorStack.php
share/owncloud/3rdparty/pear/pear-core-minimal/src/System.php
share/owncloud/3rdparty/pear/pear_exception/.gitignore
share/owncloud/3rdparty/pear/pear_exception/LICENSE
share/owncloud/3rdparty/pear/pear_exception/PEAR/Exception.php
share/owncloud/3rdparty/pear/pear_exception/composer.json
share/owncloud/3rdparty/pear/pear_exception/package.xml
share/owncloud/3rdparty/phpseclib/phpseclib/AUTHORS
share/owncloud/3rdparty/phpseclib/phpseclib/LICENSE
share/owncloud/3rdparty/phpseclib/phpseclib/phpseclib/Crypt/AES.php
share/owncloud/3rdparty/phpseclib/phpseclib/phpseclib/Crypt/Base.php
share/owncloud/3rdparty/phpseclib/phpseclib/phpseclib/Crypt/Blowfish.php
share/owncloud/3rdparty/phpseclib/phpseclib/phpseclib/Crypt/DES.php
share/owncloud/3rdparty/phpseclib/phpseclib/phpseclib/Crypt/Hash.php
share/owncloud/3rdparty/phpseclib/phpseclib/phpseclib/Crypt/RC2.php
share/owncloud/3rdparty/phpseclib/phpseclib/phpseclib/Crypt/RC4.php
share/owncloud/3rdparty/phpseclib/phpseclib/phpseclib/Crypt/RSA.php
share/owncloud/3rdparty/phpseclib/phpseclib/phpseclib/Crypt/Random.php
share/owncloud/3rdparty/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php
share/owncloud/3rdparty/phpseclib/phpseclib/phpseclib/Crypt/TripleDES.php
share/owncloud/3rdparty/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php
share/owncloud/3rdparty/phpseclib/phpseclib/phpseclib/File/ANSI.php
share/owncloud/3rdparty/phpseclib/phpseclib/phpseclib/File/ASN1.php
share/owncloud/3rdparty/phpseclib/phpseclib/phpseclib/File/ASN1/Element.php
share/owncloud/3rdparty/phpseclib/phpseclib/phpseclib/File/X509.php
share/owncloud/3rdparty/phpseclib/phpseclib/phpseclib/Math/BigInteger.php
share/owncloud/3rdparty/phpseclib/phpseclib/phpseclib/Net/SCP.php
share/owncloud/3rdparty/phpseclib/phpseclib/phpseclib/Net/SFTP.php
share/owncloud/3rdparty/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php
share/owncloud/3rdparty/phpseclib/phpseclib/phpseclib/Net/SSH1.php
share/owncloud/3rdparty/phpseclib/phpseclib/phpseclib/Net/SSH2.php
share/owncloud/3rdparty/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php
share/owncloud/3rdparty/phpseclib/phpseclib/phpseclib/System/SSH/Agent/Identity.php
share/owncloud/3rdparty/phpseclib/phpseclib/phpseclib/openssl.cnf
share/owncloud/3rdparty/pimple/pimple/src/Pimple/Container.php
share/owncloud/3rdparty/pimple/pimple/src/Pimple/ServiceProviderInterface.php
share/owncloud/3rdparty/punic/punic/LICENSE.txt
share/owncloud/3rdparty/punic/punic/UNICODE-LICENSE.txt
share/owncloud/3rdparty/punic/punic/code/Calendar.php
share/owncloud/3rdparty/punic/punic/code/Comparer.php
share/owncloud/3rdparty/punic/punic/code/Currency.php
share/owncloud/3rdparty/punic/punic/code/Data.php
share/owncloud/3rdparty/punic/punic/code/Exception.php
share/owncloud/3rdparty/punic/punic/code/Exception/BadArgumentType.php
share/owncloud/3rdparty/punic/punic/code/Exception/BadDataFileContents.php
share/owncloud/3rdparty/punic/punic/code/Exception/DataFileNotFound.php
share/owncloud/3rdparty/punic/punic/code/Exception/DataFileNotReadable.php
share/owncloud/3rdparty/punic/punic/code/Exception/DataFolderNotFound.php
share/owncloud/3rdparty/punic/punic/code/Exception/InvalidDataFile.php
share/owncloud/3rdparty/punic/punic/code/Exception/InvalidLocale.php
share/owncloud/3rdparty/punic/punic/code/Exception/NotImplemented.php
share/owncloud/3rdparty/punic/punic/code/Exception/ValueNotInList.php
share/owncloud/3rdparty/punic/punic/code/Language.php
share/owncloud/3rdparty/punic/punic/code/Misc.php
share/owncloud/3rdparty/punic/punic/code/Number.php
share/owncloud/3rdparty/punic/punic/code/Phone.php
share/owncloud/3rdparty/punic/punic/code/Plural.php
share/owncloud/3rdparty/punic/punic/code/Territory.php
share/owncloud/3rdparty/punic/punic/code/Unit.php
share/owncloud/3rdparty/punic/punic/code/data/ar/calendar.json
share/owncloud/3rdparty/punic/punic/code/data/ar/currencies.json
share/owncloud/3rdparty/punic/punic/code/data/ar/dateFields.json
share/owncloud/3rdparty/punic/punic/code/data/ar/languages.json
share/owncloud/3rdparty/punic/punic/code/data/ar/layout.json
share/owncloud/3rdparty/punic/punic/code/data/ar/listPatterns.json
share/owncloud/3rdparty/punic/punic/code/data/ar/localeDisplayNames.json
share/owncloud/3rdparty/punic/punic/code/data/ar/measurementSystemNames.json
share/owncloud/3rdparty/punic/punic/code/data/ar/numbers.json
share/owncloud/3rdparty/punic/punic/code/data/ar/territories.json
share/owncloud/3rdparty/punic/punic/code/data/ar/timeZoneNames.json
share/owncloud/3rdparty/punic/punic/code/data/ar/units.json
share/owncloud/3rdparty/punic/punic/code/data/ca/calendar.json
share/owncloud/3rdparty/punic/punic/code/data/ca/currencies.json
share/owncloud/3rdparty/punic/punic/code/data/ca/dateFields.json
share/owncloud/3rdparty/punic/punic/code/data/ca/languages.json
share/owncloud/3rdparty/punic/punic/code/data/ca/layout.json
share/owncloud/3rdparty/punic/punic/code/data/ca/listPatterns.json
share/owncloud/3rdparty/punic/punic/code/data/ca/localeDisplayNames.json
share/owncloud/3rdparty/punic/punic/code/data/ca/measurementSystemNames.json
share/owncloud/3rdparty/punic/punic/code/data/ca/numbers.json
share/owncloud/3rdparty/punic/punic/code/data/ca/territories.json
share/owncloud/3rdparty/punic/punic/code/data/ca/timeZoneNames.json
share/owncloud/3rdparty/punic/punic/code/data/ca/units.json
share/owncloud/3rdparty/punic/punic/code/data/cs/calendar.json
share/owncloud/3rdparty/punic/punic/code/data/cs/currencies.json
share/owncloud/3rdparty/punic/punic/code/data/cs/dateFields.json
share/owncloud/3rdparty/punic/punic/code/data/cs/languages.json
share/owncloud/3rdparty/punic/punic/code/data/cs/layout.json
share/owncloud/3rdparty/punic/punic/code/data/cs/listPatterns.json
share/owncloud/3rdparty/punic/punic/code/data/cs/localeDisplayNames.json
share/owncloud/3rdparty/punic/punic/code/data/cs/measurementSystemNames.json
share/owncloud/3rdparty/punic/punic/code/data/cs/numbers.json
share/owncloud/3rdparty/punic/punic/code/data/cs/territories.json
share/owncloud/3rdparty/punic/punic/code/data/cs/timeZoneNames.json
share/owncloud/3rdparty/punic/punic/code/data/cs/units.json
share/owncloud/3rdparty/punic/punic/code/data/currencyData.json
share/owncloud/3rdparty/punic/punic/code/data/da/calendar.json
share/owncloud/3rdparty/punic/punic/code/data/da/currencies.json
share/owncloud/3rdparty/punic/punic/code/data/da/dateFields.json
share/owncloud/3rdparty/punic/punic/code/data/da/languages.json
share/owncloud/3rdparty/punic/punic/code/data/da/layout.json
share/owncloud/3rdparty/punic/punic/code/data/da/listPatterns.json
share/owncloud/3rdparty/punic/punic/code/data/da/localeDisplayNames.json
share/owncloud/3rdparty/punic/punic/code/data/da/measurementSystemNames.json
share/owncloud/3rdparty/punic/punic/code/data/da/numbers.json
share/owncloud/3rdparty/punic/punic/code/data/da/territories.json
share/owncloud/3rdparty/punic/punic/code/data/da/timeZoneNames.json
share/owncloud/3rdparty/punic/punic/code/data/da/units.json
share/owncloud/3rdparty/punic/punic/code/data/de/calendar.json
share/owncloud/3rdparty/punic/punic/code/data/de/currencies.json
share/owncloud/3rdparty/punic/punic/code/data/de/dateFields.json
share/owncloud/3rdparty/punic/punic/code/data/de/languages.json
share/owncloud/3rdparty/punic/punic/code/data/de/layout.json
share/owncloud/3rdparty/punic/punic/code/data/de/listPatterns.json
share/owncloud/3rdparty/punic/punic/code/data/de/localeDisplayNames.json
share/owncloud/3rdparty/punic/punic/code/data/de/measurementSystemNames.json
share/owncloud/3rdparty/punic/punic/code/data/de/numbers.json
share/owncloud/3rdparty/punic/punic/code/data/de/territories.json
share/owncloud/3rdparty/punic/punic/code/data/de/timeZoneNames.json
share/owncloud/3rdparty/punic/punic/code/data/de/units.json
share/owncloud/3rdparty/punic/punic/code/data/el/calendar.json
share/owncloud/3rdparty/punic/punic/code/data/el/currencies.json
share/owncloud/3rdparty/punic/punic/code/data/el/dateFields.json
share/owncloud/3rdparty/punic/punic/code/data/el/languages.json
share/owncloud/3rdparty/punic/punic/code/data/el/layout.json
share/owncloud/3rdparty/punic/punic/code/data/el/listPatterns.json
share/owncloud/3rdparty/punic/punic/code/data/el/localeDisplayNames.json
share/owncloud/3rdparty/punic/punic/code/data/el/measurementSystemNames.json
share/owncloud/3rdparty/punic/punic/code/data/el/numbers.json
share/owncloud/3rdparty/punic/punic/code/data/el/territories.json
share/owncloud/3rdparty/punic/punic/code/data/el/timeZoneNames.json
share/owncloud/3rdparty/punic/punic/code/data/el/units.json
share/owncloud/3rdparty/punic/punic/code/data/en-AU/calendar.json
share/owncloud/3rdparty/punic/punic/code/data/en-AU/currencies.json
share/owncloud/3rdparty/punic/punic/code/data/en-AU/dateFields.json
share/owncloud/3rdparty/punic/punic/code/data/en-AU/languages.json
share/owncloud/3rdparty/punic/punic/code/data/en-AU/layout.json
share/owncloud/3rdparty/punic/punic/code/data/en-AU/listPatterns.json
share/owncloud/3rdparty/punic/punic/code/data/en-AU/localeDisplayNames.json
share/owncloud/3rdparty/punic/punic/code/data/en-AU/measurementSystemNames.json
share/owncloud/3rdparty/punic/punic/code/data/en-AU/numbers.json
share/owncloud/3rdparty/punic/punic/code/data/en-AU/territories.json
share/owncloud/3rdparty/punic/punic/code/data/en-AU/timeZoneNames.json
share/owncloud/3rdparty/punic/punic/code/data/en-AU/units.json
share/owncloud/3rdparty/punic/punic/code/data/en-CA/calendar.json
share/owncloud/3rdparty/punic/punic/code/data/en-CA/currencies.json
share/owncloud/3rdparty/punic/punic/code/data/en-CA/dateFields.json
share/owncloud/3rdparty/punic/punic/code/data/en-CA/languages.json
share/owncloud/3rdparty/punic/punic/code/data/en-CA/layout.json
share/owncloud/3rdparty/punic/punic/code/data/en-CA/listPatterns.json
share/owncloud/3rdparty/punic/punic/code/data/en-CA/localeDisplayNames.json
share/owncloud/3rdparty/punic/punic/code/data/en-CA/measurementSystemNames.json
share/owncloud/3rdparty/punic/punic/code/data/en-CA/numbers.json
share/owncloud/3rdparty/punic/punic/code/data/en-CA/territories.json
share/owncloud/3rdparty/punic/punic/code/data/en-CA/timeZoneNames.json
share/owncloud/3rdparty/punic/punic/code/data/en-CA/units.json
share/owncloud/3rdparty/punic/punic/code/data/en-GB/calendar.json
share/owncloud/3rdparty/punic/punic/code/data/en-GB/currencies.json
share/owncloud/3rdparty/punic/punic/code/data/en-GB/dateFields.json
share/owncloud/3rdparty/punic/punic/code/data/en-GB/languages.json
share/owncloud/3rdparty/punic/punic/code/data/en-GB/layout.json
share/owncloud/3rdparty/punic/punic/code/data/en-GB/listPatterns.json
share/owncloud/3rdparty/punic/punic/code/data/en-GB/localeDisplayNames.json
share/owncloud/3rdparty/punic/punic/code/data/en-GB/measurementSystemNames.json
share/owncloud/3rdparty/punic/punic/code/data/en-GB/numbers.json
share/owncloud/3rdparty/punic/punic/code/data/en-GB/territories.json
share/owncloud/3rdparty/punic/punic/code/data/en-GB/timeZoneNames.json
share/owncloud/3rdparty/punic/punic/code/data/en-GB/units.json
share/owncloud/3rdparty/punic/punic/code/data/en-HK/calendar.json
share/owncloud/3rdparty/punic/punic/code/data/en-HK/currencies.json
share/owncloud/3rdparty/punic/punic/code/data/en-HK/dateFields.json
share/owncloud/3rdparty/punic/punic/code/data/en-HK/languages.json
share/owncloud/3rdparty/punic/punic/code/data/en-HK/layout.json
share/owncloud/3rdparty/punic/punic/code/data/en-HK/listPatterns.json
share/owncloud/3rdparty/punic/punic/code/data/en-HK/localeDisplayNames.json
share/owncloud/3rdparty/punic/punic/code/data/en-HK/measurementSystemNames.json
share/owncloud/3rdparty/punic/punic/code/data/en-HK/numbers.json
share/owncloud/3rdparty/punic/punic/code/data/en-HK/territories.json
share/owncloud/3rdparty/punic/punic/code/data/en-HK/timeZoneNames.json
share/owncloud/3rdparty/punic/punic/code/data/en-HK/units.json
share/owncloud/3rdparty/punic/punic/code/data/en-IN/calendar.json
share/owncloud/3rdparty/punic/punic/code/data/en-IN/currencies.json
share/owncloud/3rdparty/punic/punic/code/data/en-IN/dateFields.json
share/owncloud/3rdparty/punic/punic/code/data/en-IN/languages.json
share/owncloud/3rdparty/punic/punic/code/data/en-IN/layout.json
share/owncloud/3rdparty/punic/punic/code/data/en-IN/listPatterns.json
share/owncloud/3rdparty/punic/punic/code/data/en-IN/localeDisplayNames.json
share/owncloud/3rdparty/punic/punic/code/data/en-IN/measurementSystemNames.json
share/owncloud/3rdparty/punic/punic/code/data/en-IN/numbers.json
share/owncloud/3rdparty/punic/punic/code/data/en-IN/territories.json
share/owncloud/3rdparty/punic/punic/code/data/en-IN/timeZoneNames.json
share/owncloud/3rdparty/punic/punic/code/data/en-IN/units.json
share/owncloud/3rdparty/punic/punic/code/data/en/calendar.json
share/owncloud/3rdparty/punic/punic/code/data/en/currencies.json
share/owncloud/3rdparty/punic/punic/code/data/en/dateFields.json
share/owncloud/3rdparty/punic/punic/code/data/en/languages.json
share/owncloud/3rdparty/punic/punic/code/data/en/layout.json
share/owncloud/3rdparty/punic/punic/code/data/en/listPatterns.json
share/owncloud/3rdparty/punic/punic/code/data/en/localeDisplayNames.json
share/owncloud/3rdparty/punic/punic/code/data/en/measurementSystemNames.json
share/owncloud/3rdparty/punic/punic/code/data/en/numbers.json
share/owncloud/3rdparty/punic/punic/code/data/en/territories.json
share/owncloud/3rdparty/punic/punic/code/data/en/timeZoneNames.json
share/owncloud/3rdparty/punic/punic/code/data/en/units.json
share/owncloud/3rdparty/punic/punic/code/data/es/calendar.json
share/owncloud/3rdparty/punic/punic/code/data/es/currencies.json
share/owncloud/3rdparty/punic/punic/code/data/es/dateFields.json
share/owncloud/3rdparty/punic/punic/code/data/es/languages.json
share/owncloud/3rdparty/punic/punic/code/data/es/layout.json
share/owncloud/3rdparty/punic/punic/code/data/es/listPatterns.json
share/owncloud/3rdparty/punic/punic/code/data/es/localeDisplayNames.json
share/owncloud/3rdparty/punic/punic/code/data/es/measurementSystemNames.json
share/owncloud/3rdparty/punic/punic/code/data/es/numbers.json
share/owncloud/3rdparty/punic/punic/code/data/es/territories.json
share/owncloud/3rdparty/punic/punic/code/data/es/timeZoneNames.json
share/owncloud/3rdparty/punic/punic/code/data/es/units.json
share/owncloud/3rdparty/punic/punic/code/data/fi/calendar.json
share/owncloud/3rdparty/punic/punic/code/data/fi/currencies.json
share/owncloud/3rdparty/punic/punic/code/data/fi/dateFields.json
share/owncloud/3rdparty/punic/punic/code/data/fi/languages.json
share/owncloud/3rdparty/punic/punic/code/data/fi/layout.json
share/owncloud/3rdparty/punic/punic/code/data/fi/listPatterns.json
share/owncloud/3rdparty/punic/punic/code/data/fi/localeDisplayNames.json
share/owncloud/3rdparty/punic/punic/code/data/fi/measurementSystemNames.json
share/owncloud/3rdparty/punic/punic/code/data/fi/numbers.json
share/owncloud/3rdparty/punic/punic/code/data/fi/territories.json
share/owncloud/3rdparty/punic/punic/code/data/fi/timeZoneNames.json
share/owncloud/3rdparty/punic/punic/code/data/fi/units.json
share/owncloud/3rdparty/punic/punic/code/data/fr/calendar.json
share/owncloud/3rdparty/punic/punic/code/data/fr/currencies.json
share/owncloud/3rdparty/punic/punic/code/data/fr/dateFields.json
share/owncloud/3rdparty/punic/punic/code/data/fr/languages.json
share/owncloud/3rdparty/punic/punic/code/data/fr/layout.json
share/owncloud/3rdparty/punic/punic/code/data/fr/listPatterns.json
share/owncloud/3rdparty/punic/punic/code/data/fr/localeDisplayNames.json
share/owncloud/3rdparty/punic/punic/code/data/fr/measurementSystemNames.json
share/owncloud/3rdparty/punic/punic/code/data/fr/numbers.json
share/owncloud/3rdparty/punic/punic/code/data/fr/territories.json
share/owncloud/3rdparty/punic/punic/code/data/fr/timeZoneNames.json
share/owncloud/3rdparty/punic/punic/code/data/fr/units.json
share/owncloud/3rdparty/punic/punic/code/data/he/calendar.json
share/owncloud/3rdparty/punic/punic/code/data/he/currencies.json
share/owncloud/3rdparty/punic/punic/code/data/he/dateFields.json
share/owncloud/3rdparty/punic/punic/code/data/he/languages.json
share/owncloud/3rdparty/punic/punic/code/data/he/layout.json
share/owncloud/3rdparty/punic/punic/code/data/he/listPatterns.json
share/owncloud/3rdparty/punic/punic/code/data/he/localeDisplayNames.json
share/owncloud/3rdparty/punic/punic/code/data/he/measurementSystemNames.json
share/owncloud/3rdparty/punic/punic/code/data/he/numbers.json
share/owncloud/3rdparty/punic/punic/code/data/he/territories.json
share/owncloud/3rdparty/punic/punic/code/data/he/timeZoneNames.json
share/owncloud/3rdparty/punic/punic/code/data/he/units.json
share/owncloud/3rdparty/punic/punic/code/data/hi/calendar.json
share/owncloud/3rdparty/punic/punic/code/data/hi/currencies.json
share/owncloud/3rdparty/punic/punic/code/data/hi/dateFields.json
share/owncloud/3rdparty/punic/punic/code/data/hi/languages.json
share/owncloud/3rdparty/punic/punic/code/data/hi/layout.json
share/owncloud/3rdparty/punic/punic/code/data/hi/listPatterns.json
share/owncloud/3rdparty/punic/punic/code/data/hi/localeDisplayNames.json
share/owncloud/3rdparty/punic/punic/code/data/hi/measurementSystemNames.json
share/owncloud/3rdparty/punic/punic/code/data/hi/numbers.json
share/owncloud/3rdparty/punic/punic/code/data/hi/territories.json
share/owncloud/3rdparty/punic/punic/code/data/hi/timeZoneNames.json
share/owncloud/3rdparty/punic/punic/code/data/hi/units.json
share/owncloud/3rdparty/punic/punic/code/data/hr/calendar.json
share/owncloud/3rdparty/punic/punic/code/data/hr/currencies.json
share/owncloud/3rdparty/punic/punic/code/data/hr/dateFields.json
share/owncloud/3rdparty/punic/punic/code/data/hr/languages.json
share/owncloud/3rdparty/punic/punic/code/data/hr/layout.json
share/owncloud/3rdparty/punic/punic/code/data/hr/listPatterns.json
share/owncloud/3rdparty/punic/punic/code/data/hr/localeDisplayNames.json
share/owncloud/3rdparty/punic/punic/code/data/hr/measurementSystemNames.json
share/owncloud/3rdparty/punic/punic/code/data/hr/numbers.json
share/owncloud/3rdparty/punic/punic/code/data/hr/territories.json
share/owncloud/3rdparty/punic/punic/code/data/hr/timeZoneNames.json
share/owncloud/3rdparty/punic/punic/code/data/hr/units.json
share/owncloud/3rdparty/punic/punic/code/data/hu/calendar.json
share/owncloud/3rdparty/punic/punic/code/data/hu/currencies.json
share/owncloud/3rdparty/punic/punic/code/data/hu/dateFields.json
share/owncloud/3rdparty/punic/punic/code/data/hu/languages.json
share/owncloud/3rdparty/punic/punic/code/data/hu/layout.json
share/owncloud/3rdparty/punic/punic/code/data/hu/listPatterns.json
share/owncloud/3rdparty/punic/punic/code/data/hu/localeDisplayNames.json
share/owncloud/3rdparty/punic/punic/code/data/hu/measurementSystemNames.json
share/owncloud/3rdparty/punic/punic/code/data/hu/numbers.json
share/owncloud/3rdparty/punic/punic/code/data/hu/territories.json
share/owncloud/3rdparty/punic/punic/code/data/hu/timeZoneNames.json
share/owncloud/3rdparty/punic/punic/code/data/hu/units.json
share/owncloud/3rdparty/punic/punic/code/data/it/calendar.json
share/owncloud/3rdparty/punic/punic/code/data/it/currencies.json
share/owncloud/3rdparty/punic/punic/code/data/it/dateFields.json
share/owncloud/3rdparty/punic/punic/code/data/it/languages.json
share/owncloud/3rdparty/punic/punic/code/data/it/layout.json
share/owncloud/3rdparty/punic/punic/code/data/it/listPatterns.json
share/owncloud/3rdparty/punic/punic/code/data/it/localeDisplayNames.json
share/owncloud/3rdparty/punic/punic/code/data/it/measurementSystemNames.json
share/owncloud/3rdparty/punic/punic/code/data/it/numbers.json
share/owncloud/3rdparty/punic/punic/code/data/it/territories.json
share/owncloud/3rdparty/punic/punic/code/data/it/timeZoneNames.json
share/owncloud/3rdparty/punic/punic/code/data/it/units.json
share/owncloud/3rdparty/punic/punic/code/data/ja/calendar.json
share/owncloud/3rdparty/punic/punic/code/data/ja/currencies.json
share/owncloud/3rdparty/punic/punic/code/data/ja/dateFields.json
share/owncloud/3rdparty/punic/punic/code/data/ja/languages.json
share/owncloud/3rdparty/punic/punic/code/data/ja/layout.json
share/owncloud/3rdparty/punic/punic/code/data/ja/listPatterns.json
share/owncloud/3rdparty/punic/punic/code/data/ja/localeDisplayNames.json
share/owncloud/3rdparty/punic/punic/code/data/ja/measurementSystemNames.json
share/owncloud/3rdparty/punic/punic/code/data/ja/numbers.json
share/owncloud/3rdparty/punic/punic/code/data/ja/territories.json
share/owncloud/3rdparty/punic/punic/code/data/ja/timeZoneNames.json
share/owncloud/3rdparty/punic/punic/code/data/ja/units.json
share/owncloud/3rdparty/punic/punic/code/data/ko/calendar.json
share/owncloud/3rdparty/punic/punic/code/data/ko/currencies.json
share/owncloud/3rdparty/punic/punic/code/data/ko/dateFields.json
share/owncloud/3rdparty/punic/punic/code/data/ko/languages.json
share/owncloud/3rdparty/punic/punic/code/data/ko/layout.json
share/owncloud/3rdparty/punic/punic/code/data/ko/listPatterns.json
share/owncloud/3rdparty/punic/punic/code/data/ko/localeDisplayNames.json
share/owncloud/3rdparty/punic/punic/code/data/ko/measurementSystemNames.json
share/owncloud/3rdparty/punic/punic/code/data/ko/numbers.json
share/owncloud/3rdparty/punic/punic/code/data/ko/territories.json
share/owncloud/3rdparty/punic/punic/code/data/ko/timeZoneNames.json
share/owncloud/3rdparty/punic/punic/code/data/ko/units.json
share/owncloud/3rdparty/punic/punic/code/data/likelySubtags.json
share/owncloud/3rdparty/punic/punic/code/data/measurementData.json
share/owncloud/3rdparty/punic/punic/code/data/metaZones.json
share/owncloud/3rdparty/punic/punic/code/data/nb/calendar.json
share/owncloud/3rdparty/punic/punic/code/data/nb/currencies.json
share/owncloud/3rdparty/punic/punic/code/data/nb/dateFields.json
share/owncloud/3rdparty/punic/punic/code/data/nb/languages.json
share/owncloud/3rdparty/punic/punic/code/data/nb/layout.json
share/owncloud/3rdparty/punic/punic/code/data/nb/listPatterns.json
share/owncloud/3rdparty/punic/punic/code/data/nb/localeDisplayNames.json
share/owncloud/3rdparty/punic/punic/code/data/nb/measurementSystemNames.json
share/owncloud/3rdparty/punic/punic/code/data/nb/numbers.json
share/owncloud/3rdparty/punic/punic/code/data/nb/territories.json
share/owncloud/3rdparty/punic/punic/code/data/nb/timeZoneNames.json
share/owncloud/3rdparty/punic/punic/code/data/nb/units.json
share/owncloud/3rdparty/punic/punic/code/data/nl/calendar.json
share/owncloud/3rdparty/punic/punic/code/data/nl/currencies.json
share/owncloud/3rdparty/punic/punic/code/data/nl/dateFields.json
share/owncloud/3rdparty/punic/punic/code/data/nl/languages.json
share/owncloud/3rdparty/punic/punic/code/data/nl/layout.json
share/owncloud/3rdparty/punic/punic/code/data/nl/listPatterns.json
share/owncloud/3rdparty/punic/punic/code/data/nl/localeDisplayNames.json
share/owncloud/3rdparty/punic/punic/code/data/nl/measurementSystemNames.json
share/owncloud/3rdparty/punic/punic/code/data/nl/numbers.json
share/owncloud/3rdparty/punic/punic/code/data/nl/territories.json
share/owncloud/3rdparty/punic/punic/code/data/nl/timeZoneNames.json
share/owncloud/3rdparty/punic/punic/code/data/nl/units.json
share/owncloud/3rdparty/punic/punic/code/data/parentLocales.json
share/owncloud/3rdparty/punic/punic/code/data/pl/calendar.json
share/owncloud/3rdparty/punic/punic/code/data/pl/currencies.json
share/owncloud/3rdparty/punic/punic/code/data/pl/dateFields.json
share/owncloud/3rdparty/punic/punic/code/data/pl/languages.json
share/owncloud/3rdparty/punic/punic/code/data/pl/layout.json
share/owncloud/3rdparty/punic/punic/code/data/pl/listPatterns.json
share/owncloud/3rdparty/punic/punic/code/data/pl/localeDisplayNames.json
share/owncloud/3rdparty/punic/punic/code/data/pl/measurementSystemNames.json
share/owncloud/3rdparty/punic/punic/code/data/pl/numbers.json
share/owncloud/3rdparty/punic/punic/code/data/pl/territories.json
share/owncloud/3rdparty/punic/punic/code/data/pl/timeZoneNames.json
share/owncloud/3rdparty/punic/punic/code/data/pl/units.json
share/owncloud/3rdparty/punic/punic/code/data/plurals.json
share/owncloud/3rdparty/punic/punic/code/data/pt-PT/calendar.json
share/owncloud/3rdparty/punic/punic/code/data/pt-PT/currencies.json
share/owncloud/3rdparty/punic/punic/code/data/pt-PT/dateFields.json
share/owncloud/3rdparty/punic/punic/code/data/pt-PT/languages.json
share/owncloud/3rdparty/punic/punic/code/data/pt-PT/layout.json
share/owncloud/3rdparty/punic/punic/code/data/pt-PT/listPatterns.json
share/owncloud/3rdparty/punic/punic/code/data/pt-PT/localeDisplayNames.json
share/owncloud/3rdparty/punic/punic/code/data/pt-PT/measurementSystemNames.json
share/owncloud/3rdparty/punic/punic/code/data/pt-PT/numbers.json
share/owncloud/3rdparty/punic/punic/code/data/pt-PT/territories.json
share/owncloud/3rdparty/punic/punic/code/data/pt-PT/timeZoneNames.json
share/owncloud/3rdparty/punic/punic/code/data/pt-PT/units.json
share/owncloud/3rdparty/punic/punic/code/data/pt/calendar.json
share/owncloud/3rdparty/punic/punic/code/data/pt/currencies.json
share/owncloud/3rdparty/punic/punic/code/data/pt/dateFields.json
share/owncloud/3rdparty/punic/punic/code/data/pt/languages.json
share/owncloud/3rdparty/punic/punic/code/data/pt/layout.json
share/owncloud/3rdparty/punic/punic/code/data/pt/listPatterns.json
share/owncloud/3rdparty/punic/punic/code/data/pt/localeDisplayNames.json
share/owncloud/3rdparty/punic/punic/code/data/pt/measurementSystemNames.json
share/owncloud/3rdparty/punic/punic/code/data/pt/numbers.json
share/owncloud/3rdparty/punic/punic/code/data/pt/territories.json
share/owncloud/3rdparty/punic/punic/code/data/pt/timeZoneNames.json
share/owncloud/3rdparty/punic/punic/code/data/pt/units.json
share/owncloud/3rdparty/punic/punic/code/data/ro/calendar.json
share/owncloud/3rdparty/punic/punic/code/data/ro/currencies.json
share/owncloud/3rdparty/punic/punic/code/data/ro/dateFields.json
share/owncloud/3rdparty/punic/punic/code/data/ro/languages.json
share/owncloud/3rdparty/punic/punic/code/data/ro/layout.json
share/owncloud/3rdparty/punic/punic/code/data/ro/listPatterns.json
share/owncloud/3rdparty/punic/punic/code/data/ro/localeDisplayNames.json
share/owncloud/3rdparty/punic/punic/code/data/ro/measurementSystemNames.json
share/owncloud/3rdparty/punic/punic/code/data/ro/numbers.json
share/owncloud/3rdparty/punic/punic/code/data/ro/territories.json
share/owncloud/3rdparty/punic/punic/code/data/ro/timeZoneNames.json
share/owncloud/3rdparty/punic/punic/code/data/ro/units.json
share/owncloud/3rdparty/punic/punic/code/data/root/calendar.json
share/owncloud/3rdparty/punic/punic/code/data/root/currencies.json
share/owncloud/3rdparty/punic/punic/code/data/root/dateFields.json
share/owncloud/3rdparty/punic/punic/code/data/root/languages.json
share/owncloud/3rdparty/punic/punic/code/data/root/layout.json
share/owncloud/3rdparty/punic/punic/code/data/root/listPatterns.json
share/owncloud/3rdparty/punic/punic/code/data/root/localeDisplayNames.json
share/owncloud/3rdparty/punic/punic/code/data/root/measurementSystemNames.json
share/owncloud/3rdparty/punic/punic/code/data/root/numbers.json
share/owncloud/3rdparty/punic/punic/code/data/root/territories.json
share/owncloud/3rdparty/punic/punic/code/data/root/timeZoneNames.json
share/owncloud/3rdparty/punic/punic/code/data/root/units.json
share/owncloud/3rdparty/punic/punic/code/data/ru/calendar.json
share/owncloud/3rdparty/punic/punic/code/data/ru/currencies.json
share/owncloud/3rdparty/punic/punic/code/data/ru/dateFields.json
share/owncloud/3rdparty/punic/punic/code/data/ru/languages.json
share/owncloud/3rdparty/punic/punic/code/data/ru/layout.json
share/owncloud/3rdparty/punic/punic/code/data/ru/listPatterns.json
share/owncloud/3rdparty/punic/punic/code/data/ru/localeDisplayNames.json
share/owncloud/3rdparty/punic/punic/code/data/ru/measurementSystemNames.json
share/owncloud/3rdparty/punic/punic/code/data/ru/numbers.json
share/owncloud/3rdparty/punic/punic/code/data/ru/territories.json
share/owncloud/3rdparty/punic/punic/code/data/ru/timeZoneNames.json
share/owncloud/3rdparty/punic/punic/code/data/ru/units.json
share/owncloud/3rdparty/punic/punic/code/data/sk/calendar.json
share/owncloud/3rdparty/punic/punic/code/data/sk/currencies.json
share/owncloud/3rdparty/punic/punic/code/data/sk/dateFields.json
share/owncloud/3rdparty/punic/punic/code/data/sk/languages.json
share/owncloud/3rdparty/punic/punic/code/data/sk/layout.json
share/owncloud/3rdparty/punic/punic/code/data/sk/listPatterns.json
share/owncloud/3rdparty/punic/punic/code/data/sk/localeDisplayNames.json
share/owncloud/3rdparty/punic/punic/code/data/sk/measurementSystemNames.json
share/owncloud/3rdparty/punic/punic/code/data/sk/numbers.json
share/owncloud/3rdparty/punic/punic/code/data/sk/territories.json
share/owncloud/3rdparty/punic/punic/code/data/sk/timeZoneNames.json
share/owncloud/3rdparty/punic/punic/code/data/sk/units.json
share/owncloud/3rdparty/punic/punic/code/data/sl/calendar.json
share/owncloud/3rdparty/punic/punic/code/data/sl/currencies.json
share/owncloud/3rdparty/punic/punic/code/data/sl/dateFields.json
share/owncloud/3rdparty/punic/punic/code/data/sl/languages.json
share/owncloud/3rdparty/punic/punic/code/data/sl/layout.json
share/owncloud/3rdparty/punic/punic/code/data/sl/listPatterns.json
share/owncloud/3rdparty/punic/punic/code/data/sl/localeDisplayNames.json
share/owncloud/3rdparty/punic/punic/code/data/sl/measurementSystemNames.json
share/owncloud/3rdparty/punic/punic/code/data/sl/numbers.json
share/owncloud/3rdparty/punic/punic/code/data/sl/territories.json
share/owncloud/3rdparty/punic/punic/code/data/sl/timeZoneNames.json
share/owncloud/3rdparty/punic/punic/code/data/sl/units.json
share/owncloud/3rdparty/punic/punic/code/data/sr/calendar.json
share/owncloud/3rdparty/punic/punic/code/data/sr/currencies.json
share/owncloud/3rdparty/punic/punic/code/data/sr/dateFields.json
share/owncloud/3rdparty/punic/punic/code/data/sr/languages.json
share/owncloud/3rdparty/punic/punic/code/data/sr/layout.json
share/owncloud/3rdparty/punic/punic/code/data/sr/listPatterns.json
share/owncloud/3rdparty/punic/punic/code/data/sr/localeDisplayNames.json
share/owncloud/3rdparty/punic/punic/code/data/sr/measurementSystemNames.json
share/owncloud/3rdparty/punic/punic/code/data/sr/numbers.json
share/owncloud/3rdparty/punic/punic/code/data/sr/territories.json
share/owncloud/3rdparty/punic/punic/code/data/sr/timeZoneNames.json
share/owncloud/3rdparty/punic/punic/code/data/sr/units.json
share/owncloud/3rdparty/punic/punic/code/data/sv/calendar.json
share/owncloud/3rdparty/punic/punic/code/data/sv/currencies.json
share/owncloud/3rdparty/punic/punic/code/data/sv/dateFields.json
share/owncloud/3rdparty/punic/punic/code/data/sv/languages.json
share/owncloud/3rdparty/punic/punic/code/data/sv/layout.json
share/owncloud/3rdparty/punic/punic/code/data/sv/listPatterns.json
share/owncloud/3rdparty/punic/punic/code/data/sv/localeDisplayNames.json
share/owncloud/3rdparty/punic/punic/code/data/sv/measurementSystemNames.json
share/owncloud/3rdparty/punic/punic/code/data/sv/numbers.json
share/owncloud/3rdparty/punic/punic/code/data/sv/territories.json
share/owncloud/3rdparty/punic/punic/code/data/sv/timeZoneNames.json
share/owncloud/3rdparty/punic/punic/code/data/sv/units.json
share/owncloud/3rdparty/punic/punic/code/data/telephoneCodeData.json
share/owncloud/3rdparty/punic/punic/code/data/territoryContainment.json
share/owncloud/3rdparty/punic/punic/code/data/territoryInfo.json
share/owncloud/3rdparty/punic/punic/code/data/th/calendar.json
share/owncloud/3rdparty/punic/punic/code/data/th/currencies.json
share/owncloud/3rdparty/punic/punic/code/data/th/dateFields.json
share/owncloud/3rdparty/punic/punic/code/data/th/languages.json
share/owncloud/3rdparty/punic/punic/code/data/th/layout.json
share/owncloud/3rdparty/punic/punic/code/data/th/listPatterns.json
share/owncloud/3rdparty/punic/punic/code/data/th/localeDisplayNames.json
share/owncloud/3rdparty/punic/punic/code/data/th/measurementSystemNames.json
share/owncloud/3rdparty/punic/punic/code/data/th/numbers.json
share/owncloud/3rdparty/punic/punic/code/data/th/territories.json
share/owncloud/3rdparty/punic/punic/code/data/th/timeZoneNames.json
share/owncloud/3rdparty/punic/punic/code/data/th/units.json
share/owncloud/3rdparty/punic/punic/code/data/tr/calendar.json
share/owncloud/3rdparty/punic/punic/code/data/tr/currencies.json
share/owncloud/3rdparty/punic/punic/code/data/tr/dateFields.json
share/owncloud/3rdparty/punic/punic/code/data/tr/languages.json
share/owncloud/3rdparty/punic/punic/code/data/tr/layout.json
share/owncloud/3rdparty/punic/punic/code/data/tr/listPatterns.json
share/owncloud/3rdparty/punic/punic/code/data/tr/localeDisplayNames.json
share/owncloud/3rdparty/punic/punic/code/data/tr/measurementSystemNames.json
share/owncloud/3rdparty/punic/punic/code/data/tr/numbers.json
share/owncloud/3rdparty/punic/punic/code/data/tr/territories.json
share/owncloud/3rdparty/punic/punic/code/data/tr/timeZoneNames.json
share/owncloud/3rdparty/punic/punic/code/data/tr/units.json
share/owncloud/3rdparty/punic/punic/code/data/uk/calendar.json
share/owncloud/3rdparty/punic/punic/code/data/uk/currencies.json
share/owncloud/3rdparty/punic/punic/code/data/uk/dateFields.json
share/owncloud/3rdparty/punic/punic/code/data/uk/languages.json
share/owncloud/3rdparty/punic/punic/code/data/uk/layout.json
share/owncloud/3rdparty/punic/punic/code/data/uk/listPatterns.json
share/owncloud/3rdparty/punic/punic/code/data/uk/localeDisplayNames.json
share/owncloud/3rdparty/punic/punic/code/data/uk/measurementSystemNames.json
share/owncloud/3rdparty/punic/punic/code/data/uk/numbers.json
share/owncloud/3rdparty/punic/punic/code/data/uk/territories.json
share/owncloud/3rdparty/punic/punic/code/data/uk/timeZoneNames.json
share/owncloud/3rdparty/punic/punic/code/data/uk/units.json
share/owncloud/3rdparty/punic/punic/code/data/vi/calendar.json
share/owncloud/3rdparty/punic/punic/code/data/vi/currencies.json
share/owncloud/3rdparty/punic/punic/code/data/vi/dateFields.json
share/owncloud/3rdparty/punic/punic/code/data/vi/languages.json
share/owncloud/3rdparty/punic/punic/code/data/vi/layout.json
share/owncloud/3rdparty/punic/punic/code/data/vi/listPatterns.json
share/owncloud/3rdparty/punic/punic/code/data/vi/localeDisplayNames.json
share/owncloud/3rdparty/punic/punic/code/data/vi/measurementSystemNames.json
share/owncloud/3rdparty/punic/punic/code/data/vi/numbers.json
share/owncloud/3rdparty/punic/punic/code/data/vi/territories.json
share/owncloud/3rdparty/punic/punic/code/data/vi/timeZoneNames.json
share/owncloud/3rdparty/punic/punic/code/data/vi/units.json
share/owncloud/3rdparty/punic/punic/code/data/weekData.json
share/owncloud/3rdparty/punic/punic/code/data/zh-Hant/calendar.json
share/owncloud/3rdparty/punic/punic/code/data/zh-Hant/currencies.json
share/owncloud/3rdparty/punic/punic/code/data/zh-Hant/dateFields.json
share/owncloud/3rdparty/punic/punic/code/data/zh-Hant/languages.json
share/owncloud/3rdparty/punic/punic/code/data/zh-Hant/layout.json
share/owncloud/3rdparty/punic/punic/code/data/zh-Hant/listPatterns.json
share/owncloud/3rdparty/punic/punic/code/data/zh-Hant/localeDisplayNames.json
share/owncloud/3rdparty/punic/punic/code/data/zh-Hant/measurementSystemNames.json
share/owncloud/3rdparty/punic/punic/code/data/zh-Hant/numbers.json
share/owncloud/3rdparty/punic/punic/code/data/zh-Hant/territories.json
share/owncloud/3rdparty/punic/punic/code/data/zh-Hant/timeZoneNames.json
share/owncloud/3rdparty/punic/punic/code/data/zh-Hant/units.json
share/owncloud/3rdparty/punic/punic/code/data/zh/calendar.json
share/owncloud/3rdparty/punic/punic/code/data/zh/currencies.json
share/owncloud/3rdparty/punic/punic/code/data/zh/dateFields.json
share/owncloud/3rdparty/punic/punic/code/data/zh/languages.json
share/owncloud/3rdparty/punic/punic/code/data/zh/layout.json
share/owncloud/3rdparty/punic/punic/code/data/zh/listPatterns.json
share/owncloud/3rdparty/punic/punic/code/data/zh/localeDisplayNames.json
share/owncloud/3rdparty/punic/punic/code/data/zh/measurementSystemNames.json
share/owncloud/3rdparty/punic/punic/code/data/zh/numbers.json
share/owncloud/3rdparty/punic/punic/code/data/zh/territories.json
share/owncloud/3rdparty/punic/punic/code/data/zh/timeZoneNames.json
share/owncloud/3rdparty/punic/punic/code/data/zh/units.json
share/owncloud/3rdparty/rackspace/php-opencloud/.coveralls.yml
share/owncloud/3rdparty/rackspace/php-opencloud/.gitignore
share/owncloud/3rdparty/rackspace/php-opencloud/CONTRIBUTING.md
share/owncloud/3rdparty/rackspace/php-opencloud/LICENSE
share/owncloud/3rdparty/rackspace/php-opencloud/README.md
share/owncloud/3rdparty/rackspace/php-opencloud/composer.json
share/owncloud/3rdparty/rackspace/php-opencloud/docs/changelog/1.7.0.md
share/owncloud/3rdparty/rackspace/php-opencloud/docs/changelog/1.9.0.md
share/owncloud/3rdparty/rackspace/php-opencloud/docs/changelog/Upgrading to 1.7.0.md
share/owncloud/3rdparty/rackspace/php-opencloud/docs/generate.sh
share/owncloud/3rdparty/rackspace/php-opencloud/docs/getting-started-openstack.md
share/owncloud/3rdparty/rackspace/php-opencloud/docs/getting-started.md
share/owncloud/3rdparty/rackspace/php-opencloud/docs/userguide/Autoscale/Config.md
share/owncloud/3rdparty/rackspace/php-opencloud/docs/userguide/Autoscale/Groups.md
share/owncloud/3rdparty/rackspace/php-opencloud/docs/userguide/Autoscale/Policies.md
share/owncloud/3rdparty/rackspace/php-opencloud/docs/userguide/Autoscale/Webhooks.md
share/owncloud/3rdparty/rackspace/php-opencloud/docs/userguide/Clients.md
share/owncloud/3rdparty/rackspace/php-opencloud/docs/userguide/CloudMonitoring/Agents.md
share/owncloud/3rdparty/rackspace/php-opencloud/docs/userguide/CloudMonitoring/Alarms.md
share/owncloud/3rdparty/rackspace/php-opencloud/docs/userguide/CloudMonitoring/Changelogs.md
share/owncloud/3rdparty/rackspace/php-opencloud/docs/userguide/CloudMonitoring/Checks.md
share/owncloud/3rdparty/rackspace/php-opencloud/docs/userguide/CloudMonitoring/Entities.md
share/owncloud/3rdparty/rackspace/php-opencloud/docs/userguide/CloudMonitoring/Metrics.md
share/owncloud/3rdparty/rackspace/php-opencloud/docs/userguide/CloudMonitoring/Notifications.md
share/owncloud/3rdparty/rackspace/php-opencloud/docs/userguide/CloudMonitoring/Service.md
share/owncloud/3rdparty/rackspace/php-opencloud/docs/userguide/CloudMonitoring/Views.md
share/owncloud/3rdparty/rackspace/php-opencloud/docs/userguide/CloudMonitoring/Zones.md
share/owncloud/3rdparty/rackspace/php-opencloud/docs/userguide/Compute/Images.md
share/owncloud/3rdparty/rackspace/php-opencloud/docs/userguide/Compute/Keypair.md
share/owncloud/3rdparty/rackspace/php-opencloud/docs/userguide/Compute/Server.md
share/owncloud/3rdparty/rackspace/php-opencloud/docs/userguide/Compute/Service.md
share/owncloud/3rdparty/rackspace/php-opencloud/docs/userguide/Identity/Roles.md
share/owncloud/3rdparty/rackspace/php-opencloud/docs/userguide/Identity/Service.md
share/owncloud/3rdparty/rackspace/php-opencloud/docs/userguide/Identity/Tenants.md
share/owncloud/3rdparty/rackspace/php-opencloud/docs/userguide/Identity/Tokens.md
share/owncloud/3rdparty/rackspace/php-opencloud/docs/userguide/Identity/Users.md
share/owncloud/3rdparty/rackspace/php-opencloud/docs/userguide/Iterators.md
share/owncloud/3rdparty/rackspace/php-opencloud/docs/userguide/LoadBalancer/README.md
share/owncloud/3rdparty/rackspace/php-opencloud/docs/userguide/LoadBalancer/USERGUIDE.md
share/owncloud/3rdparty/rackspace/php-opencloud/docs/userguide/ObjectStore/Access.md
share/owncloud/3rdparty/rackspace/php-opencloud/docs/userguide/ObjectStore/Account.md
share/owncloud/3rdparty/rackspace/php-opencloud/docs/userguide/ObjectStore/CDN/Container.md
share/owncloud/3rdparty/rackspace/php-opencloud/docs/userguide/ObjectStore/CDN/Object.md
share/owncloud/3rdparty/rackspace/php-opencloud/docs/userguide/ObjectStore/Storage/Container.md
share/owncloud/3rdparty/rackspace/php-opencloud/docs/userguide/ObjectStore/Storage/Migrating.md
share/owncloud/3rdparty/rackspace/php-opencloud/docs/userguide/ObjectStore/Storage/Object.md
share/owncloud/3rdparty/rackspace/php-opencloud/docs/userguide/Queues/Claim.md
share/owncloud/3rdparty/rackspace/php-opencloud/docs/userguide/Queues/Message.md
share/owncloud/3rdparty/rackspace/php-opencloud/docs/userguide/Queues/Queue.md
share/owncloud/3rdparty/rackspace/php-opencloud/docs/userguide/accessip.md
share/owncloud/3rdparty/rackspace/php-opencloud/docs/userguide/caching-credentials.md
share/owncloud/3rdparty/rackspace/php-opencloud/docs/userguide/dbaas.md
share/owncloud/3rdparty/rackspace/php-opencloud/docs/userguide/flavors.md
share/owncloud/3rdparty/rackspace/php-opencloud/docs/userguide/networks.md
share/owncloud/3rdparty/rackspace/php-opencloud/docs/userguide/servers.md
share/owncloud/3rdparty/rackspace/php-opencloud/docs/userguide/volumes.md
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Autoscale/Resource/AbstractResource.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Autoscale/Resource/Group.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Autoscale/Resource/GroupConfiguration.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Autoscale/Resource/LaunchConfiguration.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Autoscale/Resource/ScalingPolicy.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Autoscale/Resource/Webhook.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Autoscale/Service.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Exception/AgentException.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Exception/AlarmException.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Exception/CheckException.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Exception/CloudMonitoringException.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Exception/EntityException.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Exception/MetricException.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Exception/NotificationHistoryException.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Exception/NotificationPlanException.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Exception/ServiceException.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Exception/TestException.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Exception/ZoneException.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/AbstractResource.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/Agent.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/AgentConnection.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/AgentHost.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/AgentHostInfo.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/AgentTarget.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/AgentToken.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/Alarm.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/Changelog.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/Check.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/CheckType.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/Entity.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/Metric.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/Notification.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/NotificationHistory.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/NotificationPlan.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/NotificationType.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/ReadOnlyResource.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/View.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/Zone.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Service.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Base.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Collection.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/ArrayCollection.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/PaginatedIterator.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/ResourceIterator.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Datetime.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Header.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Mime.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Service.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Size.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/State.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncHttpError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncTimeoutError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AttributeError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AuthenticationError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/BaseException.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnHttpError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnNotAvailableError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnTtlError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CollectionException.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerCreateError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerDeleteError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNameError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNotEmptyError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNotFoundError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CreateError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CreateUpdateError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CredentialError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseCreateError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseDeleteError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseListError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseNameError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseUpdateError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DeleteError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DocumentError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DomainError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/EmptyResponseError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/EndpointError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/FlavorError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpForbiddenError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpOverLimitError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpRetryError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpTimeoutError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpUnauthorizedError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpUrlError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/IOError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/IdRequiredError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ImageError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceCreateError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceDeleteError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceFlavorError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceNotFound.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceUpdateError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidArgumentError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidIdTypeError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidIpTypeError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidParameterError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidRequestError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/JsonError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/LoggingException.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataCreateError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataDeleteError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataJsonError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataKeyError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataPrefixError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataUpdateError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MisMatchedChecksumError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MissingValueError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NameError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkCreateError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkDeleteError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkUpdateError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkUrlError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NoContentTypeError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NoNameError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjFetchError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjectCopyError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjectError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RebuildError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RecordTypeError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ResourceBucketException.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RuntimeException.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerActionError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerCreateError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerDeleteError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerImageScheduleError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerIpsError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerJsonError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerUpdateError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerUrlError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServiceException.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/SnapshotError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/TempUrlMethodError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnknownError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnknownParameterError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnrecognizedServiceError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedExtensionError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedFeatureExtension.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedVersionError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UpdateError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UrlError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserCreateError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserDeleteError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserListError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserNameError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserUpdateError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/VolumeError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/VolumeTypeError.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Client.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Message/Formatter.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Message/RequestSubscriber.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Lang.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Log/AbstractLogger.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Log/LogLevel.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Log/Logger.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Log/LoggerInterface.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Metadata.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/PersistentObject.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Service/AbstractService.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Service/Catalog.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Service/CatalogItem.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Service/CatalogService.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Service/Endpoint.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Service/NovaService.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Service/ServiceBuilder.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Service/ServiceInterface.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Compute/Constants/ImageState.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Compute/Constants/Network.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Compute/Constants/ServerState.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Compute/Exception/KeyPairException.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Compute/Resource/Flavor.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Compute/Resource/Image.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Compute/Resource/KeyPair.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Compute/Resource/Network.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Compute/Resource/Server.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Compute/Resource/ServerMetadata.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Compute/Resource/VolumeAttachment.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Compute/Service.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/DNS/Collection/DnsIterator.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/DNS/Resource/AsyncResponse.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/DNS/Resource/Domain.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/DNS/Resource/Object.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/DNS/Resource/PtrRecord.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/DNS/Resource/Record.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/DNS/Resource/Subdomain.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/DNS/Service.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Database/Resource/Database.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Database/Resource/Instance.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Database/Resource/User.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Database/Service.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Identity/Constants/User.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Role.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Tenant.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Token.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/User.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Identity/Service.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/Access.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/Algorithm.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/AllowedDomain.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/BillableLoadBalancer.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/ConnectionLogging.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/ConnectionThrottle.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/ContentCaching.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/ErrorPage.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/HealthMonitor.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/LoadBalancer.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/Metadata.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/Node.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/NodeEvent.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/Protocol.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/Readonly.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/SSLTermination.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/SessionPersistence.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/Stats.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/SubResource.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/Usage.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/VirtualIp.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Service.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/AbstractService.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/CDNService.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Constants/Header.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Constants/UrlType.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/BulkOperationException.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ContainerException.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ObjectNotFoundException.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/StreamException.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/UploadException.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/AbstractContainer.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/AbstractResource.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Account.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/CDNContainer.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Container.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/ContainerMetadata.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/DataObject.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Service.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/AbstractTransfer.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ConcurrentTransfer.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ConsecutiveTransfer.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ContainerMigration.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/DirectorySync.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferBuilder.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferPart.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferState.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/OpenStack.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Orchestration/Resource.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Orchestration/Service.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Orchestration/Stack.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Queues/Exception/DeleteMessageException.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Queues/Exception/MessageException.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Queues/Exception/QueueException.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Queues/Exception/QueueMetadataException.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Queues/Resource/Claim.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Queues/Resource/Message.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Queues/Resource/Queue.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Queues/Service.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Rackspace.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Version.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Volume/Resource/Snapshot.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Volume/Resource/Volume.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Volume/Resource/VolumeType.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Volume/Service.php
share/owncloud/3rdparty/rackspace/php-opencloud/lib/php-opencloud.php
share/owncloud/3rdparty/rackspace/php-opencloud/phpunit.xml.dist
share/owncloud/3rdparty/react/promise/.gitignore
share/owncloud/3rdparty/react/promise/LICENSE
share/owncloud/3rdparty/react/promise/src/CancellablePromiseInterface.php
share/owncloud/3rdparty/react/promise/src/Deferred.php
share/owncloud/3rdparty/react/promise/src/ExtendedPromiseInterface.php
share/owncloud/3rdparty/react/promise/src/FulfilledPromise.php
share/owncloud/3rdparty/react/promise/src/LazyPromise.php
share/owncloud/3rdparty/react/promise/src/Promise.php
share/owncloud/3rdparty/react/promise/src/PromiseInterface.php
share/owncloud/3rdparty/react/promise/src/PromisorInterface.php
share/owncloud/3rdparty/react/promise/src/RejectedPromise.php
share/owncloud/3rdparty/react/promise/src/UnhandledRejectionException.php
share/owncloud/3rdparty/react/promise/src/functions.php
share/owncloud/3rdparty/react/promise/src/functions_include.php
share/owncloud/3rdparty/sabre/dav/.gitignore
share/owncloud/3rdparty/sabre/dav/CHANGELOG.md
share/owncloud/3rdparty/sabre/dav/CONTRIBUTING.md
share/owncloud/3rdparty/sabre/dav/LICENSE
share/owncloud/3rdparty/sabre/dav/README.md
share/owncloud/3rdparty/sabre/dav/composer.json
share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Backend/AbstractBackend.php
share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Backend/BackendInterface.php
share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Backend/NotificationSupport.php
share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Backend/PDO.php
share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Backend/SchedulingSupport.php
share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Backend/SharingSupport.php
share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Backend/SubscriptionSupport.php
share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Backend/SyncSupport.php
share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Calendar.php
share/owncloud/3rdparty/sabre/dav/lib/CalDAV/CalendarHome.php
share/owncloud/3rdparty/sabre/dav/lib/CalDAV/CalendarObject.php
share/owncloud/3rdparty/sabre/dav/lib/CalDAV/CalendarQueryValidator.php
share/owncloud/3rdparty/sabre/dav/lib/CalDAV/CalendarRoot.php
share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Exception/InvalidComponentType.php
share/owncloud/3rdparty/sabre/dav/lib/CalDAV/ICSExportPlugin.php
share/owncloud/3rdparty/sabre/dav/lib/CalDAV/ICalendar.php
share/owncloud/3rdparty/sabre/dav/lib/CalDAV/ICalendarObject.php
share/owncloud/3rdparty/sabre/dav/lib/CalDAV/ICalendarObjectContainer.php
share/owncloud/3rdparty/sabre/dav/lib/CalDAV/IShareableCalendar.php
share/owncloud/3rdparty/sabre/dav/lib/CalDAV/ISharedCalendar.php
share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Notifications/Collection.php
share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Notifications/ICollection.php
share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Notifications/INode.php
share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Notifications/Node.php
share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Notifications/Plugin.php
share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Plugin.php
share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Principal/Collection.php
share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Principal/IProxyRead.php
share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Principal/IProxyWrite.php
share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Principal/ProxyRead.php
share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Principal/ProxyWrite.php
share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Principal/User.php
share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Schedule/IInbox.php
share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Schedule/IMipPlugin.php
share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Schedule/IOutbox.php
share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Schedule/ISchedulingObject.php
share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Schedule/Inbox.php
share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Schedule/Outbox.php
share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Schedule/Plugin.php
share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Schedule/SchedulingObject.php
share/owncloud/3rdparty/sabre/dav/lib/CalDAV/ShareableCalendar.php
share/owncloud/3rdparty/sabre/dav/lib/CalDAV/SharedCalendar.php
share/owncloud/3rdparty/sabre/dav/lib/CalDAV/SharingPlugin.php
share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Subscriptions/ISubscription.php
share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Subscriptions/Plugin.php
share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Subscriptions/Subscription.php
share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Filter/CalendarData.php
share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Filter/CompFilter.php
share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Filter/ParamFilter.php
share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Filter/PropFilter.php
share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Notification/Invite.php
share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Notification/InviteReply.php
share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Notification/NotificationInterface.php
share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Notification/SystemStatus.php
share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Property/AllowedSharingModes.php
share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Property/EmailAddressSet.php
share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Property/Invite.php
share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Property/ScheduleCalendarTransp.php
share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Property/SupportedCalendarComponentSet.php
share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Property/SupportedCalendarData.php
share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Property/SupportedCollationSet.php
share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Request/CalendarMultiGetReport.php
share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Request/CalendarQueryReport.php
share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Request/FreeBusyQueryReport.php
share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Request/InviteReply.php
share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Request/MkCalendar.php
share/owncloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Request/Share.php
share/owncloud/3rdparty/sabre/dav/lib/CardDAV/AddressBook.php
share/owncloud/3rdparty/sabre/dav/lib/CardDAV/AddressBookHome.php
share/owncloud/3rdparty/sabre/dav/lib/CardDAV/AddressBookRoot.php
share/owncloud/3rdparty/sabre/dav/lib/CardDAV/Backend/AbstractBackend.php
share/owncloud/3rdparty/sabre/dav/lib/CardDAV/Backend/BackendInterface.php
share/owncloud/3rdparty/sabre/dav/lib/CardDAV/Backend/PDO.php
share/owncloud/3rdparty/sabre/dav/lib/CardDAV/Backend/SyncSupport.php
share/owncloud/3rdparty/sabre/dav/lib/CardDAV/Card.php
share/owncloud/3rdparty/sabre/dav/lib/CardDAV/IAddressBook.php
share/owncloud/3rdparty/sabre/dav/lib/CardDAV/ICard.php
share/owncloud/3rdparty/sabre/dav/lib/CardDAV/IDirectory.php
share/owncloud/3rdparty/sabre/dav/lib/CardDAV/Plugin.php
share/owncloud/3rdparty/sabre/dav/lib/CardDAV/VCFExportPlugin.php
share/owncloud/3rdparty/sabre/dav/lib/CardDAV/Xml/Filter/AddressData.php
share/owncloud/3rdparty/sabre/dav/lib/CardDAV/Xml/Filter/ParamFilter.php
share/owncloud/3rdparty/sabre/dav/lib/CardDAV/Xml/Filter/PropFilter.php
share/owncloud/3rdparty/sabre/dav/lib/CardDAV/Xml/Property/SupportedAddressData.php
share/owncloud/3rdparty/sabre/dav/lib/CardDAV/Xml/Property/SupportedCollationSet.php
share/owncloud/3rdparty/sabre/dav/lib/CardDAV/Xml/Request/AddressBookMultiGetReport.php
share/owncloud/3rdparty/sabre/dav/lib/CardDAV/Xml/Request/AddressBookQueryReport.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/Auth/Backend/AbstractBasic.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/Auth/Backend/AbstractDigest.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/Auth/Backend/Apache.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/Auth/Backend/BackendInterface.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/Auth/Backend/BasicCallBack.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/Auth/Backend/File.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/Auth/Backend/PDO.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/Auth/Plugin.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/Browser/GuessContentType.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/Browser/HtmlOutput.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/Browser/HtmlOutputHelper.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/Browser/MapGetToPropFind.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/Browser/Plugin.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/Browser/PropFindAll.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/Browser/assets/favicon.ico
share/owncloud/3rdparty/sabre/dav/lib/DAV/Browser/assets/openiconic/ICON-LICENSE
share/owncloud/3rdparty/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.css
share/owncloud/3rdparty/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.eot
share/owncloud/3rdparty/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.otf
share/owncloud/3rdparty/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.svg
share/owncloud/3rdparty/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.ttf
share/owncloud/3rdparty/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.woff
share/owncloud/3rdparty/sabre/dav/lib/DAV/Browser/assets/sabredav.css
share/owncloud/3rdparty/sabre/dav/lib/DAV/Browser/assets/sabredav.png
share/owncloud/3rdparty/sabre/dav/lib/DAV/Client.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/Collection.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/CorePlugin.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/Exception.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/Exception/BadRequest.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/Exception/Conflict.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/Exception/ConflictingLock.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/Exception/Forbidden.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/Exception/InsufficientStorage.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/Exception/InvalidResourceType.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/Exception/InvalidSyncToken.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/Exception/LengthRequired.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/Exception/LockTokenMatchesRequestUri.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/Exception/Locked.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/Exception/MethodNotAllowed.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/Exception/NotAuthenticated.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/Exception/NotFound.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/Exception/NotImplemented.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/Exception/PaymentRequired.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/Exception/PreconditionFailed.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/Exception/ReportNotSupported.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/Exception/RequestedRangeNotSatisfiable.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/Exception/ServiceUnavailable.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/Exception/TooManyMatches.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/Exception/UnsupportedMediaType.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/FS/Directory.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/FS/File.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/FS/Node.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/FSExt/Directory.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/FSExt/File.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/File.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/ICollection.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/IExtendedCollection.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/IFile.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/IMoveTarget.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/IMultiGet.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/INode.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/IProperties.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/IQuota.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/Locks/Backend/AbstractBackend.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/Locks/Backend/BackendInterface.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/Locks/Backend/File.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/Locks/Backend/PDO.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/Locks/LockInfo.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/Locks/Plugin.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/MkCol.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/Mount/Plugin.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/Node.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/PartialUpdate/IPatchSupport.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/PartialUpdate/Plugin.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/PropFind.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/PropPatch.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/PropertyStorage/Backend/BackendInterface.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/PropertyStorage/Backend/PDO.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/PropertyStorage/Plugin.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/Server.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/ServerPlugin.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/SimpleCollection.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/SimpleFile.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/StringUtil.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/Sync/ISyncCollection.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/Sync/Plugin.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/TemporaryFileFilterPlugin.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/Tree.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/UUIDUtil.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/Version.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/Xml/Element/Prop.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/Xml/Element/Response.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/Xml/Property/Complex.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/Xml/Property/GetLastModified.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/Xml/Property/Href.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/Xml/Property/LockDiscovery.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/Xml/Property/ResourceType.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/Xml/Property/SupportedLock.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/Xml/Property/SupportedMethodSet.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/Xml/Property/SupportedReportSet.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/Xml/Request/Lock.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/Xml/Request/MkCol.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/Xml/Request/PropFind.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/Xml/Request/PropPatch.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/Xml/Request/SyncCollectionReport.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/Xml/Response/MultiStatus.php
share/owncloud/3rdparty/sabre/dav/lib/DAV/Xml/Service.php
share/owncloud/3rdparty/sabre/dav/lib/DAVACL/AbstractPrincipalCollection.php
share/owncloud/3rdparty/sabre/dav/lib/DAVACL/Exception/AceConflict.php
share/owncloud/3rdparty/sabre/dav/lib/DAVACL/Exception/NeedPrivileges.php
share/owncloud/3rdparty/sabre/dav/lib/DAVACL/Exception/NoAbstract.php
share/owncloud/3rdparty/sabre/dav/lib/DAVACL/Exception/NotRecognizedPrincipal.php
share/owncloud/3rdparty/sabre/dav/lib/DAVACL/Exception/NotSupportedPrivilege.php
share/owncloud/3rdparty/sabre/dav/lib/DAVACL/FS/Collection.php
share/owncloud/3rdparty/sabre/dav/lib/DAVACL/FS/File.php
share/owncloud/3rdparty/sabre/dav/lib/DAVACL/FS/HomeCollection.php
share/owncloud/3rdparty/sabre/dav/lib/DAVACL/IACL.php
share/owncloud/3rdparty/sabre/dav/lib/DAVACL/IPrincipal.php
share/owncloud/3rdparty/sabre/dav/lib/DAVACL/IPrincipalCollection.php
share/owncloud/3rdparty/sabre/dav/lib/DAVACL/Plugin.php
share/owncloud/3rdparty/sabre/dav/lib/DAVACL/Principal.php
share/owncloud/3rdparty/sabre/dav/lib/DAVACL/PrincipalBackend/AbstractBackend.php
share/owncloud/3rdparty/sabre/dav/lib/DAVACL/PrincipalBackend/BackendInterface.php
share/owncloud/3rdparty/sabre/dav/lib/DAVACL/PrincipalBackend/CreatePrincipalSupport.php
share/owncloud/3rdparty/sabre/dav/lib/DAVACL/PrincipalBackend/PDO.php
share/owncloud/3rdparty/sabre/dav/lib/DAVACL/PrincipalCollection.php
share/owncloud/3rdparty/sabre/dav/lib/DAVACL/Xml/Property/Acl.php
share/owncloud/3rdparty/sabre/dav/lib/DAVACL/Xml/Property/AclRestrictions.php
share/owncloud/3rdparty/sabre/dav/lib/DAVACL/Xml/Property/CurrentUserPrivilegeSet.php
share/owncloud/3rdparty/sabre/dav/lib/DAVACL/Xml/Property/Principal.php
share/owncloud/3rdparty/sabre/dav/lib/DAVACL/Xml/Property/SupportedPrivilegeSet.php
share/owncloud/3rdparty/sabre/dav/lib/DAVACL/Xml/Request/ExpandPropertyReport.php
share/owncloud/3rdparty/sabre/dav/lib/DAVACL/Xml/Request/PrincipalPropertySearchReport.php
share/owncloud/3rdparty/sabre/dav/lib/DAVACL/Xml/Request/PrincipalSearchPropertySetReport.php
share/owncloud/3rdparty/sabre/event/.gitignore
share/owncloud/3rdparty/sabre/event/CHANGELOG.md
share/owncloud/3rdparty/sabre/event/LICENSE
share/owncloud/3rdparty/sabre/event/README.md
share/owncloud/3rdparty/sabre/event/composer.json
share/owncloud/3rdparty/sabre/event/lib/EventEmitter.php
share/owncloud/3rdparty/sabre/event/lib/EventEmitterInterface.php
share/owncloud/3rdparty/sabre/event/lib/EventEmitterTrait.php
share/owncloud/3rdparty/sabre/event/lib/Promise.php
share/owncloud/3rdparty/sabre/event/lib/PromiseAlreadyResolvedException.php
share/owncloud/3rdparty/sabre/event/lib/Version.php
share/owncloud/3rdparty/sabre/event/phpunit.xml.dist
share/owncloud/3rdparty/sabre/http/.gitignore
share/owncloud/3rdparty/sabre/http/CHANGELOG.md
share/owncloud/3rdparty/sabre/http/LICENSE
share/owncloud/3rdparty/sabre/http/README.md
share/owncloud/3rdparty/sabre/http/composer.json
share/owncloud/3rdparty/sabre/http/lib/Auth/AWS.php
share/owncloud/3rdparty/sabre/http/lib/Auth/AbstractAuth.php
share/owncloud/3rdparty/sabre/http/lib/Auth/Basic.php
share/owncloud/3rdparty/sabre/http/lib/Auth/Bearer.php
share/owncloud/3rdparty/sabre/http/lib/Auth/Digest.php
share/owncloud/3rdparty/sabre/http/lib/Client.php
share/owncloud/3rdparty/sabre/http/lib/ClientException.php
share/owncloud/3rdparty/sabre/http/lib/ClientHttpException.php
share/owncloud/3rdparty/sabre/http/lib/HttpException.php
share/owncloud/3rdparty/sabre/http/lib/Message.php
share/owncloud/3rdparty/sabre/http/lib/MessageDecoratorTrait.php
share/owncloud/3rdparty/sabre/http/lib/MessageInterface.php
share/owncloud/3rdparty/sabre/http/lib/Request.php
share/owncloud/3rdparty/sabre/http/lib/RequestDecorator.php
share/owncloud/3rdparty/sabre/http/lib/RequestInterface.php
share/owncloud/3rdparty/sabre/http/lib/Response.php
share/owncloud/3rdparty/sabre/http/lib/ResponseDecorator.php
share/owncloud/3rdparty/sabre/http/lib/ResponseInterface.php
share/owncloud/3rdparty/sabre/http/lib/Sapi.php
share/owncloud/3rdparty/sabre/http/lib/URLUtil.php
share/owncloud/3rdparty/sabre/http/lib/Util.php
share/owncloud/3rdparty/sabre/http/lib/Version.php
share/owncloud/3rdparty/sabre/http/lib/functions.php
share/owncloud/3rdparty/sabre/uri/.gitignore
share/owncloud/3rdparty/sabre/uri/CHANGELOG.md
share/owncloud/3rdparty/sabre/uri/LICENSE
share/owncloud/3rdparty/sabre/uri/README.md
share/owncloud/3rdparty/sabre/uri/composer.json
share/owncloud/3rdparty/sabre/uri/lib/Version.php
share/owncloud/3rdparty/sabre/uri/lib/functions.php
share/owncloud/3rdparty/sabre/vobject/.gitignore
share/owncloud/3rdparty/sabre/vobject/ChangeLog.md
share/owncloud/3rdparty/sabre/vobject/LICENSE
share/owncloud/3rdparty/sabre/vobject/README.md
share/owncloud/3rdparty/sabre/vobject/composer.json
share/owncloud/3rdparty/sabre/vobject/lib/Cli.php
share/owncloud/3rdparty/sabre/vobject/lib/Component.php
share/owncloud/3rdparty/sabre/vobject/lib/Component/Available.php
share/owncloud/3rdparty/sabre/vobject/lib/Component/VAlarm.php
share/owncloud/3rdparty/sabre/vobject/lib/Component/VAvailability.php
share/owncloud/3rdparty/sabre/vobject/lib/Component/VCalendar.php
share/owncloud/3rdparty/sabre/vobject/lib/Component/VCard.php
share/owncloud/3rdparty/sabre/vobject/lib/Component/VEvent.php
share/owncloud/3rdparty/sabre/vobject/lib/Component/VFreeBusy.php
share/owncloud/3rdparty/sabre/vobject/lib/Component/VJournal.php
share/owncloud/3rdparty/sabre/vobject/lib/Component/VTimeZone.php
share/owncloud/3rdparty/sabre/vobject/lib/Component/VTodo.php
share/owncloud/3rdparty/sabre/vobject/lib/DateTimeParser.php
share/owncloud/3rdparty/sabre/vobject/lib/Document.php
share/owncloud/3rdparty/sabre/vobject/lib/ElementList.php
share/owncloud/3rdparty/sabre/vobject/lib/EofException.php
share/owncloud/3rdparty/sabre/vobject/lib/FreeBusyGenerator.php
share/owncloud/3rdparty/sabre/vobject/lib/ITip/Broker.php
share/owncloud/3rdparty/sabre/vobject/lib/ITip/ITipException.php
share/owncloud/3rdparty/sabre/vobject/lib/ITip/Message.php
share/owncloud/3rdparty/sabre/vobject/lib/ITip/SameOrganizerForAllComponentsException.php
share/owncloud/3rdparty/sabre/vobject/lib/Node.php
share/owncloud/3rdparty/sabre/vobject/lib/Parameter.php
share/owncloud/3rdparty/sabre/vobject/lib/ParseException.php
share/owncloud/3rdparty/sabre/vobject/lib/Parser/Json.php
share/owncloud/3rdparty/sabre/vobject/lib/Parser/MimeDir.php
share/owncloud/3rdparty/sabre/vobject/lib/Parser/Parser.php
share/owncloud/3rdparty/sabre/vobject/lib/Property.php
share/owncloud/3rdparty/sabre/vobject/lib/Property/Binary.php
share/owncloud/3rdparty/sabre/vobject/lib/Property/Boolean.php
share/owncloud/3rdparty/sabre/vobject/lib/Property/FlatText.php
share/owncloud/3rdparty/sabre/vobject/lib/Property/FloatValue.php
share/owncloud/3rdparty/sabre/vobject/lib/Property/ICalendar/CalAddress.php
share/owncloud/3rdparty/sabre/vobject/lib/Property/ICalendar/Date.php
share/owncloud/3rdparty/sabre/vobject/lib/Property/ICalendar/DateTime.php
share/owncloud/3rdparty/sabre/vobject/lib/Property/ICalendar/Duration.php
share/owncloud/3rdparty/sabre/vobject/lib/Property/ICalendar/Period.php
share/owncloud/3rdparty/sabre/vobject/lib/Property/ICalendar/Recur.php
share/owncloud/3rdparty/sabre/vobject/lib/Property/IntegerValue.php
share/owncloud/3rdparty/sabre/vobject/lib/Property/Text.php
share/owncloud/3rdparty/sabre/vobject/lib/Property/Time.php
share/owncloud/3rdparty/sabre/vobject/lib/Property/Unknown.php
share/owncloud/3rdparty/sabre/vobject/lib/Property/Uri.php
share/owncloud/3rdparty/sabre/vobject/lib/Property/UtcOffset.php
share/owncloud/3rdparty/sabre/vobject/lib/Property/VCard/Date.php
share/owncloud/3rdparty/sabre/vobject/lib/Property/VCard/DateAndOrTime.php
share/owncloud/3rdparty/sabre/vobject/lib/Property/VCard/DateTime.php
share/owncloud/3rdparty/sabre/vobject/lib/Property/VCard/LanguageTag.php
share/owncloud/3rdparty/sabre/vobject/lib/Property/VCard/TimeStamp.php
share/owncloud/3rdparty/sabre/vobject/lib/Reader.php
share/owncloud/3rdparty/sabre/vobject/lib/Recur/EventIterator.php
share/owncloud/3rdparty/sabre/vobject/lib/Recur/NoInstancesException.php
share/owncloud/3rdparty/sabre/vobject/lib/Recur/RDateIterator.php
share/owncloud/3rdparty/sabre/vobject/lib/Recur/RRuleIterator.php
share/owncloud/3rdparty/sabre/vobject/lib/RecurrenceIterator.php
share/owncloud/3rdparty/sabre/vobject/lib/Splitter/ICalendar.php
share/owncloud/3rdparty/sabre/vobject/lib/Splitter/SplitterInterface.php
share/owncloud/3rdparty/sabre/vobject/lib/Splitter/VCard.php
share/owncloud/3rdparty/sabre/vobject/lib/StringUtil.php
share/owncloud/3rdparty/sabre/vobject/lib/TimeZoneUtil.php
share/owncloud/3rdparty/sabre/vobject/lib/UUIDUtil.php
share/owncloud/3rdparty/sabre/vobject/lib/VCardConverter.php
share/owncloud/3rdparty/sabre/vobject/lib/Version.php
share/owncloud/3rdparty/sabre/vobject/lib/timezonedata/exchangezones.php
share/owncloud/3rdparty/sabre/vobject/lib/timezonedata/lotuszones.php
share/owncloud/3rdparty/sabre/vobject/lib/timezonedata/php-bc.php
share/owncloud/3rdparty/sabre/vobject/lib/timezonedata/php-workaround.php
share/owncloud/3rdparty/sabre/vobject/lib/timezonedata/windowszones.php
share/owncloud/3rdparty/sabre/xml/.gitignore
share/owncloud/3rdparty/sabre/xml/CHANGELOG.md
share/owncloud/3rdparty/sabre/xml/LICENSE
share/owncloud/3rdparty/sabre/xml/README.md
share/owncloud/3rdparty/sabre/xml/composer.json
share/owncloud/3rdparty/sabre/xml/lib/ContextStackTrait.php
share/owncloud/3rdparty/sabre/xml/lib/Deserializer/functions.php
share/owncloud/3rdparty/sabre/xml/lib/Element.php
share/owncloud/3rdparty/sabre/xml/lib/Element/Base.php
share/owncloud/3rdparty/sabre/xml/lib/Element/Cdata.php
share/owncloud/3rdparty/sabre/xml/lib/Element/Elements.php
share/owncloud/3rdparty/sabre/xml/lib/Element/KeyValue.php
share/owncloud/3rdparty/sabre/xml/lib/Element/Uri.php
share/owncloud/3rdparty/sabre/xml/lib/Element/XmlFragment.php
share/owncloud/3rdparty/sabre/xml/lib/LibXMLException.php
share/owncloud/3rdparty/sabre/xml/lib/ParseException.php
share/owncloud/3rdparty/sabre/xml/lib/Reader.php
share/owncloud/3rdparty/sabre/xml/lib/Serializer/functions.php
share/owncloud/3rdparty/sabre/xml/lib/Service.php
share/owncloud/3rdparty/sabre/xml/lib/Version.php
share/owncloud/3rdparty/sabre/xml/lib/Writer.php
share/owncloud/3rdparty/sabre/xml/lib/XmlDeserializable.php
share/owncloud/3rdparty/sabre/xml/lib/XmlSerializable.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Attachment.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/ByteStream/AbstractFilterableInputStream.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/ByteStream/ArrayByteStream.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/ByteStream/FileByteStream.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/ByteStream/TemporaryFileByteStream.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReader.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReader/GenericFixedWidthReader.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReader/UsAsciiReader.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReader/Utf8Reader.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReaderFactory.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReaderFactory/SimpleCharacterReaderFactory.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/CharacterStream.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/CharacterStream/ArrayCharacterStream.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/CharacterStream/NgCharacterStream.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/ConfigurableSpool.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/DependencyContainer.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/DependencyException.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/EmbeddedFile.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Encoder.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Encoder/Base64Encoder.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Encoder/QpEncoder.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Encoder/Rfc2231Encoder.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Encoding.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/CommandEvent.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/CommandListener.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/Event.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventObject.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/ResponseEvent.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/ResponseListener.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendEvent.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/TransportChangeEvent.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/TransportChangeListener.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/TransportExceptionEvent.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/TransportExceptionListener.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/FailoverTransport.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/FileSpool.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/FileStream.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Filterable.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Image.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/InputByteStream.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/IoException.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/KeyCache.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/KeyCache/ArrayKeyCache.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/KeyCache/DiskKeyCache.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/KeyCache/KeyCacheInputStream.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/KeyCache/NullKeyCache.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/KeyCache/SimpleKeyCacheInputStream.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/LoadBalancedTransport.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/MailTransport.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mailer.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mailer/ArrayRecipientIterator.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mailer/RecipientIterator.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/MemorySpool.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Message.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Attachment.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/CharsetObserver.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/Base64ContentEncoder.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/NativeQpContentEncoder.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/PlainContentEncoder.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/QpContentEncoder.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/QpContentEncoderProxy.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/RawContentEncoder.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/EmbeddedFile.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/EncodingObserver.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Grammar.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Header.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/HeaderEncoder.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/HeaderEncoder/Base64HeaderEncoder.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/HeaderEncoder/QpHeaderEncoder.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/HeaderFactory.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/HeaderSet.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/AbstractHeader.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/DateHeader.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/IdentificationHeader.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/MailboxHeader.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/OpenDKIMHeader.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/ParameterizedHeader.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/PathHeader.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/UnstructuredHeader.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Message.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/MimeEntity.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/MimePart.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ParameterizedHeader.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleHeaderFactory.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleHeaderSet.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleMessage.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleMimeEntity.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/MimePart.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/NullTransport.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/OutputByteStream.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/AntiFloodPlugin.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/BandwidthMonitorPlugin.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Decorator/Replacements.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/DecoratorPlugin.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/ImpersonatePlugin.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Logger.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/LoggerPlugin.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Loggers/ArrayLogger.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Loggers/EchoLogger.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Pop/Pop3Connection.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Pop/Pop3Exception.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/PopBeforeSmtpPlugin.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/RedirectingPlugin.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Reporter.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/ReporterPlugin.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Reporters/HitReporter.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Reporters/HtmlReporter.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Sleeper.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/ThrottlerPlugin.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Timer.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Preferences.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/ReplacementFilterFactory.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/RfcComplianceException.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/SendmailTransport.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/SignedMessage.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Signer.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Signers/BodySigner.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Signers/DKIMSigner.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Signers/DomainKeySigner.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Signers/HeaderSigner.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Signers/OpenDKIMSigner.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Signers/SMimeSigner.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/SmtpTransport.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Spool.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/SpoolTransport.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/StreamFilter.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/StreamFilters/ByteArrayReplacementFilter.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/StreamFilters/StringReplacementFilter.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/StreamFilters/StringReplacementFilterFactory.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/SwiftException.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/AbstractSmtpTransport.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/CramMd5Authenticator.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/LoginAuthenticator.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/NTLMAuthenticator.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/PlainAuthenticator.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/XOAuth2Authenticator.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/AuthHandler.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Authenticator.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/EsmtpHandler.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/EsmtpTransport.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/FailoverTransport.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/IoBuffer.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/LoadBalancedTransport.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/MailInvoker.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/MailTransport.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/NullTransport.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SendmailTransport.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SimpleMailInvoker.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SmtpAgent.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SpoolTransport.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/StreamBuffer.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/TransportException.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Validate.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/dependency_maps/cache_deps.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/dependency_maps/message_deps.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/dependency_maps/mime_deps.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/dependency_maps/transport_deps.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/mime_types.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/preferences.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/swift_init.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/swift_required.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/swift_required_pear.php
share/owncloud/3rdparty/swiftmailer/swiftmailer/lib/swiftmailer_generate_mimes_config.php
share/owncloud/3rdparty/symfony/console/Application.php
share/owncloud/3rdparty/symfony/console/Command/Command.php
share/owncloud/3rdparty/symfony/console/Command/HelpCommand.php
share/owncloud/3rdparty/symfony/console/Command/ListCommand.php
share/owncloud/3rdparty/symfony/console/ConsoleEvents.php
share/owncloud/3rdparty/symfony/console/Descriptor/ApplicationDescription.php
share/owncloud/3rdparty/symfony/console/Descriptor/Descriptor.php
share/owncloud/3rdparty/symfony/console/Descriptor/DescriptorInterface.php
share/owncloud/3rdparty/symfony/console/Descriptor/JsonDescriptor.php
share/owncloud/3rdparty/symfony/console/Descriptor/MarkdownDescriptor.php
share/owncloud/3rdparty/symfony/console/Descriptor/TextDescriptor.php
share/owncloud/3rdparty/symfony/console/Descriptor/XmlDescriptor.php
share/owncloud/3rdparty/symfony/console/Event/ConsoleCommandEvent.php
share/owncloud/3rdparty/symfony/console/Event/ConsoleEvent.php
share/owncloud/3rdparty/symfony/console/Event/ConsoleExceptionEvent.php
share/owncloud/3rdparty/symfony/console/Event/ConsoleTerminateEvent.php
share/owncloud/3rdparty/symfony/console/Exception/CommandNotFoundException.php
share/owncloud/3rdparty/symfony/console/Exception/ExceptionInterface.php
share/owncloud/3rdparty/symfony/console/Exception/InvalidArgumentException.php
share/owncloud/3rdparty/symfony/console/Exception/InvalidOptionException.php
share/owncloud/3rdparty/symfony/console/Exception/LogicException.php
share/owncloud/3rdparty/symfony/console/Exception/RuntimeException.php
share/owncloud/3rdparty/symfony/console/Formatter/OutputFormatter.php
share/owncloud/3rdparty/symfony/console/Formatter/OutputFormatterInterface.php
share/owncloud/3rdparty/symfony/console/Formatter/OutputFormatterStyle.php
share/owncloud/3rdparty/symfony/console/Formatter/OutputFormatterStyleInterface.php
share/owncloud/3rdparty/symfony/console/Formatter/OutputFormatterStyleStack.php
share/owncloud/3rdparty/symfony/console/Helper/DebugFormatterHelper.php
share/owncloud/3rdparty/symfony/console/Helper/DescriptorHelper.php
share/owncloud/3rdparty/symfony/console/Helper/DialogHelper.php
share/owncloud/3rdparty/symfony/console/Helper/FormatterHelper.php
share/owncloud/3rdparty/symfony/console/Helper/Helper.php
share/owncloud/3rdparty/symfony/console/Helper/HelperInterface.php
share/owncloud/3rdparty/symfony/console/Helper/HelperSet.php
share/owncloud/3rdparty/symfony/console/Helper/InputAwareHelper.php
share/owncloud/3rdparty/symfony/console/Helper/ProcessHelper.php
share/owncloud/3rdparty/symfony/console/Helper/ProgressBar.php
share/owncloud/3rdparty/symfony/console/Helper/ProgressHelper.php
share/owncloud/3rdparty/symfony/console/Helper/ProgressIndicator.php
share/owncloud/3rdparty/symfony/console/Helper/QuestionHelper.php
share/owncloud/3rdparty/symfony/console/Helper/SymfonyQuestionHelper.php
share/owncloud/3rdparty/symfony/console/Helper/Table.php
share/owncloud/3rdparty/symfony/console/Helper/TableCell.php
share/owncloud/3rdparty/symfony/console/Helper/TableHelper.php
share/owncloud/3rdparty/symfony/console/Helper/TableSeparator.php
share/owncloud/3rdparty/symfony/console/Helper/TableStyle.php
share/owncloud/3rdparty/symfony/console/Input/ArgvInput.php
share/owncloud/3rdparty/symfony/console/Input/ArrayInput.php
share/owncloud/3rdparty/symfony/console/Input/Input.php
share/owncloud/3rdparty/symfony/console/Input/InputArgument.php
share/owncloud/3rdparty/symfony/console/Input/InputAwareInterface.php
share/owncloud/3rdparty/symfony/console/Input/InputDefinition.php
share/owncloud/3rdparty/symfony/console/Input/InputInterface.php
share/owncloud/3rdparty/symfony/console/Input/InputOption.php
share/owncloud/3rdparty/symfony/console/Input/StringInput.php
share/owncloud/3rdparty/symfony/console/Logger/ConsoleLogger.php
share/owncloud/3rdparty/symfony/console/Output/BufferedOutput.php
share/owncloud/3rdparty/symfony/console/Output/ConsoleOutput.php
share/owncloud/3rdparty/symfony/console/Output/ConsoleOutputInterface.php
share/owncloud/3rdparty/symfony/console/Output/NullOutput.php
share/owncloud/3rdparty/symfony/console/Output/Output.php
share/owncloud/3rdparty/symfony/console/Output/OutputInterface.php
share/owncloud/3rdparty/symfony/console/Output/StreamOutput.php
share/owncloud/3rdparty/symfony/console/Question/ChoiceQuestion.php
share/owncloud/3rdparty/symfony/console/Question/ConfirmationQuestion.php
share/owncloud/3rdparty/symfony/console/Question/Question.php
share/owncloud/3rdparty/symfony/console/Shell.php
share/owncloud/3rdparty/symfony/console/Style/OutputStyle.php
share/owncloud/3rdparty/symfony/console/Style/StyleInterface.php
share/owncloud/3rdparty/symfony/console/Style/SymfonyStyle.php
share/owncloud/3rdparty/symfony/console/Tester/ApplicationTester.php
share/owncloud/3rdparty/symfony/console/Tester/CommandTester.php
share/owncloud/3rdparty/symfony/event-dispatcher/ContainerAwareEventDispatcher.php
share/owncloud/3rdparty/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php
share/owncloud/3rdparty/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php
share/owncloud/3rdparty/symfony/event-dispatcher/Debug/WrappedListener.php
share/owncloud/3rdparty/symfony/event-dispatcher/DependencyInjection/RegisterListenersPass.php
share/owncloud/3rdparty/symfony/event-dispatcher/Event.php
share/owncloud/3rdparty/symfony/event-dispatcher/EventDispatcher.php
share/owncloud/3rdparty/symfony/event-dispatcher/EventDispatcherInterface.php
share/owncloud/3rdparty/symfony/event-dispatcher/EventSubscriberInterface.php
share/owncloud/3rdparty/symfony/event-dispatcher/GenericEvent.php
share/owncloud/3rdparty/symfony/event-dispatcher/ImmutableEventDispatcher.php
share/owncloud/3rdparty/symfony/event-dispatcher/LICENSE
share/owncloud/3rdparty/symfony/polyfill-mbstring/Mbstring.php
share/owncloud/3rdparty/symfony/polyfill-mbstring/Resources/unidata/lowerCase.ser
share/owncloud/3rdparty/symfony/polyfill-mbstring/Resources/unidata/upperCase.ser
share/owncloud/3rdparty/symfony/polyfill-mbstring/bootstrap.php
share/owncloud/3rdparty/symfony/polyfill-php55/LICENSE
share/owncloud/3rdparty/symfony/polyfill-php55/Php55.php
share/owncloud/3rdparty/symfony/polyfill-php55/Php55ArrayColumn.php
share/owncloud/3rdparty/symfony/polyfill-php55/README.md
share/owncloud/3rdparty/symfony/polyfill-php55/bootstrap.php
share/owncloud/3rdparty/symfony/polyfill-php55/composer.json
share/owncloud/3rdparty/symfony/polyfill-php56/LICENSE
share/owncloud/3rdparty/symfony/polyfill-php56/Php56.php
share/owncloud/3rdparty/symfony/polyfill-php56/README.md
share/owncloud/3rdparty/symfony/polyfill-php56/bootstrap.php
share/owncloud/3rdparty/symfony/polyfill-php56/composer.json
share/owncloud/3rdparty/symfony/polyfill-php70/LICENSE
share/owncloud/3rdparty/symfony/polyfill-php70/Php70.php
share/owncloud/3rdparty/symfony/polyfill-php70/README.md
share/owncloud/3rdparty/symfony/polyfill-php70/Resources/stubs/ArithmeticError.php
share/owncloud/3rdparty/symfony/polyfill-php70/Resources/stubs/AssertionError.php
share/owncloud/3rdparty/symfony/polyfill-php70/Resources/stubs/DivisionByZeroError.php
share/owncloud/3rdparty/symfony/polyfill-php70/Resources/stubs/Error.php
share/owncloud/3rdparty/symfony/polyfill-php70/Resources/stubs/ParseError.php
share/owncloud/3rdparty/symfony/polyfill-php70/Resources/stubs/TypeError.php
share/owncloud/3rdparty/symfony/polyfill-php70/bootstrap.php
share/owncloud/3rdparty/symfony/polyfill-php70/composer.json
share/owncloud/3rdparty/symfony/polyfill-util/Binary.php
share/owncloud/3rdparty/symfony/polyfill-util/BinaryNoFuncOverload.php
share/owncloud/3rdparty/symfony/polyfill-util/BinaryOnFuncOverload.php
share/owncloud/3rdparty/symfony/polyfill-util/LICENSE
share/owncloud/3rdparty/symfony/polyfill-util/README.md
share/owncloud/3rdparty/symfony/polyfill-util/TestListener.php
share/owncloud/3rdparty/symfony/polyfill-util/composer.json
share/owncloud/3rdparty/symfony/process/Exception/ExceptionInterface.php
share/owncloud/3rdparty/symfony/process/Exception/InvalidArgumentException.php
share/owncloud/3rdparty/symfony/process/Exception/LogicException.php
share/owncloud/3rdparty/symfony/process/Exception/ProcessFailedException.php
share/owncloud/3rdparty/symfony/process/Exception/ProcessTimedOutException.php
share/owncloud/3rdparty/symfony/process/Exception/RuntimeException.php
share/owncloud/3rdparty/symfony/process/ExecutableFinder.php
share/owncloud/3rdparty/symfony/process/LICENSE
share/owncloud/3rdparty/symfony/process/PhpExecutableFinder.php
share/owncloud/3rdparty/symfony/process/PhpProcess.php
share/owncloud/3rdparty/symfony/process/Pipes/AbstractPipes.php
share/owncloud/3rdparty/symfony/process/Pipes/PipesInterface.php
share/owncloud/3rdparty/symfony/process/Pipes/UnixPipes.php
share/owncloud/3rdparty/symfony/process/Pipes/WindowsPipes.php
share/owncloud/3rdparty/symfony/process/Process.php
share/owncloud/3rdparty/symfony/process/ProcessBuilder.php
share/owncloud/3rdparty/symfony/process/ProcessUtils.php
share/owncloud/3rdparty/symfony/routing/Annotation/Route.php
share/owncloud/3rdparty/symfony/routing/CHANGELOG.md
share/owncloud/3rdparty/symfony/routing/CompiledRoute.php
share/owncloud/3rdparty/symfony/routing/Exception/ExceptionInterface.php
share/owncloud/3rdparty/symfony/routing/Exception/InvalidParameterException.php
share/owncloud/3rdparty/symfony/routing/Exception/MethodNotAllowedException.php
share/owncloud/3rdparty/symfony/routing/Exception/MissingMandatoryParametersException.php
share/owncloud/3rdparty/symfony/routing/Exception/ResourceNotFoundException.php
share/owncloud/3rdparty/symfony/routing/Exception/RouteNotFoundException.php
share/owncloud/3rdparty/symfony/routing/Generator/ConfigurableRequirementsInterface.php
share/owncloud/3rdparty/symfony/routing/Generator/Dumper/GeneratorDumper.php
share/owncloud/3rdparty/symfony/routing/Generator/Dumper/GeneratorDumperInterface.php
share/owncloud/3rdparty/symfony/routing/Generator/Dumper/PhpGeneratorDumper.php
share/owncloud/3rdparty/symfony/routing/Generator/UrlGenerator.php
share/owncloud/3rdparty/symfony/routing/Generator/UrlGeneratorInterface.php
share/owncloud/3rdparty/symfony/routing/LICENSE
share/owncloud/3rdparty/symfony/routing/Loader/AnnotationClassLoader.php
share/owncloud/3rdparty/symfony/routing/Loader/AnnotationDirectoryLoader.php
share/owncloud/3rdparty/symfony/routing/Loader/AnnotationFileLoader.php
share/owncloud/3rdparty/symfony/routing/Loader/ClosureLoader.php
share/owncloud/3rdparty/symfony/routing/Loader/DependencyInjection/ServiceRouterLoader.php
share/owncloud/3rdparty/symfony/routing/Loader/DirectoryLoader.php
share/owncloud/3rdparty/symfony/routing/Loader/ObjectRouteLoader.php
share/owncloud/3rdparty/symfony/routing/Loader/PhpFileLoader.php
share/owncloud/3rdparty/symfony/routing/Loader/XmlFileLoader.php
share/owncloud/3rdparty/symfony/routing/Loader/YamlFileLoader.php
share/owncloud/3rdparty/symfony/routing/Loader/schema/routing/routing-1.0.xsd
share/owncloud/3rdparty/symfony/routing/Matcher/ApacheUrlMatcher.php
share/owncloud/3rdparty/symfony/routing/Matcher/Dumper/ApacheMatcherDumper.php
share/owncloud/3rdparty/symfony/routing/Matcher/Dumper/DumperCollection.php
share/owncloud/3rdparty/symfony/routing/Matcher/Dumper/DumperPrefixCollection.php
share/owncloud/3rdparty/symfony/routing/Matcher/Dumper/DumperRoute.php
share/owncloud/3rdparty/symfony/routing/Matcher/Dumper/MatcherDumper.php
share/owncloud/3rdparty/symfony/routing/Matcher/Dumper/MatcherDumperInterface.php
share/owncloud/3rdparty/symfony/routing/Matcher/Dumper/PhpMatcherDumper.php
share/owncloud/3rdparty/symfony/routing/Matcher/RedirectableUrlMatcher.php
share/owncloud/3rdparty/symfony/routing/Matcher/RedirectableUrlMatcherInterface.php
share/owncloud/3rdparty/symfony/routing/Matcher/RequestMatcherInterface.php
share/owncloud/3rdparty/symfony/routing/Matcher/TraceableUrlMatcher.php
share/owncloud/3rdparty/symfony/routing/Matcher/UrlMatcher.php
share/owncloud/3rdparty/symfony/routing/Matcher/UrlMatcherInterface.php
share/owncloud/3rdparty/symfony/routing/README.md
share/owncloud/3rdparty/symfony/routing/RequestContext.php
share/owncloud/3rdparty/symfony/routing/RequestContextAwareInterface.php
share/owncloud/3rdparty/symfony/routing/Route.php
share/owncloud/3rdparty/symfony/routing/RouteCollection.php
share/owncloud/3rdparty/symfony/routing/RouteCollectionBuilder.php
share/owncloud/3rdparty/symfony/routing/RouteCompiler.php
share/owncloud/3rdparty/symfony/routing/RouteCompilerInterface.php
share/owncloud/3rdparty/symfony/routing/Router.php
share/owncloud/3rdparty/symfony/routing/RouterInterface.php
share/owncloud/AUTHORS
share/owncloud/COPYING-AGPL
share/owncloud/apps/activity/appinfo/app.php
share/owncloud/apps/activity/appinfo/database.xml
share/owncloud/apps/activity/appinfo/info.xml
share/owncloud/apps/activity/appinfo/routes.php
share/owncloud/apps/activity/appinfo/signature.json
share/owncloud/apps/activity/appinfo/update.php
share/owncloud/apps/activity/css/settings.css
share/owncloud/apps/activity/css/style.css
share/owncloud/apps/activity/docs/endpoint-v2.md
share/owncloud/apps/activity/img/activity-dark.png
share/owncloud/apps/activity/img/activity-dark.svg
share/owncloud/apps/activity/img/activity.png
share/owncloud/apps/activity/img/activity.svg
share/owncloud/apps/activity/img/add-color.png
share/owncloud/apps/activity/img/add-color.svg
share/owncloud/apps/activity/img/change.png
share/owncloud/apps/activity/img/change.svg
share/owncloud/apps/activity/img/delete-color.png
share/owncloud/apps/activity/img/delete-color.svg
share/owncloud/apps/activity/js/activitycollection.js
share/owncloud/apps/activity/js/activitymodel.js
share/owncloud/apps/activity/js/activitytabview.js
share/owncloud/apps/activity/js/filesplugin.js
share/owncloud/apps/activity/js/formatter.js
share/owncloud/apps/activity/js/script.js
share/owncloud/apps/activity/js/settings.js
share/owncloud/apps/activity/l10n/.tx/config
share/owncloud/apps/activity/l10n/ar.js
share/owncloud/apps/activity/l10n/ar.json
share/owncloud/apps/activity/l10n/ast.js
share/owncloud/apps/activity/l10n/ast.json
share/owncloud/apps/activity/l10n/az.js
share/owncloud/apps/activity/l10n/az.json
share/owncloud/apps/activity/l10n/bg_BG.js
share/owncloud/apps/activity/l10n/bg_BG.json
share/owncloud/apps/activity/l10n/bn_BD.js
share/owncloud/apps/activity/l10n/bn_BD.json
share/owncloud/apps/activity/l10n/bn_IN.js
share/owncloud/apps/activity/l10n/bn_IN.json
share/owncloud/apps/activity/l10n/ca.js
share/owncloud/apps/activity/l10n/ca.json
share/owncloud/apps/activity/l10n/cs_CZ.js
share/owncloud/apps/activity/l10n/cs_CZ.json
share/owncloud/apps/activity/l10n/da.js
share/owncloud/apps/activity/l10n/da.json
share/owncloud/apps/activity/l10n/de.js
share/owncloud/apps/activity/l10n/de.json
share/owncloud/apps/activity/l10n/de_DE.js
share/owncloud/apps/activity/l10n/de_DE.json
share/owncloud/apps/activity/l10n/el.js
share/owncloud/apps/activity/l10n/el.json
share/owncloud/apps/activity/l10n/en_GB.js
share/owncloud/apps/activity/l10n/en_GB.json
share/owncloud/apps/activity/l10n/es.js
share/owncloud/apps/activity/l10n/es.json
share/owncloud/apps/activity/l10n/es_AR.js
share/owncloud/apps/activity/l10n/es_AR.json
share/owncloud/apps/activity/l10n/es_CL.js
share/owncloud/apps/activity/l10n/es_CL.json
share/owncloud/apps/activity/l10n/es_CR.js
share/owncloud/apps/activity/l10n/es_CR.json
share/owncloud/apps/activity/l10n/es_MX.js
share/owncloud/apps/activity/l10n/es_MX.json
share/owncloud/apps/activity/l10n/et_EE.js
share/owncloud/apps/activity/l10n/et_EE.json
share/owncloud/apps/activity/l10n/eu.js
share/owncloud/apps/activity/l10n/eu.json
share/owncloud/apps/activity/l10n/fa.js
share/owncloud/apps/activity/l10n/fa.json
share/owncloud/apps/activity/l10n/fi_FI.js
share/owncloud/apps/activity/l10n/fi_FI.json
share/owncloud/apps/activity/l10n/fr.js
share/owncloud/apps/activity/l10n/fr.json
share/owncloud/apps/activity/l10n/gl.js
share/owncloud/apps/activity/l10n/gl.json
share/owncloud/apps/activity/l10n/he.js
share/owncloud/apps/activity/l10n/he.json
share/owncloud/apps/activity/l10n/hr.js
share/owncloud/apps/activity/l10n/hr.json
share/owncloud/apps/activity/l10n/hu_HU.js
share/owncloud/apps/activity/l10n/hu_HU.json
share/owncloud/apps/activity/l10n/ia.js
share/owncloud/apps/activity/l10n/ia.json
share/owncloud/apps/activity/l10n/id.js
share/owncloud/apps/activity/l10n/id.json
share/owncloud/apps/activity/l10n/is.js
share/owncloud/apps/activity/l10n/is.json
share/owncloud/apps/activity/l10n/it.js
share/owncloud/apps/activity/l10n/it.json
share/owncloud/apps/activity/l10n/ja.js
share/owncloud/apps/activity/l10n/ja.json
share/owncloud/apps/activity/l10n/ka_GE.js
share/owncloud/apps/activity/l10n/ka_GE.json
share/owncloud/apps/activity/l10n/km.js
share/owncloud/apps/activity/l10n/km.json
share/owncloud/apps/activity/l10n/ko.js
share/owncloud/apps/activity/l10n/ko.json
share/owncloud/apps/activity/l10n/lb.js
share/owncloud/apps/activity/l10n/lb.json
share/owncloud/apps/activity/l10n/lt_LT.js
share/owncloud/apps/activity/l10n/lt_LT.json
share/owncloud/apps/activity/l10n/lv.js
share/owncloud/apps/activity/l10n/lv.json
share/owncloud/apps/activity/l10n/mk.js
share/owncloud/apps/activity/l10n/mk.json
share/owncloud/apps/activity/l10n/ml_IN.js
share/owncloud/apps/activity/l10n/ml_IN.json
share/owncloud/apps/activity/l10n/nb_NO.js
share/owncloud/apps/activity/l10n/nb_NO.json
share/owncloud/apps/activity/l10n/nds.js
share/owncloud/apps/activity/l10n/nds.json
share/owncloud/apps/activity/l10n/nl.js
share/owncloud/apps/activity/l10n/nl.json
share/owncloud/apps/activity/l10n/nn_NO.js
share/owncloud/apps/activity/l10n/nn_NO.json
share/owncloud/apps/activity/l10n/oc.js
share/owncloud/apps/activity/l10n/oc.json
share/owncloud/apps/activity/l10n/pl.js
share/owncloud/apps/activity/l10n/pl.json
share/owncloud/apps/activity/l10n/pt_BR.js
share/owncloud/apps/activity/l10n/pt_BR.json
share/owncloud/apps/activity/l10n/pt_PT.js
share/owncloud/apps/activity/l10n/pt_PT.json
share/owncloud/apps/activity/l10n/ro.js
share/owncloud/apps/activity/l10n/ro.json
share/owncloud/apps/activity/l10n/ru.js
share/owncloud/apps/activity/l10n/ru.json
share/owncloud/apps/activity/l10n/sk_SK.js
share/owncloud/apps/activity/l10n/sk_SK.json
share/owncloud/apps/activity/l10n/sl.js
share/owncloud/apps/activity/l10n/sl.json
share/owncloud/apps/activity/l10n/sq.js
share/owncloud/apps/activity/l10n/sq.json
share/owncloud/apps/activity/l10n/sr.js
share/owncloud/apps/activity/l10n/sr.json
share/owncloud/apps/activity/l10n/sr@latin.js
share/owncloud/apps/activity/l10n/sr@latin.json
share/owncloud/apps/activity/l10n/sv.js
share/owncloud/apps/activity/l10n/sv.json
share/owncloud/apps/activity/l10n/ta_IN.js
share/owncloud/apps/activity/l10n/ta_IN.json
share/owncloud/apps/activity/l10n/th_TH.js
share/owncloud/apps/activity/l10n/th_TH.json
share/owncloud/apps/activity/l10n/tr.js
share/owncloud/apps/activity/l10n/tr.json
share/owncloud/apps/activity/l10n/uk.js
share/owncloud/apps/activity/l10n/uk.json
share/owncloud/apps/activity/l10n/zh_CN.js
share/owncloud/apps/activity/l10n/zh_CN.json
share/owncloud/apps/activity/l10n/zh_TW.js
share/owncloud/apps/activity/l10n/zh_TW.json
share/owncloud/apps/activity/lib/Api.php
share/owncloud/apps/activity/lib/AppInfo/Application.php
share/owncloud/apps/activity/lib/BackgroundJob/EmailNotification.php
share/owncloud/apps/activity/lib/BackgroundJob/ExpireActivities.php
share/owncloud/apps/activity/lib/Consumer.php
share/owncloud/apps/activity/lib/Controller/Activities.php
share/owncloud/apps/activity/lib/Controller/EndPoint.php
share/owncloud/apps/activity/lib/Controller/Feed.php
share/owncloud/apps/activity/lib/Controller/OCSEndPoint.php
share/owncloud/apps/activity/lib/Controller/Settings.php
share/owncloud/apps/activity/lib/Data.php
share/owncloud/apps/activity/lib/DataHelper.php
share/owncloud/apps/activity/lib/Exception/InvalidFilterException.php
share/owncloud/apps/activity/lib/Extension/Files.php
share/owncloud/apps/activity/lib/Extension/Files_Sharing.php
share/owncloud/apps/activity/lib/FilesHooks.php
share/owncloud/apps/activity/lib/FilesHooksStatic.php
share/owncloud/apps/activity/lib/Formatter/BaseFormatter.php
share/owncloud/apps/activity/lib/Formatter/CloudIDFormatter.php
share/owncloud/apps/activity/lib/Formatter/FileFormatter.php
share/owncloud/apps/activity/lib/Formatter/IFormatter.php
share/owncloud/apps/activity/lib/Formatter/UserFormatter.php
share/owncloud/apps/activity/lib/GroupHelper.php
share/owncloud/apps/activity/lib/Hooks.php
share/owncloud/apps/activity/lib/MailQueueHandler.php
share/owncloud/apps/activity/lib/Navigation.php
share/owncloud/apps/activity/lib/Parameter/Collection.php
share/owncloud/apps/activity/lib/Parameter/Factory.php
share/owncloud/apps/activity/lib/Parameter/IParameter.php
share/owncloud/apps/activity/lib/Parameter/Parameter.php
share/owncloud/apps/activity/lib/PlainTextParser.php
share/owncloud/apps/activity/lib/UserSettings.php
share/owncloud/apps/activity/lib/ViewInfoCache.php
share/owncloud/apps/activity/personal.php
share/owncloud/apps/activity/templates/email.notification.php
share/owncloud/apps/activity/templates/personal.php
share/owncloud/apps/activity/templates/rss.php
share/owncloud/apps/activity/templates/stream.app.navigation.php
share/owncloud/apps/activity/templates/stream.body.php
share/owncloud/apps/comments/appinfo/app.php
share/owncloud/apps/comments/appinfo/info.xml
share/owncloud/apps/comments/appinfo/signature.json
share/owncloud/apps/comments/css/comments.css
share/owncloud/apps/comments/js/app.js
share/owncloud/apps/comments/js/commentcollection.js
share/owncloud/apps/comments/js/commentmodel.js
share/owncloud/apps/comments/js/commentstabview.js
share/owncloud/apps/comments/js/commentsummarymodel.js
share/owncloud/apps/comments/js/filesplugin.js
share/owncloud/apps/comments/l10n/af_ZA.js
share/owncloud/apps/comments/l10n/af_ZA.json
share/owncloud/apps/comments/l10n/ar.js
share/owncloud/apps/comments/l10n/ar.json
share/owncloud/apps/comments/l10n/ast.js
share/owncloud/apps/comments/l10n/ast.json
share/owncloud/apps/comments/l10n/az.js
share/owncloud/apps/comments/l10n/az.json
share/owncloud/apps/comments/l10n/bg_BG.js
share/owncloud/apps/comments/l10n/bg_BG.json
share/owncloud/apps/comments/l10n/bn_BD.js
share/owncloud/apps/comments/l10n/bn_BD.json
share/owncloud/apps/comments/l10n/bn_IN.js
share/owncloud/apps/comments/l10n/bn_IN.json
share/owncloud/apps/comments/l10n/bs.js
share/owncloud/apps/comments/l10n/bs.json
share/owncloud/apps/comments/l10n/ca.js
share/owncloud/apps/comments/l10n/ca.json
share/owncloud/apps/comments/l10n/cs_CZ.js
share/owncloud/apps/comments/l10n/cs_CZ.json
share/owncloud/apps/comments/l10n/cy_GB.js
share/owncloud/apps/comments/l10n/cy_GB.json
share/owncloud/apps/comments/l10n/da.js
share/owncloud/apps/comments/l10n/da.json
share/owncloud/apps/comments/l10n/de.js
share/owncloud/apps/comments/l10n/de.json
share/owncloud/apps/comments/l10n/de_AT.js
share/owncloud/apps/comments/l10n/de_AT.json
share/owncloud/apps/comments/l10n/de_DE.js
share/owncloud/apps/comments/l10n/de_DE.json
share/owncloud/apps/comments/l10n/el.js
share/owncloud/apps/comments/l10n/el.json
share/owncloud/apps/comments/l10n/en_GB.js
share/owncloud/apps/comments/l10n/en_GB.json
share/owncloud/apps/comments/l10n/eo.js
share/owncloud/apps/comments/l10n/eo.json
share/owncloud/apps/comments/l10n/es.js
share/owncloud/apps/comments/l10n/es.json
share/owncloud/apps/comments/l10n/es_AR.js
share/owncloud/apps/comments/l10n/es_AR.json
share/owncloud/apps/comments/l10n/es_CL.js
share/owncloud/apps/comments/l10n/es_CL.json
share/owncloud/apps/comments/l10n/es_MX.js
share/owncloud/apps/comments/l10n/es_MX.json
share/owncloud/apps/comments/l10n/et_EE.js
share/owncloud/apps/comments/l10n/et_EE.json
share/owncloud/apps/comments/l10n/eu.js
share/owncloud/apps/comments/l10n/eu.json
share/owncloud/apps/comments/l10n/fa.js
share/owncloud/apps/comments/l10n/fa.json
share/owncloud/apps/comments/l10n/fi_FI.js
share/owncloud/apps/comments/l10n/fi_FI.json
share/owncloud/apps/comments/l10n/fil.js
share/owncloud/apps/comments/l10n/fil.json
share/owncloud/apps/comments/l10n/fr.js
share/owncloud/apps/comments/l10n/fr.json
share/owncloud/apps/comments/l10n/gl.js
share/owncloud/apps/comments/l10n/gl.json
share/owncloud/apps/comments/l10n/he.js
share/owncloud/apps/comments/l10n/he.json
share/owncloud/apps/comments/l10n/hi.js
share/owncloud/apps/comments/l10n/hi.json
share/owncloud/apps/comments/l10n/hr.js
share/owncloud/apps/comments/l10n/hr.json
share/owncloud/apps/comments/l10n/hu_HU.js
share/owncloud/apps/comments/l10n/hu_HU.json
share/owncloud/apps/comments/l10n/hy.js
share/owncloud/apps/comments/l10n/hy.json
share/owncloud/apps/comments/l10n/ia.js
share/owncloud/apps/comments/l10n/ia.json
share/owncloud/apps/comments/l10n/id.js
share/owncloud/apps/comments/l10n/id.json
share/owncloud/apps/comments/l10n/is.js
share/owncloud/apps/comments/l10n/is.json
share/owncloud/apps/comments/l10n/it.js
share/owncloud/apps/comments/l10n/it.json
share/owncloud/apps/comments/l10n/ja.js
share/owncloud/apps/comments/l10n/ja.json
share/owncloud/apps/comments/l10n/ka_GE.js
share/owncloud/apps/comments/l10n/ka_GE.json
share/owncloud/apps/comments/l10n/km.js
share/owncloud/apps/comments/l10n/km.json
share/owncloud/apps/comments/l10n/kn.js
share/owncloud/apps/comments/l10n/kn.json
share/owncloud/apps/comments/l10n/ko.js
share/owncloud/apps/comments/l10n/ko.json
share/owncloud/apps/comments/l10n/ku_IQ.js
share/owncloud/apps/comments/l10n/ku_IQ.json
share/owncloud/apps/comments/l10n/lb.js
share/owncloud/apps/comments/l10n/lb.json
share/owncloud/apps/comments/l10n/lt_LT.js
share/owncloud/apps/comments/l10n/lt_LT.json
share/owncloud/apps/comments/l10n/lv.js
share/owncloud/apps/comments/l10n/lv.json
share/owncloud/apps/comments/l10n/mk.js
share/owncloud/apps/comments/l10n/mk.json
share/owncloud/apps/comments/l10n/mn.js
share/owncloud/apps/comments/l10n/mn.json
share/owncloud/apps/comments/l10n/ms_MY.js
share/owncloud/apps/comments/l10n/ms_MY.json
share/owncloud/apps/comments/l10n/my_MM.js
share/owncloud/apps/comments/l10n/my_MM.json
share/owncloud/apps/comments/l10n/nb_NO.js
share/owncloud/apps/comments/l10n/nb_NO.json
share/owncloud/apps/comments/l10n/nds.js
share/owncloud/apps/comments/l10n/nds.json
share/owncloud/apps/comments/l10n/nl.js
share/owncloud/apps/comments/l10n/nl.json
share/owncloud/apps/comments/l10n/nn_NO.js
share/owncloud/apps/comments/l10n/nn_NO.json
share/owncloud/apps/comments/l10n/oc.js
share/owncloud/apps/comments/l10n/oc.json
share/owncloud/apps/comments/l10n/pa.js
share/owncloud/apps/comments/l10n/pa.json
share/owncloud/apps/comments/l10n/pl.js
share/owncloud/apps/comments/l10n/pl.json
share/owncloud/apps/comments/l10n/pt_BR.js
share/owncloud/apps/comments/l10n/pt_BR.json
share/owncloud/apps/comments/l10n/pt_PT.js
share/owncloud/apps/comments/l10n/pt_PT.json
share/owncloud/apps/comments/l10n/ro.js
share/owncloud/apps/comments/l10n/ro.json
share/owncloud/apps/comments/l10n/ru.js
share/owncloud/apps/comments/l10n/ru.json
share/owncloud/apps/comments/l10n/si_LK.js
share/owncloud/apps/comments/l10n/si_LK.json
share/owncloud/apps/comments/l10n/sk_SK.js
share/owncloud/apps/comments/l10n/sk_SK.json
share/owncloud/apps/comments/l10n/sl.js
share/owncloud/apps/comments/l10n/sl.json
share/owncloud/apps/comments/l10n/sq.js
share/owncloud/apps/comments/l10n/sq.json
share/owncloud/apps/comments/l10n/sr.js
share/owncloud/apps/comments/l10n/sr.json
share/owncloud/apps/comments/l10n/sr@latin.js
share/owncloud/apps/comments/l10n/sr@latin.json
share/owncloud/apps/comments/l10n/sv.js
share/owncloud/apps/comments/l10n/sv.json
share/owncloud/apps/comments/l10n/ta_LK.js
share/owncloud/apps/comments/l10n/ta_LK.json
share/owncloud/apps/comments/l10n/te.js
share/owncloud/apps/comments/l10n/te.json
share/owncloud/apps/comments/l10n/th_TH.js
share/owncloud/apps/comments/l10n/th_TH.json
share/owncloud/apps/comments/l10n/tr.js
share/owncloud/apps/comments/l10n/tr.json
share/owncloud/apps/comments/l10n/ug.js
share/owncloud/apps/comments/l10n/ug.json
share/owncloud/apps/comments/l10n/uk.js
share/owncloud/apps/comments/l10n/uk.json
share/owncloud/apps/comments/l10n/ur_PK.js
share/owncloud/apps/comments/l10n/ur_PK.json
share/owncloud/apps/comments/l10n/vi.js
share/owncloud/apps/comments/l10n/vi.json
share/owncloud/apps/comments/l10n/zh_CN.js
share/owncloud/apps/comments/l10n/zh_CN.json
share/owncloud/apps/comments/l10n/zh_HK.js
share/owncloud/apps/comments/l10n/zh_HK.json
share/owncloud/apps/comments/l10n/zh_TW.js
share/owncloud/apps/comments/l10n/zh_TW.json
share/owncloud/apps/comments/lib/Activity/Extension.php
share/owncloud/apps/comments/lib/Activity/Listener.php
share/owncloud/apps/dav/appinfo/app.php
share/owncloud/apps/dav/appinfo/database.xml
share/owncloud/apps/dav/appinfo/info.xml
share/owncloud/apps/dav/appinfo/register_command.php
share/owncloud/apps/dav/appinfo/signature.json
share/owncloud/apps/dav/appinfo/v1/caldav.php
share/owncloud/apps/dav/appinfo/v1/carddav.php
share/owncloud/apps/dav/appinfo/v1/publicwebdav.php
share/owncloud/apps/dav/appinfo/v1/webdav.php
share/owncloud/apps/dav/appinfo/v2/remote.php
share/owncloud/apps/dav/bin/chunkperf.php
share/owncloud/apps/dav/lib/AppInfo/Application.php
share/owncloud/apps/dav/lib/CalDAV/BirthdayService.php
share/owncloud/apps/dav/lib/CalDAV/CalDavBackend.php
share/owncloud/apps/dav/lib/CalDAV/Calendar.php
share/owncloud/apps/dav/lib/CalDAV/CalendarHome.php
share/owncloud/apps/dav/lib/CalDAV/CalendarObject.php
share/owncloud/apps/dav/lib/CalDAV/CalendarRoot.php
share/owncloud/apps/dav/lib/CalDAV/Schedule/IMipPlugin.php
share/owncloud/apps/dav/lib/CardDAV/AddressBook.php
share/owncloud/apps/dav/lib/CardDAV/AddressBookImpl.php
share/owncloud/apps/dav/lib/CardDAV/AddressBookRoot.php
share/owncloud/apps/dav/lib/CardDAV/CardDavBackend.php
share/owncloud/apps/dav/lib/CardDAV/ContactsManager.php
share/owncloud/apps/dav/lib/CardDAV/Converter.php
share/owncloud/apps/dav/lib/CardDAV/ImageExportPlugin.php
share/owncloud/apps/dav/lib/CardDAV/Plugin.php
share/owncloud/apps/dav/lib/CardDAV/SyncJob.php
share/owncloud/apps/dav/lib/CardDAV/SyncService.php
share/owncloud/apps/dav/lib/CardDAV/UserAddressBooks.php
share/owncloud/apps/dav/lib/CardDAV/Xml/Groups.php
share/owncloud/apps/dav/lib/Command/CreateAddressBook.php
share/owncloud/apps/dav/lib/Command/CreateCalendar.php
share/owncloud/apps/dav/lib/Command/SyncBirthdayCalendar.php
share/owncloud/apps/dav/lib/Command/SyncSystemAddressBook.php
share/owncloud/apps/dav/lib/Comments/CommentNode.php
share/owncloud/apps/dav/lib/Comments/CommentsPlugin.php
share/owncloud/apps/dav/lib/Comments/EntityCollection.php
share/owncloud/apps/dav/lib/Comments/EntityTypeCollection.php
share/owncloud/apps/dav/lib/Comments/RootCollection.php
share/owncloud/apps/dav/lib/Connector/LegacyDAVACL.php
share/owncloud/apps/dav/lib/Connector/PublicAuth.php
share/owncloud/apps/dav/lib/Connector/Sabre/AppEnabledPlugin.php
share/owncloud/apps/dav/lib/Connector/Sabre/Auth.php
share/owncloud/apps/dav/lib/Connector/Sabre/BlockLegacyClientPlugin.php
share/owncloud/apps/dav/lib/Connector/Sabre/ChecksumList.php
share/owncloud/apps/dav/lib/Connector/Sabre/CommentPropertiesPlugin.php
share/owncloud/apps/dav/lib/Connector/Sabre/CopyEtagHeaderPlugin.php
share/owncloud/apps/dav/lib/Connector/Sabre/CustomPropertiesBackend.php
share/owncloud/apps/dav/lib/Connector/Sabre/DavAclPlugin.php
share/owncloud/apps/dav/lib/Connector/Sabre/Directory.php
share/owncloud/apps/dav/lib/Connector/Sabre/DummyGetResponsePlugin.php
share/owncloud/apps/dav/lib/Connector/Sabre/Exception/EntityTooLarge.php
share/owncloud/apps/dav/lib/Connector/Sabre/Exception/FileLocked.php
share/owncloud/apps/dav/lib/Connector/Sabre/Exception/Forbidden.php
share/owncloud/apps/dav/lib/Connector/Sabre/Exception/InvalidPath.php
share/owncloud/apps/dav/lib/Connector/Sabre/Exception/PasswordLoginForbidden.php
share/owncloud/apps/dav/lib/Connector/Sabre/Exception/UnsupportedMediaType.php
share/owncloud/apps/dav/lib/Connector/Sabre/ExceptionLoggerPlugin.php
share/owncloud/apps/dav/lib/Connector/Sabre/FakeLockerPlugin.php
share/owncloud/apps/dav/lib/Connector/Sabre/File.php
share/owncloud/apps/dav/lib/Connector/Sabre/FilesPlugin.php
share/owncloud/apps/dav/lib/Connector/Sabre/FilesReportPlugin.php
share/owncloud/apps/dav/lib/Connector/Sabre/LockPlugin.php
share/owncloud/apps/dav/lib/Connector/Sabre/MaintenancePlugin.php
share/owncloud/apps/dav/lib/Connector/Sabre/Node.php
share/owncloud/apps/dav/lib/Connector/Sabre/ObjectTree.php
share/owncloud/apps/dav/lib/Connector/Sabre/Principal.php
share/owncloud/apps/dav/lib/Connector/Sabre/QuotaPlugin.php
share/owncloud/apps/dav/lib/Connector/Sabre/Server.php
share/owncloud/apps/dav/lib/Connector/Sabre/ServerFactory.php
share/owncloud/apps/dav/lib/Connector/Sabre/ShareTypeList.php
share/owncloud/apps/dav/lib/Connector/Sabre/SharesPlugin.php
share/owncloud/apps/dav/lib/Connector/Sabre/TagList.php
share/owncloud/apps/dav/lib/Connector/Sabre/TagsPlugin.php
share/owncloud/apps/dav/lib/DAV/GroupPrincipalBackend.php
share/owncloud/apps/dav/lib/DAV/Sharing/Backend.php
share/owncloud/apps/dav/lib/DAV/Sharing/IShareable.php
share/owncloud/apps/dav/lib/DAV/Sharing/Plugin.php
share/owncloud/apps/dav/lib/DAV/Sharing/Xml/Invite.php
share/owncloud/apps/dav/lib/DAV/Sharing/Xml/ShareRequest.php
share/owncloud/apps/dav/lib/DAV/SystemPrincipalBackend.php
share/owncloud/apps/dav/lib/Files/BrowserErrorPagePlugin.php
share/owncloud/apps/dav/lib/Files/CustomPropertiesBackend.php
share/owncloud/apps/dav/lib/Files/FilesHome.php
share/owncloud/apps/dav/lib/Files/RootCollection.php
share/owncloud/apps/dav/lib/Files/Sharing/PublicLinkCheckPlugin.php
share/owncloud/apps/dav/lib/HookManager.php
share/owncloud/apps/dav/lib/Migration/Classification.php
share/owncloud/apps/dav/lib/Migration/GenerateBirthdays.php
share/owncloud/apps/dav/lib/RootCollection.php
share/owncloud/apps/dav/lib/Server.php
share/owncloud/apps/dav/lib/SystemTag/SystemTagMappingNode.php
share/owncloud/apps/dav/lib/SystemTag/SystemTagNode.php
share/owncloud/apps/dav/lib/SystemTag/SystemTagPlugin.php
share/owncloud/apps/dav/lib/SystemTag/SystemTagsByIdCollection.php
share/owncloud/apps/dav/lib/SystemTag/SystemTagsObjectMappingCollection.php
share/owncloud/apps/dav/lib/SystemTag/SystemTagsObjectTypeCollection.php
share/owncloud/apps/dav/lib/SystemTag/SystemTagsRelationsCollection.php
share/owncloud/apps/dav/lib/Upload/AssemblyStream.php
share/owncloud/apps/dav/lib/Upload/FutureFile.php
share/owncloud/apps/dav/lib/Upload/RootCollection.php
share/owncloud/apps/dav/lib/Upload/UploadFolder.php
share/owncloud/apps/dav/lib/Upload/UploadHome.php
share/owncloud/apps/dav/templates/exception.php
share/owncloud/apps/encryption/appinfo/app.php
share/owncloud/apps/encryption/appinfo/info.xml
share/owncloud/apps/encryption/appinfo/register_command.php
share/owncloud/apps/encryption/appinfo/routes.php
share/owncloud/apps/encryption/appinfo/signature.json
share/owncloud/apps/encryption/css/settings-admin.css
share/owncloud/apps/encryption/css/settings-personal.css
share/owncloud/apps/encryption/img/app.svg
share/owncloud/apps/encryption/js/encryption.js
share/owncloud/apps/encryption/js/settings-admin.js
share/owncloud/apps/encryption/js/settings-personal.js
share/owncloud/apps/encryption/l10n/ar.js
share/owncloud/apps/encryption/l10n/ar.json
share/owncloud/apps/encryption/l10n/ast.js
share/owncloud/apps/encryption/l10n/ast.json
share/owncloud/apps/encryption/l10n/az.js
share/owncloud/apps/encryption/l10n/az.json
share/owncloud/apps/encryption/l10n/bg_BG.js
share/owncloud/apps/encryption/l10n/bg_BG.json
share/owncloud/apps/encryption/l10n/bn_BD.js
share/owncloud/apps/encryption/l10n/bn_BD.json
share/owncloud/apps/encryption/l10n/bs.js
share/owncloud/apps/encryption/l10n/bs.json
share/owncloud/apps/encryption/l10n/ca.js
share/owncloud/apps/encryption/l10n/ca.json
share/owncloud/apps/encryption/l10n/cs_CZ.js
share/owncloud/apps/encryption/l10n/cs_CZ.json
share/owncloud/apps/encryption/l10n/da.js
share/owncloud/apps/encryption/l10n/da.json
share/owncloud/apps/encryption/l10n/de.js
share/owncloud/apps/encryption/l10n/de.json
share/owncloud/apps/encryption/l10n/de_AT.js
share/owncloud/apps/encryption/l10n/de_AT.json
share/owncloud/apps/encryption/l10n/de_DE.js
share/owncloud/apps/encryption/l10n/de_DE.json
share/owncloud/apps/encryption/l10n/el.js
share/owncloud/apps/encryption/l10n/el.json
share/owncloud/apps/encryption/l10n/en_GB.js
share/owncloud/apps/encryption/l10n/en_GB.json
share/owncloud/apps/encryption/l10n/eo.js
share/owncloud/apps/encryption/l10n/eo.json
share/owncloud/apps/encryption/l10n/es.js
share/owncloud/apps/encryption/l10n/es.json
share/owncloud/apps/encryption/l10n/es_AR.js
share/owncloud/apps/encryption/l10n/es_AR.json
share/owncloud/apps/encryption/l10n/es_MX.js
share/owncloud/apps/encryption/l10n/es_MX.json
share/owncloud/apps/encryption/l10n/et_EE.js
share/owncloud/apps/encryption/l10n/et_EE.json
share/owncloud/apps/encryption/l10n/eu.js
share/owncloud/apps/encryption/l10n/eu.json
share/owncloud/apps/encryption/l10n/fa.js
share/owncloud/apps/encryption/l10n/fa.json
share/owncloud/apps/encryption/l10n/fi_FI.js
share/owncloud/apps/encryption/l10n/fi_FI.json
share/owncloud/apps/encryption/l10n/fr.js
share/owncloud/apps/encryption/l10n/fr.json
share/owncloud/apps/encryption/l10n/gl.js
share/owncloud/apps/encryption/l10n/gl.json
share/owncloud/apps/encryption/l10n/he.js
share/owncloud/apps/encryption/l10n/he.json
share/owncloud/apps/encryption/l10n/hr.js
share/owncloud/apps/encryption/l10n/hr.json
share/owncloud/apps/encryption/l10n/hu_HU.js
share/owncloud/apps/encryption/l10n/hu_HU.json
share/owncloud/apps/encryption/l10n/ia.js
share/owncloud/apps/encryption/l10n/ia.json
share/owncloud/apps/encryption/l10n/id.js
share/owncloud/apps/encryption/l10n/id.json
share/owncloud/apps/encryption/l10n/is.js
share/owncloud/apps/encryption/l10n/is.json
share/owncloud/apps/encryption/l10n/it.js
share/owncloud/apps/encryption/l10n/it.json
share/owncloud/apps/encryption/l10n/ja.js
share/owncloud/apps/encryption/l10n/ja.json
share/owncloud/apps/encryption/l10n/km.js
share/owncloud/apps/encryption/l10n/km.json
share/owncloud/apps/encryption/l10n/kn.js
share/owncloud/apps/encryption/l10n/kn.json
share/owncloud/apps/encryption/l10n/ko.js
share/owncloud/apps/encryption/l10n/ko.json
share/owncloud/apps/encryption/l10n/lb.js
share/owncloud/apps/encryption/l10n/lb.json
share/owncloud/apps/encryption/l10n/lt_LT.js
share/owncloud/apps/encryption/l10n/lt_LT.json
share/owncloud/apps/encryption/l10n/lv.js
share/owncloud/apps/encryption/l10n/lv.json
share/owncloud/apps/encryption/l10n/mk.js
share/owncloud/apps/encryption/l10n/mk.json
share/owncloud/apps/encryption/l10n/nb_NO.js
share/owncloud/apps/encryption/l10n/nb_NO.json
share/owncloud/apps/encryption/l10n/nl.js
share/owncloud/apps/encryption/l10n/nl.json
share/owncloud/apps/encryption/l10n/oc.js
share/owncloud/apps/encryption/l10n/oc.json
share/owncloud/apps/encryption/l10n/pl.js
share/owncloud/apps/encryption/l10n/pl.json
share/owncloud/apps/encryption/l10n/pt_BR.js
share/owncloud/apps/encryption/l10n/pt_BR.json
share/owncloud/apps/encryption/l10n/pt_PT.js
share/owncloud/apps/encryption/l10n/pt_PT.json
share/owncloud/apps/encryption/l10n/ro.js
share/owncloud/apps/encryption/l10n/ro.json
share/owncloud/apps/encryption/l10n/ru.js
share/owncloud/apps/encryption/l10n/ru.json
share/owncloud/apps/encryption/l10n/sk_SK.js
share/owncloud/apps/encryption/l10n/sk_SK.json
share/owncloud/apps/encryption/l10n/sl.js
share/owncloud/apps/encryption/l10n/sl.json
share/owncloud/apps/encryption/l10n/sq.js
share/owncloud/apps/encryption/l10n/sq.json
share/owncloud/apps/encryption/l10n/sr.js
share/owncloud/apps/encryption/l10n/sr.json
share/owncloud/apps/encryption/l10n/sr@latin.js
share/owncloud/apps/encryption/l10n/sr@latin.json
share/owncloud/apps/encryption/l10n/sv.js
share/owncloud/apps/encryption/l10n/sv.json
share/owncloud/apps/encryption/l10n/th_TH.js
share/owncloud/apps/encryption/l10n/th_TH.json
share/owncloud/apps/encryption/l10n/tr.js
share/owncloud/apps/encryption/l10n/tr.json
share/owncloud/apps/encryption/l10n/uk.js
share/owncloud/apps/encryption/l10n/uk.json
share/owncloud/apps/encryption/l10n/ur_PK.js
share/owncloud/apps/encryption/l10n/ur_PK.json
share/owncloud/apps/encryption/l10n/vi.js
share/owncloud/apps/encryption/l10n/vi.json
share/owncloud/apps/encryption/l10n/zh_CN.js
share/owncloud/apps/encryption/l10n/zh_CN.json
share/owncloud/apps/encryption/l10n/zh_HK.js
share/owncloud/apps/encryption/l10n/zh_HK.json
share/owncloud/apps/encryption/l10n/zh_TW.js
share/owncloud/apps/encryption/l10n/zh_TW.json
share/owncloud/apps/encryption/lib/AppInfo/Application.php
share/owncloud/apps/encryption/lib/Command/EnableMasterKey.php
share/owncloud/apps/encryption/lib/Command/MigrateKeys.php
share/owncloud/apps/encryption/lib/Controller/RecoveryController.php
share/owncloud/apps/encryption/lib/Controller/SettingsController.php
share/owncloud/apps/encryption/lib/Controller/StatusController.php
share/owncloud/apps/encryption/lib/Crypto/Crypt.php
share/owncloud/apps/encryption/lib/Crypto/DecryptAll.php
share/owncloud/apps/encryption/lib/Crypto/EncryptAll.php
share/owncloud/apps/encryption/lib/Crypto/Encryption.php
share/owncloud/apps/encryption/lib/Exceptions/MultiKeyDecryptException.php
share/owncloud/apps/encryption/lib/Exceptions/MultiKeyEncryptException.php
share/owncloud/apps/encryption/lib/Exceptions/PrivateKeyMissingException.php
share/owncloud/apps/encryption/lib/Exceptions/PublicKeyMissingException.php
share/owncloud/apps/encryption/lib/HookManager.php
share/owncloud/apps/encryption/lib/Hooks/Contracts/IHook.php
share/owncloud/apps/encryption/lib/Hooks/UserHooks.php
share/owncloud/apps/encryption/lib/KeyManager.php
share/owncloud/apps/encryption/lib/Migration.php
share/owncloud/apps/encryption/lib/Recovery.php
share/owncloud/apps/encryption/lib/Session.php
share/owncloud/apps/encryption/lib/Users/Setup.php
share/owncloud/apps/encryption/lib/Util.php
share/owncloud/apps/encryption/settings/settings-admin.php
share/owncloud/apps/encryption/settings/settings-personal.php
share/owncloud/apps/encryption/templates/altmail.php
share/owncloud/apps/encryption/templates/mail.php
share/owncloud/apps/encryption/templates/settings-admin.php
share/owncloud/apps/encryption/templates/settings-personal.php
share/owncloud/apps/external/ajax/setsites.php
share/owncloud/apps/external/appinfo/app.php
share/owncloud/apps/external/appinfo/info.xml
share/owncloud/apps/external/appinfo/routes.php
share/owncloud/apps/external/appinfo/signature.json
share/owncloud/apps/external/appinfo/version
share/owncloud/apps/external/css/style.css
share/owncloud/apps/external/img/external.png
share/owncloud/apps/external/img/external.svg
share/owncloud/apps/external/index.php
share/owncloud/apps/external/js/admin.js
share/owncloud/apps/external/js/external.js
share/owncloud/apps/external/l10n/af_ZA.js
share/owncloud/apps/external/l10n/af_ZA.json
share/owncloud/apps/external/l10n/ar.js
share/owncloud/apps/external/l10n/ar.json
share/owncloud/apps/external/l10n/ast.js
share/owncloud/apps/external/l10n/ast.json
share/owncloud/apps/external/l10n/az.js
share/owncloud/apps/external/l10n/az.json
share/owncloud/apps/external/l10n/bg_BG.js
share/owncloud/apps/external/l10n/bg_BG.json
share/owncloud/apps/external/l10n/bn_BD.js
share/owncloud/apps/external/l10n/bn_BD.json
share/owncloud/apps/external/l10n/bn_IN.js
share/owncloud/apps/external/l10n/bn_IN.json
share/owncloud/apps/external/l10n/bs.js
share/owncloud/apps/external/l10n/bs.json
share/owncloud/apps/external/l10n/ca.js
share/owncloud/apps/external/l10n/ca.json
share/owncloud/apps/external/l10n/cs_CZ.js
share/owncloud/apps/external/l10n/cs_CZ.json
share/owncloud/apps/external/l10n/cy_GB.js
share/owncloud/apps/external/l10n/cy_GB.json
share/owncloud/apps/external/l10n/da.js
share/owncloud/apps/external/l10n/da.json
share/owncloud/apps/external/l10n/de.js
share/owncloud/apps/external/l10n/de.json
share/owncloud/apps/external/l10n/de_AT.js
share/owncloud/apps/external/l10n/de_AT.json
share/owncloud/apps/external/l10n/de_DE.js
share/owncloud/apps/external/l10n/de_DE.json
share/owncloud/apps/external/l10n/el.js
share/owncloud/apps/external/l10n/el.json
share/owncloud/apps/external/l10n/en_GB.js
share/owncloud/apps/external/l10n/en_GB.json
share/owncloud/apps/external/l10n/eo.js
share/owncloud/apps/external/l10n/eo.json
share/owncloud/apps/external/l10n/es.js
share/owncloud/apps/external/l10n/es.json
share/owncloud/apps/external/l10n/es_AR.js
share/owncloud/apps/external/l10n/es_AR.json
share/owncloud/apps/external/l10n/es_MX.js
share/owncloud/apps/external/l10n/es_MX.json
share/owncloud/apps/external/l10n/et_EE.js
share/owncloud/apps/external/l10n/et_EE.json
share/owncloud/apps/external/l10n/eu.js
share/owncloud/apps/external/l10n/eu.json
share/owncloud/apps/external/l10n/fa.js
share/owncloud/apps/external/l10n/fa.json
share/owncloud/apps/external/l10n/fi.js
share/owncloud/apps/external/l10n/fi.json
share/owncloud/apps/external/l10n/fi_FI.js
share/owncloud/apps/external/l10n/fi_FI.json
share/owncloud/apps/external/l10n/fr.js
share/owncloud/apps/external/l10n/fr.json
share/owncloud/apps/external/l10n/gl.js
share/owncloud/apps/external/l10n/gl.json
share/owncloud/apps/external/l10n/he.js
share/owncloud/apps/external/l10n/he.json
share/owncloud/apps/external/l10n/hi.js
share/owncloud/apps/external/l10n/hi.json
share/owncloud/apps/external/l10n/hr.js
share/owncloud/apps/external/l10n/hr.json
share/owncloud/apps/external/l10n/hu_HU.js
share/owncloud/apps/external/l10n/hu_HU.json
share/owncloud/apps/external/l10n/hy.js
share/owncloud/apps/external/l10n/hy.json
share/owncloud/apps/external/l10n/ia.js
share/owncloud/apps/external/l10n/ia.json
share/owncloud/apps/external/l10n/id.js
share/owncloud/apps/external/l10n/id.json
share/owncloud/apps/external/l10n/is.js
share/owncloud/apps/external/l10n/is.json
share/owncloud/apps/external/l10n/it.js
share/owncloud/apps/external/l10n/it.json
share/owncloud/apps/external/l10n/ja.js
share/owncloud/apps/external/l10n/ja.json
share/owncloud/apps/external/l10n/ka_GE.js
share/owncloud/apps/external/l10n/ka_GE.json
share/owncloud/apps/external/l10n/km.js
share/owncloud/apps/external/l10n/km.json
share/owncloud/apps/external/l10n/kn.js
share/owncloud/apps/external/l10n/kn.json
share/owncloud/apps/external/l10n/ko.js
share/owncloud/apps/external/l10n/ko.json
share/owncloud/apps/external/l10n/ku_IQ.js
share/owncloud/apps/external/l10n/ku_IQ.json
share/owncloud/apps/external/l10n/lb.js
share/owncloud/apps/external/l10n/lb.json
share/owncloud/apps/external/l10n/lt_LT.js
share/owncloud/apps/external/l10n/lt_LT.json
share/owncloud/apps/external/l10n/lv.js
share/owncloud/apps/external/l10n/lv.json
share/owncloud/apps/external/l10n/mk.js
share/owncloud/apps/external/l10n/mk.json
share/owncloud/apps/external/l10n/ms_MY.js
share/owncloud/apps/external/l10n/ms_MY.json
share/owncloud/apps/external/l10n/my_MM.js
share/owncloud/apps/external/l10n/my_MM.json
share/owncloud/apps/external/l10n/nb_NO.js
share/owncloud/apps/external/l10n/nb_NO.json
share/owncloud/apps/external/l10n/nds.js
share/owncloud/apps/external/l10n/nds.json
share/owncloud/apps/external/l10n/nl.js
share/owncloud/apps/external/l10n/nl.json
share/owncloud/apps/external/l10n/nn_NO.js
share/owncloud/apps/external/l10n/nn_NO.json
share/owncloud/apps/external/l10n/oc.js
share/owncloud/apps/external/l10n/oc.json
share/owncloud/apps/external/l10n/pl.js
share/owncloud/apps/external/l10n/pl.json
share/owncloud/apps/external/l10n/pt_BR.js
share/owncloud/apps/external/l10n/pt_BR.json
share/owncloud/apps/external/l10n/pt_PT.js
share/owncloud/apps/external/l10n/pt_PT.json
share/owncloud/apps/external/l10n/ro.js
share/owncloud/apps/external/l10n/ro.json
share/owncloud/apps/external/l10n/ru.js
share/owncloud/apps/external/l10n/ru.json
share/owncloud/apps/external/l10n/si_LK.js
share/owncloud/apps/external/l10n/si_LK.json
share/owncloud/apps/external/l10n/sk_SK.js
share/owncloud/apps/external/l10n/sk_SK.json
share/owncloud/apps/external/l10n/sl.js
share/owncloud/apps/external/l10n/sl.json
share/owncloud/apps/external/l10n/sq.js
share/owncloud/apps/external/l10n/sq.json
share/owncloud/apps/external/l10n/sr.js
share/owncloud/apps/external/l10n/sr.json
share/owncloud/apps/external/l10n/sr@latin.js
share/owncloud/apps/external/l10n/sr@latin.json
share/owncloud/apps/external/l10n/sv.js
share/owncloud/apps/external/l10n/sv.json
share/owncloud/apps/external/l10n/ta_LK.js
share/owncloud/apps/external/l10n/ta_LK.json
share/owncloud/apps/external/l10n/te.js
share/owncloud/apps/external/l10n/te.json
share/owncloud/apps/external/l10n/th_TH.js
share/owncloud/apps/external/l10n/th_TH.json
share/owncloud/apps/external/l10n/tr.js
share/owncloud/apps/external/l10n/tr.json
share/owncloud/apps/external/l10n/ug.js
share/owncloud/apps/external/l10n/ug.json
share/owncloud/apps/external/l10n/uk.js
share/owncloud/apps/external/l10n/uk.json
share/owncloud/apps/external/l10n/ur_PK.js
share/owncloud/apps/external/l10n/ur_PK.json
share/owncloud/apps/external/l10n/vi.js
share/owncloud/apps/external/l10n/vi.json
share/owncloud/apps/external/l10n/zh_CN.js
share/owncloud/apps/external/l10n/zh_CN.json
share/owncloud/apps/external/l10n/zh_HK.js
share/owncloud/apps/external/l10n/zh_HK.json
share/owncloud/apps/external/l10n/zh_TW.js
share/owncloud/apps/external/l10n/zh_TW.json
share/owncloud/apps/external/lib/external.php
share/owncloud/apps/external/settings.php
share/owncloud/apps/external/templates/frame.php
share/owncloud/apps/external/templates/settings.php
share/owncloud/apps/federatedfilesharing/appinfo/app.php
share/owncloud/apps/federatedfilesharing/appinfo/database.xml
share/owncloud/apps/federatedfilesharing/appinfo/info.xml
share/owncloud/apps/federatedfilesharing/appinfo/signature.json
share/owncloud/apps/federatedfilesharing/css/3rdparty/gs-share/style.css
share/owncloud/apps/federatedfilesharing/css/settings-personal.css
share/owncloud/apps/federatedfilesharing/img/social-diaspora.svg
share/owncloud/apps/federatedfilesharing/img/social-facebook.svg
share/owncloud/apps/federatedfilesharing/img/social-gnu.svg
share/owncloud/apps/federatedfilesharing/img/social-googleplus.svg
share/owncloud/apps/federatedfilesharing/img/social-twitter.svg
share/owncloud/apps/federatedfilesharing/js/3rdparty/gs-share/gs-share.js
share/owncloud/apps/federatedfilesharing/js/settings-admin.js
share/owncloud/apps/federatedfilesharing/js/settings-personal.js
share/owncloud/apps/federatedfilesharing/l10n/ar.js
share/owncloud/apps/federatedfilesharing/l10n/ar.json
share/owncloud/apps/federatedfilesharing/l10n/ast.js
share/owncloud/apps/federatedfilesharing/l10n/ast.json
share/owncloud/apps/federatedfilesharing/l10n/az.js
share/owncloud/apps/federatedfilesharing/l10n/az.json
share/owncloud/apps/federatedfilesharing/l10n/bg_BG.js
share/owncloud/apps/federatedfilesharing/l10n/bg_BG.json
share/owncloud/apps/federatedfilesharing/l10n/ca.js
share/owncloud/apps/federatedfilesharing/l10n/ca.json
share/owncloud/apps/federatedfilesharing/l10n/cs_CZ.js
share/owncloud/apps/federatedfilesharing/l10n/cs_CZ.json
share/owncloud/apps/federatedfilesharing/l10n/da.js
share/owncloud/apps/federatedfilesharing/l10n/da.json
share/owncloud/apps/federatedfilesharing/l10n/de.js
share/owncloud/apps/federatedfilesharing/l10n/de.json
share/owncloud/apps/federatedfilesharing/l10n/de_DE.js
share/owncloud/apps/federatedfilesharing/l10n/de_DE.json
share/owncloud/apps/federatedfilesharing/l10n/el.js
share/owncloud/apps/federatedfilesharing/l10n/el.json
share/owncloud/apps/federatedfilesharing/l10n/en_GB.js
share/owncloud/apps/federatedfilesharing/l10n/en_GB.json
share/owncloud/apps/federatedfilesharing/l10n/eo.js
share/owncloud/apps/federatedfilesharing/l10n/eo.json
share/owncloud/apps/federatedfilesharing/l10n/es.js
share/owncloud/apps/federatedfilesharing/l10n/es.json
share/owncloud/apps/federatedfilesharing/l10n/et_EE.js
share/owncloud/apps/federatedfilesharing/l10n/et_EE.json
share/owncloud/apps/federatedfilesharing/l10n/eu.js
share/owncloud/apps/federatedfilesharing/l10n/eu.json
share/owncloud/apps/federatedfilesharing/l10n/fa.js
share/owncloud/apps/federatedfilesharing/l10n/fa.json
share/owncloud/apps/federatedfilesharing/l10n/fi_FI.js
share/owncloud/apps/federatedfilesharing/l10n/fi_FI.json
share/owncloud/apps/federatedfilesharing/l10n/fr.js
share/owncloud/apps/federatedfilesharing/l10n/fr.json
share/owncloud/apps/federatedfilesharing/l10n/gl.js
share/owncloud/apps/federatedfilesharing/l10n/gl.json
share/owncloud/apps/federatedfilesharing/l10n/he.js
share/owncloud/apps/federatedfilesharing/l10n/he.json
share/owncloud/apps/federatedfilesharing/l10n/hr.js
share/owncloud/apps/federatedfilesharing/l10n/hr.json
share/owncloud/apps/federatedfilesharing/l10n/hu_HU.js
share/owncloud/apps/federatedfilesharing/l10n/hu_HU.json
share/owncloud/apps/federatedfilesharing/l10n/id.js
share/owncloud/apps/federatedfilesharing/l10n/id.json
share/owncloud/apps/federatedfilesharing/l10n/is.js
share/owncloud/apps/federatedfilesharing/l10n/is.json
share/owncloud/apps/federatedfilesharing/l10n/it.js
share/owncloud/apps/federatedfilesharing/l10n/it.json
share/owncloud/apps/federatedfilesharing/l10n/ja.js
share/owncloud/apps/federatedfilesharing/l10n/ja.json
share/owncloud/apps/federatedfilesharing/l10n/ko.js
share/owncloud/apps/federatedfilesharing/l10n/ko.json
share/owncloud/apps/federatedfilesharing/l10n/lb.js
share/owncloud/apps/federatedfilesharing/l10n/lb.json
share/owncloud/apps/federatedfilesharing/l10n/lt_LT.js
share/owncloud/apps/federatedfilesharing/l10n/lt_LT.json
share/owncloud/apps/federatedfilesharing/l10n/lv.js
share/owncloud/apps/federatedfilesharing/l10n/lv.json
share/owncloud/apps/federatedfilesharing/l10n/mk.js
share/owncloud/apps/federatedfilesharing/l10n/mk.json
share/owncloud/apps/federatedfilesharing/l10n/nb_NO.js
share/owncloud/apps/federatedfilesharing/l10n/nb_NO.json
share/owncloud/apps/federatedfilesharing/l10n/nl.js
share/owncloud/apps/federatedfilesharing/l10n/nl.json
share/owncloud/apps/federatedfilesharing/l10n/oc.js
share/owncloud/apps/federatedfilesharing/l10n/oc.json
share/owncloud/apps/federatedfilesharing/l10n/pl.js
share/owncloud/apps/federatedfilesharing/l10n/pl.json
share/owncloud/apps/federatedfilesharing/l10n/pt_BR.js
share/owncloud/apps/federatedfilesharing/l10n/pt_BR.json
share/owncloud/apps/federatedfilesharing/l10n/pt_PT.js
share/owncloud/apps/federatedfilesharing/l10n/pt_PT.json
share/owncloud/apps/federatedfilesharing/l10n/ro.js
share/owncloud/apps/federatedfilesharing/l10n/ro.json
share/owncloud/apps/federatedfilesharing/l10n/ru.js
share/owncloud/apps/federatedfilesharing/l10n/ru.json
share/owncloud/apps/federatedfilesharing/l10n/sk_SK.js
share/owncloud/apps/federatedfilesharing/l10n/sk_SK.json
share/owncloud/apps/federatedfilesharing/l10n/sl.js
share/owncloud/apps/federatedfilesharing/l10n/sl.json
share/owncloud/apps/federatedfilesharing/l10n/sq.js
share/owncloud/apps/federatedfilesharing/l10n/sq.json
share/owncloud/apps/federatedfilesharing/l10n/sr.js
share/owncloud/apps/federatedfilesharing/l10n/sr.json
share/owncloud/apps/federatedfilesharing/l10n/sr@latin.js
share/owncloud/apps/federatedfilesharing/l10n/sr@latin.json
share/owncloud/apps/federatedfilesharing/l10n/sv.js
share/owncloud/apps/federatedfilesharing/l10n/sv.json
share/owncloud/apps/federatedfilesharing/l10n/th_TH.js
share/owncloud/apps/federatedfilesharing/l10n/th_TH.json
share/owncloud/apps/federatedfilesharing/l10n/tr.js
share/owncloud/apps/federatedfilesharing/l10n/tr.json
share/owncloud/apps/federatedfilesharing/l10n/uk.js
share/owncloud/apps/federatedfilesharing/l10n/uk.json
share/owncloud/apps/federatedfilesharing/l10n/zh_CN.js
share/owncloud/apps/federatedfilesharing/l10n/zh_CN.json
share/owncloud/apps/federatedfilesharing/l10n/zh_TW.js
share/owncloud/apps/federatedfilesharing/l10n/zh_TW.json
share/owncloud/apps/federatedfilesharing/lib/AddressHandler.php
share/owncloud/apps/federatedfilesharing/lib/AppInfo/Application.php
share/owncloud/apps/federatedfilesharing/lib/BackgroundJob/RetryJob.php
share/owncloud/apps/federatedfilesharing/lib/DiscoveryManager.php
share/owncloud/apps/federatedfilesharing/lib/FederatedShareProvider.php
share/owncloud/apps/federatedfilesharing/lib/Notifications.php
share/owncloud/apps/federatedfilesharing/lib/Notifier.php
share/owncloud/apps/federatedfilesharing/lib/RequestHandler.php
share/owncloud/apps/federatedfilesharing/lib/TokenHandler.php
share/owncloud/apps/federatedfilesharing/settings-admin.php
share/owncloud/apps/federatedfilesharing/settings-personal.php
share/owncloud/apps/federatedfilesharing/templates/settings-admin.php
share/owncloud/apps/federatedfilesharing/templates/settings-personal.php
share/owncloud/apps/federation/appinfo/app.php
share/owncloud/apps/federation/appinfo/database.xml
share/owncloud/apps/federation/appinfo/info.xml
share/owncloud/apps/federation/appinfo/register_command.php
share/owncloud/apps/federation/appinfo/routes.php
share/owncloud/apps/federation/appinfo/signature.json
share/owncloud/apps/federation/css/settings-admin.css
share/owncloud/apps/federation/img/app.svg
share/owncloud/apps/federation/js/settings-admin.js
share/owncloud/apps/federation/l10n/ar.js
share/owncloud/apps/federation/l10n/ar.json
share/owncloud/apps/federation/l10n/bg_BG.js
share/owncloud/apps/federation/l10n/bg_BG.json
share/owncloud/apps/federation/l10n/ca.js
share/owncloud/apps/federation/l10n/ca.json
share/owncloud/apps/federation/l10n/cs_CZ.js
share/owncloud/apps/federation/l10n/cs_CZ.json
share/owncloud/apps/federation/l10n/da.js
share/owncloud/apps/federation/l10n/da.json
share/owncloud/apps/federation/l10n/de.js
share/owncloud/apps/federation/l10n/de.json
share/owncloud/apps/federation/l10n/de_DE.js
share/owncloud/apps/federation/l10n/de_DE.json
share/owncloud/apps/federation/l10n/el.js
share/owncloud/apps/federation/l10n/el.json
share/owncloud/apps/federation/l10n/en_GB.js
share/owncloud/apps/federation/l10n/en_GB.json
share/owncloud/apps/federation/l10n/eo.js
share/owncloud/apps/federation/l10n/eo.json
share/owncloud/apps/federation/l10n/es.js
share/owncloud/apps/federation/l10n/es.json
share/owncloud/apps/federation/l10n/et_EE.js
share/owncloud/apps/federation/l10n/et_EE.json
share/owncloud/apps/federation/l10n/fi_FI.js
share/owncloud/apps/federation/l10n/fi_FI.json
share/owncloud/apps/federation/l10n/fr.js
share/owncloud/apps/federation/l10n/fr.json
share/owncloud/apps/federation/l10n/he.js
share/owncloud/apps/federation/l10n/he.json
share/owncloud/apps/federation/l10n/hu_HU.js
share/owncloud/apps/federation/l10n/hu_HU.json
share/owncloud/apps/federation/l10n/id.js
share/owncloud/apps/federation/l10n/id.json
share/owncloud/apps/federation/l10n/is.js
share/owncloud/apps/federation/l10n/is.json
share/owncloud/apps/federation/l10n/it.js
share/owncloud/apps/federation/l10n/it.json
share/owncloud/apps/federation/l10n/ja.js
share/owncloud/apps/federation/l10n/ja.json
share/owncloud/apps/federation/l10n/ko.js
share/owncloud/apps/federation/l10n/ko.json
share/owncloud/apps/federation/l10n/lb.js
share/owncloud/apps/federation/l10n/lb.json
share/owncloud/apps/federation/l10n/nb_NO.js
share/owncloud/apps/federation/l10n/nb_NO.json
share/owncloud/apps/federation/l10n/nl.js
share/owncloud/apps/federation/l10n/nl.json
share/owncloud/apps/federation/l10n/oc.js
share/owncloud/apps/federation/l10n/oc.json
share/owncloud/apps/federation/l10n/pl.js
share/owncloud/apps/federation/l10n/pl.json
share/owncloud/apps/federation/l10n/pt_BR.js
share/owncloud/apps/federation/l10n/pt_BR.json
share/owncloud/apps/federation/l10n/pt_PT.js
share/owncloud/apps/federation/l10n/pt_PT.json
share/owncloud/apps/federation/l10n/ro.js
share/owncloud/apps/federation/l10n/ro.json
share/owncloud/apps/federation/l10n/ru.js
share/owncloud/apps/federation/l10n/ru.json
share/owncloud/apps/federation/l10n/sl.js
share/owncloud/apps/federation/l10n/sl.json
share/owncloud/apps/federation/l10n/sq.js
share/owncloud/apps/federation/l10n/sq.json
share/owncloud/apps/federation/l10n/sr.js
share/owncloud/apps/federation/l10n/sr.json
share/owncloud/apps/federation/l10n/sv.js
share/owncloud/apps/federation/l10n/sv.json
share/owncloud/apps/federation/l10n/th_TH.js
share/owncloud/apps/federation/l10n/th_TH.json
share/owncloud/apps/federation/l10n/tr.js
share/owncloud/apps/federation/l10n/tr.json
share/owncloud/apps/federation/l10n/uk.js
share/owncloud/apps/federation/l10n/uk.json
share/owncloud/apps/federation/l10n/zh_CN.js
share/owncloud/apps/federation/l10n/zh_CN.json
share/owncloud/apps/federation/lib/API/OCSAuthAPI.php
share/owncloud/apps/federation/lib/AppInfo/Application.php
share/owncloud/apps/federation/lib/BackgroundJob/GetSharedSecret.php
share/owncloud/apps/federation/lib/BackgroundJob/RequestSharedSecret.php
share/owncloud/apps/federation/lib/Command/SyncFederationAddressBooks.php
share/owncloud/apps/federation/lib/Controller/SettingsController.php
share/owncloud/apps/federation/lib/DAV/FedAuth.php
share/owncloud/apps/federation/lib/DbHandler.php
share/owncloud/apps/federation/lib/Hooks.php
share/owncloud/apps/federation/lib/Middleware/AddServerMiddleware.php
share/owncloud/apps/federation/lib/SyncFederationAddressBooks.php
share/owncloud/apps/federation/lib/SyncJob.php
share/owncloud/apps/federation/lib/TrustedServers.php
share/owncloud/apps/federation/settings/settings-admin.php
share/owncloud/apps/federation/templates/settings-admin.php
share/owncloud/apps/files/admin.php
share/owncloud/apps/files/ajax/download.php
share/owncloud/apps/files/ajax/getstoragestats.php
share/owncloud/apps/files/ajax/list.php
share/owncloud/apps/files/ajax/upload.php
share/owncloud/apps/files/appinfo/app.php
share/owncloud/apps/files/appinfo/info.xml
share/owncloud/apps/files/appinfo/register_command.php
share/owncloud/apps/files/appinfo/routes.php
share/owncloud/apps/files/appinfo/signature.json
share/owncloud/apps/files/appinfo/update.php
share/owncloud/apps/files/css/detailsView.css
share/owncloud/apps/files/css/files.css
share/owncloud/apps/files/css/mobile.css
share/owncloud/apps/files/css/upload.css
share/owncloud/apps/files/download.php
share/owncloud/apps/files/img/delete.png
share/owncloud/apps/files/img/delete.svg
share/owncloud/apps/files/img/external.png
share/owncloud/apps/files/img/external.svg
share/owncloud/apps/files/img/folder.png
share/owncloud/apps/files/img/folder.svg
share/owncloud/apps/files/img/public.png
share/owncloud/apps/files/img/public.svg
share/owncloud/apps/files/img/share.png
share/owncloud/apps/files/img/share.svg
share/owncloud/apps/files/img/star.png
share/owncloud/apps/files/img/star.svg
share/owncloud/apps/files/js/admin.js
share/owncloud/apps/files/js/app.js
share/owncloud/apps/files/js/breadcrumb.js
share/owncloud/apps/files/js/detailfileinfoview.js
share/owncloud/apps/files/js/detailsview.js
share/owncloud/apps/files/js/detailtabview.js
share/owncloud/apps/files/js/favoritesfilelist.js
share/owncloud/apps/files/js/favoritesplugin.js
share/owncloud/apps/files/js/file-upload.js
share/owncloud/apps/files/js/fileactions.js
share/owncloud/apps/files/js/fileactionsmenu.js
share/owncloud/apps/files/js/fileinfomodel.js
share/owncloud/apps/files/js/filelist.js
share/owncloud/apps/files/js/files.js
share/owncloud/apps/files/js/filesummary.js
share/owncloud/apps/files/js/jquery-visibility.js
share/owncloud/apps/files/js/jquery.fileupload.js
share/owncloud/apps/files/js/keyboardshortcuts.js
share/owncloud/apps/files/js/mainfileinfodetailview.js
share/owncloud/apps/files/js/navigation.js
share/owncloud/apps/files/js/newfilemenu.js
share/owncloud/apps/files/js/search.js
share/owncloud/apps/files/js/tagsplugin.js
share/owncloud/apps/files/js/upload.js
share/owncloud/apps/files/l10n/ach.js
share/owncloud/apps/files/l10n/ach.json
share/owncloud/apps/files/l10n/ady.js
share/owncloud/apps/files/l10n/ady.json
share/owncloud/apps/files/l10n/af_ZA.js
share/owncloud/apps/files/l10n/af_ZA.json
share/owncloud/apps/files/l10n/ak.js
share/owncloud/apps/files/l10n/ak.json
share/owncloud/apps/files/l10n/am_ET.js
share/owncloud/apps/files/l10n/am_ET.json
share/owncloud/apps/files/l10n/ar.js
share/owncloud/apps/files/l10n/ar.json
share/owncloud/apps/files/l10n/ast.js
share/owncloud/apps/files/l10n/ast.json
share/owncloud/apps/files/l10n/az.js
share/owncloud/apps/files/l10n/az.json
share/owncloud/apps/files/l10n/be.js
share/owncloud/apps/files/l10n/be.json
share/owncloud/apps/files/l10n/bg_BG.js
share/owncloud/apps/files/l10n/bg_BG.json
share/owncloud/apps/files/l10n/bn_BD.js
share/owncloud/apps/files/l10n/bn_BD.json
share/owncloud/apps/files/l10n/bn_IN.js
share/owncloud/apps/files/l10n/bn_IN.json
share/owncloud/apps/files/l10n/bs.js
share/owncloud/apps/files/l10n/bs.json
share/owncloud/apps/files/l10n/ca.js
share/owncloud/apps/files/l10n/ca.json
share/owncloud/apps/files/l10n/cs_CZ.js
share/owncloud/apps/files/l10n/cs_CZ.json
share/owncloud/apps/files/l10n/cy_GB.js
share/owncloud/apps/files/l10n/cy_GB.json
share/owncloud/apps/files/l10n/da.js
share/owncloud/apps/files/l10n/da.json
share/owncloud/apps/files/l10n/de.js
share/owncloud/apps/files/l10n/de.json
share/owncloud/apps/files/l10n/de_AT.js
share/owncloud/apps/files/l10n/de_AT.json
share/owncloud/apps/files/l10n/de_DE.js
share/owncloud/apps/files/l10n/de_DE.json
share/owncloud/apps/files/l10n/el.js
share/owncloud/apps/files/l10n/el.json
share/owncloud/apps/files/l10n/en_GB.js
share/owncloud/apps/files/l10n/en_GB.json
share/owncloud/apps/files/l10n/eo.js
share/owncloud/apps/files/l10n/eo.json
share/owncloud/apps/files/l10n/es.js
share/owncloud/apps/files/l10n/es.json
share/owncloud/apps/files/l10n/es_AR.js
share/owncloud/apps/files/l10n/es_AR.json
share/owncloud/apps/files/l10n/es_CL.js
share/owncloud/apps/files/l10n/es_CL.json
share/owncloud/apps/files/l10n/es_MX.js
share/owncloud/apps/files/l10n/es_MX.json
share/owncloud/apps/files/l10n/et_EE.js
share/owncloud/apps/files/l10n/et_EE.json
share/owncloud/apps/files/l10n/eu.js
share/owncloud/apps/files/l10n/eu.json
share/owncloud/apps/files/l10n/fa.js
share/owncloud/apps/files/l10n/fa.json
share/owncloud/apps/files/l10n/fi_FI.js
share/owncloud/apps/files/l10n/fi_FI.json
share/owncloud/apps/files/l10n/fil.js
share/owncloud/apps/files/l10n/fil.json
share/owncloud/apps/files/l10n/fr.js
share/owncloud/apps/files/l10n/fr.json
share/owncloud/apps/files/l10n/fy_NL.js
share/owncloud/apps/files/l10n/fy_NL.json
share/owncloud/apps/files/l10n/gl.js
share/owncloud/apps/files/l10n/gl.json
share/owncloud/apps/files/l10n/gu.js
share/owncloud/apps/files/l10n/gu.json
share/owncloud/apps/files/l10n/he.js
share/owncloud/apps/files/l10n/he.json
share/owncloud/apps/files/l10n/hi.js
share/owncloud/apps/files/l10n/hi.json
share/owncloud/apps/files/l10n/hr.js
share/owncloud/apps/files/l10n/hr.json
share/owncloud/apps/files/l10n/hu_HU.js
share/owncloud/apps/files/l10n/hu_HU.json
share/owncloud/apps/files/l10n/hy.js
share/owncloud/apps/files/l10n/hy.json
share/owncloud/apps/files/l10n/ia.js
share/owncloud/apps/files/l10n/ia.json
share/owncloud/apps/files/l10n/id.js
share/owncloud/apps/files/l10n/id.json
share/owncloud/apps/files/l10n/io.js
share/owncloud/apps/files/l10n/io.json
share/owncloud/apps/files/l10n/is.js
share/owncloud/apps/files/l10n/is.json
share/owncloud/apps/files/l10n/it.js
share/owncloud/apps/files/l10n/it.json
share/owncloud/apps/files/l10n/ja.js
share/owncloud/apps/files/l10n/ja.json
share/owncloud/apps/files/l10n/jv.js
share/owncloud/apps/files/l10n/jv.json
share/owncloud/apps/files/l10n/ka_GE.js
share/owncloud/apps/files/l10n/ka_GE.json
share/owncloud/apps/files/l10n/km.js
share/owncloud/apps/files/l10n/km.json
share/owncloud/apps/files/l10n/kn.js
share/owncloud/apps/files/l10n/kn.json
share/owncloud/apps/files/l10n/ko.js
share/owncloud/apps/files/l10n/ko.json
share/owncloud/apps/files/l10n/ku_IQ.js
share/owncloud/apps/files/l10n/ku_IQ.json
share/owncloud/apps/files/l10n/lb.js
share/owncloud/apps/files/l10n/lb.json
share/owncloud/apps/files/l10n/lo.js
share/owncloud/apps/files/l10n/lo.json
share/owncloud/apps/files/l10n/lt_LT.js
share/owncloud/apps/files/l10n/lt_LT.json
share/owncloud/apps/files/l10n/lv.js
share/owncloud/apps/files/l10n/lv.json
share/owncloud/apps/files/l10n/mg.js
share/owncloud/apps/files/l10n/mg.json
share/owncloud/apps/files/l10n/mk.js
share/owncloud/apps/files/l10n/mk.json
share/owncloud/apps/files/l10n/ml.js
share/owncloud/apps/files/l10n/ml.json
share/owncloud/apps/files/l10n/ml_IN.js
share/owncloud/apps/files/l10n/ml_IN.json
share/owncloud/apps/files/l10n/mn.js
share/owncloud/apps/files/l10n/mn.json
share/owncloud/apps/files/l10n/mr.js
share/owncloud/apps/files/l10n/mr.json
share/owncloud/apps/files/l10n/ms_MY.js
share/owncloud/apps/files/l10n/ms_MY.json
share/owncloud/apps/files/l10n/mt_MT.js
share/owncloud/apps/files/l10n/mt_MT.json
share/owncloud/apps/files/l10n/my_MM.js
share/owncloud/apps/files/l10n/my_MM.json
share/owncloud/apps/files/l10n/nb_NO.js
share/owncloud/apps/files/l10n/nb_NO.json
share/owncloud/apps/files/l10n/nds.js
share/owncloud/apps/files/l10n/nds.json
share/owncloud/apps/files/l10n/nl.js
share/owncloud/apps/files/l10n/nl.json
share/owncloud/apps/files/l10n/nn_NO.js
share/owncloud/apps/files/l10n/nn_NO.json
share/owncloud/apps/files/l10n/nqo.js
share/owncloud/apps/files/l10n/nqo.json
share/owncloud/apps/files/l10n/oc.js
share/owncloud/apps/files/l10n/oc.json
share/owncloud/apps/files/l10n/pa.js
share/owncloud/apps/files/l10n/pa.json
share/owncloud/apps/files/l10n/pl.js
share/owncloud/apps/files/l10n/pl.json
share/owncloud/apps/files/l10n/pt_BR.js
share/owncloud/apps/files/l10n/pt_BR.json
share/owncloud/apps/files/l10n/pt_PT.js
share/owncloud/apps/files/l10n/pt_PT.json
share/owncloud/apps/files/l10n/ro.js
share/owncloud/apps/files/l10n/ro.json
share/owncloud/apps/files/l10n/ru.js
share/owncloud/apps/files/l10n/ru.json
share/owncloud/apps/files/l10n/si_LK.js
share/owncloud/apps/files/l10n/si_LK.json
share/owncloud/apps/files/l10n/sk_SK.js
share/owncloud/apps/files/l10n/sk_SK.json
share/owncloud/apps/files/l10n/sl.js
share/owncloud/apps/files/l10n/sl.json
share/owncloud/apps/files/l10n/sq.js
share/owncloud/apps/files/l10n/sq.json
share/owncloud/apps/files/l10n/sr.js
share/owncloud/apps/files/l10n/sr.json
share/owncloud/apps/files/l10n/sr@latin.js
share/owncloud/apps/files/l10n/sr@latin.json
share/owncloud/apps/files/l10n/su.js
share/owncloud/apps/files/l10n/su.json
share/owncloud/apps/files/l10n/sv.js
share/owncloud/apps/files/l10n/sv.json
share/owncloud/apps/files/l10n/sw_KE.js
share/owncloud/apps/files/l10n/sw_KE.json
share/owncloud/apps/files/l10n/ta_IN.js
share/owncloud/apps/files/l10n/ta_IN.json
share/owncloud/apps/files/l10n/ta_LK.js
share/owncloud/apps/files/l10n/ta_LK.json
share/owncloud/apps/files/l10n/te.js
share/owncloud/apps/files/l10n/te.json
share/owncloud/apps/files/l10n/tg_TJ.js
share/owncloud/apps/files/l10n/tg_TJ.json
share/owncloud/apps/files/l10n/th_TH.js
share/owncloud/apps/files/l10n/th_TH.json
share/owncloud/apps/files/l10n/tl_PH.js
share/owncloud/apps/files/l10n/tl_PH.json
share/owncloud/apps/files/l10n/tr.js
share/owncloud/apps/files/l10n/tr.json
share/owncloud/apps/files/l10n/tzm.js
share/owncloud/apps/files/l10n/tzm.json
share/owncloud/apps/files/l10n/ug.js
share/owncloud/apps/files/l10n/ug.json
share/owncloud/apps/files/l10n/uk.js
share/owncloud/apps/files/l10n/uk.json
share/owncloud/apps/files/l10n/ur_PK.js
share/owncloud/apps/files/l10n/ur_PK.json
share/owncloud/apps/files/l10n/vi.js
share/owncloud/apps/files/l10n/vi.json
share/owncloud/apps/files/l10n/xgettextfiles
share/owncloud/apps/files/l10n/zh_CN.js
share/owncloud/apps/files/l10n/zh_CN.json
share/owncloud/apps/files/l10n/zh_HK.js
share/owncloud/apps/files/l10n/zh_HK.json
share/owncloud/apps/files/l10n/zh_TW.js
share/owncloud/apps/files/l10n/zh_TW.json
share/owncloud/apps/files/lib/Activity.php
share/owncloud/apps/files/lib/ActivityHelper.php
share/owncloud/apps/files/lib/App.php
share/owncloud/apps/files/lib/AppInfo/Application.php
share/owncloud/apps/files/lib/BackgroundJob/CleanupFileLocks.php
share/owncloud/apps/files/lib/BackgroundJob/DeleteOrphanedItems.php
share/owncloud/apps/files/lib/BackgroundJob/ScanFiles.php
share/owncloud/apps/files/lib/Capabilities.php
share/owncloud/apps/files/lib/Command/DeleteOrphanedFiles.php
share/owncloud/apps/files/lib/Command/Scan.php
share/owncloud/apps/files/lib/Command/TransferOwnership.php
share/owncloud/apps/files/lib/Controller/ApiController.php
share/owncloud/apps/files/lib/Controller/ViewController.php
share/owncloud/apps/files/lib/Helper.php
share/owncloud/apps/files/lib/Service/TagService.php
share/owncloud/apps/files/list.php
share/owncloud/apps/files/simplelist.php
share/owncloud/apps/files/templates/admin.php
share/owncloud/apps/files/templates/appnavigation.php
share/owncloud/apps/files/templates/fileexists.html
share/owncloud/apps/files/templates/index.php
share/owncloud/apps/files/templates/list.php
share/owncloud/apps/files/templates/simplelist.php
share/owncloud/apps/files/templates/test.png
share/owncloud/apps/files_antivirus/Makefile
share/owncloud/apps/files_antivirus/admin.php
share/owncloud/apps/files_antivirus/appinfo/app.php
share/owncloud/apps/files_antivirus/appinfo/application.php
share/owncloud/apps/files_antivirus/appinfo/database.xml
share/owncloud/apps/files_antivirus/appinfo/info.xml
share/owncloud/apps/files_antivirus/appinfo/install.php
share/owncloud/apps/files_antivirus/appinfo/preupdate.php
share/owncloud/apps/files_antivirus/appinfo/routes.php
share/owncloud/apps/files_antivirus/appinfo/signature.json
share/owncloud/apps/files_antivirus/appinfo/update.php
share/owncloud/apps/files_antivirus/controller/rulecontroller.php
share/owncloud/apps/files_antivirus/controller/settingscontroller.php
share/owncloud/apps/files_antivirus/css/settings.css
share/owncloud/apps/files_antivirus/img/app.png
share/owncloud/apps/files_antivirus/img/app.svg
share/owncloud/apps/files_antivirus/js/settings.js
share/owncloud/apps/files_antivirus/l10n/.gitkeep
share/owncloud/apps/files_antivirus/l10n/.tx/config
share/owncloud/apps/files_antivirus/l10n/af_ZA.js
share/owncloud/apps/files_antivirus/l10n/af_ZA.json
share/owncloud/apps/files_antivirus/l10n/ar.js
share/owncloud/apps/files_antivirus/l10n/ar.json
share/owncloud/apps/files_antivirus/l10n/ast.js
share/owncloud/apps/files_antivirus/l10n/ast.json
share/owncloud/apps/files_antivirus/l10n/az.js
share/owncloud/apps/files_antivirus/l10n/az.json
share/owncloud/apps/files_antivirus/l10n/be.js
share/owncloud/apps/files_antivirus/l10n/be.json
share/owncloud/apps/files_antivirus/l10n/bg_BG.js
share/owncloud/apps/files_antivirus/l10n/bg_BG.json
share/owncloud/apps/files_antivirus/l10n/bn_BD.js
share/owncloud/apps/files_antivirus/l10n/bn_BD.json
share/owncloud/apps/files_antivirus/l10n/bn_IN.js
share/owncloud/apps/files_antivirus/l10n/bn_IN.json
share/owncloud/apps/files_antivirus/l10n/bs.js
share/owncloud/apps/files_antivirus/l10n/bs.json
share/owncloud/apps/files_antivirus/l10n/ca.js
share/owncloud/apps/files_antivirus/l10n/ca.json
share/owncloud/apps/files_antivirus/l10n/cs_CZ.js
share/owncloud/apps/files_antivirus/l10n/cs_CZ.json
share/owncloud/apps/files_antivirus/l10n/cy_GB.js
share/owncloud/apps/files_antivirus/l10n/cy_GB.json
share/owncloud/apps/files_antivirus/l10n/da.js
share/owncloud/apps/files_antivirus/l10n/da.json
share/owncloud/apps/files_antivirus/l10n/de.js
share/owncloud/apps/files_antivirus/l10n/de.json
share/owncloud/apps/files_antivirus/l10n/de_AT.js
share/owncloud/apps/files_antivirus/l10n/de_AT.json
share/owncloud/apps/files_antivirus/l10n/de_CH.js
share/owncloud/apps/files_antivirus/l10n/de_CH.json
share/owncloud/apps/files_antivirus/l10n/de_DE.js
share/owncloud/apps/files_antivirus/l10n/de_DE.json
share/owncloud/apps/files_antivirus/l10n/el.js
share/owncloud/apps/files_antivirus/l10n/el.json
share/owncloud/apps/files_antivirus/l10n/en_GB.js
share/owncloud/apps/files_antivirus/l10n/en_GB.json
share/owncloud/apps/files_antivirus/l10n/eo.js
share/owncloud/apps/files_antivirus/l10n/eo.json
share/owncloud/apps/files_antivirus/l10n/es.js
share/owncloud/apps/files_antivirus/l10n/es.json
share/owncloud/apps/files_antivirus/l10n/es_AR.js
share/owncloud/apps/files_antivirus/l10n/es_AR.json
share/owncloud/apps/files_antivirus/l10n/es_MX.js
share/owncloud/apps/files_antivirus/l10n/es_MX.json
share/owncloud/apps/files_antivirus/l10n/et_EE.js
share/owncloud/apps/files_antivirus/l10n/et_EE.json
share/owncloud/apps/files_antivirus/l10n/eu.js
share/owncloud/apps/files_antivirus/l10n/eu.json
share/owncloud/apps/files_antivirus/l10n/eu_ES.js
share/owncloud/apps/files_antivirus/l10n/eu_ES.json
share/owncloud/apps/files_antivirus/l10n/fa.js
share/owncloud/apps/files_antivirus/l10n/fa.json
share/owncloud/apps/files_antivirus/l10n/fi.php
share/owncloud/apps/files_antivirus/l10n/fi_FI.js
share/owncloud/apps/files_antivirus/l10n/fi_FI.json
share/owncloud/apps/files_antivirus/l10n/fr.js
share/owncloud/apps/files_antivirus/l10n/fr.json
share/owncloud/apps/files_antivirus/l10n/gl.js
share/owncloud/apps/files_antivirus/l10n/gl.json
share/owncloud/apps/files_antivirus/l10n/he.js
share/owncloud/apps/files_antivirus/l10n/he.json
share/owncloud/apps/files_antivirus/l10n/hi.js
share/owncloud/apps/files_antivirus/l10n/hi.json
share/owncloud/apps/files_antivirus/l10n/hr.js
share/owncloud/apps/files_antivirus/l10n/hr.json
share/owncloud/apps/files_antivirus/l10n/hu_HU.js
share/owncloud/apps/files_antivirus/l10n/hu_HU.json
share/owncloud/apps/files_antivirus/l10n/hy.js
share/owncloud/apps/files_antivirus/l10n/hy.json
share/owncloud/apps/files_antivirus/l10n/ia.js
share/owncloud/apps/files_antivirus/l10n/ia.json
share/owncloud/apps/files_antivirus/l10n/id.js
share/owncloud/apps/files_antivirus/l10n/id.json
share/owncloud/apps/files_antivirus/l10n/is.js
share/owncloud/apps/files_antivirus/l10n/is.json
share/owncloud/apps/files_antivirus/l10n/it.js
share/owncloud/apps/files_antivirus/l10n/it.json
share/owncloud/apps/files_antivirus/l10n/ja.js
share/owncloud/apps/files_antivirus/l10n/ja.json
share/owncloud/apps/files_antivirus/l10n/ka_GE.js
share/owncloud/apps/files_antivirus/l10n/ka_GE.json
share/owncloud/apps/files_antivirus/l10n/km.js
share/owncloud/apps/files_antivirus/l10n/km.json
share/owncloud/apps/files_antivirus/l10n/ko.js
share/owncloud/apps/files_antivirus/l10n/ko.json
share/owncloud/apps/files_antivirus/l10n/ku_IQ.js
share/owncloud/apps/files_antivirus/l10n/ku_IQ.json
share/owncloud/apps/files_antivirus/l10n/lb.js
share/owncloud/apps/files_antivirus/l10n/lb.json
share/owncloud/apps/files_antivirus/l10n/lt_LT.js
share/owncloud/apps/files_antivirus/l10n/lt_LT.json
share/owncloud/apps/files_antivirus/l10n/lv.js
share/owncloud/apps/files_antivirus/l10n/lv.json
share/owncloud/apps/files_antivirus/l10n/mk.js
share/owncloud/apps/files_antivirus/l10n/mk.json
share/owncloud/apps/files_antivirus/l10n/ms_MY.js
share/owncloud/apps/files_antivirus/l10n/ms_MY.json
share/owncloud/apps/files_antivirus/l10n/my_MM.js
share/owncloud/apps/files_antivirus/l10n/my_MM.json
share/owncloud/apps/files_antivirus/l10n/nb_NO.js
share/owncloud/apps/files_antivirus/l10n/nb_NO.json
share/owncloud/apps/files_antivirus/l10n/nl.js
share/owncloud/apps/files_antivirus/l10n/nl.json
share/owncloud/apps/files_antivirus/l10n/nn_NO.js
share/owncloud/apps/files_antivirus/l10n/nn_NO.json
share/owncloud/apps/files_antivirus/l10n/no-php
share/owncloud/apps/files_antivirus/l10n/oc.js
share/owncloud/apps/files_antivirus/l10n/oc.json
share/owncloud/apps/files_antivirus/l10n/pl.js
share/owncloud/apps/files_antivirus/l10n/pl.json
share/owncloud/apps/files_antivirus/l10n/pt_BR.js
share/owncloud/apps/files_antivirus/l10n/pt_BR.json
share/owncloud/apps/files_antivirus/l10n/pt_PT.js
share/owncloud/apps/files_antivirus/l10n/pt_PT.json
share/owncloud/apps/files_antivirus/l10n/ro.js
share/owncloud/apps/files_antivirus/l10n/ro.json
share/owncloud/apps/files_antivirus/l10n/ru.js
share/owncloud/apps/files_antivirus/l10n/ru.json
share/owncloud/apps/files_antivirus/l10n/si_LK.js
share/owncloud/apps/files_antivirus/l10n/si_LK.json
share/owncloud/apps/files_antivirus/l10n/sk.php
share/owncloud/apps/files_antivirus/l10n/sk_SK.js
share/owncloud/apps/files_antivirus/l10n/sk_SK.json
share/owncloud/apps/files_antivirus/l10n/sl.js
share/owncloud/apps/files_antivirus/l10n/sl.json
share/owncloud/apps/files_antivirus/l10n/sq.js
share/owncloud/apps/files_antivirus/l10n/sq.json
share/owncloud/apps/files_antivirus/l10n/sr.js
share/owncloud/apps/files_antivirus/l10n/sr.json
share/owncloud/apps/files_antivirus/l10n/sr@latin.js
share/owncloud/apps/files_antivirus/l10n/sr@latin.json
share/owncloud/apps/files_antivirus/l10n/sv.js
share/owncloud/apps/files_antivirus/l10n/sv.json
share/owncloud/apps/files_antivirus/l10n/ta_LK.js
share/owncloud/apps/files_antivirus/l10n/ta_LK.json
share/owncloud/apps/files_antivirus/l10n/te.js
share/owncloud/apps/files_antivirus/l10n/te.json
share/owncloud/apps/files_antivirus/l10n/th_TH.js
share/owncloud/apps/files_antivirus/l10n/th_TH.json
share/owncloud/apps/files_antivirus/l10n/tr.js
share/owncloud/apps/files_antivirus/l10n/tr.json
share/owncloud/apps/files_antivirus/l10n/ug.js
share/owncloud/apps/files_antivirus/l10n/ug.json
share/owncloud/apps/files_antivirus/l10n/uk.js
share/owncloud/apps/files_antivirus/l10n/uk.json
share/owncloud/apps/files_antivirus/l10n/ur_PK.js
share/owncloud/apps/files_antivirus/l10n/ur_PK.json
share/owncloud/apps/files_antivirus/l10n/vi.js
share/owncloud/apps/files_antivirus/l10n/vi.json
share/owncloud/apps/files_antivirus/l10n/zh_CN.js
share/owncloud/apps/files_antivirus/l10n/zh_CN.json
share/owncloud/apps/files_antivirus/l10n/zh_HK.js
share/owncloud/apps/files_antivirus/l10n/zh_HK.json
share/owncloud/apps/files_antivirus/l10n/zh_TW.js
share/owncloud/apps/files_antivirus/l10n/zh_TW.json
share/owncloud/apps/files_antivirus/lib/activity.php
share/owncloud/apps/files_antivirus/lib/appconfig.php
share/owncloud/apps/files_antivirus/lib/avirwrapper.php
share/owncloud/apps/files_antivirus/lib/backgroundscanner.php
share/owncloud/apps/files_antivirus/lib/content.php
share/owncloud/apps/files_antivirus/lib/cron/task.php
share/owncloud/apps/files_antivirus/lib/db/item.php
share/owncloud/apps/files_antivirus/lib/db/itemmapper.php
share/owncloud/apps/files_antivirus/lib/db/rule.php
share/owncloud/apps/files_antivirus/lib/db/rulemapper.php
share/owncloud/apps/files_antivirus/lib/iscannable.php
share/owncloud/apps/files_antivirus/lib/item.php
share/owncloud/apps/files_antivirus/lib/notification.php
share/owncloud/apps/files_antivirus/lib/scanner.php
share/owncloud/apps/files_antivirus/lib/scanner/external.php
share/owncloud/apps/files_antivirus/lib/scanner/local.php
share/owncloud/apps/files_antivirus/lib/scannerfactory.php
share/owncloud/apps/files_antivirus/lib/status.php
share/owncloud/apps/files_antivirus/templates/notification.php
share/owncloud/apps/files_antivirus/templates/settings.php
share/owncloud/apps/files_external/3rdparty/.gitignore
share/owncloud/apps/files_external/3rdparty/Dropbox/API.php
share/owncloud/apps/files_external/3rdparty/Dropbox/Exception.php
share/owncloud/apps/files_external/3rdparty/Dropbox/Exception/Forbidden.php
share/owncloud/apps/files_external/3rdparty/Dropbox/Exception/NotFound.php
share/owncloud/apps/files_external/3rdparty/Dropbox/Exception/OverQuota.php
share/owncloud/apps/files_external/3rdparty/Dropbox/Exception/RequestToken.php
share/owncloud/apps/files_external/3rdparty/Dropbox/OAuth.php
share/owncloud/apps/files_external/3rdparty/Dropbox/OAuth/Consumer/Dropbox.php
share/owncloud/apps/files_external/3rdparty/Dropbox/OAuth/Curl.php
share/owncloud/apps/files_external/3rdparty/Dropbox/OAuth/PEAR.php
share/owncloud/apps/files_external/3rdparty/Dropbox/OAuth/PHP.php
share/owncloud/apps/files_external/3rdparty/Dropbox/OAuth/Wordpress.php
share/owncloud/apps/files_external/3rdparty/Dropbox/OAuth/Zend.php
share/owncloud/apps/files_external/3rdparty/Dropbox/OAuth/ca-bundle.pem
share/owncloud/apps/files_external/3rdparty/Dropbox/autoload.php
share/owncloud/apps/files_external/3rdparty/autoload.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Aws.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Client/AbstractClient.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Client/AwsClientInterface.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Client/ClientBuilder.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Client/DefaultClient.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Client/ExpiredCredentialsChecker.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Client/ThrottlingErrorChecker.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Client/UploadBodyListener.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Client/UserAgentListener.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Command/AwsQueryVisitor.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Command/JsonCommand.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Command/QueryCommand.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Command/XmlResponseLocationVisitor.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Credentials/AbstractCredentialsDecorator.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Credentials/AbstractRefreshableCredentials.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Credentials/CacheableCredentials.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Credentials/Credentials.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Credentials/CredentialsInterface.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Credentials/NullCredentials.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Credentials/RefreshableInstanceProfileCredentials.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Enum.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Enum/ClientOptions.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Enum/DateFormat.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Enum/Region.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Enum/Size.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Enum/Time.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Enum/UaString.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/AwsExceptionInterface.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/BadMethodCallException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/DomainException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/ExceptionFactoryInterface.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/ExceptionListener.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/InstanceProfileCredentialsException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/InvalidArgumentException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/LogicException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/MultipartUploadException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/NamespaceExceptionFactory.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/OutOfBoundsException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/OverflowException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/Parser/AbstractJsonExceptionParser.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/Parser/DefaultXmlExceptionParser.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/Parser/ExceptionParserInterface.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/Parser/JsonQueryExceptionParser.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/Parser/JsonRestExceptionParser.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/RequiredExtensionNotLoadedException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/RuntimeException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/ServiceResponseException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/TransferException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/UnexpectedValueException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Facade/Facade.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Facade/FacadeInterface.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Facade/facade-classes.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Hash/ChunkHash.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Hash/ChunkHashInterface.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Hash/HashUtils.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Hash/TreeHash.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/HostNameUtils.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/InstanceMetadata/InstanceMetadataClient.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/InstanceMetadata/Waiter/ServiceAvailable.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Iterator/AwsResourceIterator.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Iterator/AwsResourceIteratorFactory.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Model/MultipartUpload/AbstractTransfer.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Model/MultipartUpload/AbstractTransferState.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Model/MultipartUpload/AbstractUploadBuilder.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Model/MultipartUpload/AbstractUploadId.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Model/MultipartUpload/AbstractUploadPart.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Model/MultipartUpload/TransferInterface.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Model/MultipartUpload/TransferStateInterface.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Model/MultipartUpload/UploadIdInterface.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Model/MultipartUpload/UploadPartInterface.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Resources/aws-config.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Resources/public-endpoints.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Resources/sdk1-config.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/RulesEndpointProvider.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Signature/AbstractSignature.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Signature/EndpointSignatureInterface.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Signature/SignatureInterface.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Signature/SignatureListener.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Signature/SignatureV2.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Signature/SignatureV3Https.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Signature/SignatureV4.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Waiter/AbstractResourceWaiter.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Waiter/AbstractWaiter.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Waiter/CallableWaiter.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Waiter/CompositeWaiterFactory.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Waiter/ConfigResourceWaiter.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Waiter/ResourceWaiterInterface.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Waiter/WaiterClassFactory.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Waiter/WaiterConfig.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Waiter/WaiterConfigFactory.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Waiter/WaiterFactoryInterface.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Waiter/WaiterInterface.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/AcpListener.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/BucketStyleListener.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Command/S3Command.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Enum/CannedAcl.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Enum/EncodingType.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Enum/Event.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Enum/GranteeType.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Enum/Group.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Enum/MFADelete.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Enum/MetadataDirective.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Enum/Payer.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Enum/Permission.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Enum/Protocol.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Enum/ServerSideEncryption.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Enum/Status.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Enum/Storage.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Enum/StorageClass.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/AccessDeniedException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/AccountProblemException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/AmbiguousGrantByEmailAddressException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/BadDigestException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/BucketAlreadyExistsException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/BucketAlreadyOwnedByYouException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/BucketNotEmptyException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/CredentialsNotSupportedException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/CrossLocationLoggingProhibitedException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/DeleteMultipleObjectsException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/EntityTooLargeException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/EntityTooSmallException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/ExpiredTokenException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/IllegalVersioningConfigurationException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/IncompleteBodyException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/IncorrectNumberOfFilesInPostRequestException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InlineDataTooLargeException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InternalErrorException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidAccessKeyIdException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidAddressingHeaderException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidArgumentException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidBucketNameException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidBucketStateException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidDigestException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidLocationConstraintException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidPartException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidPartOrderException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidPayerException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidPolicyDocumentException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidRangeException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidRequestException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidSOAPRequestException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidSecurityException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidStorageClassException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidTagErrorException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidTargetBucketForLoggingException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidTokenException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidURIException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/KeyTooLongException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/MalformedACLErrorException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/MalformedPOSTRequestException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/MalformedXMLException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/MaxMessageLengthExceededException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/MaxPostPreDataLengthExceededErrorException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/MetadataTooLargeException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/MethodNotAllowedException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/MissingAttachmentException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/MissingContentLengthException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/MissingRequestBodyErrorException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/MissingSecurityElementException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/MissingSecurityHeaderException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/NoLoggingStatusForKeyException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/NoSuchBucketException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/NoSuchBucketPolicyException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/NoSuchCORSConfigurationException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/NoSuchKeyException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/NoSuchLifecycleConfigurationException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/NoSuchTagSetErrorException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/NoSuchUploadException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/NoSuchVersionException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/NoSuchWebsiteConfigurationException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/NotImplementedException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/NotSignedUpException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/NotSuchBucketPolicyException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/ObjectAlreadyInActiveTierErrorException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/ObjectNotInActiveTierErrorException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/OperationAbortedException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/Parser/S3ExceptionParser.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/PermanentRedirectException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/PreconditionFailedException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/RedirectException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/RequestIsNotMultiPartContentException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/RequestTimeTooSkewedException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/RequestTimeoutException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/RequestTorrentOfBucketErrorException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/S3Exception.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/ServiceUnavailableException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/SignatureDoesNotMatchException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/SlowDownException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/TemporaryRedirectException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/TokenRefreshRequiredException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/TooManyBucketsException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/UnexpectedContentException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/UnresolvableGrantByEmailAddressException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/UserKeyMustBeSpecifiedException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Iterator/ListBucketsIterator.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Iterator/ListMultipartUploadsIterator.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Iterator/ListObjectVersionsIterator.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Iterator/ListObjectsIterator.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Iterator/OpendirIterator.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/Acp.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/AcpBuilder.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/ClearBucket.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/DeleteObjectsBatch.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/DeleteObjectsTransfer.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/Grant.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/Grantee.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/MultipartUpload/AbstractTransfer.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/MultipartUpload/ParallelTransfer.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/MultipartUpload/SerialTransfer.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/MultipartUpload/TransferState.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/MultipartUpload/UploadBuilder.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/MultipartUpload/UploadId.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/MultipartUpload/UploadPart.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/PostObject.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Resources/s3-2006-03-01.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/ResumableDownload.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/S3Client.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/S3Md5Listener.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/S3Signature.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/S3SignatureInterface.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/S3SignatureV4.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/SocketTimeoutChecker.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/SseCpkListener.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/StreamWrapper.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Sync/AbstractSync.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Sync/AbstractSyncBuilder.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Sync/ChangedFilesIterator.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Sync/DownloadSync.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Sync/DownloadSyncBuilder.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Sync/FilenameConverterInterface.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Sync/KeyConverter.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Sync/UploadSync.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Sync/UploadSyncBuilder.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/AbstractBatchDecorator.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/Batch.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/BatchBuilder.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/BatchClosureDivisor.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/BatchClosureTransfer.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/BatchCommandTransfer.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/BatchDivisorInterface.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/BatchInterface.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/BatchRequestTransfer.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/BatchSizeDivisor.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/BatchTransferInterface.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/Exception/BatchTransferException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/ExceptionBufferingBatch.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/FlushingBatch.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/HistoryBatch.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/NotifyingBatch.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/composer.json
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Cache/AbstractCacheAdapter.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Cache/CacheAdapterFactory.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Cache/CacheAdapterInterface.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Cache/ClosureCacheAdapter.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Cache/DoctrineCacheAdapter.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Cache/NullCacheAdapter.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Cache/Zf1CacheAdapter.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Cache/Zf2CacheAdapter.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Cache/composer.json
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/AbstractHasDispatcher.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/Collection.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/Event.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/Exception/BadMethodCallException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/Exception/ExceptionCollection.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/Exception/GuzzleException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/Exception/InvalidArgumentException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/Exception/RuntimeException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/Exception/UnexpectedValueException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/FromConfigInterface.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/HasDispatcherInterface.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/ToArrayInterface.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/Version.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/composer.json
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/AbstractEntityBodyDecorator.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/CachingEntityBody.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Client.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/ClientInterface.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Curl/CurlHandle.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Curl/CurlMulti.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Curl/CurlMultiInterface.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Curl/CurlMultiProxy.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Curl/CurlVersion.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Curl/RequestMediator.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/EntityBody.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/EntityBodyInterface.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Exception/BadResponseException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Exception/ClientErrorResponseException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Exception/CouldNotRewindStreamException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Exception/CurlException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Exception/HttpException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Exception/MultiTransferException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Exception/RequestException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Exception/ServerErrorResponseException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Exception/TooManyRedirectsException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/IoEmittingEntityBody.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/AbstractMessage.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/EntityEnclosingRequest.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/EntityEnclosingRequestInterface.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/Header.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/Header/CacheControl.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/Header/HeaderCollection.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/Header/HeaderFactory.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/Header/HeaderFactoryInterface.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/Header/HeaderInterface.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/Header/Link.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/MessageInterface.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/PostFile.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/PostFileInterface.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/Request.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/RequestFactory.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/RequestFactoryInterface.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/RequestInterface.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/Response.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Mimetypes.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/QueryAggregator/CommaAggregator.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/QueryAggregator/DuplicateAggregator.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/QueryAggregator/PhpAggregator.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/QueryAggregator/QueryAggregatorInterface.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/QueryString.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/ReadLimitEntityBody.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/RedirectPlugin.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Resources/cacert.pem
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/StaticClient.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Url.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/composer.json
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Inflection/Inflector.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Inflection/InflectorInterface.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Inflection/MemoizingInflector.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Inflection/PreComputedInflector.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Inflection/composer.json
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Iterator/AppendIterator.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Iterator/ChunkedIterator.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Iterator/FilterIterator.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Iterator/MapIterator.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Iterator/MethodProxyIterator.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Iterator/README.md
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Iterator/composer.json
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Log/AbstractLogAdapter.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Log/ArrayLogAdapter.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Log/ClosureLogAdapter.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Log/LogAdapterInterface.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Log/MessageFormatter.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Log/MonologLogAdapter.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Log/PsrLogAdapter.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Log/Zf1LogAdapter.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Log/Zf2LogAdapter.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Log/composer.json
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Parser/Cookie/CookieParser.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Parser/Cookie/CookieParserInterface.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Parser/Message/AbstractMessageParser.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Parser/Message/MessageParser.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Parser/Message/MessageParserInterface.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Parser/Message/PeclHttpMessageParser.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Parser/ParserRegistry.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Parser/UriTemplate/PeclUriTemplate.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Parser/UriTemplate/UriTemplate.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Parser/UriTemplate/UriTemplateInterface.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Parser/Url/UrlParser.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Parser/Url/UrlParserInterface.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Parser/composer.json
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Async/AsyncPlugin.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Async/composer.json
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Backoff/AbstractBackoffStrategy.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Backoff/AbstractErrorCodeBackoffStrategy.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Backoff/BackoffLogger.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Backoff/BackoffPlugin.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Backoff/BackoffStrategyInterface.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Backoff/CallbackBackoffStrategy.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Backoff/ConstantBackoffStrategy.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Backoff/CurlBackoffStrategy.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Backoff/ExponentialBackoffStrategy.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Backoff/HttpBackoffStrategy.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Backoff/LinearBackoffStrategy.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Backoff/ReasonPhraseBackoffStrategy.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Backoff/TruncatedBackoffStrategy.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Backoff/composer.json
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cache/CacheKeyProviderInterface.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cache/CachePlugin.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cache/CacheStorageInterface.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cache/CallbackCanCacheStrategy.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cache/CanCacheStrategyInterface.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cache/DefaultCacheKeyProvider.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cache/DefaultCacheStorage.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cache/DefaultCanCacheStrategy.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cache/DefaultRevalidation.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cache/DenyRevalidation.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cache/RevalidationInterface.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cache/SkipRevalidation.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cache/composer.json
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cookie/Cookie.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cookie/CookieJar/ArrayCookieJar.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cookie/CookieJar/CookieJarInterface.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cookie/CookieJar/FileCookieJar.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cookie/CookiePlugin.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cookie/Exception/InvalidCookieException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cookie/composer.json
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/CurlAuth/CurlAuthPlugin.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/CurlAuth/composer.json
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/ErrorResponse/ErrorResponseExceptionInterface.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/ErrorResponse/ErrorResponsePlugin.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/ErrorResponse/Exception/ErrorResponseException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/ErrorResponse/composer.json
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/History/HistoryPlugin.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/History/composer.json
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Log/LogPlugin.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Log/composer.json
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Md5/CommandContentMd5Plugin.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Md5/Md5ValidatorPlugin.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Md5/composer.json
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Mock/MockPlugin.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Mock/composer.json
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Oauth/OauthPlugin.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Oauth/composer.json
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/composer.json
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/AbstractConfigLoader.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Builder/ServiceBuilder.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Builder/ServiceBuilderInterface.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Builder/ServiceBuilderLoader.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/CachingConfigLoader.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Client.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/ClientInterface.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/AbstractCommand.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/ClosureCommand.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/CommandInterface.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/CreateResponseClassEvent.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/DefaultRequestSerializer.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/DefaultResponseParser.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/Factory/AliasFactory.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/Factory/CompositeFactory.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/Factory/ConcreteClassFactory.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/Factory/FactoryInterface.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/Factory/MapFactory.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/Factory/ServiceDescriptionFactory.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Request/AbstractRequestVisitor.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Request/BodyVisitor.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Request/HeaderVisitor.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Request/JsonVisitor.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Request/PostFieldVisitor.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Request/PostFileVisitor.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Request/QueryVisitor.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Request/RequestVisitorInterface.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Request/ResponseBodyVisitor.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Request/XmlVisitor.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Response/AbstractResponseVisitor.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Response/BodyVisitor.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Response/HeaderVisitor.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Response/JsonVisitor.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Response/ReasonPhraseVisitor.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Response/ResponseVisitorInterface.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Response/StatusCodeVisitor.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Response/XmlVisitor.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/VisitorFlyweight.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/OperationCommand.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/OperationResponseParser.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/RequestSerializerInterface.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/ResponseClassInterface.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/ResponseParserInterface.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/ConfigLoaderInterface.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Description/Operation.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Description/OperationInterface.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Description/Parameter.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Description/SchemaFormatter.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Description/SchemaValidator.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Description/ServiceDescription.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Description/ServiceDescriptionInterface.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Description/ServiceDescriptionLoader.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Description/ValidatorInterface.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Exception/CommandException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Exception/CommandTransferException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Exception/DescriptionBuilderException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Exception/InconsistentClientTransferException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Exception/ResponseClassException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Exception/ServiceBuilderException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Exception/ServiceNotFoundException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Exception/ValidationException.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Resource/AbstractResourceIteratorFactory.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Resource/CompositeResourceIteratorFactory.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Resource/MapResourceIteratorFactory.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Resource/Model.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Resource/ResourceIterator.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Resource/ResourceIteratorApplyBatched.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Resource/ResourceIteratorClassFactory.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Resource/ResourceIteratorFactoryInterface.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Resource/ResourceIteratorInterface.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/composer.json
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Stream/PhpStreamRequestFactory.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Stream/Stream.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Stream/StreamInterface.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Stream/StreamRequestFactoryInterface.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Stream/composer.json
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/.gitignore
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/ApcClassLoader.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/ApcUniversalClassLoader.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/CHANGELOG.md
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/ClassCollectionLoader.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/ClassLoader.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/ClassMapGenerator.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/DebugClassLoader.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/DebugUniversalClassLoader.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/LICENSE
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/MapClassLoader.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Psr4ClassLoader.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/README.md
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/ApcUniversalClassLoaderTest.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/ClassCollectionLoaderTest.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/ClassLoaderTest.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/ClassMapGeneratorTest.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/Namespaced/Bar.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/Namespaced/Baz.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/Namespaced/Foo.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/Namespaced/FooBar.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/Pearlike/Bar.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/Pearlike/Baz.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/Pearlike/Foo.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/alpha/Apc/ApcPrefixCollision/A/Bar.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/alpha/Apc/ApcPrefixCollision/A/Foo.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/alpha/Apc/NamespaceCollision/A/Bar.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/alpha/Apc/NamespaceCollision/A/Foo.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/beta/Apc/ApcPrefixCollision/A/B/Bar.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/beta/Apc/ApcPrefixCollision/A/B/Foo.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/beta/Apc/NamespaceCollision/A/B/Bar.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/beta/Apc/NamespaceCollision/A/B/Foo.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/fallback/Apc/Pearlike/FooBar.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/fallback/Namespaced/FooBar.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/A.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/ATrait.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/B.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/BTrait.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/CInterface.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/CTrait.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/D.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/E.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/GInterface.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced/Bar.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced/Baz.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced/Foo.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced/WithComments.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced2/Bar.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced2/Baz.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced2/Foo.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Pearlike/Bar.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Pearlike/Baz.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Pearlike/Foo.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Pearlike/WithComments.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Pearlike2/Bar.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Pearlike2/Baz.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Pearlike2/Foo.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/NamespaceCollision/A/Bar.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/NamespaceCollision/A/Foo.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/NamespaceCollision/C/Bar.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/NamespaceCollision/C/Foo.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/PrefixCollision/A/Bar.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/PrefixCollision/A/Foo.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/PrefixCollision/C/Bar.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/PrefixCollision/C/Foo.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/beta/NamespaceCollision/A/B/Bar.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/beta/NamespaceCollision/A/B/Foo.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/beta/NamespaceCollision/C/B/Bar.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/beta/NamespaceCollision/C/B/Foo.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/beta/PrefixCollision/A/B/Bar.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/beta/PrefixCollision/A/B/Foo.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/beta/PrefixCollision/C/B/Bar.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/beta/PrefixCollision/C/B/Foo.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/classmap/SomeClass.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/classmap/SomeInterface.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/classmap/SomeParent.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/classmap/multipleNs.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/classmap/notAClass.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/classmap/notPhpFile.md
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/classmap/sameNsMultipleClasses.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/deps/traits.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/fallback/Namespaced/FooBar.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/fallback/Namespaced2/FooBar.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/fallback/Pearlike/FooBar.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/fallback/Pearlike2/FooBar.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/includepath/Foo.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/php5.4/traits.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/psr-4/Class_With_Underscores.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/psr-4/Foo.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/psr-4/Lets/Go/Deeper/Class_With_Underscores.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/psr-4/Lets/Go/Deeper/Foo.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Psr4ClassLoaderTest.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/UniversalClassLoaderTest.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/UniversalClassLoader.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/WinCacheClassLoader.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/XcacheClassLoader.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/composer.json
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/phpunit.xml.dist
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/.gitignore
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/CHANGELOG.md
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcherInterface.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/Debug/WrappedListener.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/DependencyInjection/RegisterListenersPass.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/Event.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/EventDispatcher.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/EventDispatcherInterface.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/EventSubscriberInterface.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/GenericEvent.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/ImmutableEventDispatcher.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/LICENSE
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/README.md
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/Tests/ContainerAwareEventDispatcherTest.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/Tests/Debug/TraceableEventDispatcherTest.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/Tests/DependencyInjection/RegisterListenersPassTest.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/Tests/EventDispatcherTest.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/Tests/EventTest.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/Tests/GenericEventTest.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/Tests/ImmutableEventDispatcherTest.php
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/composer.json
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/phpunit.xml.dist
share/owncloud/apps/files_external/3rdparty/aws-sdk-php/aws-autoloader.php
share/owncloud/apps/files_external/3rdparty/composer.json
share/owncloud/apps/files_external/3rdparty/composer.lock
share/owncloud/apps/files_external/3rdparty/composer/ClassLoader.php
share/owncloud/apps/files_external/3rdparty/composer/LICENSE
share/owncloud/apps/files_external/3rdparty/composer/autoload_classmap.php
share/owncloud/apps/files_external/3rdparty/composer/autoload_namespaces.php
share/owncloud/apps/files_external/3rdparty/composer/autoload_psr4.php
share/owncloud/apps/files_external/3rdparty/composer/autoload_real.php
share/owncloud/apps/files_external/3rdparty/composer/installed.json
share/owncloud/apps/files_external/3rdparty/google-api-php-client/LICENSE
share/owncloud/apps/files_external/3rdparty/google-api-php-client/README.md
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Auth/Abstract.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Auth/AppIdentity.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Auth/AssertionCredentials.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Auth/ComputeEngine.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Auth/Exception.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Auth/LoginTicket.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Auth/OAuth2.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Auth/Simple.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Cache/Abstract.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Cache/Apc.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Cache/Exception.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Cache/File.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Cache/Memcache.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Cache/Null.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Client.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Collection.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Config.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Exception.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Http/Batch.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Http/CacheParser.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Http/MediaFileUpload.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Http/REST.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Http/Request.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/IO/Abstract.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/IO/Curl.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/IO/Exception.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/IO/Stream.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/IO/cacerts.pem
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Logger/Abstract.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Logger/Exception.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Logger/File.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Logger/Null.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Logger/Psr.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Model.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/AdExchangeBuyer.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/AdExchangeSeller.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/AdSense.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/AdSenseHost.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Admin.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Analytics.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/AndroidEnterprise.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/AndroidPublisher.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/AppState.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Appengine.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Appsactivity.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Audit.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Autoscaler.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Bigquery.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Blogger.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Books.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Calendar.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/CivicInfo.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Classroom.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/CloudMonitoring.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/CloudUserAccounts.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Cloudbilling.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Clouddebugger.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Cloudlatencytest.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Cloudresourcemanager.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Cloudsearch.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Cloudtrace.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Compute.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Computeaccounts.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Container.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Coordinate.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Customsearch.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/DataTransfer.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Dataflow.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Datastore.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/DeploymentManager.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Dfareporting.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Directory.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Dns.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/DoubleClickBidManager.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Doubleclicksearch.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Drive.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Exception.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Fitness.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Freebase.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Fusiontables.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Games.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/GamesConfiguration.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/GamesManagement.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Genomics.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Gmail.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/GroupsMigration.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Groupssettings.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/IdentityToolkit.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Licensing.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Logging.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Manager.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/MapsEngine.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Mirror.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Oauth2.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Pagespeedonline.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Partners.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Playmoviespartner.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Plus.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/PlusDomains.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Prediction.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Proximitybeacon.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Pubsub.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/QPXExpress.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Replicapool.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Replicapoolupdater.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Reports.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Reseller.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Resource.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Resourceviews.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/SQLAdmin.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Script.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/ShoppingContent.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/SiteVerification.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Spectrum.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Storage.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Storagetransfer.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/TagManager.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Taskqueue.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Tasks.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Translate.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Urlshortener.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Webfonts.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Webmasters.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/YouTube.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/YouTubeAnalytics.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/YouTubeReporting.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Signer/Abstract.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Signer/P12.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Task/Exception.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Task/Retryable.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Task/Runner.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Utils.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Utils/URITemplate.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Verifier/Abstract.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Verifier/Pem.php
share/owncloud/apps/files_external/3rdparty/google-api-php-client/src/Google/autoload.php
share/owncloud/apps/files_external/3rdparty/icewind/smb/.gitignore
share/owncloud/apps/files_external/3rdparty/icewind/smb/LICENSE.txt
share/owncloud/apps/files_external/3rdparty/icewind/smb/README.md
share/owncloud/apps/files_external/3rdparty/icewind/smb/composer.json
share/owncloud/apps/files_external/3rdparty/icewind/smb/src/AbstractShare.php
share/owncloud/apps/files_external/3rdparty/icewind/smb/src/Connection.php
share/owncloud/apps/files_external/3rdparty/icewind/smb/src/ErrorCodes.php
share/owncloud/apps/files_external/3rdparty/icewind/smb/src/Exception/AccessDeniedException.php
share/owncloud/apps/files_external/3rdparty/icewind/smb/src/Exception/AlreadyExistsException.php
share/owncloud/apps/files_external/3rdparty/icewind/smb/src/Exception/AuthenticationException.php
share/owncloud/apps/files_external/3rdparty/icewind/smb/src/Exception/ConnectException.php
share/owncloud/apps/files_external/3rdparty/icewind/smb/src/Exception/ConnectionException.php
share/owncloud/apps/files_external/3rdparty/icewind/smb/src/Exception/ConnectionRefusedException.php
share/owncloud/apps/files_external/3rdparty/icewind/smb/src/Exception/Exception.php
share/owncloud/apps/files_external/3rdparty/icewind/smb/src/Exception/FileInUseException.php
share/owncloud/apps/files_external/3rdparty/icewind/smb/src/Exception/ForbiddenException.php
share/owncloud/apps/files_external/3rdparty/icewind/smb/src/Exception/HostDownException.php
share/owncloud/apps/files_external/3rdparty/icewind/smb/src/Exception/InvalidHostException.php
share/owncloud/apps/files_external/3rdparty/icewind/smb/src/Exception/InvalidPathException.php
share/owncloud/apps/files_external/3rdparty/icewind/smb/src/Exception/InvalidRequestException.php
share/owncloud/apps/files_external/3rdparty/icewind/smb/src/Exception/InvalidResourceException.php
share/owncloud/apps/files_external/3rdparty/icewind/smb/src/Exception/InvalidTypeException.php
share/owncloud/apps/files_external/3rdparty/icewind/smb/src/Exception/NoLoginServerException.php
share/owncloud/apps/files_external/3rdparty/icewind/smb/src/Exception/NoRouteToHostException.php
share/owncloud/apps/files_external/3rdparty/icewind/smb/src/Exception/NotEmptyException.php
share/owncloud/apps/files_external/3rdparty/icewind/smb/src/Exception/NotFoundException.php
share/owncloud/apps/files_external/3rdparty/icewind/smb/src/Exception/TimedOutException.php
share/owncloud/apps/files_external/3rdparty/icewind/smb/src/FileInfo.php
share/owncloud/apps/files_external/3rdparty/icewind/smb/src/IFileInfo.php
share/owncloud/apps/files_external/3rdparty/icewind/smb/src/IShare.php
share/owncloud/apps/files_external/3rdparty/icewind/smb/src/NativeFileInfo.php
share/owncloud/apps/files_external/3rdparty/icewind/smb/src/NativeServer.php
share/owncloud/apps/files_external/3rdparty/icewind/smb/src/NativeShare.php
share/owncloud/apps/files_external/3rdparty/icewind/smb/src/NativeState.php
share/owncloud/apps/files_external/3rdparty/icewind/smb/src/NativeStream.php
share/owncloud/apps/files_external/3rdparty/icewind/smb/src/Parser.php
share/owncloud/apps/files_external/3rdparty/icewind/smb/src/RawConnection.php
share/owncloud/apps/files_external/3rdparty/icewind/smb/src/Server.php
share/owncloud/apps/files_external/3rdparty/icewind/smb/src/Share.php
share/owncloud/apps/files_external/3rdparty/icewind/smb/src/System.php
share/owncloud/apps/files_external/3rdparty/icewind/smb/src/TimeZoneProvider.php
share/owncloud/apps/files_external/3rdparty/icewind/streams-dummy/composer.json
share/owncloud/apps/files_external/3rdparty/icewind/streams/.gitignore
share/owncloud/apps/files_external/3rdparty/icewind/streams/.travis.yml
share/owncloud/apps/files_external/3rdparty/icewind/streams/LICENCE
share/owncloud/apps/files_external/3rdparty/icewind/streams/README.md
share/owncloud/apps/files_external/3rdparty/icewind/streams/composer.json
share/owncloud/apps/files_external/3rdparty/icewind/streams/src/CallbackWrapper.php
share/owncloud/apps/files_external/3rdparty/icewind/streams/src/Directory.php
share/owncloud/apps/files_external/3rdparty/icewind/streams/src/DirectoryFilter.php
share/owncloud/apps/files_external/3rdparty/icewind/streams/src/DirectoryWrapper.php
share/owncloud/apps/files_external/3rdparty/icewind/streams/src/File.php
share/owncloud/apps/files_external/3rdparty/icewind/streams/src/IteratorDirectory.php
share/owncloud/apps/files_external/3rdparty/icewind/streams/src/NullWrapper.php
share/owncloud/apps/files_external/3rdparty/icewind/streams/src/Path.php
share/owncloud/apps/files_external/3rdparty/icewind/streams/src/RetryWrapper.php
share/owncloud/apps/files_external/3rdparty/icewind/streams/src/SeekableWrapper.php
share/owncloud/apps/files_external/3rdparty/icewind/streams/src/Url.php
share/owncloud/apps/files_external/3rdparty/icewind/streams/src/UrlCallBack.php
share/owncloud/apps/files_external/3rdparty/icewind/streams/src/Wrapper.php
share/owncloud/apps/files_external/ajax/applicable.php
share/owncloud/apps/files_external/ajax/oauth1.php
share/owncloud/apps/files_external/ajax/oauth2.php
share/owncloud/apps/files_external/appinfo/app.php
share/owncloud/apps/files_external/appinfo/database.xml
share/owncloud/apps/files_external/appinfo/info.xml
share/owncloud/apps/files_external/appinfo/register_command.php
share/owncloud/apps/files_external/appinfo/routes.php
share/owncloud/apps/files_external/appinfo/signature.json
share/owncloud/apps/files_external/appinfo/update.php
share/owncloud/apps/files_external/css/external.css
share/owncloud/apps/files_external/css/settings.css
share/owncloud/apps/files_external/img/app.svg
share/owncloud/apps/files_external/js/app.js
share/owncloud/apps/files_external/js/dropbox.js
share/owncloud/apps/files_external/js/gdrive.js
share/owncloud/apps/files_external/js/mountsfilelist.js
share/owncloud/apps/files_external/js/oauth1.js
share/owncloud/apps/files_external/js/oauth2.js
share/owncloud/apps/files_external/js/public_key.js
share/owncloud/apps/files_external/js/rollingqueue.js
share/owncloud/apps/files_external/js/settings.js
share/owncloud/apps/files_external/js/statusmanager.js
share/owncloud/apps/files_external/l10n/af_ZA.js
share/owncloud/apps/files_external/l10n/af_ZA.json
share/owncloud/apps/files_external/l10n/ar.js
share/owncloud/apps/files_external/l10n/ar.json
share/owncloud/apps/files_external/l10n/ast.js
share/owncloud/apps/files_external/l10n/ast.json
share/owncloud/apps/files_external/l10n/az.js
share/owncloud/apps/files_external/l10n/az.json
share/owncloud/apps/files_external/l10n/bg_BG.js
share/owncloud/apps/files_external/l10n/bg_BG.json
share/owncloud/apps/files_external/l10n/bn_BD.js
share/owncloud/apps/files_external/l10n/bn_BD.json
share/owncloud/apps/files_external/l10n/bn_IN.js
share/owncloud/apps/files_external/l10n/bn_IN.json
share/owncloud/apps/files_external/l10n/bs.js
share/owncloud/apps/files_external/l10n/bs.json
share/owncloud/apps/files_external/l10n/ca.js
share/owncloud/apps/files_external/l10n/ca.json
share/owncloud/apps/files_external/l10n/cs_CZ.js
share/owncloud/apps/files_external/l10n/cs_CZ.json
share/owncloud/apps/files_external/l10n/cy_GB.js
share/owncloud/apps/files_external/l10n/cy_GB.json
share/owncloud/apps/files_external/l10n/da.js
share/owncloud/apps/files_external/l10n/da.json
share/owncloud/apps/files_external/l10n/de.js
share/owncloud/apps/files_external/l10n/de.json
share/owncloud/apps/files_external/l10n/de_AT.js
share/owncloud/apps/files_external/l10n/de_AT.json
share/owncloud/apps/files_external/l10n/de_DE.js
share/owncloud/apps/files_external/l10n/de_DE.json
share/owncloud/apps/files_external/l10n/el.js
share/owncloud/apps/files_external/l10n/el.json
share/owncloud/apps/files_external/l10n/en_GB.js
share/owncloud/apps/files_external/l10n/en_GB.json
share/owncloud/apps/files_external/l10n/eo.js
share/owncloud/apps/files_external/l10n/eo.json
share/owncloud/apps/files_external/l10n/es.js
share/owncloud/apps/files_external/l10n/es.json
share/owncloud/apps/files_external/l10n/es_AR.js
share/owncloud/apps/files_external/l10n/es_AR.json
share/owncloud/apps/files_external/l10n/es_CL.js
share/owncloud/apps/files_external/l10n/es_CL.json
share/owncloud/apps/files_external/l10n/es_MX.js
share/owncloud/apps/files_external/l10n/es_MX.json
share/owncloud/apps/files_external/l10n/et_EE.js
share/owncloud/apps/files_external/l10n/et_EE.json
share/owncloud/apps/files_external/l10n/eu.js
share/owncloud/apps/files_external/l10n/eu.json
share/owncloud/apps/files_external/l10n/fa.js
share/owncloud/apps/files_external/l10n/fa.json
share/owncloud/apps/files_external/l10n/fi_FI.js
share/owncloud/apps/files_external/l10n/fi_FI.json
share/owncloud/apps/files_external/l10n/fil.js
share/owncloud/apps/files_external/l10n/fil.json
share/owncloud/apps/files_external/l10n/fr.js
share/owncloud/apps/files_external/l10n/fr.json
share/owncloud/apps/files_external/l10n/gl.js
share/owncloud/apps/files_external/l10n/gl.json
share/owncloud/apps/files_external/l10n/he.js
share/owncloud/apps/files_external/l10n/he.json
share/owncloud/apps/files_external/l10n/hi.js
share/owncloud/apps/files_external/l10n/hi.json
share/owncloud/apps/files_external/l10n/hr.js
share/owncloud/apps/files_external/l10n/hr.json
share/owncloud/apps/files_external/l10n/hu_HU.js
share/owncloud/apps/files_external/l10n/hu_HU.json
share/owncloud/apps/files_external/l10n/hy.js
share/owncloud/apps/files_external/l10n/hy.json
share/owncloud/apps/files_external/l10n/ia.js
share/owncloud/apps/files_external/l10n/ia.json
share/owncloud/apps/files_external/l10n/id.js
share/owncloud/apps/files_external/l10n/id.json
share/owncloud/apps/files_external/l10n/is.js
share/owncloud/apps/files_external/l10n/is.json
share/owncloud/apps/files_external/l10n/it.js
share/owncloud/apps/files_external/l10n/it.json
share/owncloud/apps/files_external/l10n/ja.js
share/owncloud/apps/files_external/l10n/ja.json
share/owncloud/apps/files_external/l10n/jv.js
share/owncloud/apps/files_external/l10n/jv.json
share/owncloud/apps/files_external/l10n/ka_GE.js
share/owncloud/apps/files_external/l10n/ka_GE.json
share/owncloud/apps/files_external/l10n/km.js
share/owncloud/apps/files_external/l10n/km.json
share/owncloud/apps/files_external/l10n/kn.js
share/owncloud/apps/files_external/l10n/kn.json
share/owncloud/apps/files_external/l10n/ko.js
share/owncloud/apps/files_external/l10n/ko.json
share/owncloud/apps/files_external/l10n/ku_IQ.js
share/owncloud/apps/files_external/l10n/ku_IQ.json
share/owncloud/apps/files_external/l10n/lb.js
share/owncloud/apps/files_external/l10n/lb.json
share/owncloud/apps/files_external/l10n/lt_LT.js
share/owncloud/apps/files_external/l10n/lt_LT.json
share/owncloud/apps/files_external/l10n/lv.js
share/owncloud/apps/files_external/l10n/lv.json
share/owncloud/apps/files_external/l10n/mk.js
share/owncloud/apps/files_external/l10n/mk.json
share/owncloud/apps/files_external/l10n/mn.js
share/owncloud/apps/files_external/l10n/mn.json
share/owncloud/apps/files_external/l10n/ms_MY.js
share/owncloud/apps/files_external/l10n/ms_MY.json
share/owncloud/apps/files_external/l10n/my_MM.js
share/owncloud/apps/files_external/l10n/my_MM.json
share/owncloud/apps/files_external/l10n/nb_NO.js
share/owncloud/apps/files_external/l10n/nb_NO.json
share/owncloud/apps/files_external/l10n/nds.js
share/owncloud/apps/files_external/l10n/nds.json
share/owncloud/apps/files_external/l10n/nl.js
share/owncloud/apps/files_external/l10n/nl.json
share/owncloud/apps/files_external/l10n/nn_NO.js
share/owncloud/apps/files_external/l10n/nn_NO.json
share/owncloud/apps/files_external/l10n/oc.js
share/owncloud/apps/files_external/l10n/oc.json
share/owncloud/apps/files_external/l10n/pa.js
share/owncloud/apps/files_external/l10n/pa.json
share/owncloud/apps/files_external/l10n/pl.js
share/owncloud/apps/files_external/l10n/pl.json
share/owncloud/apps/files_external/l10n/pt_BR.js
share/owncloud/apps/files_external/l10n/pt_BR.json
share/owncloud/apps/files_external/l10n/pt_PT.js
share/owncloud/apps/files_external/l10n/pt_PT.json
share/owncloud/apps/files_external/l10n/ro.js
share/owncloud/apps/files_external/l10n/ro.json
share/owncloud/apps/files_external/l10n/ru.js
share/owncloud/apps/files_external/l10n/ru.json
share/owncloud/apps/files_external/l10n/si_LK.js
share/owncloud/apps/files_external/l10n/si_LK.json
share/owncloud/apps/files_external/l10n/sk_SK.js
share/owncloud/apps/files_external/l10n/sk_SK.json
share/owncloud/apps/files_external/l10n/sl.js
share/owncloud/apps/files_external/l10n/sl.json
share/owncloud/apps/files_external/l10n/sq.js
share/owncloud/apps/files_external/l10n/sq.json
share/owncloud/apps/files_external/l10n/sr.js
share/owncloud/apps/files_external/l10n/sr.json
share/owncloud/apps/files_external/l10n/sr@latin.js
share/owncloud/apps/files_external/l10n/sr@latin.json
share/owncloud/apps/files_external/l10n/sv.js
share/owncloud/apps/files_external/l10n/sv.json
share/owncloud/apps/files_external/l10n/ta_LK.js
share/owncloud/apps/files_external/l10n/ta_LK.json
share/owncloud/apps/files_external/l10n/te.js
share/owncloud/apps/files_external/l10n/te.json
share/owncloud/apps/files_external/l10n/th_TH.js
share/owncloud/apps/files_external/l10n/th_TH.json
share/owncloud/apps/files_external/l10n/tr.js
share/owncloud/apps/files_external/l10n/tr.json
share/owncloud/apps/files_external/l10n/ug.js
share/owncloud/apps/files_external/l10n/ug.json
share/owncloud/apps/files_external/l10n/uk.js
share/owncloud/apps/files_external/l10n/uk.json
share/owncloud/apps/files_external/l10n/ur_PK.js
share/owncloud/apps/files_external/l10n/ur_PK.json
share/owncloud/apps/files_external/l10n/vi.js
share/owncloud/apps/files_external/l10n/vi.json
share/owncloud/apps/files_external/l10n/zh_CN.js
share/owncloud/apps/files_external/l10n/zh_CN.json
share/owncloud/apps/files_external/l10n/zh_HK.js
share/owncloud/apps/files_external/l10n/zh_HK.json
share/owncloud/apps/files_external/l10n/zh_TW.js
share/owncloud/apps/files_external/l10n/zh_TW.json
share/owncloud/apps/files_external/lib/AppInfo/Application.php
share/owncloud/apps/files_external/lib/Command/Applicable.php
share/owncloud/apps/files_external/lib/Command/Backends.php
share/owncloud/apps/files_external/lib/Command/Config.php
share/owncloud/apps/files_external/lib/Command/Create.php
share/owncloud/apps/files_external/lib/Command/Delete.php
share/owncloud/apps/files_external/lib/Command/Export.php
share/owncloud/apps/files_external/lib/Command/Import.php
share/owncloud/apps/files_external/lib/Command/ListCommand.php
share/owncloud/apps/files_external/lib/Command/Option.php
share/owncloud/apps/files_external/lib/Command/Verify.php
share/owncloud/apps/files_external/lib/Config/ConfigAdapter.php
share/owncloud/apps/files_external/lib/Controller/AjaxController.php
share/owncloud/apps/files_external/lib/Controller/GlobalStoragesController.php
share/owncloud/apps/files_external/lib/Controller/StoragesController.php
share/owncloud/apps/files_external/lib/Controller/UserGlobalStoragesController.php
share/owncloud/apps/files_external/lib/Controller/UserStoragesController.php
share/owncloud/apps/files_external/lib/Lib/Api.php
share/owncloud/apps/files_external/lib/Lib/Auth/AmazonS3/AccessKey.php
share/owncloud/apps/files_external/lib/Lib/Auth/AuthMechanism.php
share/owncloud/apps/files_external/lib/Lib/Auth/Builtin.php
share/owncloud/apps/files_external/lib/Lib/Auth/IUserProvided.php
share/owncloud/apps/files_external/lib/Lib/Auth/NullMechanism.php
share/owncloud/apps/files_external/lib/Lib/Auth/OAuth1/OAuth1.php
share/owncloud/apps/files_external/lib/Lib/Auth/OAuth2/OAuth2.php
share/owncloud/apps/files_external/lib/Lib/Auth/OpenStack/OpenStack.php
share/owncloud/apps/files_external/lib/Lib/Auth/OpenStack/Rackspace.php
share/owncloud/apps/files_external/lib/Lib/Auth/Password/Password.php
share/owncloud/apps/files_external/lib/Lib/Auth/Password/SessionCredentials.php
share/owncloud/apps/files_external/lib/Lib/Auth/PublicKey/RSA.php
share/owncloud/apps/files_external/lib/Lib/Backend/AmazonS3.php
share/owncloud/apps/files_external/lib/Lib/Backend/Backend.php
share/owncloud/apps/files_external/lib/Lib/Backend/DAV.php
share/owncloud/apps/files_external/lib/Lib/Backend/Dropbox.php
share/owncloud/apps/files_external/lib/Lib/Backend/FTP.php
share/owncloud/apps/files_external/lib/Lib/Backend/Google.php
share/owncloud/apps/files_external/lib/Lib/Backend/LegacyBackend.php
share/owncloud/apps/files_external/lib/Lib/Backend/Local.php
share/owncloud/apps/files_external/lib/Lib/Backend/OwnCloud.php
share/owncloud/apps/files_external/lib/Lib/Backend/SFTP.php
share/owncloud/apps/files_external/lib/Lib/Backend/SFTP_Key.php
share/owncloud/apps/files_external/lib/Lib/Backend/SMB.php
share/owncloud/apps/files_external/lib/Lib/Backend/SMB_OC.php
share/owncloud/apps/files_external/lib/Lib/Backend/Swift.php
share/owncloud/apps/files_external/lib/Lib/Config/IAuthMechanismProvider.php
share/owncloud/apps/files_external/lib/Lib/Config/IBackendProvider.php
share/owncloud/apps/files_external/lib/Lib/DefinitionParameter.php
share/owncloud/apps/files_external/lib/Lib/DependencyTrait.php
share/owncloud/apps/files_external/lib/Lib/FrontendDefinitionTrait.php
share/owncloud/apps/files_external/lib/Lib/IdentifierTrait.php
share/owncloud/apps/files_external/lib/Lib/InsufficientDataForMeaningfulAnswerException.php
share/owncloud/apps/files_external/lib/Lib/LegacyDependencyCheckPolyfill.php
share/owncloud/apps/files_external/lib/Lib/MissingDependency.php
share/owncloud/apps/files_external/lib/Lib/PersonalMount.php
share/owncloud/apps/files_external/lib/Lib/PriorityTrait.php
share/owncloud/apps/files_external/lib/Lib/SessionStorageWrapper.php
share/owncloud/apps/files_external/lib/Lib/Storage/AmazonS3.php
share/owncloud/apps/files_external/lib/Lib/Storage/Dropbox.php
share/owncloud/apps/files_external/lib/Lib/Storage/FTP.php
share/owncloud/apps/files_external/lib/Lib/Storage/Google.php
share/owncloud/apps/files_external/lib/Lib/Storage/OwnCloud.php
share/owncloud/apps/files_external/lib/Lib/Storage/SFTP.php
share/owncloud/apps/files_external/lib/Lib/Storage/SMB.php
share/owncloud/apps/files_external/lib/Lib/Storage/StreamWrapper.php
share/owncloud/apps/files_external/lib/Lib/Storage/Swift.php
share/owncloud/apps/files_external/lib/Lib/StorageConfig.php
share/owncloud/apps/files_external/lib/Lib/StorageModifierTrait.php
share/owncloud/apps/files_external/lib/Lib/VisibilityTrait.php
share/owncloud/apps/files_external/lib/Migration/DummyUserSession.php
share/owncloud/apps/files_external/lib/Migration/StorageMigrator.php
share/owncloud/apps/files_external/lib/NotFoundException.php
share/owncloud/apps/files_external/lib/Service/BackendService.php
share/owncloud/apps/files_external/lib/Service/DBConfigService.php
share/owncloud/apps/files_external/lib/Service/GlobalLegacyStoragesService.php
share/owncloud/apps/files_external/lib/Service/GlobalStoragesService.php
share/owncloud/apps/files_external/lib/Service/ImportLegacyStoragesService.php
share/owncloud/apps/files_external/lib/Service/LegacyStoragesService.php
share/owncloud/apps/files_external/lib/Service/StoragesService.php
share/owncloud/apps/files_external/lib/Service/UserGlobalStoragesService.php
share/owncloud/apps/files_external/lib/Service/UserLegacyStoragesService.php
share/owncloud/apps/files_external/lib/Service/UserStoragesService.php
share/owncloud/apps/files_external/lib/Service/UserTrait.php
share/owncloud/apps/files_external/lib/config.php
share/owncloud/apps/files_external/list.php
share/owncloud/apps/files_external/personal.php
share/owncloud/apps/files_external/settings.php
share/owncloud/apps/files_external/templates/list.php
share/owncloud/apps/files_external/templates/settings.php
share/owncloud/apps/files_pdfviewer/appinfo/app.php
share/owncloud/apps/files_pdfviewer/appinfo/info.xml
share/owncloud/apps/files_pdfviewer/appinfo/routes.php
share/owncloud/apps/files_pdfviewer/appinfo/signature.json
share/owncloud/apps/files_pdfviewer/controller/displaycontroller.php
share/owncloud/apps/files_pdfviewer/css/style.css
share/owncloud/apps/files_pdfviewer/css/viewer.css
share/owncloud/apps/files_pdfviewer/img/app.png
share/owncloud/apps/files_pdfviewer/img/app.svg
share/owncloud/apps/files_pdfviewer/img/toolbarButton-secondaryToolbarClose.svg
share/owncloud/apps/files_pdfviewer/js/previewplugin.js
share/owncloud/apps/files_pdfviewer/js/workersrc.js
share/owncloud/apps/files_pdfviewer/templates/viewer.php
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/LICENSE
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/build/pdf.js
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/build/pdf.worker.js
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/78-EUC-H.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/78-EUC-V.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/78-H.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/78-RKSJ-H.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/78-RKSJ-V.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/78-V.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/78ms-RKSJ-H.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/78ms-RKSJ-V.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/83pv-RKSJ-H.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/90ms-RKSJ-H.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/90ms-RKSJ-V.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/90msp-RKSJ-H.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/90msp-RKSJ-V.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/90pv-RKSJ-H.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/90pv-RKSJ-V.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Add-H.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Add-RKSJ-H.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Add-RKSJ-V.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Add-V.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-CNS1-0.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-CNS1-1.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-CNS1-2.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-CNS1-3.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-CNS1-4.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-CNS1-5.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-CNS1-6.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-CNS1-UCS2.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-GB1-0.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-GB1-1.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-GB1-2.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-GB1-3.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-GB1-4.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-GB1-5.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-GB1-UCS2.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-Japan1-0.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-Japan1-1.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-Japan1-2.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-Japan1-3.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-Japan1-4.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-Japan1-5.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-Japan1-6.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-Japan1-UCS2.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-Korea1-0.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-Korea1-1.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-Korea1-2.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-Korea1-UCS2.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/B5-H.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/B5-V.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/B5pc-H.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/B5pc-V.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/CNS-EUC-H.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/CNS-EUC-V.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/CNS1-H.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/CNS1-V.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/CNS2-H.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/CNS2-V.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/ETHK-B5-H.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/ETHK-B5-V.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/ETen-B5-H.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/ETen-B5-V.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/ETenms-B5-H.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/ETenms-B5-V.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/EUC-H.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/EUC-V.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Ext-H.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Ext-RKSJ-H.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Ext-RKSJ-V.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Ext-V.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GB-EUC-H.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GB-EUC-V.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GB-H.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GB-V.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GBK-EUC-H.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GBK-EUC-V.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GBK2K-H.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GBK2K-V.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GBKp-EUC-H.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GBKp-EUC-V.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GBT-EUC-H.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GBT-EUC-V.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GBT-H.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GBT-V.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GBTpc-EUC-H.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GBTpc-EUC-V.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GBpc-EUC-H.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GBpc-EUC-V.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/H.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/HKdla-B5-H.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/HKdla-B5-V.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/HKdlb-B5-H.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/HKdlb-B5-V.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/HKgccs-B5-H.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/HKgccs-B5-V.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/HKm314-B5-H.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/HKm314-B5-V.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/HKm471-B5-H.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/HKm471-B5-V.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/HKscs-B5-H.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/HKscs-B5-V.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Hankaku.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Hiragana.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/KSC-EUC-H.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/KSC-EUC-V.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/KSC-H.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/KSC-Johab-H.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/KSC-Johab-V.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/KSC-V.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/KSCms-UHC-H.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/KSCms-UHC-HW-H.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/KSCms-UHC-HW-V.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/KSCms-UHC-V.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/KSCpc-EUC-H.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/KSCpc-EUC-V.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Katakana.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/LICENSE
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/NWP-H.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/NWP-V.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/RKSJ-H.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/RKSJ-V.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Roman.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniCNS-UCS2-H.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniCNS-UCS2-V.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniCNS-UTF16-H.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniCNS-UTF16-V.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniCNS-UTF32-H.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniCNS-UTF32-V.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniCNS-UTF8-H.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniCNS-UTF8-V.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniGB-UCS2-H.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniGB-UCS2-V.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniGB-UTF16-H.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniGB-UTF16-V.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniGB-UTF32-H.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniGB-UTF32-V.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniGB-UTF8-H.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniGB-UTF8-V.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS-UCS2-H.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS-UCS2-HW-H.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS-UCS2-HW-V.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS-UCS2-V.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS-UTF16-H.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS-UTF16-V.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS-UTF32-H.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS-UTF32-V.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS-UTF8-H.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS-UTF8-V.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS2004-UTF16-H.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS2004-UTF16-V.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS2004-UTF32-H.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS2004-UTF32-V.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS2004-UTF8-H.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS2004-UTF8-V.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJISPro-UCS2-HW-V.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJISPro-UCS2-V.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJISPro-UTF8-V.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJISX0213-UTF32-H.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJISX0213-UTF32-V.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJISX02132004-UTF32-H.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJISX02132004-UTF32-V.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniKS-UCS2-H.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniKS-UCS2-V.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniKS-UTF16-H.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniKS-UTF16-V.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniKS-UTF32-H.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniKS-UTF32-V.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniKS-UTF8-H.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniKS-UTF8-V.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/V.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/WP-Symbol.bcmap
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/compatibility.js
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/debugger.js
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/annotation-check.svg
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/annotation-comment.svg
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/annotation-help.svg
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/annotation-insert.svg
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/annotation-key.svg
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/annotation-newparagraph.svg
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/annotation-noicon.svg
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/annotation-note.svg
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/annotation-paragraph.svg
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/findbarButton-next-rtl.png
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/findbarButton-next-rtl@2x.png
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/findbarButton-next.png
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/findbarButton-next@2x.png
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/findbarButton-previous-rtl.png
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/findbarButton-previous-rtl@2x.png
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/findbarButton-previous.png
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/findbarButton-previous@2x.png
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/grab.cur
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/grabbing.cur
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/loading-icon.gif
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/loading-small.png
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/loading-small@2x.png
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/secondaryToolbarButton-documentProperties.png
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/secondaryToolbarButton-documentProperties@2x.png
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/secondaryToolbarButton-firstPage.png
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/secondaryToolbarButton-firstPage@2x.png
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/secondaryToolbarButton-handTool.png
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/secondaryToolbarButton-handTool@2x.png
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/secondaryToolbarButton-lastPage.png
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/secondaryToolbarButton-lastPage@2x.png
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/secondaryToolbarButton-rotateCcw.png
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/secondaryToolbarButton-rotateCcw@2x.png
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/secondaryToolbarButton-rotateCw.png
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/secondaryToolbarButton-rotateCw@2x.png
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/shadow.png
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/texture.png
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-bookmark.png
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-bookmark@2x.png
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-download.png
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-download@2x.png
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-menuArrows.png
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-menuArrows@2x.png
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-openFile.png
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-openFile@2x.png
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-pageDown-rtl.png
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-pageDown-rtl@2x.png
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-pageDown.png
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-pageDown@2x.png
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-pageUp-rtl.png
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-pageUp-rtl@2x.png
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-pageUp.png
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-pageUp@2x.png
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-presentationMode.png
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-presentationMode@2x.png
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-print.png
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-print@2x.png
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-search.png
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-search@2x.png
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-secondaryToolbarToggle-rtl.png
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-secondaryToolbarToggle-rtl@2x.png
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-secondaryToolbarToggle.png
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-secondaryToolbarToggle@2x.png
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-sidebarToggle-rtl.png
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-sidebarToggle-rtl@2x.png
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-sidebarToggle.png
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-sidebarToggle@2x.png
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-viewAttachments.png
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-viewAttachments@2x.png
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-viewOutline-rtl.png
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-viewOutline-rtl@2x.png
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-viewOutline.png
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-viewOutline@2x.png
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-viewThumbnail.png
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-viewThumbnail@2x.png
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-zoomIn.png
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-zoomIn@2x.png
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-zoomOut.png
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-zoomOut@2x.png
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/treeitem-collapsed-rtl.png
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/treeitem-collapsed-rtl@2x.png
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/treeitem-collapsed.png
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/treeitem-collapsed@2x.png
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/treeitem-expanded.png
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/images/treeitem-expanded@2x.png
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/l10n.js
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/ach/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/af/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/ak/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/an/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/ar/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/as/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/ast/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/az/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/be/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/bg/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/bn-BD/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/bn-IN/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/br/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/bs/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/ca/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/cs/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/csb/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/cy/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/da/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/de/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/el/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/en-GB/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/en-US/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/en-ZA/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/eo/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/es-AR/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/es-CL/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/es-ES/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/es-MX/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/et/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/eu/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/fa/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/ff/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/fi/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/fr/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/fy-NL/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/ga-IE/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/gd/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/gl/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/gu-IN/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/he/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/hi-IN/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/hr/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/hu/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/hy-AM/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/id/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/is/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/it/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/ja/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/ka/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/kk/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/km/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/kn/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/ko/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/ku/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/lg/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/lij/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/locale.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/lt/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/lv/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/mai/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/mk/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/ml/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/mn/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/mr/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/ms/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/my/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/nb-NO/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/nl/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/nn-NO/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/nso/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/oc/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/or/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/pa-IN/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/pl/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/pt-BR/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/pt-PT/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/rm/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/ro/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/ru/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/rw/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/sah/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/si/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/sk/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/sl/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/son/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/sq/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/sr/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/sv-SE/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/sw/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/ta-LK/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/ta/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/te/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/th/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/tl/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/tn/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/tr/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/uk/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/ur/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/vi/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/wo/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/xh/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/zh-CN/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/zh-TW/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/locale/zu/viewer.properties
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/viewer.css
share/owncloud/apps/files_pdfviewer/vendor/pdfjs/web/viewer.js
share/owncloud/apps/files_sharing/ajax/external.php
share/owncloud/apps/files_sharing/ajax/publicpreview.php
share/owncloud/apps/files_sharing/ajax/shareinfo.php
share/owncloud/apps/files_sharing/appinfo/app.php
share/owncloud/apps/files_sharing/appinfo/database.xml
share/owncloud/apps/files_sharing/appinfo/info.xml
share/owncloud/apps/files_sharing/appinfo/routes.php
share/owncloud/apps/files_sharing/appinfo/signature.json
share/owncloud/apps/files_sharing/appinfo/update.php
share/owncloud/apps/files_sharing/css/404.css
share/owncloud/apps/files_sharing/css/authenticate.css
share/owncloud/apps/files_sharing/css/mobile.css
share/owncloud/apps/files_sharing/css/public.css
share/owncloud/apps/files_sharing/css/sharedfilelist.css
share/owncloud/apps/files_sharing/css/sharetabview.css
share/owncloud/apps/files_sharing/img/app.svg
share/owncloud/apps/files_sharing/js/app.js
share/owncloud/apps/files_sharing/js/authenticate.js
share/owncloud/apps/files_sharing/js/external.js
share/owncloud/apps/files_sharing/js/public.js
share/owncloud/apps/files_sharing/js/share.js
share/owncloud/apps/files_sharing/js/sharedfilelist.js
share/owncloud/apps/files_sharing/js/sharetabview.js
share/owncloud/apps/files_sharing/l10n/af_ZA.js
share/owncloud/apps/files_sharing/l10n/af_ZA.json
share/owncloud/apps/files_sharing/l10n/ar.js
share/owncloud/apps/files_sharing/l10n/ar.json
share/owncloud/apps/files_sharing/l10n/ast.js
share/owncloud/apps/files_sharing/l10n/ast.json
share/owncloud/apps/files_sharing/l10n/az.js
share/owncloud/apps/files_sharing/l10n/az.json
share/owncloud/apps/files_sharing/l10n/bg_BG.js
share/owncloud/apps/files_sharing/l10n/bg_BG.json
share/owncloud/apps/files_sharing/l10n/bn_BD.js
share/owncloud/apps/files_sharing/l10n/bn_BD.json
share/owncloud/apps/files_sharing/l10n/bn_IN.js
share/owncloud/apps/files_sharing/l10n/bn_IN.json
share/owncloud/apps/files_sharing/l10n/bs.js
share/owncloud/apps/files_sharing/l10n/bs.json
share/owncloud/apps/files_sharing/l10n/ca.js
share/owncloud/apps/files_sharing/l10n/ca.json
share/owncloud/apps/files_sharing/l10n/cs_CZ.js
share/owncloud/apps/files_sharing/l10n/cs_CZ.json
share/owncloud/apps/files_sharing/l10n/cy_GB.js
share/owncloud/apps/files_sharing/l10n/cy_GB.json
share/owncloud/apps/files_sharing/l10n/da.js
share/owncloud/apps/files_sharing/l10n/da.json
share/owncloud/apps/files_sharing/l10n/de.js
share/owncloud/apps/files_sharing/l10n/de.json
share/owncloud/apps/files_sharing/l10n/de_AT.js
share/owncloud/apps/files_sharing/l10n/de_AT.json
share/owncloud/apps/files_sharing/l10n/de_DE.js
share/owncloud/apps/files_sharing/l10n/de_DE.json
share/owncloud/apps/files_sharing/l10n/el.js
share/owncloud/apps/files_sharing/l10n/el.json
share/owncloud/apps/files_sharing/l10n/en_GB.js
share/owncloud/apps/files_sharing/l10n/en_GB.json
share/owncloud/apps/files_sharing/l10n/eo.js
share/owncloud/apps/files_sharing/l10n/eo.json
share/owncloud/apps/files_sharing/l10n/es.js
share/owncloud/apps/files_sharing/l10n/es.json
share/owncloud/apps/files_sharing/l10n/es_AR.js
share/owncloud/apps/files_sharing/l10n/es_AR.json
share/owncloud/apps/files_sharing/l10n/es_CL.js
share/owncloud/apps/files_sharing/l10n/es_CL.json
share/owncloud/apps/files_sharing/l10n/es_MX.js
share/owncloud/apps/files_sharing/l10n/es_MX.json
share/owncloud/apps/files_sharing/l10n/et_EE.js
share/owncloud/apps/files_sharing/l10n/et_EE.json
share/owncloud/apps/files_sharing/l10n/eu.js
share/owncloud/apps/files_sharing/l10n/eu.json
share/owncloud/apps/files_sharing/l10n/fa.js
share/owncloud/apps/files_sharing/l10n/fa.json
share/owncloud/apps/files_sharing/l10n/fi_FI.js
share/owncloud/apps/files_sharing/l10n/fi_FI.json
share/owncloud/apps/files_sharing/l10n/fil.js
share/owncloud/apps/files_sharing/l10n/fil.json
share/owncloud/apps/files_sharing/l10n/fr.js
share/owncloud/apps/files_sharing/l10n/fr.json
share/owncloud/apps/files_sharing/l10n/gl.js
share/owncloud/apps/files_sharing/l10n/gl.json
share/owncloud/apps/files_sharing/l10n/he.js
share/owncloud/apps/files_sharing/l10n/he.json
share/owncloud/apps/files_sharing/l10n/hi.js
share/owncloud/apps/files_sharing/l10n/hi.json
share/owncloud/apps/files_sharing/l10n/hr.js
share/owncloud/apps/files_sharing/l10n/hr.json
share/owncloud/apps/files_sharing/l10n/hu_HU.js
share/owncloud/apps/files_sharing/l10n/hu_HU.json
share/owncloud/apps/files_sharing/l10n/hy.js
share/owncloud/apps/files_sharing/l10n/hy.json
share/owncloud/apps/files_sharing/l10n/ia.js
share/owncloud/apps/files_sharing/l10n/ia.json
share/owncloud/apps/files_sharing/l10n/id.js
share/owncloud/apps/files_sharing/l10n/id.json
share/owncloud/apps/files_sharing/l10n/is.js
share/owncloud/apps/files_sharing/l10n/is.json
share/owncloud/apps/files_sharing/l10n/it.js
share/owncloud/apps/files_sharing/l10n/it.json
share/owncloud/apps/files_sharing/l10n/ja.js
share/owncloud/apps/files_sharing/l10n/ja.json
share/owncloud/apps/files_sharing/l10n/jv.js
share/owncloud/apps/files_sharing/l10n/jv.json
share/owncloud/apps/files_sharing/l10n/ka_GE.js
share/owncloud/apps/files_sharing/l10n/ka_GE.json
share/owncloud/apps/files_sharing/l10n/km.js
share/owncloud/apps/files_sharing/l10n/km.json
share/owncloud/apps/files_sharing/l10n/kn.js
share/owncloud/apps/files_sharing/l10n/kn.json
share/owncloud/apps/files_sharing/l10n/ko.js
share/owncloud/apps/files_sharing/l10n/ko.json
share/owncloud/apps/files_sharing/l10n/ku_IQ.js
share/owncloud/apps/files_sharing/l10n/ku_IQ.json
share/owncloud/apps/files_sharing/l10n/lb.js
share/owncloud/apps/files_sharing/l10n/lb.json
share/owncloud/apps/files_sharing/l10n/lo.js
share/owncloud/apps/files_sharing/l10n/lo.json
share/owncloud/apps/files_sharing/l10n/lt_LT.js
share/owncloud/apps/files_sharing/l10n/lt_LT.json
share/owncloud/apps/files_sharing/l10n/lv.js
share/owncloud/apps/files_sharing/l10n/lv.json
share/owncloud/apps/files_sharing/l10n/mk.js
share/owncloud/apps/files_sharing/l10n/mk.json
share/owncloud/apps/files_sharing/l10n/ml_IN.js
share/owncloud/apps/files_sharing/l10n/ml_IN.json
share/owncloud/apps/files_sharing/l10n/mn.js
share/owncloud/apps/files_sharing/l10n/mn.json
share/owncloud/apps/files_sharing/l10n/ms_MY.js
share/owncloud/apps/files_sharing/l10n/ms_MY.json
share/owncloud/apps/files_sharing/l10n/my_MM.js
share/owncloud/apps/files_sharing/l10n/my_MM.json
share/owncloud/apps/files_sharing/l10n/nb_NO.js
share/owncloud/apps/files_sharing/l10n/nb_NO.json
share/owncloud/apps/files_sharing/l10n/nds.js
share/owncloud/apps/files_sharing/l10n/nds.json
share/owncloud/apps/files_sharing/l10n/nl.js
share/owncloud/apps/files_sharing/l10n/nl.json
share/owncloud/apps/files_sharing/l10n/nn_NO.js
share/owncloud/apps/files_sharing/l10n/nn_NO.json
share/owncloud/apps/files_sharing/l10n/oc.js
share/owncloud/apps/files_sharing/l10n/oc.json
share/owncloud/apps/files_sharing/l10n/pa.js
share/owncloud/apps/files_sharing/l10n/pa.json
share/owncloud/apps/files_sharing/l10n/pl.js
share/owncloud/apps/files_sharing/l10n/pl.json
share/owncloud/apps/files_sharing/l10n/pt_BR.js
share/owncloud/apps/files_sharing/l10n/pt_BR.json
share/owncloud/apps/files_sharing/l10n/pt_PT.js
share/owncloud/apps/files_sharing/l10n/pt_PT.json
share/owncloud/apps/files_sharing/l10n/ro.js
share/owncloud/apps/files_sharing/l10n/ro.json
share/owncloud/apps/files_sharing/l10n/ru.js
share/owncloud/apps/files_sharing/l10n/ru.json
share/owncloud/apps/files_sharing/l10n/si_LK.js
share/owncloud/apps/files_sharing/l10n/si_LK.json
share/owncloud/apps/files_sharing/l10n/sk_SK.js
share/owncloud/apps/files_sharing/l10n/sk_SK.json
share/owncloud/apps/files_sharing/l10n/sl.js
share/owncloud/apps/files_sharing/l10n/sl.json
share/owncloud/apps/files_sharing/l10n/sq.js
share/owncloud/apps/files_sharing/l10n/sq.json
share/owncloud/apps/files_sharing/l10n/sr.js
share/owncloud/apps/files_sharing/l10n/sr.json
share/owncloud/apps/files_sharing/l10n/sr@latin.js
share/owncloud/apps/files_sharing/l10n/sr@latin.json
share/owncloud/apps/files_sharing/l10n/sv.js
share/owncloud/apps/files_sharing/l10n/sv.json
share/owncloud/apps/files_sharing/l10n/ta_IN.js
share/owncloud/apps/files_sharing/l10n/ta_IN.json
share/owncloud/apps/files_sharing/l10n/ta_LK.js
share/owncloud/apps/files_sharing/l10n/ta_LK.json
share/owncloud/apps/files_sharing/l10n/te.js
share/owncloud/apps/files_sharing/l10n/te.json
share/owncloud/apps/files_sharing/l10n/th_TH.js
share/owncloud/apps/files_sharing/l10n/th_TH.json
share/owncloud/apps/files_sharing/l10n/tr.js
share/owncloud/apps/files_sharing/l10n/tr.json
share/owncloud/apps/files_sharing/l10n/ug.js
share/owncloud/apps/files_sharing/l10n/ug.json
share/owncloud/apps/files_sharing/l10n/uk.js
share/owncloud/apps/files_sharing/l10n/uk.json
share/owncloud/apps/files_sharing/l10n/ur_PK.js
share/owncloud/apps/files_sharing/l10n/ur_PK.json
share/owncloud/apps/files_sharing/l10n/vi.js
share/owncloud/apps/files_sharing/l10n/vi.json
share/owncloud/apps/files_sharing/l10n/zh_CN.js
share/owncloud/apps/files_sharing/l10n/zh_CN.json
share/owncloud/apps/files_sharing/l10n/zh_HK.js
share/owncloud/apps/files_sharing/l10n/zh_HK.json
share/owncloud/apps/files_sharing/l10n/zh_TW.js
share/owncloud/apps/files_sharing/l10n/zh_TW.json
share/owncloud/apps/files_sharing/lib/API/OCSShareWrapper.php
share/owncloud/apps/files_sharing/lib/API/Remote.php
share/owncloud/apps/files_sharing/lib/API/Share20OCS.php
share/owncloud/apps/files_sharing/lib/API/Sharees.php
share/owncloud/apps/files_sharing/lib/Activity.php
share/owncloud/apps/files_sharing/lib/AppInfo/Application.php
share/owncloud/apps/files_sharing/lib/Cache.php
share/owncloud/apps/files_sharing/lib/Capabilities.php
share/owncloud/apps/files_sharing/lib/Controllers/ExternalSharesController.php
share/owncloud/apps/files_sharing/lib/Controllers/ShareController.php
share/owncloud/apps/files_sharing/lib/DeleteOrphanedSharesJob.php
share/owncloud/apps/files_sharing/lib/Exceptions/BrokenPath.php
share/owncloud/apps/files_sharing/lib/Exceptions/S2SException.php
share/owncloud/apps/files_sharing/lib/ExpireSharesJob.php
share/owncloud/apps/files_sharing/lib/External/Cache.php
share/owncloud/apps/files_sharing/lib/External/Manager.php
share/owncloud/apps/files_sharing/lib/External/Mount.php
share/owncloud/apps/files_sharing/lib/External/MountProvider.php
share/owncloud/apps/files_sharing/lib/External/Scanner.php
share/owncloud/apps/files_sharing/lib/External/Storage.php
share/owncloud/apps/files_sharing/lib/External/Watcher.php
share/owncloud/apps/files_sharing/lib/Helper.php
share/owncloud/apps/files_sharing/lib/Hooks.php
share/owncloud/apps/files_sharing/lib/ISharedStorage.php
share/owncloud/apps/files_sharing/lib/Maintainer.php
share/owncloud/apps/files_sharing/lib/Middleware/SharingCheckMiddleware.php
share/owncloud/apps/files_sharing/lib/Migration.php
share/owncloud/apps/files_sharing/lib/MountProvider.php
share/owncloud/apps/files_sharing/lib/Scanner.php
share/owncloud/apps/files_sharing/lib/SharedMount.php
share/owncloud/apps/files_sharing/lib/SharedPropagator.php
share/owncloud/apps/files_sharing/lib/Updater.php
share/owncloud/apps/files_sharing/lib/share/file.php
share/owncloud/apps/files_sharing/lib/share/folder.php
share/owncloud/apps/files_sharing/lib/sharedstorage.php
share/owncloud/apps/files_sharing/list.php
share/owncloud/apps/files_sharing/public.php
share/owncloud/apps/files_sharing/templates/authenticate.php
share/owncloud/apps/files_sharing/templates/list.php
share/owncloud/apps/files_sharing/templates/part.404.php
share/owncloud/apps/files_sharing/templates/public.php
share/owncloud/apps/files_texteditor/appinfo/app.php
share/owncloud/apps/files_texteditor/appinfo/application.php
share/owncloud/apps/files_texteditor/appinfo/info.xml
share/owncloud/apps/files_texteditor/appinfo/routes.php
share/owncloud/apps/files_texteditor/appinfo/signature.json
share/owncloud/apps/files_texteditor/controller/filehandlingcontroller.php
share/owncloud/apps/files_texteditor/css/DroidSansMono/DroidSansMono-webfont.eot
share/owncloud/apps/files_texteditor/css/DroidSansMono/DroidSansMono-webfont.svg
share/owncloud/apps/files_texteditor/css/DroidSansMono/DroidSansMono-webfont.ttf
share/owncloud/apps/files_texteditor/css/DroidSansMono/DroidSansMono-webfont.woff
share/owncloud/apps/files_texteditor/css/DroidSansMono/Google Android License.txt
share/owncloud/apps/files_texteditor/css/DroidSansMono/stylesheet.css
share/owncloud/apps/files_texteditor/css/mobile.css
share/owncloud/apps/files_texteditor/css/style.css
share/owncloud/apps/files_texteditor/img/app.png
share/owncloud/apps/files_texteditor/img/app.svg
share/owncloud/apps/files_texteditor/js/editor.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/ace.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/ext-modelist.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/keybinding-emacs.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/keybinding-vim.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-abap.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-actionscript.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-ada.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-asciidoc.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-assembly_x86.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-autohotkey.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-batchfile.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-c9search.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-c_cpp.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-clojure.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-cobol.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-coffee.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-coldfusion.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-csharp.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-css.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-curly.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-d.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-dart.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-diff.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-django.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-dot.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-ejs.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-erlang.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-forth.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-ftl.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-glsl.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-golang.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-groovy.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-haml.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-haskell.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-haxe.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-html.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-html_ruby.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-ini.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-jade.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-java.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-javascript.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-json.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-jsoniq.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-jsp.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-jsx.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-julia.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-latex.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-less.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-liquid.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-lisp.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-livescript.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-logiql.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-lsl.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-lua.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-luapage.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-lucene.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-makefile.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-markdown.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-matlab.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-mushcode.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-mushcode_high_rules.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-mysql.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-objectivec.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-ocaml.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-pascal.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-perl.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-pgsql.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-php.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-plain_text.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-powershell.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-prolog.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-properties.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-python.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-r.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-rdoc.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-rhtml.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-ruby.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-rust.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-sass.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-scad.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-scala.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-scheme.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-scss.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-sh.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-snippets.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-sql.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-stylus.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-svg.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-tcl.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-tex.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-textile.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-tmsnippet.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-toml.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-twig.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-typescript.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-vbscript.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-velocity.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-verilog.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-xml.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-xquery.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-yaml.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/abap.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/actionscript.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/ada.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/asciidoc.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/assembly_x86.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/autohotkey.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/batchfile.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/c9search.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/c_cpp.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/clojure.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/cobol.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/coffee.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/coldfusion.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/csharp.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/css.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/curly.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/d.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/dart.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/diff.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/django.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/dot.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/ejs.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/erlang.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/forth.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/ftl.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/glsl.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/golang.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/groovy.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/haml.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/haskell.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/haxe.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/html.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/html_ruby.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/ini.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/jade.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/java.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/javascript.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/json.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/jsoniq.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/jsp.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/jsx.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/julia.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/latex.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/less.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/liquid.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/lisp.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/livescript.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/logiql.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/lsl.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/lua.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/luapage.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/lucene.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/makefile.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/markdown.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/matlab.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/mushcode.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/mushcode_high_rules.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/mysql.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/objectivec.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/ocaml.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/pascal.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/perl.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/pgsql.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/php.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/plain_text.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/powershell.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/prolog.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/properties.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/python.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/r.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/rdoc.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/rhtml.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/ruby.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/rust.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/sass.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/scad.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/scala.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/scheme.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/scss.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/sh.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/snippets.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/sql.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/stylus.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/svg.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/tcl.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/tex.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/text.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/textile.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/toml.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/twig.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/typescript.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/vbscript.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/velocity.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/verilog.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/xml.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/xquery.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/yaml.js
share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/theme-clouds.js
share/owncloud/apps/files_texteditor/l10n/.tx/config
share/owncloud/apps/files_texteditor/l10n/ar.php
share/owncloud/apps/files_texteditor/l10n/az.js
share/owncloud/apps/files_texteditor/l10n/az.json
share/owncloud/apps/files_texteditor/l10n/az.php
share/owncloud/apps/files_texteditor/l10n/bg_BG.js
share/owncloud/apps/files_texteditor/l10n/bg_BG.json
share/owncloud/apps/files_texteditor/l10n/bg_BG.php
share/owncloud/apps/files_texteditor/l10n/bn_BD.php
share/owncloud/apps/files_texteditor/l10n/bs.php
share/owncloud/apps/files_texteditor/l10n/ca.js
share/owncloud/apps/files_texteditor/l10n/ca.json
share/owncloud/apps/files_texteditor/l10n/ca.php
share/owncloud/apps/files_texteditor/l10n/cs_CZ.js
share/owncloud/apps/files_texteditor/l10n/cs_CZ.json
share/owncloud/apps/files_texteditor/l10n/cs_CZ.php
share/owncloud/apps/files_texteditor/l10n/cy_GB.php
share/owncloud/apps/files_texteditor/l10n/da.js
share/owncloud/apps/files_texteditor/l10n/da.json
share/owncloud/apps/files_texteditor/l10n/da.php
share/owncloud/apps/files_texteditor/l10n/de.js
share/owncloud/apps/files_texteditor/l10n/de.json
share/owncloud/apps/files_texteditor/l10n/de.php
share/owncloud/apps/files_texteditor/l10n/de_CH.php
share/owncloud/apps/files_texteditor/l10n/de_DE.js
share/owncloud/apps/files_texteditor/l10n/de_DE.json
share/owncloud/apps/files_texteditor/l10n/de_DE.php
share/owncloud/apps/files_texteditor/l10n/el.js
share/owncloud/apps/files_texteditor/l10n/el.json
share/owncloud/apps/files_texteditor/l10n/el.php
share/owncloud/apps/files_texteditor/l10n/en_GB.js
share/owncloud/apps/files_texteditor/l10n/en_GB.json
share/owncloud/apps/files_texteditor/l10n/en_GB.php
share/owncloud/apps/files_texteditor/l10n/eo.php
share/owncloud/apps/files_texteditor/l10n/es.js
share/owncloud/apps/files_texteditor/l10n/es.json
share/owncloud/apps/files_texteditor/l10n/es.php
share/owncloud/apps/files_texteditor/l10n/es_AR.php
share/owncloud/apps/files_texteditor/l10n/es_MX.js
share/owncloud/apps/files_texteditor/l10n/es_MX.json
share/owncloud/apps/files_texteditor/l10n/es_MX.php
share/owncloud/apps/files_texteditor/l10n/et_EE.js
share/owncloud/apps/files_texteditor/l10n/et_EE.json
share/owncloud/apps/files_texteditor/l10n/et_EE.php
share/owncloud/apps/files_texteditor/l10n/eu.php
share/owncloud/apps/files_texteditor/l10n/eu_ES.php
share/owncloud/apps/files_texteditor/l10n/fa.js
share/owncloud/apps/files_texteditor/l10n/fa.json
share/owncloud/apps/files_texteditor/l10n/fa.php
share/owncloud/apps/files_texteditor/l10n/fi_FI.js
share/owncloud/apps/files_texteditor/l10n/fi_FI.json
share/owncloud/apps/files_texteditor/l10n/fi_FI.php
share/owncloud/apps/files_texteditor/l10n/fr.js
share/owncloud/apps/files_texteditor/l10n/fr.json
share/owncloud/apps/files_texteditor/l10n/fr.php
share/owncloud/apps/files_texteditor/l10n/gl.js
share/owncloud/apps/files_texteditor/l10n/gl.json
share/owncloud/apps/files_texteditor/l10n/gl.php
share/owncloud/apps/files_texteditor/l10n/he.js
share/owncloud/apps/files_texteditor/l10n/he.json
share/owncloud/apps/files_texteditor/l10n/he.php
share/owncloud/apps/files_texteditor/l10n/hi.php
share/owncloud/apps/files_texteditor/l10n/hr.php
share/owncloud/apps/files_texteditor/l10n/hu_HU.js
share/owncloud/apps/files_texteditor/l10n/hu_HU.json
share/owncloud/apps/files_texteditor/l10n/hu_HU.php
share/owncloud/apps/files_texteditor/l10n/hy.js
share/owncloud/apps/files_texteditor/l10n/hy.json
share/owncloud/apps/files_texteditor/l10n/hy.php
share/owncloud/apps/files_texteditor/l10n/ia.php
share/owncloud/apps/files_texteditor/l10n/id.js
share/owncloud/apps/files_texteditor/l10n/id.json
share/owncloud/apps/files_texteditor/l10n/id.php
share/owncloud/apps/files_texteditor/l10n/is.js
share/owncloud/apps/files_texteditor/l10n/is.json
share/owncloud/apps/files_texteditor/l10n/is.php
share/owncloud/apps/files_texteditor/l10n/it.js
share/owncloud/apps/files_texteditor/l10n/it.json
share/owncloud/apps/files_texteditor/l10n/it.php
share/owncloud/apps/files_texteditor/l10n/ja.js
share/owncloud/apps/files_texteditor/l10n/ja.json
share/owncloud/apps/files_texteditor/l10n/ja.php
share/owncloud/apps/files_texteditor/l10n/ka_GE.php
share/owncloud/apps/files_texteditor/l10n/km.php
share/owncloud/apps/files_texteditor/l10n/ko.js
share/owncloud/apps/files_texteditor/l10n/ko.json
share/owncloud/apps/files_texteditor/l10n/ko.php
share/owncloud/apps/files_texteditor/l10n/ku_IQ.php
share/owncloud/apps/files_texteditor/l10n/lb.php
share/owncloud/apps/files_texteditor/l10n/lt_LT.js
share/owncloud/apps/files_texteditor/l10n/lt_LT.json
share/owncloud/apps/files_texteditor/l10n/lt_LT.php
share/owncloud/apps/files_texteditor/l10n/lv.php
share/owncloud/apps/files_texteditor/l10n/mk.php
share/owncloud/apps/files_texteditor/l10n/ms_MY.php
share/owncloud/apps/files_texteditor/l10n/nb_NO.js
share/owncloud/apps/files_texteditor/l10n/nb_NO.json
share/owncloud/apps/files_texteditor/l10n/nb_NO.php
share/owncloud/apps/files_texteditor/l10n/nl.js
share/owncloud/apps/files_texteditor/l10n/nl.json
share/owncloud/apps/files_texteditor/l10n/nl.php
share/owncloud/apps/files_texteditor/l10n/nn_NO.php
share/owncloud/apps/files_texteditor/l10n/oc.js
share/owncloud/apps/files_texteditor/l10n/oc.json
share/owncloud/apps/files_texteditor/l10n/oc.php
share/owncloud/apps/files_texteditor/l10n/pa.php
share/owncloud/apps/files_texteditor/l10n/pl.js
share/owncloud/apps/files_texteditor/l10n/pl.json
share/owncloud/apps/files_texteditor/l10n/pl.php
share/owncloud/apps/files_texteditor/l10n/pt_BR.js
share/owncloud/apps/files_texteditor/l10n/pt_BR.json
share/owncloud/apps/files_texteditor/l10n/pt_BR.php
share/owncloud/apps/files_texteditor/l10n/pt_PT.js
share/owncloud/apps/files_texteditor/l10n/pt_PT.json
share/owncloud/apps/files_texteditor/l10n/pt_PT.php
share/owncloud/apps/files_texteditor/l10n/ro.js
share/owncloud/apps/files_texteditor/l10n/ro.json
share/owncloud/apps/files_texteditor/l10n/ro.php
share/owncloud/apps/files_texteditor/l10n/ru.js
share/owncloud/apps/files_texteditor/l10n/ru.json
share/owncloud/apps/files_texteditor/l10n/ru.php
share/owncloud/apps/files_texteditor/l10n/si_LK.php
share/owncloud/apps/files_texteditor/l10n/sk.php
share/owncloud/apps/files_texteditor/l10n/sk_SK.js
share/owncloud/apps/files_texteditor/l10n/sk_SK.json
share/owncloud/apps/files_texteditor/l10n/sk_SK.php
share/owncloud/apps/files_texteditor/l10n/sl.js
share/owncloud/apps/files_texteditor/l10n/sl.json
share/owncloud/apps/files_texteditor/l10n/sl.php
share/owncloud/apps/files_texteditor/l10n/sq.js
share/owncloud/apps/files_texteditor/l10n/sq.json
share/owncloud/apps/files_texteditor/l10n/sq.php
share/owncloud/apps/files_texteditor/l10n/sr.js
share/owncloud/apps/files_texteditor/l10n/sr.json
share/owncloud/apps/files_texteditor/l10n/sr.php
share/owncloud/apps/files_texteditor/l10n/sr@latin.js
share/owncloud/apps/files_texteditor/l10n/sr@latin.json
share/owncloud/apps/files_texteditor/l10n/sr@latin.php
share/owncloud/apps/files_texteditor/l10n/sv.js
share/owncloud/apps/files_texteditor/l10n/sv.json
share/owncloud/apps/files_texteditor/l10n/sv.php
share/owncloud/apps/files_texteditor/l10n/ta_LK.php
share/owncloud/apps/files_texteditor/l10n/te.php
share/owncloud/apps/files_texteditor/l10n/th_TH.js
share/owncloud/apps/files_texteditor/l10n/th_TH.json
share/owncloud/apps/files_texteditor/l10n/th_TH.php
share/owncloud/apps/files_texteditor/l10n/tr.js
share/owncloud/apps/files_texteditor/l10n/tr.json
share/owncloud/apps/files_texteditor/l10n/tr.php
share/owncloud/apps/files_texteditor/l10n/ug.php
share/owncloud/apps/files_texteditor/l10n/uk.js
share/owncloud/apps/files_texteditor/l10n/uk.json
share/owncloud/apps/files_texteditor/l10n/uk.php
share/owncloud/apps/files_texteditor/l10n/vi.js
share/owncloud/apps/files_texteditor/l10n/vi.json
share/owncloud/apps/files_texteditor/l10n/vi.php
share/owncloud/apps/files_texteditor/l10n/zh_CN.js
share/owncloud/apps/files_texteditor/l10n/zh_CN.json
share/owncloud/apps/files_texteditor/l10n/zh_CN.php
share/owncloud/apps/files_texteditor/l10n/zh_HK.php
share/owncloud/apps/files_texteditor/l10n/zh_TW.js
share/owncloud/apps/files_texteditor/l10n/zh_TW.json
share/owncloud/apps/files_texteditor/l10n/zh_TW.php
share/owncloud/apps/files_trashbin/ajax/delete.php
share/owncloud/apps/files_trashbin/ajax/isEmpty.php
share/owncloud/apps/files_trashbin/ajax/list.php
share/owncloud/apps/files_trashbin/ajax/preview.php
share/owncloud/apps/files_trashbin/ajax/undelete.php
share/owncloud/apps/files_trashbin/appinfo/app.php
share/owncloud/apps/files_trashbin/appinfo/database.xml
share/owncloud/apps/files_trashbin/appinfo/info.xml
share/owncloud/apps/files_trashbin/appinfo/register_command.php
share/owncloud/apps/files_trashbin/appinfo/routes.php
share/owncloud/apps/files_trashbin/appinfo/signature.json
share/owncloud/apps/files_trashbin/appinfo/update.php
share/owncloud/apps/files_trashbin/css/trash.css
share/owncloud/apps/files_trashbin/img/app.svg
share/owncloud/apps/files_trashbin/js/app.js
share/owncloud/apps/files_trashbin/js/filelist.js
share/owncloud/apps/files_trashbin/l10n/af_ZA.js
share/owncloud/apps/files_trashbin/l10n/af_ZA.json
share/owncloud/apps/files_trashbin/l10n/ar.js
share/owncloud/apps/files_trashbin/l10n/ar.json
share/owncloud/apps/files_trashbin/l10n/ast.js
share/owncloud/apps/files_trashbin/l10n/ast.json
share/owncloud/apps/files_trashbin/l10n/az.js
share/owncloud/apps/files_trashbin/l10n/az.json
share/owncloud/apps/files_trashbin/l10n/be.js
share/owncloud/apps/files_trashbin/l10n/be.json
share/owncloud/apps/files_trashbin/l10n/bg_BG.js
share/owncloud/apps/files_trashbin/l10n/bg_BG.json
share/owncloud/apps/files_trashbin/l10n/bn_BD.js
share/owncloud/apps/files_trashbin/l10n/bn_BD.json
share/owncloud/apps/files_trashbin/l10n/bn_IN.js
share/owncloud/apps/files_trashbin/l10n/bn_IN.json
share/owncloud/apps/files_trashbin/l10n/bs.js
share/owncloud/apps/files_trashbin/l10n/bs.json
share/owncloud/apps/files_trashbin/l10n/ca.js
share/owncloud/apps/files_trashbin/l10n/ca.json
share/owncloud/apps/files_trashbin/l10n/cs_CZ.js
share/owncloud/apps/files_trashbin/l10n/cs_CZ.json
share/owncloud/apps/files_trashbin/l10n/cy_GB.js
share/owncloud/apps/files_trashbin/l10n/cy_GB.json
share/owncloud/apps/files_trashbin/l10n/da.js
share/owncloud/apps/files_trashbin/l10n/da.json
share/owncloud/apps/files_trashbin/l10n/de.js
share/owncloud/apps/files_trashbin/l10n/de.json
share/owncloud/apps/files_trashbin/l10n/de_AT.js
share/owncloud/apps/files_trashbin/l10n/de_AT.json
share/owncloud/apps/files_trashbin/l10n/de_DE.js
share/owncloud/apps/files_trashbin/l10n/de_DE.json
share/owncloud/apps/files_trashbin/l10n/el.js
share/owncloud/apps/files_trashbin/l10n/el.json
share/owncloud/apps/files_trashbin/l10n/en_GB.js
share/owncloud/apps/files_trashbin/l10n/en_GB.json
share/owncloud/apps/files_trashbin/l10n/eo.js
share/owncloud/apps/files_trashbin/l10n/eo.json
share/owncloud/apps/files_trashbin/l10n/es.js
share/owncloud/apps/files_trashbin/l10n/es.json
share/owncloud/apps/files_trashbin/l10n/es_AR.js
share/owncloud/apps/files_trashbin/l10n/es_AR.json
share/owncloud/apps/files_trashbin/l10n/es_CL.js
share/owncloud/apps/files_trashbin/l10n/es_CL.json
share/owncloud/apps/files_trashbin/l10n/es_MX.js
share/owncloud/apps/files_trashbin/l10n/es_MX.json
share/owncloud/apps/files_trashbin/l10n/et_EE.js
share/owncloud/apps/files_trashbin/l10n/et_EE.json
share/owncloud/apps/files_trashbin/l10n/eu.js
share/owncloud/apps/files_trashbin/l10n/eu.json
share/owncloud/apps/files_trashbin/l10n/fa.js
share/owncloud/apps/files_trashbin/l10n/fa.json
share/owncloud/apps/files_trashbin/l10n/fi_FI.js
share/owncloud/apps/files_trashbin/l10n/fi_FI.json
share/owncloud/apps/files_trashbin/l10n/fil.js
share/owncloud/apps/files_trashbin/l10n/fil.json
share/owncloud/apps/files_trashbin/l10n/fr.js
share/owncloud/apps/files_trashbin/l10n/fr.json
share/owncloud/apps/files_trashbin/l10n/gl.js
share/owncloud/apps/files_trashbin/l10n/gl.json
share/owncloud/apps/files_trashbin/l10n/he.js
share/owncloud/apps/files_trashbin/l10n/he.json
share/owncloud/apps/files_trashbin/l10n/hi.js
share/owncloud/apps/files_trashbin/l10n/hi.json
share/owncloud/apps/files_trashbin/l10n/hr.js
share/owncloud/apps/files_trashbin/l10n/hr.json
share/owncloud/apps/files_trashbin/l10n/hu_HU.js
share/owncloud/apps/files_trashbin/l10n/hu_HU.json
share/owncloud/apps/files_trashbin/l10n/hy.js
share/owncloud/apps/files_trashbin/l10n/hy.json
share/owncloud/apps/files_trashbin/l10n/ia.js
share/owncloud/apps/files_trashbin/l10n/ia.json
share/owncloud/apps/files_trashbin/l10n/id.js
share/owncloud/apps/files_trashbin/l10n/id.json
share/owncloud/apps/files_trashbin/l10n/is.js
share/owncloud/apps/files_trashbin/l10n/is.json
share/owncloud/apps/files_trashbin/l10n/it.js
share/owncloud/apps/files_trashbin/l10n/it.json
share/owncloud/apps/files_trashbin/l10n/ja.js
share/owncloud/apps/files_trashbin/l10n/ja.json
share/owncloud/apps/files_trashbin/l10n/ka_GE.js
share/owncloud/apps/files_trashbin/l10n/ka_GE.json
share/owncloud/apps/files_trashbin/l10n/km.js
share/owncloud/apps/files_trashbin/l10n/km.json
share/owncloud/apps/files_trashbin/l10n/kn.js
share/owncloud/apps/files_trashbin/l10n/kn.json
share/owncloud/apps/files_trashbin/l10n/ko.js
share/owncloud/apps/files_trashbin/l10n/ko.json
share/owncloud/apps/files_trashbin/l10n/ku_IQ.js
share/owncloud/apps/files_trashbin/l10n/ku_IQ.json
share/owncloud/apps/files_trashbin/l10n/lb.js
share/owncloud/apps/files_trashbin/l10n/lb.json
share/owncloud/apps/files_trashbin/l10n/lt_LT.js
share/owncloud/apps/files_trashbin/l10n/lt_LT.json
share/owncloud/apps/files_trashbin/l10n/lv.js
share/owncloud/apps/files_trashbin/l10n/lv.json
share/owncloud/apps/files_trashbin/l10n/mk.js
share/owncloud/apps/files_trashbin/l10n/mk.json
share/owncloud/apps/files_trashbin/l10n/ms_MY.js
share/owncloud/apps/files_trashbin/l10n/ms_MY.json
share/owncloud/apps/files_trashbin/l10n/nb_NO.js
share/owncloud/apps/files_trashbin/l10n/nb_NO.json
share/owncloud/apps/files_trashbin/l10n/nds.js
share/owncloud/apps/files_trashbin/l10n/nds.json
share/owncloud/apps/files_trashbin/l10n/nl.js
share/owncloud/apps/files_trashbin/l10n/nl.json
share/owncloud/apps/files_trashbin/l10n/nn_NO.js
share/owncloud/apps/files_trashbin/l10n/nn_NO.json
share/owncloud/apps/files_trashbin/l10n/oc.js
share/owncloud/apps/files_trashbin/l10n/oc.json
share/owncloud/apps/files_trashbin/l10n/pa.js
share/owncloud/apps/files_trashbin/l10n/pa.json
share/owncloud/apps/files_trashbin/l10n/pl.js
share/owncloud/apps/files_trashbin/l10n/pl.json
share/owncloud/apps/files_trashbin/l10n/pt_BR.js
share/owncloud/apps/files_trashbin/l10n/pt_BR.json
share/owncloud/apps/files_trashbin/l10n/pt_PT.js
share/owncloud/apps/files_trashbin/l10n/pt_PT.json
share/owncloud/apps/files_trashbin/l10n/ro.js
share/owncloud/apps/files_trashbin/l10n/ro.json
share/owncloud/apps/files_trashbin/l10n/ru.js
share/owncloud/apps/files_trashbin/l10n/ru.json
share/owncloud/apps/files_trashbin/l10n/si_LK.js
share/owncloud/apps/files_trashbin/l10n/si_LK.json
share/owncloud/apps/files_trashbin/l10n/sk_SK.js
share/owncloud/apps/files_trashbin/l10n/sk_SK.json
share/owncloud/apps/files_trashbin/l10n/sl.js
share/owncloud/apps/files_trashbin/l10n/sl.json
share/owncloud/apps/files_trashbin/l10n/sq.js
share/owncloud/apps/files_trashbin/l10n/sq.json
share/owncloud/apps/files_trashbin/l10n/sr.js
share/owncloud/apps/files_trashbin/l10n/sr.json
share/owncloud/apps/files_trashbin/l10n/sr@latin.js
share/owncloud/apps/files_trashbin/l10n/sr@latin.json
share/owncloud/apps/files_trashbin/l10n/sv.js
share/owncloud/apps/files_trashbin/l10n/sv.json
share/owncloud/apps/files_trashbin/l10n/ta_LK.js
share/owncloud/apps/files_trashbin/l10n/ta_LK.json
share/owncloud/apps/files_trashbin/l10n/te.js
share/owncloud/apps/files_trashbin/l10n/te.json
share/owncloud/apps/files_trashbin/l10n/th_TH.js
share/owncloud/apps/files_trashbin/l10n/th_TH.json
share/owncloud/apps/files_trashbin/l10n/tr.js
share/owncloud/apps/files_trashbin/l10n/tr.json
share/owncloud/apps/files_trashbin/l10n/ug.js
share/owncloud/apps/files_trashbin/l10n/ug.json
share/owncloud/apps/files_trashbin/l10n/uk.js
share/owncloud/apps/files_trashbin/l10n/uk.json
share/owncloud/apps/files_trashbin/l10n/ur_PK.js
share/owncloud/apps/files_trashbin/l10n/ur_PK.json
share/owncloud/apps/files_trashbin/l10n/vi.js
share/owncloud/apps/files_trashbin/l10n/vi.json
share/owncloud/apps/files_trashbin/l10n/zh_CN.js
share/owncloud/apps/files_trashbin/l10n/zh_CN.json
share/owncloud/apps/files_trashbin/l10n/zh_HK.js
share/owncloud/apps/files_trashbin/l10n/zh_HK.json
share/owncloud/apps/files_trashbin/l10n/zh_TW.js
share/owncloud/apps/files_trashbin/l10n/zh_TW.json
share/owncloud/apps/files_trashbin/lib/AppInfo/Application.php
share/owncloud/apps/files_trashbin/lib/BackgroundJob/ExpireTrash.php
share/owncloud/apps/files_trashbin/lib/Capabilities.php
share/owncloud/apps/files_trashbin/lib/Command/CleanUp.php
share/owncloud/apps/files_trashbin/lib/Command/Expire.php
share/owncloud/apps/files_trashbin/lib/Command/ExpireTrash.php
share/owncloud/apps/files_trashbin/lib/Exceptions/CopyRecursiveException.php
share/owncloud/apps/files_trashbin/lib/Expiration.php
share/owncloud/apps/files_trashbin/lib/Helper.php
share/owncloud/apps/files_trashbin/lib/Hooks.php
share/owncloud/apps/files_trashbin/lib/Storage.php
share/owncloud/apps/files_trashbin/lib/Trashbin.php
share/owncloud/apps/files_trashbin/list.php
share/owncloud/apps/files_trashbin/templates/index.php
share/owncloud/apps/files_versions/ajax/getVersions.php
share/owncloud/apps/files_versions/ajax/preview.php
share/owncloud/apps/files_versions/ajax/rollbackVersion.php
share/owncloud/apps/files_versions/appinfo/app.php
share/owncloud/apps/files_versions/appinfo/info.xml
share/owncloud/apps/files_versions/appinfo/register_command.php
share/owncloud/apps/files_versions/appinfo/routes.php
share/owncloud/apps/files_versions/appinfo/signature.json
share/owncloud/apps/files_versions/css/versions.css
share/owncloud/apps/files_versions/download.php
share/owncloud/apps/files_versions/img/app.svg
share/owncloud/apps/files_versions/js/filesplugin.js
share/owncloud/apps/files_versions/js/versioncollection.js
share/owncloud/apps/files_versions/js/versionmodel.js
share/owncloud/apps/files_versions/js/versionstabview.js
share/owncloud/apps/files_versions/l10n/ar.js
share/owncloud/apps/files_versions/l10n/ar.json
share/owncloud/apps/files_versions/l10n/ast.js
share/owncloud/apps/files_versions/l10n/ast.json
share/owncloud/apps/files_versions/l10n/az.js
share/owncloud/apps/files_versions/l10n/az.json
share/owncloud/apps/files_versions/l10n/bg_BG.js
share/owncloud/apps/files_versions/l10n/bg_BG.json
share/owncloud/apps/files_versions/l10n/bn_BD.js
share/owncloud/apps/files_versions/l10n/bn_BD.json
share/owncloud/apps/files_versions/l10n/bn_IN.js
share/owncloud/apps/files_versions/l10n/bn_IN.json
share/owncloud/apps/files_versions/l10n/bs.js
share/owncloud/apps/files_versions/l10n/bs.json
share/owncloud/apps/files_versions/l10n/ca.js
share/owncloud/apps/files_versions/l10n/ca.json
share/owncloud/apps/files_versions/l10n/cs_CZ.js
share/owncloud/apps/files_versions/l10n/cs_CZ.json
share/owncloud/apps/files_versions/l10n/cy_GB.js
share/owncloud/apps/files_versions/l10n/cy_GB.json
share/owncloud/apps/files_versions/l10n/da.js
share/owncloud/apps/files_versions/l10n/da.json
share/owncloud/apps/files_versions/l10n/de.js
share/owncloud/apps/files_versions/l10n/de.json
share/owncloud/apps/files_versions/l10n/de_DE.js
share/owncloud/apps/files_versions/l10n/de_DE.json
share/owncloud/apps/files_versions/l10n/el.js
share/owncloud/apps/files_versions/l10n/el.json
share/owncloud/apps/files_versions/l10n/en_GB.js
share/owncloud/apps/files_versions/l10n/en_GB.json
share/owncloud/apps/files_versions/l10n/eo.js
share/owncloud/apps/files_versions/l10n/eo.json
share/owncloud/apps/files_versions/l10n/es.js
share/owncloud/apps/files_versions/l10n/es.json
share/owncloud/apps/files_versions/l10n/es_AR.js
share/owncloud/apps/files_versions/l10n/es_AR.json
share/owncloud/apps/files_versions/l10n/es_MX.js
share/owncloud/apps/files_versions/l10n/es_MX.json
share/owncloud/apps/files_versions/l10n/et_EE.js
share/owncloud/apps/files_versions/l10n/et_EE.json
share/owncloud/apps/files_versions/l10n/eu.js
share/owncloud/apps/files_versions/l10n/eu.json
share/owncloud/apps/files_versions/l10n/fa.js
share/owncloud/apps/files_versions/l10n/fa.json
share/owncloud/apps/files_versions/l10n/fi_FI.js
share/owncloud/apps/files_versions/l10n/fi_FI.json
share/owncloud/apps/files_versions/l10n/fr.js
share/owncloud/apps/files_versions/l10n/fr.json
share/owncloud/apps/files_versions/l10n/gl.js
share/owncloud/apps/files_versions/l10n/gl.json
share/owncloud/apps/files_versions/l10n/he.js
share/owncloud/apps/files_versions/l10n/he.json
share/owncloud/apps/files_versions/l10n/hr.js
share/owncloud/apps/files_versions/l10n/hr.json
share/owncloud/apps/files_versions/l10n/hu_HU.js
share/owncloud/apps/files_versions/l10n/hu_HU.json
share/owncloud/apps/files_versions/l10n/hy.js
share/owncloud/apps/files_versions/l10n/hy.json
share/owncloud/apps/files_versions/l10n/id.js
share/owncloud/apps/files_versions/l10n/id.json
share/owncloud/apps/files_versions/l10n/is.js
share/owncloud/apps/files_versions/l10n/is.json
share/owncloud/apps/files_versions/l10n/it.js
share/owncloud/apps/files_versions/l10n/it.json
share/owncloud/apps/files_versions/l10n/ja.js
share/owncloud/apps/files_versions/l10n/ja.json
share/owncloud/apps/files_versions/l10n/ka_GE.js
share/owncloud/apps/files_versions/l10n/ka_GE.json
share/owncloud/apps/files_versions/l10n/km.js
share/owncloud/apps/files_versions/l10n/km.json
share/owncloud/apps/files_versions/l10n/kn.js
share/owncloud/apps/files_versions/l10n/kn.json
share/owncloud/apps/files_versions/l10n/ko.js
share/owncloud/apps/files_versions/l10n/ko.json
share/owncloud/apps/files_versions/l10n/ku_IQ.js
share/owncloud/apps/files_versions/l10n/ku_IQ.json
share/owncloud/apps/files_versions/l10n/lb.js
share/owncloud/apps/files_versions/l10n/lb.json
share/owncloud/apps/files_versions/l10n/lt_LT.js
share/owncloud/apps/files_versions/l10n/lt_LT.json
share/owncloud/apps/files_versions/l10n/lv.js
share/owncloud/apps/files_versions/l10n/lv.json
share/owncloud/apps/files_versions/l10n/mk.js
share/owncloud/apps/files_versions/l10n/mk.json
share/owncloud/apps/files_versions/l10n/ms_MY.js
share/owncloud/apps/files_versions/l10n/ms_MY.json
share/owncloud/apps/files_versions/l10n/nb_NO.js
share/owncloud/apps/files_versions/l10n/nb_NO.json
share/owncloud/apps/files_versions/l10n/nl.js
share/owncloud/apps/files_versions/l10n/nl.json
share/owncloud/apps/files_versions/l10n/nn_NO.js
share/owncloud/apps/files_versions/l10n/nn_NO.json
share/owncloud/apps/files_versions/l10n/oc.js
share/owncloud/apps/files_versions/l10n/oc.json
share/owncloud/apps/files_versions/l10n/pl.js
share/owncloud/apps/files_versions/l10n/pl.json
share/owncloud/apps/files_versions/l10n/pt_BR.js
share/owncloud/apps/files_versions/l10n/pt_BR.json
share/owncloud/apps/files_versions/l10n/pt_PT.js
share/owncloud/apps/files_versions/l10n/pt_PT.json
share/owncloud/apps/files_versions/l10n/ro.js
share/owncloud/apps/files_versions/l10n/ro.json
share/owncloud/apps/files_versions/l10n/ru.js
share/owncloud/apps/files_versions/l10n/ru.json
share/owncloud/apps/files_versions/l10n/si_LK.js
share/owncloud/apps/files_versions/l10n/si_LK.json
share/owncloud/apps/files_versions/l10n/sk_SK.js
share/owncloud/apps/files_versions/l10n/sk_SK.json
share/owncloud/apps/files_versions/l10n/sl.js
share/owncloud/apps/files_versions/l10n/sl.json
share/owncloud/apps/files_versions/l10n/sq.js
share/owncloud/apps/files_versions/l10n/sq.json
share/owncloud/apps/files_versions/l10n/sr.js
share/owncloud/apps/files_versions/l10n/sr.json
share/owncloud/apps/files_versions/l10n/sr@latin.js
share/owncloud/apps/files_versions/l10n/sr@latin.json
share/owncloud/apps/files_versions/l10n/sv.js
share/owncloud/apps/files_versions/l10n/sv.json
share/owncloud/apps/files_versions/l10n/ta_LK.js
share/owncloud/apps/files_versions/l10n/ta_LK.json
share/owncloud/apps/files_versions/l10n/th_TH.js
share/owncloud/apps/files_versions/l10n/th_TH.json
share/owncloud/apps/files_versions/l10n/tr.js
share/owncloud/apps/files_versions/l10n/tr.json
share/owncloud/apps/files_versions/l10n/ug.js
share/owncloud/apps/files_versions/l10n/ug.json
share/owncloud/apps/files_versions/l10n/uk.js
share/owncloud/apps/files_versions/l10n/uk.json
share/owncloud/apps/files_versions/l10n/ur_PK.js
share/owncloud/apps/files_versions/l10n/ur_PK.json
share/owncloud/apps/files_versions/l10n/vi.js
share/owncloud/apps/files_versions/l10n/vi.json
share/owncloud/apps/files_versions/l10n/zh_CN.js
share/owncloud/apps/files_versions/l10n/zh_CN.json
share/owncloud/apps/files_versions/l10n/zh_HK.js
share/owncloud/apps/files_versions/l10n/zh_HK.json
share/owncloud/apps/files_versions/l10n/zh_TW.js
share/owncloud/apps/files_versions/l10n/zh_TW.json
share/owncloud/apps/files_versions/lib/AppInfo/Application.php
share/owncloud/apps/files_versions/lib/BackgroundJob/ExpireVersions.php
share/owncloud/apps/files_versions/lib/Capabilities.php
share/owncloud/apps/files_versions/lib/Command/CleanUp.php
share/owncloud/apps/files_versions/lib/Command/Expire.php
share/owncloud/apps/files_versions/lib/Command/ExpireVersions.php
share/owncloud/apps/files_versions/lib/Expiration.php
share/owncloud/apps/files_versions/lib/Hooks.php
share/owncloud/apps/files_versions/lib/Storage.php
share/owncloud/apps/files_videoplayer/appinfo/app.php
share/owncloud/apps/files_videoplayer/appinfo/info.xml
share/owncloud/apps/files_videoplayer/appinfo/signature.json
share/owncloud/apps/files_videoplayer/css/style.css
share/owncloud/apps/files_videoplayer/img/app.svg
share/owncloud/apps/files_videoplayer/img/poster.png
share/owncloud/apps/files_videoplayer/img/vjs-volume-bar.png
share/owncloud/apps/files_videoplayer/img/vjs-volume-level.png
share/owncloud/apps/files_videoplayer/js/viewer.js
share/owncloud/apps/files_videoplayer/screenshot.jpg
share/owncloud/apps/files_videoplayer/videojs/src/font/vjs.eot
share/owncloud/apps/files_videoplayer/videojs/src/font/vjs.svg
share/owncloud/apps/files_videoplayer/videojs/src/font/vjs.ttf
share/owncloud/apps/files_videoplayer/videojs/src/font/vjs.woff
share/owncloud/apps/files_videoplayer/videojs/src/lang/ar.js
share/owncloud/apps/files_videoplayer/videojs/src/lang/bg.js
share/owncloud/apps/files_videoplayer/videojs/src/lang/ca.js
share/owncloud/apps/files_videoplayer/videojs/src/lang/cs.js
share/owncloud/apps/files_videoplayer/videojs/src/lang/de.js
share/owncloud/apps/files_videoplayer/videojs/src/lang/es.js
share/owncloud/apps/files_videoplayer/videojs/src/lang/fr.js
share/owncloud/apps/files_videoplayer/videojs/src/lang/hu.js
share/owncloud/apps/files_videoplayer/videojs/src/lang/it.js
share/owncloud/apps/files_videoplayer/videojs/src/lang/ja.js
share/owncloud/apps/files_videoplayer/videojs/src/lang/ko.js
share/owncloud/apps/files_videoplayer/videojs/src/lang/nl.js
share/owncloud/apps/files_videoplayer/videojs/src/lang/pt-BR.js
share/owncloud/apps/files_videoplayer/videojs/src/lang/ru.js
share/owncloud/apps/files_videoplayer/videojs/src/lang/tr.js
share/owncloud/apps/files_videoplayer/videojs/src/lang/uk.js
share/owncloud/apps/files_videoplayer/videojs/src/lang/vi.js
share/owncloud/apps/files_videoplayer/videojs/src/lang/zh-CN.js
share/owncloud/apps/files_videoplayer/videojs/src/lang/zh-TW.js
share/owncloud/apps/files_videoplayer/videojs/src/video-js.css
share/owncloud/apps/files_videoplayer/videojs/src/video.js
share/owncloud/apps/firstrunwizard/ajax/disable.php
share/owncloud/apps/firstrunwizard/ajax/enable.php
share/owncloud/apps/firstrunwizard/appinfo/app.php
share/owncloud/apps/firstrunwizard/appinfo/info.xml
share/owncloud/apps/firstrunwizard/appinfo/routes.php
share/owncloud/apps/firstrunwizard/appinfo/signature.json
share/owncloud/apps/firstrunwizard/css/colorbox.css
share/owncloud/apps/firstrunwizard/css/firstrunwizard.css
share/owncloud/apps/firstrunwizard/img/app.svg
share/owncloud/apps/firstrunwizard/js/activate.js
share/owncloud/apps/firstrunwizard/js/firstrunwizard.js
share/owncloud/apps/firstrunwizard/js/jquery.colorbox.js
share/owncloud/apps/firstrunwizard/l10n/.tx/config
share/owncloud/apps/firstrunwizard/l10n/ar.php
share/owncloud/apps/firstrunwizard/l10n/ast.js
share/owncloud/apps/firstrunwizard/l10n/ast.json
share/owncloud/apps/firstrunwizard/l10n/ast.php
share/owncloud/apps/firstrunwizard/l10n/az.js
share/owncloud/apps/firstrunwizard/l10n/az.json
share/owncloud/apps/firstrunwizard/l10n/az.php
share/owncloud/apps/firstrunwizard/l10n/bg_BG.js
share/owncloud/apps/firstrunwizard/l10n/bg_BG.json
share/owncloud/apps/firstrunwizard/l10n/bg_BG.php
share/owncloud/apps/firstrunwizard/l10n/bn_BD.js
share/owncloud/apps/firstrunwizard/l10n/bn_BD.json
share/owncloud/apps/firstrunwizard/l10n/bn_BD.php
share/owncloud/apps/firstrunwizard/l10n/bn_IN.js
share/owncloud/apps/firstrunwizard/l10n/bn_IN.json
share/owncloud/apps/firstrunwizard/l10n/bn_IN.php
share/owncloud/apps/firstrunwizard/l10n/bs.php
share/owncloud/apps/firstrunwizard/l10n/ca.js
share/owncloud/apps/firstrunwizard/l10n/ca.json
share/owncloud/apps/firstrunwizard/l10n/ca.php
share/owncloud/apps/firstrunwizard/l10n/cs_CZ.js
share/owncloud/apps/firstrunwizard/l10n/cs_CZ.json
share/owncloud/apps/firstrunwizard/l10n/cs_CZ.php
share/owncloud/apps/firstrunwizard/l10n/cy_GB.php
share/owncloud/apps/firstrunwizard/l10n/da.js
share/owncloud/apps/firstrunwizard/l10n/da.json
share/owncloud/apps/firstrunwizard/l10n/da.php
share/owncloud/apps/firstrunwizard/l10n/de.js
share/owncloud/apps/firstrunwizard/l10n/de.json
share/owncloud/apps/firstrunwizard/l10n/de.php
share/owncloud/apps/firstrunwizard/l10n/de_CH.php
share/owncloud/apps/firstrunwizard/l10n/de_DE.js
share/owncloud/apps/firstrunwizard/l10n/de_DE.json
share/owncloud/apps/firstrunwizard/l10n/de_DE.php
share/owncloud/apps/firstrunwizard/l10n/el.js
share/owncloud/apps/firstrunwizard/l10n/el.json
share/owncloud/apps/firstrunwizard/l10n/el.php
share/owncloud/apps/firstrunwizard/l10n/en_GB.js
share/owncloud/apps/firstrunwizard/l10n/en_GB.json
share/owncloud/apps/firstrunwizard/l10n/en_GB.php
share/owncloud/apps/firstrunwizard/l10n/eo.js
share/owncloud/apps/firstrunwizard/l10n/eo.json
share/owncloud/apps/firstrunwizard/l10n/eo.php
share/owncloud/apps/firstrunwizard/l10n/es.js
share/owncloud/apps/firstrunwizard/l10n/es.json
share/owncloud/apps/firstrunwizard/l10n/es.php
share/owncloud/apps/firstrunwizard/l10n/es_AR.js
share/owncloud/apps/firstrunwizard/l10n/es_AR.json
share/owncloud/apps/firstrunwizard/l10n/es_AR.php
share/owncloud/apps/firstrunwizard/l10n/es_MX.php
share/owncloud/apps/firstrunwizard/l10n/et_EE.js
share/owncloud/apps/firstrunwizard/l10n/et_EE.json
share/owncloud/apps/firstrunwizard/l10n/et_EE.php
share/owncloud/apps/firstrunwizard/l10n/eu.js
share/owncloud/apps/firstrunwizard/l10n/eu.json
share/owncloud/apps/firstrunwizard/l10n/eu.php
share/owncloud/apps/firstrunwizard/l10n/fa.js
share/owncloud/apps/firstrunwizard/l10n/fa.json
share/owncloud/apps/firstrunwizard/l10n/fa.php
share/owncloud/apps/firstrunwizard/l10n/fi_FI.js
share/owncloud/apps/firstrunwizard/l10n/fi_FI.json
share/owncloud/apps/firstrunwizard/l10n/fi_FI.php
share/owncloud/apps/firstrunwizard/l10n/fr.js
share/owncloud/apps/firstrunwizard/l10n/fr.json
share/owncloud/apps/firstrunwizard/l10n/fr.php
share/owncloud/apps/firstrunwizard/l10n/gl.js
share/owncloud/apps/firstrunwizard/l10n/gl.json
share/owncloud/apps/firstrunwizard/l10n/gl.php
share/owncloud/apps/firstrunwizard/l10n/he.js
share/owncloud/apps/firstrunwizard/l10n/he.json
share/owncloud/apps/firstrunwizard/l10n/he.php
share/owncloud/apps/firstrunwizard/l10n/hr.js
share/owncloud/apps/firstrunwizard/l10n/hr.json
share/owncloud/apps/firstrunwizard/l10n/hr.php
share/owncloud/apps/firstrunwizard/l10n/hu_HU.js
share/owncloud/apps/firstrunwizard/l10n/hu_HU.json
share/owncloud/apps/firstrunwizard/l10n/hu_HU.php
share/owncloud/apps/firstrunwizard/l10n/ia.js
share/owncloud/apps/firstrunwizard/l10n/ia.json
share/owncloud/apps/firstrunwizard/l10n/ia.php
share/owncloud/apps/firstrunwizard/l10n/id.js
share/owncloud/apps/firstrunwizard/l10n/id.json
share/owncloud/apps/firstrunwizard/l10n/id.php
share/owncloud/apps/firstrunwizard/l10n/is.js
share/owncloud/apps/firstrunwizard/l10n/is.json
share/owncloud/apps/firstrunwizard/l10n/is.php
share/owncloud/apps/firstrunwizard/l10n/it.js
share/owncloud/apps/firstrunwizard/l10n/it.json
share/owncloud/apps/firstrunwizard/l10n/it.php
share/owncloud/apps/firstrunwizard/l10n/ja.js
share/owncloud/apps/firstrunwizard/l10n/ja.json
share/owncloud/apps/firstrunwizard/l10n/ja.php
share/owncloud/apps/firstrunwizard/l10n/ka_GE.php
share/owncloud/apps/firstrunwizard/l10n/km.php
share/owncloud/apps/firstrunwizard/l10n/ko.js
share/owncloud/apps/firstrunwizard/l10n/ko.json
share/owncloud/apps/firstrunwizard/l10n/ko.php
share/owncloud/apps/firstrunwizard/l10n/ku_IQ.php
share/owncloud/apps/firstrunwizard/l10n/lb.php
share/owncloud/apps/firstrunwizard/l10n/lt_LT.js
share/owncloud/apps/firstrunwizard/l10n/lt_LT.json
share/owncloud/apps/firstrunwizard/l10n/lt_LT.php
share/owncloud/apps/firstrunwizard/l10n/lv.php
share/owncloud/apps/firstrunwizard/l10n/mk.php
share/owncloud/apps/firstrunwizard/l10n/ms_MY.php
share/owncloud/apps/firstrunwizard/l10n/nb_NO.js
share/owncloud/apps/firstrunwizard/l10n/nb_NO.json
share/owncloud/apps/firstrunwizard/l10n/nb_NO.php
share/owncloud/apps/firstrunwizard/l10n/nl.js
share/owncloud/apps/firstrunwizard/l10n/nl.json
share/owncloud/apps/firstrunwizard/l10n/nl.php
share/owncloud/apps/firstrunwizard/l10n/nn_NO.php
share/owncloud/apps/firstrunwizard/l10n/oc.js
share/owncloud/apps/firstrunwizard/l10n/oc.json
share/owncloud/apps/firstrunwizard/l10n/oc.php
share/owncloud/apps/firstrunwizard/l10n/pl.js
share/owncloud/apps/firstrunwizard/l10n/pl.json
share/owncloud/apps/firstrunwizard/l10n/pl.php
share/owncloud/apps/firstrunwizard/l10n/pt_BR.js
share/owncloud/apps/firstrunwizard/l10n/pt_BR.json
share/owncloud/apps/firstrunwizard/l10n/pt_BR.php
share/owncloud/apps/firstrunwizard/l10n/pt_PT.js
share/owncloud/apps/firstrunwizard/l10n/pt_PT.json
share/owncloud/apps/firstrunwizard/l10n/pt_PT.php
share/owncloud/apps/firstrunwizard/l10n/ro.js
share/owncloud/apps/firstrunwizard/l10n/ro.json
share/owncloud/apps/firstrunwizard/l10n/ro.php
share/owncloud/apps/firstrunwizard/l10n/ru.js
share/owncloud/apps/firstrunwizard/l10n/ru.json
share/owncloud/apps/firstrunwizard/l10n/ru.php
share/owncloud/apps/firstrunwizard/l10n/si_LK.php
share/owncloud/apps/firstrunwizard/l10n/sk_SK.js
share/owncloud/apps/firstrunwizard/l10n/sk_SK.json
share/owncloud/apps/firstrunwizard/l10n/sk_SK.php
share/owncloud/apps/firstrunwizard/l10n/sl.js
share/owncloud/apps/firstrunwizard/l10n/sl.json
share/owncloud/apps/firstrunwizard/l10n/sl.php
share/owncloud/apps/firstrunwizard/l10n/sq.js
share/owncloud/apps/firstrunwizard/l10n/sq.json
share/owncloud/apps/firstrunwizard/l10n/sq.php
share/owncloud/apps/firstrunwizard/l10n/sr.js
share/owncloud/apps/firstrunwizard/l10n/sr.json
share/owncloud/apps/firstrunwizard/l10n/sr.php
share/owncloud/apps/firstrunwizard/l10n/sr@latin.js
share/owncloud/apps/firstrunwizard/l10n/sr@latin.json
share/owncloud/apps/firstrunwizard/l10n/sr@latin.php
share/owncloud/apps/firstrunwizard/l10n/sv.js
share/owncloud/apps/firstrunwizard/l10n/sv.json
share/owncloud/apps/firstrunwizard/l10n/sv.php
share/owncloud/apps/firstrunwizard/l10n/ta_LK.php
share/owncloud/apps/firstrunwizard/l10n/te.php
share/owncloud/apps/firstrunwizard/l10n/th_TH.js
share/owncloud/apps/firstrunwizard/l10n/th_TH.json
share/owncloud/apps/firstrunwizard/l10n/th_TH.php
share/owncloud/apps/firstrunwizard/l10n/tr.js
share/owncloud/apps/firstrunwizard/l10n/tr.json
share/owncloud/apps/firstrunwizard/l10n/tr.php
share/owncloud/apps/firstrunwizard/l10n/ug.php
share/owncloud/apps/firstrunwizard/l10n/uk.js
share/owncloud/apps/firstrunwizard/l10n/uk.json
share/owncloud/apps/firstrunwizard/l10n/uk.php
share/owncloud/apps/firstrunwizard/l10n/vi.php
share/owncloud/apps/firstrunwizard/l10n/zh_CN.js
share/owncloud/apps/firstrunwizard/l10n/zh_CN.json
share/owncloud/apps/firstrunwizard/l10n/zh_CN.php
share/owncloud/apps/firstrunwizard/l10n/zh_HK.php
share/owncloud/apps/firstrunwizard/l10n/zh_TW.js
share/owncloud/apps/firstrunwizard/l10n/zh_TW.json
share/owncloud/apps/firstrunwizard/l10n/zh_TW.php
share/owncloud/apps/firstrunwizard/lib/config.php
share/owncloud/apps/firstrunwizard/lib/util.php
share/owncloud/apps/firstrunwizard/templates/wizard.php
share/owncloud/apps/firstrunwizard/wizard.php
share/owncloud/apps/gallery/.github/CONTRIBUTING.md
share/owncloud/apps/gallery/.github/issue_template.md
share/owncloud/apps/gallery/.github/pull_request_template.md
share/owncloud/apps/gallery/.gitmodules
share/owncloud/apps/gallery/AUTHORS.md
share/owncloud/apps/gallery/CHANGELOG.md
share/owncloud/apps/gallery/COPYING
share/owncloud/apps/gallery/appinfo/app.php
share/owncloud/apps/gallery/appinfo/application.php
share/owncloud/apps/gallery/appinfo/info.xml
share/owncloud/apps/gallery/appinfo/routes.php
share/owncloud/apps/gallery/appinfo/signature.json
share/owncloud/apps/gallery/build/after_failure.sh
share/owncloud/apps/gallery/build/documentation/docpublisher.sh
share/owncloud/apps/gallery/build/documentation/index.html
share/owncloud/apps/gallery/build/documentation/reports/index.html
share/owncloud/apps/gallery/build/screenshots/Gallery.jpg
share/owncloud/apps/gallery/build/xdebug_install.sh
share/owncloud/apps/gallery/codeception.yml
share/owncloud/apps/gallery/composer.json
share/owncloud/apps/gallery/composer.lock
share/owncloud/apps/gallery/config/configexception.php
share/owncloud/apps/gallery/config/configparser.php
share/owncloud/apps/gallery/config/configvalidator.php
share/owncloud/apps/gallery/controller/config.php
share/owncloud/apps/gallery/controller/configapicontroller.php
share/owncloud/apps/gallery/controller/configcontroller.php
share/owncloud/apps/gallery/controller/configpubliccontroller.php
share/owncloud/apps/gallery/controller/files.php
share/owncloud/apps/gallery/controller/filesapicontroller.php
share/owncloud/apps/gallery/controller/filescontroller.php
share/owncloud/apps/gallery/controller/filespubliccontroller.php
share/owncloud/apps/gallery/controller/httperror.php
share/owncloud/apps/gallery/controller/pagecontroller.php
share/owncloud/apps/gallery/controller/pathmanipulation.php
share/owncloud/apps/gallery/controller/preview.php
share/owncloud/apps/gallery/controller/previewapicontroller.php
share/owncloud/apps/gallery/controller/previewcontroller.php
share/owncloud/apps/gallery/controller/previewpubliccontroller.php
share/owncloud/apps/gallery/css/authenticate.css
share/owncloud/apps/gallery/css/error.css
share/owncloud/apps/gallery/css/gallerybutton.css
share/owncloud/apps/gallery/css/github-markdown.css
share/owncloud/apps/gallery/css/mobile.css
share/owncloud/apps/gallery/css/public.css
share/owncloud/apps/gallery/css/share.css
share/owncloud/apps/gallery/css/slideshow.css
share/owncloud/apps/gallery/css/styles.css
share/owncloud/apps/gallery/css/upload.css
share/owncloud/apps/gallery/documentation/developers.md
share/owncloud/apps/gallery/environment/environment.php
share/owncloud/apps/gallery/environment/environmentexception.php
share/owncloud/apps/gallery/environment/notfoundenvexception.php
share/owncloud/apps/gallery/http/imageresponse.php
share/owncloud/apps/gallery/img/app.png
share/owncloud/apps/gallery/img/app.svg
share/owncloud/apps/gallery/img/dateasc.png
share/owncloud/apps/gallery/img/dateasc.svg
share/owncloud/apps/gallery/img/datedes.png
share/owncloud/apps/gallery/img/datedes.svg
share/owncloud/apps/gallery/img/folder.png
share/owncloud/apps/gallery/img/folder.svg
share/owncloud/apps/gallery/img/gallery-dark.png
share/owncloud/apps/gallery/img/gallery-dark.svg
share/owncloud/apps/gallery/img/nameasc.png
share/owncloud/apps/gallery/img/nameasc.svg
share/owncloud/apps/gallery/img/namedes.png
share/owncloud/apps/gallery/img/namedes.svg
share/owncloud/apps/gallery/img/toggle.png
share/owncloud/apps/gallery/img/toggle.svg
share/owncloud/apps/gallery/js/.bowerrc
share/owncloud/apps/gallery/js/.jshintrc
share/owncloud/apps/gallery/js/app.js
share/owncloud/apps/gallery/js/bower.json
share/owncloud/apps/gallery/js/breadcrumb.js
share/owncloud/apps/gallery/js/eventsource.js
share/owncloud/apps/gallery/js/gallery.js
share/owncloud/apps/gallery/js/galleryalbum.js
share/owncloud/apps/gallery/js/gallerybutton.js
share/owncloud/apps/gallery/js/galleryconfig.js
share/owncloud/apps/gallery/js/galleryfileaction.js
share/owncloud/apps/gallery/js/galleryimage.js
share/owncloud/apps/gallery/js/galleryinfobox.js
share/owncloud/apps/gallery/js/galleryrow.js
share/owncloud/apps/gallery/js/galleryutility.js
share/owncloud/apps/gallery/js/galleryview.js
share/owncloud/apps/gallery/js/slideshow.js
share/owncloud/apps/gallery/js/slideshowcontrols.js
share/owncloud/apps/gallery/js/slideshowzoomablepreview.js
share/owncloud/apps/gallery/js/thumbnail.js
share/owncloud/apps/gallery/js/upload-helper.js
share/owncloud/apps/gallery/js/vendor/bigshot/LICENSE.txt
share/owncloud/apps/gallery/js/vendor/bigshot/README.txt
share/owncloud/apps/gallery/js/vendor/bigshot/bigshot-compressed.js
share/owncloud/apps/gallery/js/vendor/bigshot/bigshot.js
share/owncloud/apps/gallery/js/vendor/commonmark/LICENSE
share/owncloud/apps/gallery/js/vendor/commonmark/dist/commonmark.js
share/owncloud/apps/gallery/js/vendor/commonmark/dist/commonmark.min.js
share/owncloud/apps/gallery/js/vendor/dompurify/LICENSE
share/owncloud/apps/gallery/js/vendor/dompurify/README.md
share/owncloud/apps/gallery/js/vendor/dompurify/src/purify.js
share/owncloud/apps/gallery/js/vendor/eventsource-polyfill/LICENSE
share/owncloud/apps/gallery/js/vendor/eventsource-polyfill/README.md
share/owncloud/apps/gallery/js/vendor/eventsource-polyfill/dist/eventsource.js
share/owncloud/apps/gallery/js/vendor/jquery-touch-events/README.md
share/owncloud/apps/gallery/js/vendor/jquery-touch-events/src/1.0.1/jquery.mobile-events.js
share/owncloud/apps/gallery/js/vendor/jquery-touch-events/src/1.0.1/jquery.mobile-events.min.js
share/owncloud/apps/gallery/js/vendor/jquery.ui.touch-punch-custom.js
share/owncloud/apps/gallery/js/vendor/jqueryui-touch-punch/README.md
share/owncloud/apps/gallery/js/vendor/jqueryui-touch-punch/jquery.ui.touch-punch.js
share/owncloud/apps/gallery/js/vendor/modified-eventsource-polyfill/eventsource-polyfill.js
share/owncloud/apps/gallery/js/vendor/owncloud/newfilemenu.js
share/owncloud/apps/gallery/js/vendor/owncloud/share.js
share/owncloud/apps/gallery/l10n/.tx/config
share/owncloud/apps/gallery/l10n/af_ZA.php
share/owncloud/apps/gallery/l10n/ar.js
share/owncloud/apps/gallery/l10n/ar.json
share/owncloud/apps/gallery/l10n/ar.php
share/owncloud/apps/gallery/l10n/ast.js
share/owncloud/apps/gallery/l10n/ast.json
share/owncloud/apps/gallery/l10n/ast.php
share/owncloud/apps/gallery/l10n/az.js
share/owncloud/apps/gallery/l10n/az.json
share/owncloud/apps/gallery/l10n/az.php
share/owncloud/apps/gallery/l10n/bg_BG.js
share/owncloud/apps/gallery/l10n/bg_BG.json
share/owncloud/apps/gallery/l10n/bn_BD.js
share/owncloud/apps/gallery/l10n/bn_BD.json
share/owncloud/apps/gallery/l10n/bn_BD.php
share/owncloud/apps/gallery/l10n/bn_IN.js
share/owncloud/apps/gallery/l10n/bn_IN.json
share/owncloud/apps/gallery/l10n/bn_IN.php
share/owncloud/apps/gallery/l10n/bs.php
share/owncloud/apps/gallery/l10n/ca.js
share/owncloud/apps/gallery/l10n/ca.json
share/owncloud/apps/gallery/l10n/ca.php
share/owncloud/apps/gallery/l10n/cs_CZ.js
share/owncloud/apps/gallery/l10n/cs_CZ.json
share/owncloud/apps/gallery/l10n/cy_GB.php
share/owncloud/apps/gallery/l10n/da.js
share/owncloud/apps/gallery/l10n/da.json
share/owncloud/apps/gallery/l10n/de.js
share/owncloud/apps/gallery/l10n/de.json
share/owncloud/apps/gallery/l10n/de_AT.php
share/owncloud/apps/gallery/l10n/de_CH.php
share/owncloud/apps/gallery/l10n/de_DE.js
share/owncloud/apps/gallery/l10n/de_DE.json
share/owncloud/apps/gallery/l10n/el.js
share/owncloud/apps/gallery/l10n/el.json
share/owncloud/apps/gallery/l10n/en_GB.js
share/owncloud/apps/gallery/l10n/en_GB.json
share/owncloud/apps/gallery/l10n/eo.js
share/owncloud/apps/gallery/l10n/eo.json
share/owncloud/apps/gallery/l10n/eo.php
share/owncloud/apps/gallery/l10n/es.js
share/owncloud/apps/gallery/l10n/es.json
share/owncloud/apps/gallery/l10n/es_AR.php
share/owncloud/apps/gallery/l10n/es_CL.php
share/owncloud/apps/gallery/l10n/es_MX.php
share/owncloud/apps/gallery/l10n/et_EE.js
share/owncloud/apps/gallery/l10n/et_EE.json
share/owncloud/apps/gallery/l10n/eu.js
share/owncloud/apps/gallery/l10n/eu.json
share/owncloud/apps/gallery/l10n/eu.php
share/owncloud/apps/gallery/l10n/fa.js
share/owncloud/apps/gallery/l10n/fa.json
share/owncloud/apps/gallery/l10n/fa.php
share/owncloud/apps/gallery/l10n/fi_FI.js
share/owncloud/apps/gallery/l10n/fi_FI.json
share/owncloud/apps/gallery/l10n/fr.js
share/owncloud/apps/gallery/l10n/fr.json
share/owncloud/apps/gallery/l10n/gl.js
share/owncloud/apps/gallery/l10n/gl.json
share/owncloud/apps/gallery/l10n/he.js
share/owncloud/apps/gallery/l10n/he.json
share/owncloud/apps/gallery/l10n/hi.php
share/owncloud/apps/gallery/l10n/hr.js
share/owncloud/apps/gallery/l10n/hr.json
share/owncloud/apps/gallery/l10n/hr.php
share/owncloud/apps/gallery/l10n/hu_HU.js
share/owncloud/apps/gallery/l10n/hu_HU.json
share/owncloud/apps/gallery/l10n/ia.php
share/owncloud/apps/gallery/l10n/id.js
share/owncloud/apps/gallery/l10n/id.json
share/owncloud/apps/gallery/l10n/is.js
share/owncloud/apps/gallery/l10n/is.json
share/owncloud/apps/gallery/l10n/it.js
share/owncloud/apps/gallery/l10n/it.json
share/owncloud/apps/gallery/l10n/ja.js
share/owncloud/apps/gallery/l10n/ja.json
share/owncloud/apps/gallery/l10n/ka_GE.php
share/owncloud/apps/gallery/l10n/km.js
share/owncloud/apps/gallery/l10n/km.json
share/owncloud/apps/gallery/l10n/km.php
share/owncloud/apps/gallery/l10n/ko.js
share/owncloud/apps/gallery/l10n/ko.json
share/owncloud/apps/gallery/l10n/ku_IQ.php
share/owncloud/apps/gallery/l10n/lb.php
share/owncloud/apps/gallery/l10n/lt_LT.js
share/owncloud/apps/gallery/l10n/lt_LT.json
share/owncloud/apps/gallery/l10n/lv.php
share/owncloud/apps/gallery/l10n/mk.php
share/owncloud/apps/gallery/l10n/ms_MY.php
share/owncloud/apps/gallery/l10n/nb_NO.js
share/owncloud/apps/gallery/l10n/nb_NO.json
share/owncloud/apps/gallery/l10n/nl.js
share/owncloud/apps/gallery/l10n/nl.json
share/owncloud/apps/gallery/l10n/nn_NO.php
share/owncloud/apps/gallery/l10n/oc.js
share/owncloud/apps/gallery/l10n/oc.json
share/owncloud/apps/gallery/l10n/pa.php
share/owncloud/apps/gallery/l10n/pl.js
share/owncloud/apps/gallery/l10n/pl.json
share/owncloud/apps/gallery/l10n/pt_BR.js
share/owncloud/apps/gallery/l10n/pt_BR.json
share/owncloud/apps/gallery/l10n/pt_PT.js
share/owncloud/apps/gallery/l10n/pt_PT.json
share/owncloud/apps/gallery/l10n/ro.php
share/owncloud/apps/gallery/l10n/ru.js
share/owncloud/apps/gallery/l10n/ru.json
share/owncloud/apps/gallery/l10n/si_LK.php
share/owncloud/apps/gallery/l10n/sk.php
share/owncloud/apps/gallery/l10n/sk_SK.js
share/owncloud/apps/gallery/l10n/sk_SK.json
share/owncloud/apps/gallery/l10n/sl.js
share/owncloud/apps/gallery/l10n/sl.json
share/owncloud/apps/gallery/l10n/sq.js
share/owncloud/apps/gallery/l10n/sq.json
share/owncloud/apps/gallery/l10n/sr.php
share/owncloud/apps/gallery/l10n/sr@latin.php
share/owncloud/apps/gallery/l10n/sv.js
share/owncloud/apps/gallery/l10n/sv.json
share/owncloud/apps/gallery/l10n/ta_LK.php
share/owncloud/apps/gallery/l10n/th_TH.js
share/owncloud/apps/gallery/l10n/th_TH.json
share/owncloud/apps/gallery/l10n/tr.js
share/owncloud/apps/gallery/l10n/tr.json
share/owncloud/apps/gallery/l10n/ug.php
share/owncloud/apps/gallery/l10n/uk.js
share/owncloud/apps/gallery/l10n/uk.json
share/owncloud/apps/gallery/l10n/uk.php
share/owncloud/apps/gallery/l10n/ur_PK.js
share/owncloud/apps/gallery/l10n/ur_PK.json
share/owncloud/apps/gallery/l10n/ur_PK.php
share/owncloud/apps/gallery/l10n/vi.js
share/owncloud/apps/gallery/l10n/vi.json
share/owncloud/apps/gallery/l10n/vi.php
share/owncloud/apps/gallery/l10n/zh_CN.js
share/owncloud/apps/gallery/l10n/zh_CN.json
share/owncloud/apps/gallery/l10n/zh_HK.php
share/owncloud/apps/gallery/l10n/zh_TW.js
share/owncloud/apps/gallery/l10n/zh_TW.json
share/owncloud/apps/gallery/middleware/checkexception.php
share/owncloud/apps/gallery/middleware/checkmiddleware.php
share/owncloud/apps/gallery/middleware/envcheckmiddleware.php
share/owncloud/apps/gallery/middleware/sharingcheckmiddleware.php
share/owncloud/apps/gallery/phpdoc.xml
share/owncloud/apps/gallery/preview/preview.php
share/owncloud/apps/gallery/service/base64encode.php
share/owncloud/apps/gallery/service/configservice.php
share/owncloud/apps/gallery/service/downloadservice.php
share/owncloud/apps/gallery/service/filesservice.php
share/owncloud/apps/gallery/service/forbiddenserviceexception.php
share/owncloud/apps/gallery/service/internalservererrorserviceexception.php
share/owncloud/apps/gallery/service/notfoundserviceexception.php
share/owncloud/apps/gallery/service/previewservice.php
share/owncloud/apps/gallery/service/searchfolderservice.php
share/owncloud/apps/gallery/service/searchmediaservice.php
share/owncloud/apps/gallery/service/service.php
share/owncloud/apps/gallery/service/serviceexception.php
share/owncloud/apps/gallery/service/thumbnailservice.php
share/owncloud/apps/gallery/templates/authenticate.php
share/owncloud/apps/gallery/templates/index.php
share/owncloud/apps/gallery/templates/part.content.php
share/owncloud/apps/gallery/templates/part.filenotfounderror.php
share/owncloud/apps/gallery/templates/part.internalservererror.php
share/owncloud/apps/gallery/templates/part.linkerror.php
share/owncloud/apps/gallery/templates/public.php
share/owncloud/apps/gallery/templates/slideshow.php
share/owncloud/apps/gallery/utility/eventsource.php
share/owncloud/apps/gallery/vendor/autoload.php
share/owncloud/apps/gallery/vendor/composer/ClassLoader.php
share/owncloud/apps/gallery/vendor/composer/LICENSE
share/owncloud/apps/gallery/vendor/composer/autoload_classmap.php
share/owncloud/apps/gallery/vendor/composer/autoload_namespaces.php
share/owncloud/apps/gallery/vendor/composer/autoload_psr4.php
share/owncloud/apps/gallery/vendor/composer/autoload_real.php
share/owncloud/apps/gallery/vendor/composer/autoload_static.php
share/owncloud/apps/gallery/vendor/composer/installed.json
share/owncloud/apps/gallery/vendor/symfony/yaml/.gitignore
share/owncloud/apps/gallery/vendor/symfony/yaml/CHANGELOG.md
share/owncloud/apps/gallery/vendor/symfony/yaml/Dumper.php
share/owncloud/apps/gallery/vendor/symfony/yaml/Escaper.php
share/owncloud/apps/gallery/vendor/symfony/yaml/Exception/DumpException.php
share/owncloud/apps/gallery/vendor/symfony/yaml/Exception/ExceptionInterface.php
share/owncloud/apps/gallery/vendor/symfony/yaml/Exception/ParseException.php
share/owncloud/apps/gallery/vendor/symfony/yaml/Exception/RuntimeException.php
share/owncloud/apps/gallery/vendor/symfony/yaml/Inline.php
share/owncloud/apps/gallery/vendor/symfony/yaml/LICENSE
share/owncloud/apps/gallery/vendor/symfony/yaml/Parser.php
share/owncloud/apps/gallery/vendor/symfony/yaml/README.md
share/owncloud/apps/gallery/vendor/symfony/yaml/Tests/DumperTest.php
share/owncloud/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/YtsAnchorAlias.yml
share/owncloud/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/YtsBasicTests.yml
share/owncloud/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/YtsBlockMapping.yml
share/owncloud/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/YtsDocumentSeparator.yml
share/owncloud/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/YtsErrorTests.yml
share/owncloud/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/YtsFlowCollections.yml
share/owncloud/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/YtsFoldedScalars.yml
share/owncloud/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/YtsNullsAndEmpties.yml
share/owncloud/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/YtsSpecificationExamples.yml
share/owncloud/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/YtsTypeTransfers.yml
share/owncloud/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/embededPhp.yml
share/owncloud/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/escapedCharacters.yml
share/owncloud/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/index.yml
share/owncloud/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/sfComments.yml
share/owncloud/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/sfCompact.yml
share/owncloud/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/sfMergeKey.yml
share/owncloud/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/sfObjects.yml
share/owncloud/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/sfQuotes.yml
share/owncloud/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/sfTests.yml
share/owncloud/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/unindentedCollections.yml
share/owncloud/apps/gallery/vendor/symfony/yaml/Tests/InlineTest.php
share/owncloud/apps/gallery/vendor/symfony/yaml/Tests/ParseExceptionTest.php
share/owncloud/apps/gallery/vendor/symfony/yaml/Tests/ParserTest.php
share/owncloud/apps/gallery/vendor/symfony/yaml/Tests/YamlTest.php
share/owncloud/apps/gallery/vendor/symfony/yaml/Unescaper.php
share/owncloud/apps/gallery/vendor/symfony/yaml/Yaml.php
share/owncloud/apps/gallery/vendor/symfony/yaml/composer.json
share/owncloud/apps/gallery/vendor/symfony/yaml/phpunit.xml.dist
share/owncloud/apps/notifications/COPYING
share/owncloud/apps/notifications/appinfo/app.php
share/owncloud/apps/notifications/appinfo/database.xml
share/owncloud/apps/notifications/appinfo/info.xml
share/owncloud/apps/notifications/appinfo/routes.php
share/owncloud/apps/notifications/appinfo/signature.json
share/owncloud/apps/notifications/css/styles.css
share/owncloud/apps/notifications/docs/notification-workflow.md
share/owncloud/apps/notifications/docs/ocs-endpoint-v1.md
share/owncloud/apps/notifications/img/notifications-new.png
share/owncloud/apps/notifications/img/notifications-new.svg
share/owncloud/apps/notifications/img/notifications.png
share/owncloud/apps/notifications/img/notifications.svg
share/owncloud/apps/notifications/img/sample-empty.png
share/owncloud/apps/notifications/img/sample-new.png
share/owncloud/apps/notifications/js/app.js
share/owncloud/apps/notifications/js/notification.js
share/owncloud/apps/notifications/lib/App.php
share/owncloud/apps/notifications/lib/AppInfo/Application.php
share/owncloud/apps/notifications/lib/Capabilities.php
share/owncloud/apps/notifications/lib/Controller/EndpointController.php
share/owncloud/apps/notifications/lib/Handler.php
share/owncloud/apps/provisioning_api/appinfo/info.xml
share/owncloud/apps/provisioning_api/appinfo/routes.php
share/owncloud/apps/provisioning_api/appinfo/signature.json
share/owncloud/apps/provisioning_api/img/app.svg
share/owncloud/apps/provisioning_api/lib/Apps.php
share/owncloud/apps/provisioning_api/lib/Groups.php
share/owncloud/apps/provisioning_api/lib/Users.php
share/owncloud/apps/systemtags/appinfo/app.php
share/owncloud/apps/systemtags/appinfo/info.xml
share/owncloud/apps/systemtags/appinfo/signature.json
share/owncloud/apps/systemtags/css/systemtagsfilelist.css
share/owncloud/apps/systemtags/img/tag.png
share/owncloud/apps/systemtags/img/tag.svg
share/owncloud/apps/systemtags/js/app.js
share/owncloud/apps/systemtags/js/filesplugin.js
share/owncloud/apps/systemtags/js/systemtagsfilelist.js
share/owncloud/apps/systemtags/js/systemtagsinfoview.js
share/owncloud/apps/systemtags/l10n/ar.js
share/owncloud/apps/systemtags/l10n/ar.json
share/owncloud/apps/systemtags/l10n/ast.js
share/owncloud/apps/systemtags/l10n/ast.json
share/owncloud/apps/systemtags/l10n/az.js
share/owncloud/apps/systemtags/l10n/az.json
share/owncloud/apps/systemtags/l10n/bg_BG.js
share/owncloud/apps/systemtags/l10n/bg_BG.json
share/owncloud/apps/systemtags/l10n/bn_BD.js
share/owncloud/apps/systemtags/l10n/bn_BD.json
share/owncloud/apps/systemtags/l10n/bn_IN.js
share/owncloud/apps/systemtags/l10n/bn_IN.json
share/owncloud/apps/systemtags/l10n/bs.js
share/owncloud/apps/systemtags/l10n/bs.json
share/owncloud/apps/systemtags/l10n/ca.js
share/owncloud/apps/systemtags/l10n/ca.json
share/owncloud/apps/systemtags/l10n/cs_CZ.js
share/owncloud/apps/systemtags/l10n/cs_CZ.json
share/owncloud/apps/systemtags/l10n/cy_GB.js
share/owncloud/apps/systemtags/l10n/cy_GB.json
share/owncloud/apps/systemtags/l10n/da.js
share/owncloud/apps/systemtags/l10n/da.json
share/owncloud/apps/systemtags/l10n/de.js
share/owncloud/apps/systemtags/l10n/de.json
share/owncloud/apps/systemtags/l10n/de_AT.js
share/owncloud/apps/systemtags/l10n/de_AT.json
share/owncloud/apps/systemtags/l10n/de_DE.js
share/owncloud/apps/systemtags/l10n/de_DE.json
share/owncloud/apps/systemtags/l10n/el.js
share/owncloud/apps/systemtags/l10n/el.json
share/owncloud/apps/systemtags/l10n/en_GB.js
share/owncloud/apps/systemtags/l10n/en_GB.json
share/owncloud/apps/systemtags/l10n/eo.js
share/owncloud/apps/systemtags/l10n/eo.json
share/owncloud/apps/systemtags/l10n/es.js
share/owncloud/apps/systemtags/l10n/es.json
share/owncloud/apps/systemtags/l10n/es_AR.js
share/owncloud/apps/systemtags/l10n/es_AR.json
share/owncloud/apps/systemtags/l10n/es_MX.js
share/owncloud/apps/systemtags/l10n/es_MX.json
share/owncloud/apps/systemtags/l10n/et_EE.js
share/owncloud/apps/systemtags/l10n/et_EE.json
share/owncloud/apps/systemtags/l10n/eu.js
share/owncloud/apps/systemtags/l10n/eu.json
share/owncloud/apps/systemtags/l10n/fa.js
share/owncloud/apps/systemtags/l10n/fa.json
share/owncloud/apps/systemtags/l10n/fi_FI.js
share/owncloud/apps/systemtags/l10n/fi_FI.json
share/owncloud/apps/systemtags/l10n/fr.js
share/owncloud/apps/systemtags/l10n/fr.json
share/owncloud/apps/systemtags/l10n/gl.js
share/owncloud/apps/systemtags/l10n/gl.json
share/owncloud/apps/systemtags/l10n/he.js
share/owncloud/apps/systemtags/l10n/he.json
share/owncloud/apps/systemtags/l10n/hr.js
share/owncloud/apps/systemtags/l10n/hr.json
share/owncloud/apps/systemtags/l10n/hu_HU.js
share/owncloud/apps/systemtags/l10n/hu_HU.json
share/owncloud/apps/systemtags/l10n/hy.js
share/owncloud/apps/systemtags/l10n/hy.json
share/owncloud/apps/systemtags/l10n/ia.js
share/owncloud/apps/systemtags/l10n/ia.json
share/owncloud/apps/systemtags/l10n/id.js
share/owncloud/apps/systemtags/l10n/id.json
share/owncloud/apps/systemtags/l10n/is.js
share/owncloud/apps/systemtags/l10n/is.json
share/owncloud/apps/systemtags/l10n/it.js
share/owncloud/apps/systemtags/l10n/it.json
share/owncloud/apps/systemtags/l10n/ja.js
share/owncloud/apps/systemtags/l10n/ja.json
share/owncloud/apps/systemtags/l10n/ka_GE.js
share/owncloud/apps/systemtags/l10n/ka_GE.json
share/owncloud/apps/systemtags/l10n/km.js
share/owncloud/apps/systemtags/l10n/km.json
share/owncloud/apps/systemtags/l10n/kn.js
share/owncloud/apps/systemtags/l10n/kn.json
share/owncloud/apps/systemtags/l10n/ko.js
share/owncloud/apps/systemtags/l10n/ko.json
share/owncloud/apps/systemtags/l10n/ku_IQ.js
share/owncloud/apps/systemtags/l10n/ku_IQ.json
share/owncloud/apps/systemtags/l10n/lb.js
share/owncloud/apps/systemtags/l10n/lb.json
share/owncloud/apps/systemtags/l10n/lt_LT.js
share/owncloud/apps/systemtags/l10n/lt_LT.json
share/owncloud/apps/systemtags/l10n/lv.js
share/owncloud/apps/systemtags/l10n/lv.json
share/owncloud/apps/systemtags/l10n/mk.js
share/owncloud/apps/systemtags/l10n/mk.json
share/owncloud/apps/systemtags/l10n/ms_MY.js
share/owncloud/apps/systemtags/l10n/ms_MY.json
share/owncloud/apps/systemtags/l10n/nb_NO.js
share/owncloud/apps/systemtags/l10n/nb_NO.json
share/owncloud/apps/systemtags/l10n/nds.js
share/owncloud/apps/systemtags/l10n/nds.json
share/owncloud/apps/systemtags/l10n/nl.js
share/owncloud/apps/systemtags/l10n/nl.json
share/owncloud/apps/systemtags/l10n/nn_NO.js
share/owncloud/apps/systemtags/l10n/nn_NO.json
share/owncloud/apps/systemtags/l10n/oc.js
share/owncloud/apps/systemtags/l10n/oc.json
share/owncloud/apps/systemtags/l10n/pl.js
share/owncloud/apps/systemtags/l10n/pl.json
share/owncloud/apps/systemtags/l10n/pt_BR.js
share/owncloud/apps/systemtags/l10n/pt_BR.json
share/owncloud/apps/systemtags/l10n/pt_PT.js
share/owncloud/apps/systemtags/l10n/pt_PT.json
share/owncloud/apps/systemtags/l10n/ro.js
share/owncloud/apps/systemtags/l10n/ro.json
share/owncloud/apps/systemtags/l10n/ru.js
share/owncloud/apps/systemtags/l10n/ru.json
share/owncloud/apps/systemtags/l10n/si_LK.js
share/owncloud/apps/systemtags/l10n/si_LK.json
share/owncloud/apps/systemtags/l10n/sk_SK.js
share/owncloud/apps/systemtags/l10n/sk_SK.json
share/owncloud/apps/systemtags/l10n/sl.js
share/owncloud/apps/systemtags/l10n/sl.json
share/owncloud/apps/systemtags/l10n/sq.js
share/owncloud/apps/systemtags/l10n/sq.json
share/owncloud/apps/systemtags/l10n/sr.js
share/owncloud/apps/systemtags/l10n/sr.json
share/owncloud/apps/systemtags/l10n/sr@latin.js
share/owncloud/apps/systemtags/l10n/sr@latin.json
share/owncloud/apps/systemtags/l10n/sv.js
share/owncloud/apps/systemtags/l10n/sv.json
share/owncloud/apps/systemtags/l10n/ta_LK.js
share/owncloud/apps/systemtags/l10n/ta_LK.json
share/owncloud/apps/systemtags/l10n/te.js
share/owncloud/apps/systemtags/l10n/te.json
share/owncloud/apps/systemtags/l10n/th_TH.js
share/owncloud/apps/systemtags/l10n/th_TH.json
share/owncloud/apps/systemtags/l10n/tr.js
share/owncloud/apps/systemtags/l10n/tr.json
share/owncloud/apps/systemtags/l10n/ug.js
share/owncloud/apps/systemtags/l10n/ug.json
share/owncloud/apps/systemtags/l10n/uk.js
share/owncloud/apps/systemtags/l10n/uk.json
share/owncloud/apps/systemtags/l10n/ur_PK.js
share/owncloud/apps/systemtags/l10n/ur_PK.json
share/owncloud/apps/systemtags/l10n/vi.js
share/owncloud/apps/systemtags/l10n/vi.json
share/owncloud/apps/systemtags/l10n/zh_CN.js
share/owncloud/apps/systemtags/l10n/zh_CN.json
share/owncloud/apps/systemtags/l10n/zh_HK.js
share/owncloud/apps/systemtags/l10n/zh_HK.json
share/owncloud/apps/systemtags/l10n/zh_TW.js
share/owncloud/apps/systemtags/l10n/zh_TW.json
share/owncloud/apps/systemtags/lib/Activity/Extension.php
share/owncloud/apps/systemtags/lib/Activity/Listener.php
share/owncloud/apps/systemtags/list.php
share/owncloud/apps/systemtags/templates/list.php
share/owncloud/apps/templateeditor/app/templateeditor.php
share/owncloud/apps/templateeditor/appinfo/app.php
share/owncloud/apps/templateeditor/appinfo/info.xml
share/owncloud/apps/templateeditor/appinfo/routes.php
share/owncloud/apps/templateeditor/appinfo/signature.json
share/owncloud/apps/templateeditor/controller/adminsettingscontroller.php
share/owncloud/apps/templateeditor/css/settings-admin.css
share/owncloud/apps/templateeditor/http/mailtemplateresponse.php
share/owncloud/apps/templateeditor/img/app.svg
share/owncloud/apps/templateeditor/js/settings-admin.js
share/owncloud/apps/templateeditor/l10n/.tx/config
share/owncloud/apps/templateeditor/l10n/ar.js
share/owncloud/apps/templateeditor/l10n/ar.json
share/owncloud/apps/templateeditor/l10n/ar.php
share/owncloud/apps/templateeditor/l10n/ast.js
share/owncloud/apps/templateeditor/l10n/ast.json
share/owncloud/apps/templateeditor/l10n/ast.php
share/owncloud/apps/templateeditor/l10n/az.js
share/owncloud/apps/templateeditor/l10n/az.json
share/owncloud/apps/templateeditor/l10n/az.php
share/owncloud/apps/templateeditor/l10n/bg_BG.js
share/owncloud/apps/templateeditor/l10n/bg_BG.json
share/owncloud/apps/templateeditor/l10n/bg_BG.php
share/owncloud/apps/templateeditor/l10n/bn_BD.js
share/owncloud/apps/templateeditor/l10n/bn_BD.json
share/owncloud/apps/templateeditor/l10n/bn_BD.php
share/owncloud/apps/templateeditor/l10n/bn_IN.js
share/owncloud/apps/templateeditor/l10n/bn_IN.json
share/owncloud/apps/templateeditor/l10n/bn_IN.php
share/owncloud/apps/templateeditor/l10n/bs.php
share/owncloud/apps/templateeditor/l10n/ca.js
share/owncloud/apps/templateeditor/l10n/ca.json
share/owncloud/apps/templateeditor/l10n/ca.php
share/owncloud/apps/templateeditor/l10n/cs_CZ.js
share/owncloud/apps/templateeditor/l10n/cs_CZ.json
share/owncloud/apps/templateeditor/l10n/cs_CZ.php
share/owncloud/apps/templateeditor/l10n/cy_GB.php
share/owncloud/apps/templateeditor/l10n/da.js
share/owncloud/apps/templateeditor/l10n/da.json
share/owncloud/apps/templateeditor/l10n/da.php
share/owncloud/apps/templateeditor/l10n/de.js
share/owncloud/apps/templateeditor/l10n/de.json
share/owncloud/apps/templateeditor/l10n/de.php
share/owncloud/apps/templateeditor/l10n/de_AT.php
share/owncloud/apps/templateeditor/l10n/de_CH.php
share/owncloud/apps/templateeditor/l10n/de_DE.js
share/owncloud/apps/templateeditor/l10n/de_DE.json
share/owncloud/apps/templateeditor/l10n/de_DE.php
share/owncloud/apps/templateeditor/l10n/el.js
share/owncloud/apps/templateeditor/l10n/el.json
share/owncloud/apps/templateeditor/l10n/el.php
share/owncloud/apps/templateeditor/l10n/en_GB.js
share/owncloud/apps/templateeditor/l10n/en_GB.json
share/owncloud/apps/templateeditor/l10n/en_GB.php
share/owncloud/apps/templateeditor/l10n/eo.php
share/owncloud/apps/templateeditor/l10n/es.js
share/owncloud/apps/templateeditor/l10n/es.json
share/owncloud/apps/templateeditor/l10n/es.php
share/owncloud/apps/templateeditor/l10n/es_AR.php
share/owncloud/apps/templateeditor/l10n/es_MX.php
share/owncloud/apps/templateeditor/l10n/et_EE.js
share/owncloud/apps/templateeditor/l10n/et_EE.json
share/owncloud/apps/templateeditor/l10n/et_EE.php
share/owncloud/apps/templateeditor/l10n/eu.js
share/owncloud/apps/templateeditor/l10n/eu.json
share/owncloud/apps/templateeditor/l10n/eu.php
share/owncloud/apps/templateeditor/l10n/eu_ES.php
share/owncloud/apps/templateeditor/l10n/fa.js
share/owncloud/apps/templateeditor/l10n/fa.json
share/owncloud/apps/templateeditor/l10n/fa.php
share/owncloud/apps/templateeditor/l10n/fi_FI.js
share/owncloud/apps/templateeditor/l10n/fi_FI.json
share/owncloud/apps/templateeditor/l10n/fi_FI.php
share/owncloud/apps/templateeditor/l10n/fr.js
share/owncloud/apps/templateeditor/l10n/fr.json
share/owncloud/apps/templateeditor/l10n/fr.php
share/owncloud/apps/templateeditor/l10n/gl.js
share/owncloud/apps/templateeditor/l10n/gl.json
share/owncloud/apps/templateeditor/l10n/gl.php
share/owncloud/apps/templateeditor/l10n/he.js
share/owncloud/apps/templateeditor/l10n/he.json
share/owncloud/apps/templateeditor/l10n/he.php
share/owncloud/apps/templateeditor/l10n/hi.php
share/owncloud/apps/templateeditor/l10n/hr.php
share/owncloud/apps/templateeditor/l10n/hu_HU.js
share/owncloud/apps/templateeditor/l10n/hu_HU.json
share/owncloud/apps/templateeditor/l10n/hu_HU.php
share/owncloud/apps/templateeditor/l10n/hy.php
share/owncloud/apps/templateeditor/l10n/ia.php
share/owncloud/apps/templateeditor/l10n/id.js
share/owncloud/apps/templateeditor/l10n/id.json
share/owncloud/apps/templateeditor/l10n/id.php
share/owncloud/apps/templateeditor/l10n/is.js
share/owncloud/apps/templateeditor/l10n/is.json
share/owncloud/apps/templateeditor/l10n/is.php
share/owncloud/apps/templateeditor/l10n/it.js
share/owncloud/apps/templateeditor/l10n/it.json
share/owncloud/apps/templateeditor/l10n/it.php
share/owncloud/apps/templateeditor/l10n/ja.js
share/owncloud/apps/templateeditor/l10n/ja.json
share/owncloud/apps/templateeditor/l10n/ja.php
share/owncloud/apps/templateeditor/l10n/ka_GE.php
share/owncloud/apps/templateeditor/l10n/km.php
share/owncloud/apps/templateeditor/l10n/ko.js
share/owncloud/apps/templateeditor/l10n/ko.json
share/owncloud/apps/templateeditor/l10n/ko.php
share/owncloud/apps/templateeditor/l10n/ku_IQ.php
share/owncloud/apps/templateeditor/l10n/lb.php
share/owncloud/apps/templateeditor/l10n/lt_LT.php
share/owncloud/apps/templateeditor/l10n/lv.php
share/owncloud/apps/templateeditor/l10n/mk.php
share/owncloud/apps/templateeditor/l10n/ms_MY.php
share/owncloud/apps/templateeditor/l10n/nb_NO.js
share/owncloud/apps/templateeditor/l10n/nb_NO.json
share/owncloud/apps/templateeditor/l10n/nb_NO.php
share/owncloud/apps/templateeditor/l10n/nl.js
share/owncloud/apps/templateeditor/l10n/nl.json
share/owncloud/apps/templateeditor/l10n/nl.php
share/owncloud/apps/templateeditor/l10n/nn_NO.php
share/owncloud/apps/templateeditor/l10n/oc.js
share/owncloud/apps/templateeditor/l10n/oc.json
share/owncloud/apps/templateeditor/l10n/oc.php
share/owncloud/apps/templateeditor/l10n/pl.js
share/owncloud/apps/templateeditor/l10n/pl.json
share/owncloud/apps/templateeditor/l10n/pl.php
share/owncloud/apps/templateeditor/l10n/pt_BR.js
share/owncloud/apps/templateeditor/l10n/pt_BR.json
share/owncloud/apps/templateeditor/l10n/pt_BR.php
share/owncloud/apps/templateeditor/l10n/pt_PT.js
share/owncloud/apps/templateeditor/l10n/pt_PT.json
share/owncloud/apps/templateeditor/l10n/pt_PT.php
share/owncloud/apps/templateeditor/l10n/ro.php
share/owncloud/apps/templateeditor/l10n/ru.js
share/owncloud/apps/templateeditor/l10n/ru.json
share/owncloud/apps/templateeditor/l10n/ru.php
share/owncloud/apps/templateeditor/l10n/si_LK.php
share/owncloud/apps/templateeditor/l10n/sk.php
share/owncloud/apps/templateeditor/l10n/sk_SK.js
share/owncloud/apps/templateeditor/l10n/sk_SK.json
share/owncloud/apps/templateeditor/l10n/sk_SK.php
share/owncloud/apps/templateeditor/l10n/sl.js
share/owncloud/apps/templateeditor/l10n/sl.json
share/owncloud/apps/templateeditor/l10n/sl.php
share/owncloud/apps/templateeditor/l10n/sq.js
share/owncloud/apps/templateeditor/l10n/sq.json
share/owncloud/apps/templateeditor/l10n/sq.php
share/owncloud/apps/templateeditor/l10n/sr.js
share/owncloud/apps/templateeditor/l10n/sr.json
share/owncloud/apps/templateeditor/l10n/sr.php
share/owncloud/apps/templateeditor/l10n/sr@latin.php
share/owncloud/apps/templateeditor/l10n/sv.js
share/owncloud/apps/templateeditor/l10n/sv.json
share/owncloud/apps/templateeditor/l10n/sv.php
share/owncloud/apps/templateeditor/l10n/ta_LK.php
share/owncloud/apps/templateeditor/l10n/te.php
share/owncloud/apps/templateeditor/l10n/th_TH.js
share/owncloud/apps/templateeditor/l10n/th_TH.json
share/owncloud/apps/templateeditor/l10n/th_TH.php
share/owncloud/apps/templateeditor/l10n/tr.js
share/owncloud/apps/templateeditor/l10n/tr.json
share/owncloud/apps/templateeditor/l10n/tr.php
share/owncloud/apps/templateeditor/l10n/ug.php
share/owncloud/apps/templateeditor/l10n/uk.js
share/owncloud/apps/templateeditor/l10n/uk.json
share/owncloud/apps/templateeditor/l10n/uk.php
share/owncloud/apps/templateeditor/l10n/ur_PK.php
share/owncloud/apps/templateeditor/l10n/vi.php
share/owncloud/apps/templateeditor/l10n/zh_CN.js
share/owncloud/apps/templateeditor/l10n/zh_CN.json
share/owncloud/apps/templateeditor/l10n/zh_CN.php
share/owncloud/apps/templateeditor/l10n/zh_HK.php
share/owncloud/apps/templateeditor/l10n/zh_TW.js
share/owncloud/apps/templateeditor/l10n/zh_TW.json
share/owncloud/apps/templateeditor/l10n/zh_TW.php
share/owncloud/apps/templateeditor/lib/mailtemplate.php
share/owncloud/apps/templateeditor/settings-admin.php
share/owncloud/apps/templateeditor/templates/settings-admin.php
share/owncloud/apps/updatenotification/admin.php
share/owncloud/apps/updatenotification/appinfo/app.php
share/owncloud/apps/updatenotification/appinfo/info.xml
share/owncloud/apps/updatenotification/appinfo/routes.php
share/owncloud/apps/updatenotification/appinfo/signature.json
share/owncloud/apps/updatenotification/js/admin.js
share/owncloud/apps/updatenotification/js/notification.js
share/owncloud/apps/updatenotification/l10n/ar.js
share/owncloud/apps/updatenotification/l10n/ar.json
share/owncloud/apps/updatenotification/l10n/ast.js
share/owncloud/apps/updatenotification/l10n/ast.json
share/owncloud/apps/updatenotification/l10n/az.js
share/owncloud/apps/updatenotification/l10n/az.json
share/owncloud/apps/updatenotification/l10n/bg_BG.js
share/owncloud/apps/updatenotification/l10n/bg_BG.json
share/owncloud/apps/updatenotification/l10n/bn_BD.js
share/owncloud/apps/updatenotification/l10n/bn_BD.json
share/owncloud/apps/updatenotification/l10n/bs.js
share/owncloud/apps/updatenotification/l10n/bs.json
share/owncloud/apps/updatenotification/l10n/ca.js
share/owncloud/apps/updatenotification/l10n/ca.json
share/owncloud/apps/updatenotification/l10n/cs_CZ.js
share/owncloud/apps/updatenotification/l10n/cs_CZ.json
share/owncloud/apps/updatenotification/l10n/da.js
share/owncloud/apps/updatenotification/l10n/da.json
share/owncloud/apps/updatenotification/l10n/de.js
share/owncloud/apps/updatenotification/l10n/de.json
share/owncloud/apps/updatenotification/l10n/de_DE.js
share/owncloud/apps/updatenotification/l10n/de_DE.json
share/owncloud/apps/updatenotification/l10n/el.js
share/owncloud/apps/updatenotification/l10n/el.json
share/owncloud/apps/updatenotification/l10n/en_GB.js
share/owncloud/apps/updatenotification/l10n/en_GB.json
share/owncloud/apps/updatenotification/l10n/eo.js
share/owncloud/apps/updatenotification/l10n/eo.json
share/owncloud/apps/updatenotification/l10n/es.js
share/owncloud/apps/updatenotification/l10n/es.json
share/owncloud/apps/updatenotification/l10n/es_AR.js
share/owncloud/apps/updatenotification/l10n/es_AR.json
share/owncloud/apps/updatenotification/l10n/et_EE.js
share/owncloud/apps/updatenotification/l10n/et_EE.json
share/owncloud/apps/updatenotification/l10n/eu.js
share/owncloud/apps/updatenotification/l10n/eu.json
share/owncloud/apps/updatenotification/l10n/fa.js
share/owncloud/apps/updatenotification/l10n/fa.json
share/owncloud/apps/updatenotification/l10n/fi_FI.js
share/owncloud/apps/updatenotification/l10n/fi_FI.json
share/owncloud/apps/updatenotification/l10n/fr.js
share/owncloud/apps/updatenotification/l10n/fr.json
share/owncloud/apps/updatenotification/l10n/gl.js
share/owncloud/apps/updatenotification/l10n/gl.json
share/owncloud/apps/updatenotification/l10n/he.js
share/owncloud/apps/updatenotification/l10n/he.json
share/owncloud/apps/updatenotification/l10n/hr.js
share/owncloud/apps/updatenotification/l10n/hr.json
share/owncloud/apps/updatenotification/l10n/hu_HU.js
share/owncloud/apps/updatenotification/l10n/hu_HU.json
share/owncloud/apps/updatenotification/l10n/id.js
share/owncloud/apps/updatenotification/l10n/id.json
share/owncloud/apps/updatenotification/l10n/is.js
share/owncloud/apps/updatenotification/l10n/is.json
share/owncloud/apps/updatenotification/l10n/it.js
share/owncloud/apps/updatenotification/l10n/it.json
share/owncloud/apps/updatenotification/l10n/ja.js
share/owncloud/apps/updatenotification/l10n/ja.json
share/owncloud/apps/updatenotification/l10n/ko.js
share/owncloud/apps/updatenotification/l10n/ko.json
share/owncloud/apps/updatenotification/l10n/lb.js
share/owncloud/apps/updatenotification/l10n/lb.json
share/owncloud/apps/updatenotification/l10n/lt_LT.js
share/owncloud/apps/updatenotification/l10n/lt_LT.json
share/owncloud/apps/updatenotification/l10n/mk.js
share/owncloud/apps/updatenotification/l10n/mk.json
share/owncloud/apps/updatenotification/l10n/nb_NO.js
share/owncloud/apps/updatenotification/l10n/nb_NO.json
share/owncloud/apps/updatenotification/l10n/nl.js
share/owncloud/apps/updatenotification/l10n/nl.json
share/owncloud/apps/updatenotification/l10n/oc.js
share/owncloud/apps/updatenotification/l10n/oc.json
share/owncloud/apps/updatenotification/l10n/pl.js
share/owncloud/apps/updatenotification/l10n/pl.json
share/owncloud/apps/updatenotification/l10n/pt_BR.js
share/owncloud/apps/updatenotification/l10n/pt_BR.json
share/owncloud/apps/updatenotification/l10n/pt_PT.js
share/owncloud/apps/updatenotification/l10n/pt_PT.json
share/owncloud/apps/updatenotification/l10n/ro.js
share/owncloud/apps/updatenotification/l10n/ro.json
share/owncloud/apps/updatenotification/l10n/ru.js
share/owncloud/apps/updatenotification/l10n/ru.json
share/owncloud/apps/updatenotification/l10n/sk_SK.js
share/owncloud/apps/updatenotification/l10n/sk_SK.json
share/owncloud/apps/updatenotification/l10n/sl.js
share/owncloud/apps/updatenotification/l10n/sl.json
share/owncloud/apps/updatenotification/l10n/sq.js
share/owncloud/apps/updatenotification/l10n/sq.json
share/owncloud/apps/updatenotification/l10n/sr.js
share/owncloud/apps/updatenotification/l10n/sr.json
share/owncloud/apps/updatenotification/l10n/sv.js
share/owncloud/apps/updatenotification/l10n/sv.json
share/owncloud/apps/updatenotification/l10n/th_TH.js
share/owncloud/apps/updatenotification/l10n/th_TH.json
share/owncloud/apps/updatenotification/l10n/tr.js
share/owncloud/apps/updatenotification/l10n/tr.json
share/owncloud/apps/updatenotification/l10n/uk.js
share/owncloud/apps/updatenotification/l10n/uk.json
share/owncloud/apps/updatenotification/l10n/zh_CN.js
share/owncloud/apps/updatenotification/l10n/zh_CN.json
share/owncloud/apps/updatenotification/l10n/zh_TW.js
share/owncloud/apps/updatenotification/l10n/zh_TW.json
share/owncloud/apps/updatenotification/lib/AppInfo/Application.php
share/owncloud/apps/updatenotification/lib/Controller/AdminController.php
share/owncloud/apps/updatenotification/lib/Notification/BackgroundJob.php
share/owncloud/apps/updatenotification/lib/Notification/Notifier.php
share/owncloud/apps/updatenotification/lib/ResetTokenBackgroundJob.php
share/owncloud/apps/updatenotification/lib/UpdateChecker.php
share/owncloud/apps/updatenotification/templates/admin.php
share/owncloud/apps/user_external/appinfo/app.php
share/owncloud/apps/user_external/appinfo/database.xml
share/owncloud/apps/user_external/appinfo/info.xml
share/owncloud/apps/user_external/appinfo/signature.json
share/owncloud/apps/user_external/img/app.svg
share/owncloud/apps/user_external/lib/base.php
share/owncloud/apps/user_external/lib/ftp.php
share/owncloud/apps/user_external/lib/imap.php
share/owncloud/apps/user_external/lib/smb.php
share/owncloud/apps/user_external/lib/webdavauth.php
share/owncloud/apps/user_ldap/ajax/clearMappings.php
share/owncloud/apps/user_ldap/ajax/deleteConfiguration.php
share/owncloud/apps/user_ldap/ajax/getConfiguration.php
share/owncloud/apps/user_ldap/ajax/getNewServerConfigPrefix.php
share/owncloud/apps/user_ldap/ajax/setConfiguration.php
share/owncloud/apps/user_ldap/ajax/testConfiguration.php
share/owncloud/apps/user_ldap/ajax/wizard.php
share/owncloud/apps/user_ldap/appinfo/app.php
share/owncloud/apps/user_ldap/appinfo/database.xml
share/owncloud/apps/user_ldap/appinfo/info.xml
share/owncloud/apps/user_ldap/appinfo/install.php
share/owncloud/apps/user_ldap/appinfo/register_command.php
share/owncloud/apps/user_ldap/appinfo/routes.php
share/owncloud/apps/user_ldap/appinfo/signature.json
share/owncloud/apps/user_ldap/css/settings.css
share/owncloud/apps/user_ldap/img/app.svg
share/owncloud/apps/user_ldap/img/copy.png
share/owncloud/apps/user_ldap/img/copy.svg
share/owncloud/apps/user_ldap/js/wizard/configModel.js
share/owncloud/apps/user_ldap/js/wizard/controller.js
share/owncloud/apps/user_ldap/js/wizard/view.js
share/owncloud/apps/user_ldap/js/wizard/wizard.js
share/owncloud/apps/user_ldap/js/wizard/wizardDetectorAvailableAttributes.js
share/owncloud/apps/user_ldap/js/wizard/wizardDetectorBaseDN.js
share/owncloud/apps/user_ldap/js/wizard/wizardDetectorClearGroupMappings.js
share/owncloud/apps/user_ldap/js/wizard/wizardDetectorClearUserMappings.js
share/owncloud/apps/user_ldap/js/wizard/wizardDetectorEmailAttribute.js
share/owncloud/apps/user_ldap/js/wizard/wizardDetectorFeatureAbstract.js
share/owncloud/apps/user_ldap/js/wizard/wizardDetectorFilterGroup.js
share/owncloud/apps/user_ldap/js/wizard/wizardDetectorFilterLogin.js
share/owncloud/apps/user_ldap/js/wizard/wizardDetectorFilterUser.js
share/owncloud/apps/user_ldap/js/wizard/wizardDetectorGeneric.js
share/owncloud/apps/user_ldap/js/wizard/wizardDetectorGroupCount.js
share/owncloud/apps/user_ldap/js/wizard/wizardDetectorGroupObjectClasses.js
share/owncloud/apps/user_ldap/js/wizard/wizardDetectorGroupsForGroups.js
share/owncloud/apps/user_ldap/js/wizard/wizardDetectorGroupsForUsers.js
share/owncloud/apps/user_ldap/js/wizard/wizardDetectorPort.js
share/owncloud/apps/user_ldap/js/wizard/wizardDetectorQueue.js
share/owncloud/apps/user_ldap/js/wizard/wizardDetectorSimpleRequestAbstract.js
share/owncloud/apps/user_ldap/js/wizard/wizardDetectorTestAbstract.js
share/owncloud/apps/user_ldap/js/wizard/wizardDetectorTestBaseDN.js
share/owncloud/apps/user_ldap/js/wizard/wizardDetectorTestConfiguration.js
share/owncloud/apps/user_ldap/js/wizard/wizardDetectorTestLoginName.js
share/owncloud/apps/user_ldap/js/wizard/wizardDetectorUserCount.js
share/owncloud/apps/user_ldap/js/wizard/wizardDetectorUserDisplayNameAttribute.js
share/owncloud/apps/user_ldap/js/wizard/wizardDetectorUserGroupAssociation.js
share/owncloud/apps/user_ldap/js/wizard/wizardDetectorUserObjectClasses.js
share/owncloud/apps/user_ldap/js/wizard/wizardFilterOnType.js
share/owncloud/apps/user_ldap/js/wizard/wizardFilterOnTypeFactory.js
share/owncloud/apps/user_ldap/js/wizard/wizardObject.js
share/owncloud/apps/user_ldap/js/wizard/wizardTabAbstractFilter.js
share/owncloud/apps/user_ldap/js/wizard/wizardTabAdvanced.js
share/owncloud/apps/user_ldap/js/wizard/wizardTabElementary.js
share/owncloud/apps/user_ldap/js/wizard/wizardTabExpert.js
share/owncloud/apps/user_ldap/js/wizard/wizardTabGeneric.js
share/owncloud/apps/user_ldap/js/wizard/wizardTabGroupFilter.js
share/owncloud/apps/user_ldap/js/wizard/wizardTabLoginFilter.js
share/owncloud/apps/user_ldap/js/wizard/wizardTabUserFilter.js
share/owncloud/apps/user_ldap/l10n/ach.js
share/owncloud/apps/user_ldap/l10n/ach.json
share/owncloud/apps/user_ldap/l10n/ady.js
share/owncloud/apps/user_ldap/l10n/ady.json
share/owncloud/apps/user_ldap/l10n/af_ZA.js
share/owncloud/apps/user_ldap/l10n/af_ZA.json
share/owncloud/apps/user_ldap/l10n/ak.js
share/owncloud/apps/user_ldap/l10n/ak.json
share/owncloud/apps/user_ldap/l10n/am_ET.js
share/owncloud/apps/user_ldap/l10n/am_ET.json
share/owncloud/apps/user_ldap/l10n/ar.js
share/owncloud/apps/user_ldap/l10n/ar.json
share/owncloud/apps/user_ldap/l10n/ast.js
share/owncloud/apps/user_ldap/l10n/ast.json
share/owncloud/apps/user_ldap/l10n/az.js
share/owncloud/apps/user_ldap/l10n/az.json
share/owncloud/apps/user_ldap/l10n/be.js
share/owncloud/apps/user_ldap/l10n/be.json
share/owncloud/apps/user_ldap/l10n/bg_BG.js
share/owncloud/apps/user_ldap/l10n/bg_BG.json
share/owncloud/apps/user_ldap/l10n/bn_BD.js
share/owncloud/apps/user_ldap/l10n/bn_BD.json
share/owncloud/apps/user_ldap/l10n/bn_IN.js
share/owncloud/apps/user_ldap/l10n/bn_IN.json
share/owncloud/apps/user_ldap/l10n/bs.js
share/owncloud/apps/user_ldap/l10n/bs.json
share/owncloud/apps/user_ldap/l10n/ca.js
share/owncloud/apps/user_ldap/l10n/ca.json
share/owncloud/apps/user_ldap/l10n/cs_CZ.js
share/owncloud/apps/user_ldap/l10n/cs_CZ.json
share/owncloud/apps/user_ldap/l10n/cy_GB.js
share/owncloud/apps/user_ldap/l10n/cy_GB.json
share/owncloud/apps/user_ldap/l10n/da.js
share/owncloud/apps/user_ldap/l10n/da.json
share/owncloud/apps/user_ldap/l10n/de.js
share/owncloud/apps/user_ldap/l10n/de.json
share/owncloud/apps/user_ldap/l10n/de_AT.js
share/owncloud/apps/user_ldap/l10n/de_AT.json
share/owncloud/apps/user_ldap/l10n/de_DE.js
share/owncloud/apps/user_ldap/l10n/de_DE.json
share/owncloud/apps/user_ldap/l10n/el.js
share/owncloud/apps/user_ldap/l10n/el.json
share/owncloud/apps/user_ldap/l10n/en_GB.js
share/owncloud/apps/user_ldap/l10n/en_GB.json
share/owncloud/apps/user_ldap/l10n/eo.js
share/owncloud/apps/user_ldap/l10n/eo.json
share/owncloud/apps/user_ldap/l10n/es.js
share/owncloud/apps/user_ldap/l10n/es.json
share/owncloud/apps/user_ldap/l10n/es_AR.js
share/owncloud/apps/user_ldap/l10n/es_AR.json
share/owncloud/apps/user_ldap/l10n/es_CL.js
share/owncloud/apps/user_ldap/l10n/es_CL.json
share/owncloud/apps/user_ldap/l10n/es_MX.js
share/owncloud/apps/user_ldap/l10n/es_MX.json
share/owncloud/apps/user_ldap/l10n/et_EE.js
share/owncloud/apps/user_ldap/l10n/et_EE.json
share/owncloud/apps/user_ldap/l10n/eu.js
share/owncloud/apps/user_ldap/l10n/eu.json
share/owncloud/apps/user_ldap/l10n/fa.js
share/owncloud/apps/user_ldap/l10n/fa.json
share/owncloud/apps/user_ldap/l10n/fi_FI.js
share/owncloud/apps/user_ldap/l10n/fi_FI.json
share/owncloud/apps/user_ldap/l10n/fil.js
share/owncloud/apps/user_ldap/l10n/fil.json
share/owncloud/apps/user_ldap/l10n/fr.js
share/owncloud/apps/user_ldap/l10n/fr.json
share/owncloud/apps/user_ldap/l10n/fy_NL.js
share/owncloud/apps/user_ldap/l10n/fy_NL.json
share/owncloud/apps/user_ldap/l10n/gl.js
share/owncloud/apps/user_ldap/l10n/gl.json
share/owncloud/apps/user_ldap/l10n/gu.js
share/owncloud/apps/user_ldap/l10n/gu.json
share/owncloud/apps/user_ldap/l10n/he.js
share/owncloud/apps/user_ldap/l10n/he.json
share/owncloud/apps/user_ldap/l10n/hi.js
share/owncloud/apps/user_ldap/l10n/hi.json
share/owncloud/apps/user_ldap/l10n/hr.js
share/owncloud/apps/user_ldap/l10n/hr.json
share/owncloud/apps/user_ldap/l10n/hu_HU.js
share/owncloud/apps/user_ldap/l10n/hu_HU.json
share/owncloud/apps/user_ldap/l10n/hy.js
share/owncloud/apps/user_ldap/l10n/hy.json
share/owncloud/apps/user_ldap/l10n/ia.js
share/owncloud/apps/user_ldap/l10n/ia.json
share/owncloud/apps/user_ldap/l10n/id.js
share/owncloud/apps/user_ldap/l10n/id.json
share/owncloud/apps/user_ldap/l10n/io.js
share/owncloud/apps/user_ldap/l10n/io.json
share/owncloud/apps/user_ldap/l10n/is.js
share/owncloud/apps/user_ldap/l10n/is.json
share/owncloud/apps/user_ldap/l10n/it.js
share/owncloud/apps/user_ldap/l10n/it.json
share/owncloud/apps/user_ldap/l10n/ja.js
share/owncloud/apps/user_ldap/l10n/ja.json
share/owncloud/apps/user_ldap/l10n/jv.js
share/owncloud/apps/user_ldap/l10n/jv.json
share/owncloud/apps/user_ldap/l10n/ka_GE.js
share/owncloud/apps/user_ldap/l10n/ka_GE.json
share/owncloud/apps/user_ldap/l10n/km.js
share/owncloud/apps/user_ldap/l10n/km.json
share/owncloud/apps/user_ldap/l10n/kn.js
share/owncloud/apps/user_ldap/l10n/kn.json
share/owncloud/apps/user_ldap/l10n/ko.js
share/owncloud/apps/user_ldap/l10n/ko.json
share/owncloud/apps/user_ldap/l10n/ku_IQ.js
share/owncloud/apps/user_ldap/l10n/ku_IQ.json
share/owncloud/apps/user_ldap/l10n/lb.js
share/owncloud/apps/user_ldap/l10n/lb.json
share/owncloud/apps/user_ldap/l10n/lo.js
share/owncloud/apps/user_ldap/l10n/lo.json
share/owncloud/apps/user_ldap/l10n/lt_LT.js
share/owncloud/apps/user_ldap/l10n/lt_LT.json
share/owncloud/apps/user_ldap/l10n/lv.js
share/owncloud/apps/user_ldap/l10n/lv.json
share/owncloud/apps/user_ldap/l10n/mg.js
share/owncloud/apps/user_ldap/l10n/mg.json
share/owncloud/apps/user_ldap/l10n/mk.js
share/owncloud/apps/user_ldap/l10n/mk.json
share/owncloud/apps/user_ldap/l10n/ml.js
share/owncloud/apps/user_ldap/l10n/ml.json
share/owncloud/apps/user_ldap/l10n/ml_IN.js
share/owncloud/apps/user_ldap/l10n/ml_IN.json
share/owncloud/apps/user_ldap/l10n/mn.js
share/owncloud/apps/user_ldap/l10n/mn.json
share/owncloud/apps/user_ldap/l10n/mr.js
share/owncloud/apps/user_ldap/l10n/mr.json
share/owncloud/apps/user_ldap/l10n/ms_MY.js
share/owncloud/apps/user_ldap/l10n/ms_MY.json
share/owncloud/apps/user_ldap/l10n/mt_MT.js
share/owncloud/apps/user_ldap/l10n/mt_MT.json
share/owncloud/apps/user_ldap/l10n/my_MM.js
share/owncloud/apps/user_ldap/l10n/my_MM.json
share/owncloud/apps/user_ldap/l10n/nb_NO.js
share/owncloud/apps/user_ldap/l10n/nb_NO.json
share/owncloud/apps/user_ldap/l10n/nds.js
share/owncloud/apps/user_ldap/l10n/nds.json
share/owncloud/apps/user_ldap/l10n/nl.js
share/owncloud/apps/user_ldap/l10n/nl.json
share/owncloud/apps/user_ldap/l10n/nn_NO.js
share/owncloud/apps/user_ldap/l10n/nn_NO.json
share/owncloud/apps/user_ldap/l10n/nqo.js
share/owncloud/apps/user_ldap/l10n/nqo.json
share/owncloud/apps/user_ldap/l10n/oc.js
share/owncloud/apps/user_ldap/l10n/oc.json
share/owncloud/apps/user_ldap/l10n/pa.js
share/owncloud/apps/user_ldap/l10n/pa.json
share/owncloud/apps/user_ldap/l10n/pl.js
share/owncloud/apps/user_ldap/l10n/pl.json
share/owncloud/apps/user_ldap/l10n/pt_BR.js
share/owncloud/apps/user_ldap/l10n/pt_BR.json
share/owncloud/apps/user_ldap/l10n/pt_PT.js
share/owncloud/apps/user_ldap/l10n/pt_PT.json
share/owncloud/apps/user_ldap/l10n/ro.js
share/owncloud/apps/user_ldap/l10n/ro.json
share/owncloud/apps/user_ldap/l10n/ru.js
share/owncloud/apps/user_ldap/l10n/ru.json
share/owncloud/apps/user_ldap/l10n/si_LK.js
share/owncloud/apps/user_ldap/l10n/si_LK.json
share/owncloud/apps/user_ldap/l10n/sk_SK.js
share/owncloud/apps/user_ldap/l10n/sk_SK.json
share/owncloud/apps/user_ldap/l10n/sl.js
share/owncloud/apps/user_ldap/l10n/sl.json
share/owncloud/apps/user_ldap/l10n/sq.js
share/owncloud/apps/user_ldap/l10n/sq.json
share/owncloud/apps/user_ldap/l10n/sr.js
share/owncloud/apps/user_ldap/l10n/sr.json
share/owncloud/apps/user_ldap/l10n/sr@latin.js
share/owncloud/apps/user_ldap/l10n/sr@latin.json
share/owncloud/apps/user_ldap/l10n/su.js
share/owncloud/apps/user_ldap/l10n/su.json
share/owncloud/apps/user_ldap/l10n/sv.js
share/owncloud/apps/user_ldap/l10n/sv.json
share/owncloud/apps/user_ldap/l10n/sw_KE.js
share/owncloud/apps/user_ldap/l10n/sw_KE.json
share/owncloud/apps/user_ldap/l10n/ta_IN.js
share/owncloud/apps/user_ldap/l10n/ta_IN.json
share/owncloud/apps/user_ldap/l10n/ta_LK.js
share/owncloud/apps/user_ldap/l10n/ta_LK.json
share/owncloud/apps/user_ldap/l10n/te.js
share/owncloud/apps/user_ldap/l10n/te.json
share/owncloud/apps/user_ldap/l10n/tg_TJ.js
share/owncloud/apps/user_ldap/l10n/tg_TJ.json
share/owncloud/apps/user_ldap/l10n/th_TH.js
share/owncloud/apps/user_ldap/l10n/th_TH.json
share/owncloud/apps/user_ldap/l10n/tl_PH.js
share/owncloud/apps/user_ldap/l10n/tl_PH.json
share/owncloud/apps/user_ldap/l10n/tr.js
share/owncloud/apps/user_ldap/l10n/tr.json
share/owncloud/apps/user_ldap/l10n/tzm.js
share/owncloud/apps/user_ldap/l10n/tzm.json
share/owncloud/apps/user_ldap/l10n/ug.js
share/owncloud/apps/user_ldap/l10n/ug.json
share/owncloud/apps/user_ldap/l10n/uk.js
share/owncloud/apps/user_ldap/l10n/uk.json
share/owncloud/apps/user_ldap/l10n/ur_PK.js
share/owncloud/apps/user_ldap/l10n/ur_PK.json
share/owncloud/apps/user_ldap/l10n/vi.js
share/owncloud/apps/user_ldap/l10n/vi.json
share/owncloud/apps/user_ldap/l10n/zh_CN.js
share/owncloud/apps/user_ldap/l10n/zh_CN.json
share/owncloud/apps/user_ldap/l10n/zh_HK.js
share/owncloud/apps/user_ldap/l10n/zh_HK.json
share/owncloud/apps/user_ldap/l10n/zh_TW.js
share/owncloud/apps/user_ldap/l10n/zh_TW.json
share/owncloud/apps/user_ldap/lib/Access.php
share/owncloud/apps/user_ldap/lib/BackendUtility.php
share/owncloud/apps/user_ldap/lib/Command/CheckUser.php
share/owncloud/apps/user_ldap/lib/Command/CreateEmptyConfig.php
share/owncloud/apps/user_ldap/lib/Command/DeleteConfig.php
share/owncloud/apps/user_ldap/lib/Command/Search.php
share/owncloud/apps/user_ldap/lib/Command/SetConfig.php
share/owncloud/apps/user_ldap/lib/Command/ShowConfig.php
share/owncloud/apps/user_ldap/lib/Command/ShowRemnants.php
share/owncloud/apps/user_ldap/lib/Command/TestConfig.php
share/owncloud/apps/user_ldap/lib/Configuration.php
share/owncloud/apps/user_ldap/lib/Connection.php
share/owncloud/apps/user_ldap/lib/FilesystemHelper.php
share/owncloud/apps/user_ldap/lib/Group_LDAP.php
share/owncloud/apps/user_ldap/lib/Group_Proxy.php
share/owncloud/apps/user_ldap/lib/Helper.php
share/owncloud/apps/user_ldap/lib/ILDAPWrapper.php
share/owncloud/apps/user_ldap/lib/Jobs/CleanUp.php
share/owncloud/apps/user_ldap/lib/Jobs/UpdateGroups.php
share/owncloud/apps/user_ldap/lib/LDAP.php
share/owncloud/apps/user_ldap/lib/LDAPUtility.php
share/owncloud/apps/user_ldap/lib/LogWrapper.php
share/owncloud/apps/user_ldap/lib/Mapping/AbstractMapping.php
share/owncloud/apps/user_ldap/lib/Mapping/GroupMapping.php
share/owncloud/apps/user_ldap/lib/Mapping/UserMapping.php
share/owncloud/apps/user_ldap/lib/Proxy.php
share/owncloud/apps/user_ldap/lib/User/DeletedUsersIndex.php
share/owncloud/apps/user_ldap/lib/User/IUserTools.php
share/owncloud/apps/user_ldap/lib/User/Manager.php
share/owncloud/apps/user_ldap/lib/User/OfflineUser.php
share/owncloud/apps/user_ldap/lib/User/User.php
share/owncloud/apps/user_ldap/lib/User_LDAP.php
share/owncloud/apps/user_ldap/lib/User_Proxy.php
share/owncloud/apps/user_ldap/lib/Wizard.php
share/owncloud/apps/user_ldap/lib/WizardResult.php
share/owncloud/apps/user_ldap/settings.php
share/owncloud/apps/user_ldap/templates/part.settingcontrols.php
share/owncloud/apps/user_ldap/templates/part.wizard-groupfilter.php
share/owncloud/apps/user_ldap/templates/part.wizard-loginfilter.php
share/owncloud/apps/user_ldap/templates/part.wizard-server.php
share/owncloud/apps/user_ldap/templates/part.wizard-userfilter.php
share/owncloud/apps/user_ldap/templates/part.wizardcontrols.php
share/owncloud/apps/user_ldap/templates/settings.php
share/owncloud/apps/user_ldap/vendor/ui-multiselect/MIT-LICENSE
share/owncloud/apps/user_ldap/vendor/ui-multiselect/jquery.multiselect.css
share/owncloud/apps/user_ldap/vendor/ui-multiselect/src/jquery.multiselect.js
share/owncloud/config/.htaccess
share/owncloud/config/config.sample.php
share/owncloud/console.php
share/owncloud/core/Application.php
share/owncloud/core/Command/App/CheckCode.php
share/owncloud/core/Command/App/Disable.php
share/owncloud/core/Command/App/Enable.php
share/owncloud/core/Command/App/GetPath.php
share/owncloud/core/Command/App/ListApps.php
share/owncloud/core/Command/Background/Ajax.php
share/owncloud/core/Command/Background/Base.php
share/owncloud/core/Command/Background/Cron.php
share/owncloud/core/Command/Background/WebCron.php
share/owncloud/core/Command/Base.php
share/owncloud/core/Command/Check.php
share/owncloud/core/Command/Config/App/DeleteConfig.php
share/owncloud/core/Command/Config/App/GetConfig.php
share/owncloud/core/Command/Config/App/SetConfig.php
share/owncloud/core/Command/Config/Import.php
share/owncloud/core/Command/Config/ListConfigs.php
share/owncloud/core/Command/Config/System/DeleteConfig.php
share/owncloud/core/Command/Config/System/GetConfig.php
share/owncloud/core/Command/Config/System/SetConfig.php
share/owncloud/core/Command/Db/ConvertType.php
share/owncloud/core/Command/Db/GenerateChangeScript.php
share/owncloud/core/Command/Encryption/ChangeKeyStorageRoot.php
share/owncloud/core/Command/Encryption/DecryptAll.php
share/owncloud/core/Command/Encryption/Disable.php
share/owncloud/core/Command/Encryption/Enable.php
share/owncloud/core/Command/Encryption/EncryptAll.php
share/owncloud/core/Command/Encryption/ListModules.php
share/owncloud/core/Command/Encryption/SetDefaultModule.php
share/owncloud/core/Command/Encryption/ShowKeyStorageRoot.php
share/owncloud/core/Command/Encryption/Status.php
share/owncloud/core/Command/Integrity/CheckApp.php
share/owncloud/core/Command/Integrity/CheckCore.php
share/owncloud/core/Command/Integrity/SignApp.php
share/owncloud/core/Command/Integrity/SignCore.php
share/owncloud/core/Command/L10n/CreateJs.php
share/owncloud/core/Command/Log/Manage.php
share/owncloud/core/Command/Log/OwnCloud.php
share/owncloud/core/Command/Maintenance/DataFingerprint.php
share/owncloud/core/Command/Maintenance/Install.php
share/owncloud/core/Command/Maintenance/Mimetype/UpdateDB.php
share/owncloud/core/Command/Maintenance/Mimetype/UpdateJS.php
share/owncloud/core/Command/Maintenance/Mode.php
share/owncloud/core/Command/Maintenance/Repair.php
share/owncloud/core/Command/Maintenance/SingleUser.php
share/owncloud/core/Command/Maintenance/UpdateHtaccess.php
share/owncloud/core/Command/Security/ImportCertificate.php
share/owncloud/core/Command/Security/ListCertificates.php
share/owncloud/core/Command/Security/RemoveCertificate.php
share/owncloud/core/Command/Status.php
share/owncloud/core/Command/TwoFactorAuth/Disable.php
share/owncloud/core/Command/TwoFactorAuth/Enable.php
share/owncloud/core/Command/Upgrade.php
share/owncloud/core/Command/User/Add.php
share/owncloud/core/Command/User/Delete.php
share/owncloud/core/Command/User/Disable.php
share/owncloud/core/Command/User/Enable.php
share/owncloud/core/Command/User/LastSeen.php
share/owncloud/core/Command/User/Report.php
share/owncloud/core/Command/User/ResetPassword.php
share/owncloud/core/Controller/AvatarController.php
share/owncloud/core/Controller/LoginController.php
share/owncloud/core/Controller/LostController.php
share/owncloud/core/Controller/OccController.php
share/owncloud/core/Controller/SetupController.php
share/owncloud/core/Controller/TokenController.php
share/owncloud/core/Controller/TwoFactorChallengeController.php
share/owncloud/core/Controller/UserController.php
share/owncloud/core/Middleware/TwoFactorMiddleware.php
share/owncloud/core/Tags/Controller.php
share/owncloud/core/ajax/appconfig.php
share/owncloud/core/ajax/preview.php
share/owncloud/core/ajax/share.php
share/owncloud/core/ajax/update.php
share/owncloud/core/css/apps.css
share/owncloud/core/css/fixes.css
share/owncloud/core/css/fonts.css
share/owncloud/core/css/global.css
share/owncloud/core/css/header.css
share/owncloud/core/css/icons.css
share/owncloud/core/css/images/ui-bg_diagonals-thick_18_b81900_40x40.png
share/owncloud/core/css/images/ui-bg_diagonals-thick_20_666666_40x40.png
share/owncloud/core/css/images/ui-bg_flat_100_ffffff_40x100.png
share/owncloud/core/css/images/ui-bg_flat_10_000000_40x100.png
share/owncloud/core/css/images/ui-bg_flat_35_1d2d44_40x100.png
share/owncloud/core/css/images/ui-bg_glass_100_f8f8f8_1x400.png
share/owncloud/core/css/images/ui-bg_highlight-hard_100_f8f8f8_1x100.png
share/owncloud/core/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png
share/owncloud/core/css/images/ui-icons_1d2d44_256x240.png
share/owncloud/core/css/images/ui-icons_ffd27a_256x240.png
share/owncloud/core/css/images/ui-icons_ffffff_256x240.png
share/owncloud/core/css/inputs.css
share/owncloud/core/css/jquery-ui-fixes.css
share/owncloud/core/css/jquery.ocdialog.css
share/owncloud/core/css/lostpassword/resetpassword.css
share/owncloud/core/css/mobile.css
share/owncloud/core/css/multiselect.css
share/owncloud/core/css/share.css
share/owncloud/core/css/styles.css
share/owncloud/core/css/systemtags.css
share/owncloud/core/css/tooltip.css
share/owncloud/core/css/update.css
share/owncloud/core/doc/admin/_images/add_storage.png
share/owncloud/core/doc/admin/_images/admin_filehandling-1.png
share/owncloud/core/doc/admin/_images/admin_filehandling-2.png
share/owncloud/core/doc/admin/_images/amazons3.png
share/owncloud/core/doc/admin/_images/antivirus-app.png
share/owncloud/core/doc/admin/_images/antivirus-config.png
share/owncloud/core/doc/admin/_images/antivirus-daemon-socket.png
share/owncloud/core/doc/admin/_images/antivirus-executable.png
share/owncloud/core/doc/admin/_images/antivirus-logging.png
share/owncloud/core/doc/admin/_images/applicable.png
share/owncloud/core/doc/admin/_images/auth_backends-2.png
share/owncloud/core/doc/admin/_images/auth_backends.png
share/owncloud/core/doc/admin/_images/auth_mechanism.png
share/owncloud/core/doc/admin/_images/auth_rsa.png
share/owncloud/core/doc/admin/_images/code-integrity-admin.png
share/owncloud/core/doc/admin/_images/code-integrity-notification.png
share/owncloud/core/doc/admin/_images/community-vm-console.png
share/owncloud/core/doc/admin/_images/community-vm-splash.png
share/owncloud/core/doc/admin/_images/config-report-1.png
share/owncloud/core/doc/admin/_images/create_public_share-10.png
share/owncloud/core/doc/admin/_images/create_public_share-6.png
share/owncloud/core/doc/admin/_images/create_public_share-8.png
share/owncloud/core/doc/admin/_images/create_public_share-9.png
share/owncloud/core/doc/admin/_images/deprecs-1.png
share/owncloud/core/doc/admin/_images/deprecs-2.png
share/owncloud/core/doc/admin/_images/deprecs-3.png
share/owncloud/core/doc/admin/_images/documents_app_enable.png
share/owncloud/core/doc/admin/_images/documents_apply_test.png
share/owncloud/core/doc/admin/_images/dropbox-1.png
share/owncloud/core/doc/admin/_images/dropbox-2.png
share/owncloud/core/doc/admin/_images/dropbox-3.png
share/owncloud/core/doc/admin/_images/dropbox-4.png
share/owncloud/core/doc/admin/_images/dropbox-5.png
share/owncloud/core/doc/admin/_images/dropbox-6.png
share/owncloud/core/doc/admin/_images/dropbox-oc.png
share/owncloud/core/doc/admin/_images/dropbox.png
share/owncloud/core/doc/admin/_images/enable-app.png
share/owncloud/core/doc/admin/_images/encryption1.png
share/owncloud/core/doc/admin/_images/encryption10.png
share/owncloud/core/doc/admin/_images/encryption12.png
share/owncloud/core/doc/admin/_images/encryption14.png
share/owncloud/core/doc/admin/_images/encryption15.png
share/owncloud/core/doc/admin/_images/encryption3.png
share/owncloud/core/doc/admin/_images/encryption7.png
share/owncloud/core/doc/admin/_images/encryption8.png
share/owncloud/core/doc/admin/_images/encryption9.png
share/owncloud/core/doc/admin/_images/external-sites-1.png
share/owncloud/core/doc/admin/_images/external-sites-2.png
share/owncloud/core/doc/admin/_images/external-sites-3.png
share/owncloud/core/doc/admin/_images/external-sites-4.png
share/owncloud/core/doc/admin/_images/external-sites-5.png
share/owncloud/core/doc/admin/_images/federation-0.png
share/owncloud/core/doc/admin/_images/federation-1.png
share/owncloud/core/doc/admin/_images/federation-2.png
share/owncloud/core/doc/admin/_images/federation-3.png
share/owncloud/core/doc/admin/_images/files-drop-1.png
share/owncloud/core/doc/admin/_images/files-drop-2.png
share/owncloud/core/doc/admin/_images/files-drop-3.png
share/owncloud/core/doc/admin/_images/files-drop-4.png
share/owncloud/core/doc/admin/_images/files-drop-5.png
share/owncloud/core/doc/admin/_images/files-drop-6.png
share/owncloud/core/doc/admin/_images/files-drop-7.png
share/owncloud/core/doc/admin/_images/firewall-1.png
share/owncloud/core/doc/admin/_images/firewall-2.png
share/owncloud/core/doc/admin/_images/firewall-3.png
share/owncloud/core/doc/admin/_images/ftp.png
share/owncloud/core/doc/admin/_images/google-drive.png
share/owncloud/core/doc/admin/_images/google-drive1.png
share/owncloud/core/doc/admin/_images/google-drive10.png
share/owncloud/core/doc/admin/_images/google-drive11.png
share/owncloud/core/doc/admin/_images/google-drive12.png
share/owncloud/core/doc/admin/_images/google-drive13.png
share/owncloud/core/doc/admin/_images/google-drive2.png
share/owncloud/core/doc/admin/_images/google-drive3.png
share/owncloud/core/doc/admin/_images/google-drive4.png
share/owncloud/core/doc/admin/_images/google-drive5.png
share/owncloud/core/doc/admin/_images/google-drive6.png
share/owncloud/core/doc/admin/_images/google-drive8.png
share/owncloud/core/doc/admin/_images/google-drive9.png
share/owncloud/core/doc/admin/_images/import-ssl-cert-1.png
share/owncloud/core/doc/admin/_images/import-ssl-cert-2.png
share/owncloud/core/doc/admin/_images/install-wizard-a.png
share/owncloud/core/doc/admin/_images/install-wizard-a1.png
share/owncloud/core/doc/admin/_images/install-wizard-a2.png
share/owncloud/core/doc/admin/_images/install-wizard-a4.png
share/owncloud/core/doc/admin/_images/jive_2.png
share/owncloud/core/doc/admin/_images/jive_config.png
share/owncloud/core/doc/admin/_images/ldap-advanced-1-connection.png
share/owncloud/core/doc/admin/_images/ldap-advanced-2-directory.png
share/owncloud/core/doc/admin/_images/ldap-advanced-3-attributes.png
share/owncloud/core/doc/admin/_images/ldap-expert.png
share/owncloud/core/doc/admin/_images/ldap-fetched-avatar.png
share/owncloud/core/doc/admin/_images/ldap-home-connector-1.png
share/owncloud/core/doc/admin/_images/ldap-home-connector-2.png
share/owncloud/core/doc/admin/_images/ldap-home-connector-3.png
share/owncloud/core/doc/admin/_images/ldap-wizard-1-server.png
share/owncloud/core/doc/admin/_images/ldap-wizard-2-user.png
share/owncloud/core/doc/admin/_images/ldap-wizard-3-login.png
share/owncloud/core/doc/admin/_images/ldap-wizard-4-group.png
share/owncloud/core/doc/admin/_images/local.png
share/owncloud/core/doc/admin/_images/logging-1.png
share/owncloud/core/doc/admin/_images/mount_options.png
share/owncloud/core/doc/admin/_images/oc_admin_app_page.png
share/owncloud/core/doc/admin/_images/openstack.png
share/owncloud/core/doc/admin/_images/oracle-1.png
share/owncloud/core/doc/admin/_images/ownbrander-1.png
share/owncloud/core/doc/admin/_images/ownbrander-11.png
share/owncloud/core/doc/admin/_images/phpinfo.png
share/owncloud/core/doc/admin/_images/preview_images.png
share/owncloud/core/doc/admin/_images/rackspace.png
share/owncloud/core/doc/admin/_images/security-setup-warning-1.png
share/owncloud/core/doc/admin/_images/sharepoint-1.png
share/owncloud/core/doc/admin/_images/sharepoint-2.png
share/owncloud/core/doc/admin/_images/sharepoint-3.png
share/owncloud/core/doc/admin/_images/sharepoint-4.png
share/owncloud/core/doc/admin/_images/sharing-files-1.png
share/owncloud/core/doc/admin/_images/sharing-files-2.png
share/owncloud/core/doc/admin/_images/shib-gui1.png
share/owncloud/core/doc/admin/_images/shib-gui4.png
share/owncloud/core/doc/admin/_images/shib-gui5.png
share/owncloud/core/doc/admin/_images/shib-gui6.png
share/owncloud/core/doc/admin/_images/shibboleth-personal.png
share/owncloud/core/doc/admin/_images/skeleton-files.png
share/owncloud/core/doc/admin/_images/skeleton-files1.png
share/owncloud/core/doc/admin/_images/smb.png
share/owncloud/core/doc/admin/_images/smtp-config-php-sendmail.png
share/owncloud/core/doc/admin/_images/smtp-config-smtp.png
share/owncloud/core/doc/admin/_images/smtp-config-wizard.png
share/owncloud/core/doc/admin/_images/upgrade-1.png
share/owncloud/core/doc/admin/_images/upgrade-2.png
share/owncloud/core/doc/admin/_images/user_mounts.png
share/owncloud/core/doc/admin/_images/users-config-1.png
share/owncloud/core/doc/admin/_images/users-config-2.png
share/owncloud/core/doc/admin/_images/users-config.png
share/owncloud/core/doc/admin/_images/users-create.png
share/owncloud/core/doc/admin/_images/users-groups.png
share/owncloud/core/doc/admin/_images/webbrander-1.png
share/owncloud/core/doc/admin/_images/webdav.png
share/owncloud/core/doc/admin/_images/wnd-1.png
share/owncloud/core/doc/admin/_images/wnd-2.png
share/owncloud/core/doc/admin/_images/wnd-3.png
share/owncloud/core/doc/admin/_images/workflow-1.png
share/owncloud/core/doc/admin/_images/workflow-2.png
share/owncloud/core/doc/admin/_images/workflow-3.png
share/owncloud/core/doc/admin/_images/workflow-4.png
share/owncloud/core/doc/admin/_images/workflow-5.png
share/owncloud/core/doc/admin/_sources/configuration_database/db_conversion.txt
share/owncloud/core/doc/admin/_sources/configuration_database/index.txt
share/owncloud/core/doc/admin/_sources/configuration_database/linux_database_configuration.txt
share/owncloud/core/doc/admin/_sources/configuration_files/big_file_upload_configuration.txt
share/owncloud/core/doc/admin/_sources/configuration_files/collaborative_documents_configuration.txt
share/owncloud/core/doc/admin/_sources/configuration_files/default_files_configuration.txt
share/owncloud/core/doc/admin/_sources/configuration_files/encryption_configuration.txt
share/owncloud/core/doc/admin/_sources/configuration_files/external_storage/amazons3.txt
share/owncloud/core/doc/admin/_sources/configuration_files/external_storage/auth_mechanisms.txt
share/owncloud/core/doc/admin/_sources/configuration_files/external_storage/dropbox.txt
share/owncloud/core/doc/admin/_sources/configuration_files/external_storage/ftp.txt
share/owncloud/core/doc/admin/_sources/configuration_files/external_storage/google.txt
share/owncloud/core/doc/admin/_sources/configuration_files/external_storage/local.txt
share/owncloud/core/doc/admin/_sources/configuration_files/external_storage/openstack.txt
share/owncloud/core/doc/admin/_sources/configuration_files/external_storage/owncloud.txt
share/owncloud/core/doc/admin/_sources/configuration_files/external_storage/sftp.txt
share/owncloud/core/doc/admin/_sources/configuration_files/external_storage/smb.txt
share/owncloud/core/doc/admin/_sources/configuration_files/external_storage/webdav.txt
share/owncloud/core/doc/admin/_sources/configuration_files/external_storage_configuration.txt
share/owncloud/core/doc/admin/_sources/configuration_files/external_storage_configuration_gui.txt
share/owncloud/core/doc/admin/_sources/configuration_files/federated_cloud_sharing_configuration.txt
share/owncloud/core/doc/admin/_sources/configuration_files/file_sharing_configuration.txt
share/owncloud/core/doc/admin/_sources/configuration_files/file_versioning.txt
share/owncloud/core/doc/admin/_sources/configuration_files/files_locking_transactional.txt
share/owncloud/core/doc/admin/_sources/configuration_files/index.txt
share/owncloud/core/doc/admin/_sources/configuration_files/previews_configuration.txt
share/owncloud/core/doc/admin/_sources/configuration_mimetypes/index.txt
share/owncloud/core/doc/admin/_sources/configuration_mimetypes/mimetype_aliases.txt
share/owncloud/core/doc/admin/_sources/configuration_mimetypes/mimetype_mapping.txt
share/owncloud/core/doc/admin/_sources/configuration_server/activity_configuration.txt
share/owncloud/core/doc/admin/_sources/configuration_server/antivirus_configuration.txt
share/owncloud/core/doc/admin/_sources/configuration_server/automatic_configuration.txt
share/owncloud/core/doc/admin/_sources/configuration_server/background_jobs_configuration.txt
share/owncloud/core/doc/admin/_sources/configuration_server/caching_configuration.txt
share/owncloud/core/doc/admin/_sources/configuration_server/config_sample_php_parameters.txt
share/owncloud/core/doc/admin/_sources/configuration_server/custom_client_repos.txt
share/owncloud/core/doc/admin/_sources/configuration_server/email_configuration.txt
share/owncloud/core/doc/admin/_sources/configuration_server/external_sites.txt
share/owncloud/core/doc/admin/_sources/configuration_server/harden_server.txt
share/owncloud/core/doc/admin/_sources/configuration_server/import_ssl_cert.txt
share/owncloud/core/doc/admin/_sources/configuration_server/index.txt
share/owncloud/core/doc/admin/_sources/configuration_server/index_php_less_urls.txt
share/owncloud/core/doc/admin/_sources/configuration_server/js_css_asset_management_configuration.txt
share/owncloud/core/doc/admin/_sources/configuration_server/knowledgebase_configuration.txt
share/owncloud/core/doc/admin/_sources/configuration_server/language_configuration.txt
share/owncloud/core/doc/admin/_sources/configuration_server/logging_configuration.txt
share/owncloud/core/doc/admin/_sources/configuration_server/oc_server_tuning.txt
share/owncloud/core/doc/admin/_sources/configuration_server/occ_command.txt
share/owncloud/core/doc/admin/_sources/configuration_server/reverse_proxy_configuration.txt
share/owncloud/core/doc/admin/_sources/configuration_server/security_setup_warnings.txt
share/owncloud/core/doc/admin/_sources/configuration_server/thirdparty_php_configuration.txt
share/owncloud/core/doc/admin/_sources/configuration_user/index.txt
share/owncloud/core/doc/admin/_sources/configuration_user/reset_admin_password.txt
share/owncloud/core/doc/admin/_sources/configuration_user/reset_user_password.txt
share/owncloud/core/doc/admin/_sources/configuration_user/user_auth_ftp_smb_imap.txt
share/owncloud/core/doc/admin/_sources/configuration_user/user_auth_ldap.txt
share/owncloud/core/doc/admin/_sources/configuration_user/user_auth_ldap_cleanup.txt
share/owncloud/core/doc/admin/_sources/configuration_user/user_configuration.txt
share/owncloud/core/doc/admin/_sources/configuration_user/user_provisioning_api.txt
share/owncloud/core/doc/admin/_sources/contents.txt
share/owncloud/core/doc/admin/_sources/enterprise_clients/creating_branded_apps.txt
share/owncloud/core/doc/admin/_sources/enterprise_clients/custom_client_repos.txt
share/owncloud/core/doc/admin/_sources/enterprise_clients/index.txt
share/owncloud/core/doc/admin/_sources/enterprise_external_storage/enterprise_only_auth.txt
share/owncloud/core/doc/admin/_sources/enterprise_external_storage/index.txt
share/owncloud/core/doc/admin/_sources/enterprise_external_storage/jive_configuration.txt
share/owncloud/core/doc/admin/_sources/enterprise_external_storage/ldap_home_connector_configuration.txt
share/owncloud/core/doc/admin/_sources/enterprise_external_storage/s3_swift_as_primary_object_store_configuration.txt
share/owncloud/core/doc/admin/_sources/enterprise_external_storage/sharepoint-integration_configuration.txt
share/owncloud/core/doc/admin/_sources/enterprise_external_storage/windows-network-drive_configuration.txt
share/owncloud/core/doc/admin/_sources/enterprise_file_management/files_drop.txt
share/owncloud/core/doc/admin/_sources/enterprise_file_management/files_tagging.txt
share/owncloud/core/doc/admin/_sources/enterprise_file_management/index.txt
share/owncloud/core/doc/admin/_sources/enterprise_firewall/file_firewall.txt
share/owncloud/core/doc/admin/_sources/enterprise_firewall/index.txt
share/owncloud/core/doc/admin/_sources/enterprise_installation/index.txt
share/owncloud/core/doc/admin/_sources/enterprise_installation/license_keys_installation.txt
share/owncloud/core/doc/admin/_sources/enterprise_installation/linux_installation.txt
share/owncloud/core/doc/admin/_sources/enterprise_installation/oracle_db_configuration.txt
share/owncloud/core/doc/admin/_sources/enterprise_installation/supported_apps_installation.txt
share/owncloud/core/doc/admin/_sources/enterprise_logging/enterprise_logging_apps.txt
share/owncloud/core/doc/admin/_sources/enterprise_logging/index.txt
share/owncloud/core/doc/admin/_sources/enterprise_server_branding/enterprise_server_branding.txt
share/owncloud/core/doc/admin/_sources/enterprise_server_branding/index.txt
share/owncloud/core/doc/admin/_sources/enterprise_troubleshooting.txt
share/owncloud/core/doc/admin/_sources/enterprise_user_management/index.txt
share/owncloud/core/doc/admin/_sources/enterprise_user_management/user_auth_shibboleth.txt
share/owncloud/core/doc/admin/_sources/index.txt
share/owncloud/core/doc/admin/_sources/installation/appliance_installation.txt
share/owncloud/core/doc/admin/_sources/installation/apps_management_installation.txt
share/owncloud/core/doc/admin/_sources/installation/apps_supported.txt
share/owncloud/core/doc/admin/_sources/installation/changing_the_web_route.txt
share/owncloud/core/doc/admin/_sources/installation/command_line_installation.txt
share/owncloud/core/doc/admin/_sources/installation/deployment_recommendations.txt
share/owncloud/core/doc/admin/_sources/installation/index.txt
share/owncloud/core/doc/admin/_sources/installation/installation_wizard.txt
share/owncloud/core/doc/admin/_sources/installation/linux_installation.txt
share/owncloud/core/doc/admin/_sources/installation/nginx_examples.txt
share/owncloud/core/doc/admin/_sources/installation/nginx_owncloud_9x.txt
share/owncloud/core/doc/admin/_sources/installation/php_54_installation.txt
share/owncloud/core/doc/admin/_sources/installation/php_55_installation.txt
share/owncloud/core/doc/admin/_sources/installation/selinux_configuration.txt
share/owncloud/core/doc/admin/_sources/installation/source_installation.txt
share/owncloud/core/doc/admin/_sources/installation/system_requirements.txt
share/owncloud/core/doc/admin/_sources/issues/code_signing.txt
share/owncloud/core/doc/admin/_sources/issues/general_troubleshooting.txt
share/owncloud/core/doc/admin/_sources/issues/index.txt
share/owncloud/core/doc/admin/_sources/maintenance/backup.txt
share/owncloud/core/doc/admin/_sources/maintenance/enable_maintenance.txt
share/owncloud/core/doc/admin/_sources/maintenance/index.txt
share/owncloud/core/doc/admin/_sources/maintenance/manual_upgrade.txt
share/owncloud/core/doc/admin/_sources/maintenance/migrating.txt
share/owncloud/core/doc/admin/_sources/maintenance/package_upgrade.txt
share/owncloud/core/doc/admin/_sources/maintenance/restore.txt
share/owncloud/core/doc/admin/_sources/maintenance/update.txt
share/owncloud/core/doc/admin/_sources/maintenance/upgrade.txt
share/owncloud/core/doc/admin/_sources/release_notes.txt
share/owncloud/core/doc/admin/_sources/whats_new_admin.txt
share/owncloud/core/doc/admin/_static/ajax-loader.gif
share/owncloud/core/doc/admin/_static/basic.css
share/owncloud/core/doc/admin/_static/bootstrap-3.1.0/css/bootstrap-theme.css
share/owncloud/core/doc/admin/_static/bootstrap-3.1.0/css/bootstrap-theme.css.map
share/owncloud/core/doc/admin/_static/bootstrap-3.1.0/css/bootstrap-theme.min.css
share/owncloud/core/doc/admin/_static/bootstrap-3.1.0/css/bootstrap.css
share/owncloud/core/doc/admin/_static/bootstrap-3.1.0/css/bootstrap.css.map
share/owncloud/core/doc/admin/_static/bootstrap-3.1.0/css/bootstrap.min.css
share/owncloud/core/doc/admin/_static/bootstrap-3.1.0/fonts/glyphicons-halflings-regular.eot
share/owncloud/core/doc/admin/_static/bootstrap-3.1.0/fonts/glyphicons-halflings-regular.svg
share/owncloud/core/doc/admin/_static/bootstrap-3.1.0/fonts/glyphicons-halflings-regular.ttf
share/owncloud/core/doc/admin/_static/bootstrap-3.1.0/fonts/glyphicons-halflings-regular.woff
share/owncloud/core/doc/admin/_static/bootstrap-3.1.0/js/bootstrap.js
share/owncloud/core/doc/admin/_static/bootstrap-3.1.0/js/bootstrap.min.js
share/owncloud/core/doc/admin/_static/bootstrap-sphinx.css
share/owncloud/core/doc/admin/_static/bootstrap-sphinx.js
share/owncloud/core/doc/admin/_static/comment-bright.png
share/owncloud/core/doc/admin/_static/comment-close.png
share/owncloud/core/doc/admin/_static/comment.png
share/owncloud/core/doc/admin/_static/doctools.js
share/owncloud/core/doc/admin/_static/down-pressed.png
share/owncloud/core/doc/admin/_static/down.png
share/owncloud/core/doc/admin/_static/file.png
share/owncloud/core/doc/admin/_static/fonts/OpenSans-Bold.ttf
share/owncloud/core/doc/admin/_static/fonts/OpenSans-Bold.woff
share/owncloud/core/doc/admin/_static/fonts/OpenSans-Italic.ttf
share/owncloud/core/doc/admin/_static/fonts/OpenSans-Italic.woff
share/owncloud/core/doc/admin/_static/fonts/OpenSans-Light.ttf
share/owncloud/core/doc/admin/_static/fonts/OpenSans-Light.woff
share/owncloud/core/doc/admin/_static/fonts/OpenSans-Regular.ttf
share/owncloud/core/doc/admin/_static/fonts/OpenSans-Regular.woff
share/owncloud/core/doc/admin/_static/fonts/fontawesome-webfont.eot
share/owncloud/core/doc/admin/_static/fonts/fontawesome-webfont.svg
share/owncloud/core/doc/admin/_static/fonts/fontawesome-webfont.ttf
share/owncloud/core/doc/admin/_static/fonts/fontawesome-webfont.woff
share/owncloud/core/doc/admin/_static/img/logo_owncloud.svg
share/owncloud/core/doc/admin/_static/img/note_pencil.svg
share/owncloud/core/doc/admin/_static/img/social/diaspora.png
share/owncloud/core/doc/admin/_static/img/social/diaspora.svg
share/owncloud/core/doc/admin/_static/img/social/diasporaround.png
share/owncloud/core/doc/admin/_static/img/social/facebook.png
share/owncloud/core/doc/admin/_static/img/social/facebook.svg
share/owncloud/core/doc/admin/_static/img/social/googleplus.png
share/owncloud/core/doc/admin/_static/img/social/googleplus.svg
share/owncloud/core/doc/admin/_static/img/social/mail.svg
share/owncloud/core/doc/admin/_static/img/social/ownCloud7launch.png
share/owncloud/core/doc/admin/_static/img/social/rss.png
share/owncloud/core/doc/admin/_static/img/social/rss.svg
share/owncloud/core/doc/admin/_static/img/social/twitter.png
share/owncloud/core/doc/admin/_static/img/social/twitter.svg
share/owncloud/core/doc/admin/_static/img/social/twitterround.png
share/owncloud/core/doc/admin/_static/img/social/youtube.svg
share/owncloud/core/doc/admin/_static/img/warning.svg
share/owncloud/core/doc/admin/_static/jquery-1.11.1.js
share/owncloud/core/doc/admin/_static/jquery.js
share/owncloud/core/doc/admin/_static/js/jquery-1.11.0.min.js
share/owncloud/core/doc/admin/_static/js/jquery-fix.js
share/owncloud/core/doc/admin/_static/logo-blue.pdf
share/owncloud/core/doc/admin/_static/logo-blue.png
share/owncloud/core/doc/admin/_static/main.min.css
share/owncloud/core/doc/admin/_static/minus.png
share/owncloud/core/doc/admin/_static/plus.png
share/owncloud/core/doc/admin/_static/pygments.css
share/owncloud/core/doc/admin/_static/searchtools.js
share/owncloud/core/doc/admin/_static/social/diaspora.svg
share/owncloud/core/doc/admin/_static/social/diasporaround.png
share/owncloud/core/doc/admin/_static/social/facebook.png
share/owncloud/core/doc/admin/_static/social/googleplus.png
share/owncloud/core/doc/admin/_static/social/mail.png
share/owncloud/core/doc/admin/_static/social/mail.svg
share/owncloud/core/doc/admin/_static/social/rss.png
share/owncloud/core/doc/admin/_static/social/rss.svg
share/owncloud/core/doc/admin/_static/social/twitter.svg
share/owncloud/core/doc/admin/_static/social/twitterround.png
share/owncloud/core/doc/admin/_static/social/youtube.svg
share/owncloud/core/doc/admin/_static/styles.css
share/owncloud/core/doc/admin/_static/underscore-1.3.1.js
share/owncloud/core/doc/admin/_static/underscore.js
share/owncloud/core/doc/admin/_static/up-pressed.png
share/owncloud/core/doc/admin/_static/up.png
share/owncloud/core/doc/admin/_static/websupport.js
share/owncloud/core/doc/admin/configuration_database/db_conversion.html
share/owncloud/core/doc/admin/configuration_database/index.html
share/owncloud/core/doc/admin/configuration_database/linux_database_configuration.html
share/owncloud/core/doc/admin/configuration_files/big_file_upload_configuration.html
share/owncloud/core/doc/admin/configuration_files/collaborative_documents_configuration.html
share/owncloud/core/doc/admin/configuration_files/default_files_configuration.html
share/owncloud/core/doc/admin/configuration_files/encryption_configuration.html
share/owncloud/core/doc/admin/configuration_files/external_storage/amazons3.html
share/owncloud/core/doc/admin/configuration_files/external_storage/auth_mechanisms.html
share/owncloud/core/doc/admin/configuration_files/external_storage/dropbox.html
share/owncloud/core/doc/admin/configuration_files/external_storage/ftp.html
share/owncloud/core/doc/admin/configuration_files/external_storage/google.html
share/owncloud/core/doc/admin/configuration_files/external_storage/local.html
share/owncloud/core/doc/admin/configuration_files/external_storage/openstack.html
share/owncloud/core/doc/admin/configuration_files/external_storage/owncloud.html
share/owncloud/core/doc/admin/configuration_files/external_storage/sftp.html
share/owncloud/core/doc/admin/configuration_files/external_storage/smb.html
share/owncloud/core/doc/admin/configuration_files/external_storage/webdav.html
share/owncloud/core/doc/admin/configuration_files/external_storage_configuration.html
share/owncloud/core/doc/admin/configuration_files/external_storage_configuration_gui.html
share/owncloud/core/doc/admin/configuration_files/federated_cloud_sharing_configuration.html
share/owncloud/core/doc/admin/configuration_files/file_sharing_configuration.html
share/owncloud/core/doc/admin/configuration_files/file_versioning.html
share/owncloud/core/doc/admin/configuration_files/files_locking_transactional.html
share/owncloud/core/doc/admin/configuration_files/index.html
share/owncloud/core/doc/admin/configuration_files/previews_configuration.html
share/owncloud/core/doc/admin/configuration_mimetypes/index.html
share/owncloud/core/doc/admin/configuration_mimetypes/mimetype_aliases.html
share/owncloud/core/doc/admin/configuration_mimetypes/mimetype_mapping.html
share/owncloud/core/doc/admin/configuration_server/activity_configuration.html
share/owncloud/core/doc/admin/configuration_server/antivirus_configuration.html
share/owncloud/core/doc/admin/configuration_server/automatic_configuration.html
share/owncloud/core/doc/admin/configuration_server/background_jobs_configuration.html
share/owncloud/core/doc/admin/configuration_server/caching_configuration.html
share/owncloud/core/doc/admin/configuration_server/config_sample_php_parameters.html
share/owncloud/core/doc/admin/configuration_server/custom_client_repos.html
share/owncloud/core/doc/admin/configuration_server/email_configuration.html
share/owncloud/core/doc/admin/configuration_server/external_sites.html
share/owncloud/core/doc/admin/configuration_server/harden_server.html
share/owncloud/core/doc/admin/configuration_server/import_ssl_cert.html
share/owncloud/core/doc/admin/configuration_server/index.html
share/owncloud/core/doc/admin/configuration_server/index_php_less_urls.html
share/owncloud/core/doc/admin/configuration_server/js_css_asset_management_configuration.html
share/owncloud/core/doc/admin/configuration_server/knowledgebase_configuration.html
share/owncloud/core/doc/admin/configuration_server/language_configuration.html
share/owncloud/core/doc/admin/configuration_server/logging_configuration.html
share/owncloud/core/doc/admin/configuration_server/oc_server_tuning.html
share/owncloud/core/doc/admin/configuration_server/occ_command.html
share/owncloud/core/doc/admin/configuration_server/reverse_proxy_configuration.html
share/owncloud/core/doc/admin/configuration_server/security_setup_warnings.html
share/owncloud/core/doc/admin/configuration_server/thirdparty_php_configuration.html
share/owncloud/core/doc/admin/configuration_user/index.html
share/owncloud/core/doc/admin/configuration_user/reset_admin_password.html
share/owncloud/core/doc/admin/configuration_user/reset_user_password.html
share/owncloud/core/doc/admin/configuration_user/user_auth_ftp_smb_imap.html
share/owncloud/core/doc/admin/configuration_user/user_auth_ldap.html
share/owncloud/core/doc/admin/configuration_user/user_auth_ldap_cleanup.html
share/owncloud/core/doc/admin/configuration_user/user_configuration.html
share/owncloud/core/doc/admin/configuration_user/user_provisioning_api.html
share/owncloud/core/doc/admin/contents.html
share/owncloud/core/doc/admin/enterprise_clients/creating_branded_apps.html
share/owncloud/core/doc/admin/enterprise_clients/custom_client_repos.html
share/owncloud/core/doc/admin/enterprise_clients/index.html
share/owncloud/core/doc/admin/enterprise_external_storage/enterprise_only_auth.html
share/owncloud/core/doc/admin/enterprise_external_storage/index.html
share/owncloud/core/doc/admin/enterprise_external_storage/jive_configuration.html
share/owncloud/core/doc/admin/enterprise_external_storage/ldap_home_connector_configuration.html
share/owncloud/core/doc/admin/enterprise_external_storage/s3_swift_as_primary_object_store_configuration.html
share/owncloud/core/doc/admin/enterprise_external_storage/sharepoint-integration_configuration.html
share/owncloud/core/doc/admin/enterprise_external_storage/windows-network-drive_configuration.html
share/owncloud/core/doc/admin/enterprise_file_management/files_drop.html
share/owncloud/core/doc/admin/enterprise_file_management/files_tagging.html
share/owncloud/core/doc/admin/enterprise_file_management/index.html
share/owncloud/core/doc/admin/enterprise_firewall/file_firewall.html
share/owncloud/core/doc/admin/enterprise_firewall/index.html
share/owncloud/core/doc/admin/enterprise_installation/index.html
share/owncloud/core/doc/admin/enterprise_installation/license_keys_installation.html
share/owncloud/core/doc/admin/enterprise_installation/linux_installation.html
share/owncloud/core/doc/admin/enterprise_installation/oracle_db_configuration.html
share/owncloud/core/doc/admin/enterprise_installation/supported_apps_installation.html
share/owncloud/core/doc/admin/enterprise_logging/enterprise_logging_apps.html
share/owncloud/core/doc/admin/enterprise_logging/index.html
share/owncloud/core/doc/admin/enterprise_server_branding/enterprise_server_branding.html
share/owncloud/core/doc/admin/enterprise_server_branding/index.html
share/owncloud/core/doc/admin/enterprise_troubleshooting.html
share/owncloud/core/doc/admin/enterprise_user_management/index.html
share/owncloud/core/doc/admin/enterprise_user_management/user_auth_shibboleth.html
share/owncloud/core/doc/admin/genindex.html
share/owncloud/core/doc/admin/index.html
share/owncloud/core/doc/admin/installation/appliance_installation.html
share/owncloud/core/doc/admin/installation/apps_management_installation.html
share/owncloud/core/doc/admin/installation/apps_supported.html
share/owncloud/core/doc/admin/installation/changing_the_web_route.html
share/owncloud/core/doc/admin/installation/command_line_installation.html
share/owncloud/core/doc/admin/installation/deployment_recommendations.html
share/owncloud/core/doc/admin/installation/index.html
share/owncloud/core/doc/admin/installation/installation_wizard.html
share/owncloud/core/doc/admin/installation/linux_installation.html
share/owncloud/core/doc/admin/installation/nginx_examples.html
share/owncloud/core/doc/admin/installation/nginx_owncloud_9x.html
share/owncloud/core/doc/admin/installation/php_54_installation.html
share/owncloud/core/doc/admin/installation/php_55_installation.html
share/owncloud/core/doc/admin/installation/selinux_configuration.html
share/owncloud/core/doc/admin/installation/source_installation.html
share/owncloud/core/doc/admin/installation/system_requirements.html
share/owncloud/core/doc/admin/issues/code_signing.html
share/owncloud/core/doc/admin/issues/general_troubleshooting.html
share/owncloud/core/doc/admin/issues/index.html
share/owncloud/core/doc/admin/maintenance/backup.html
share/owncloud/core/doc/admin/maintenance/enable_maintenance.html
share/owncloud/core/doc/admin/maintenance/index.html
share/owncloud/core/doc/admin/maintenance/manual_upgrade.html
share/owncloud/core/doc/admin/maintenance/migrating.html
share/owncloud/core/doc/admin/maintenance/package_upgrade.html
share/owncloud/core/doc/admin/maintenance/restore.html
share/owncloud/core/doc/admin/maintenance/update.html
share/owncloud/core/doc/admin/maintenance/upgrade.html
share/owncloud/core/doc/admin/objects.inv
share/owncloud/core/doc/admin/release_notes.html
share/owncloud/core/doc/admin/search.html
share/owncloud/core/doc/admin/searchindex.js
share/owncloud/core/doc/admin/whats_new_admin.html
share/owncloud/core/doc/user/_images/bookmark_addurl.png
share/owncloud/core/doc/user/_images/bookmark_setting.png
share/owncloud/core/doc/user/_images/contact_thunderbird-Symbol_Gear.jpg
share/owncloud/core/doc/user/_images/contact_thunderbird-Symbol_Impeller.jpg
share/owncloud/core/doc/user/_images/contact_thunderbird-URL_config.jpg
share/owncloud/core/doc/user/_images/create_public_share-6.png
share/owncloud/core/doc/user/_images/create_public_share-8.png
share/owncloud/core/doc/user/_images/create_public_share-9.png
share/owncloud/core/doc/user/_images/direct-share-1.png
share/owncloud/core/doc/user/_images/encryption1.png
share/owncloud/core/doc/user/_images/encryption2.png
share/owncloud/core/doc/user/_images/encryption3.png
share/owncloud/core/doc/user/_images/explorer_webdav.png
share/owncloud/core/doc/user/_images/file_menu_comments_2.png
share/owncloud/core/doc/user/_images/files-drop-2.png
share/owncloud/core/doc/user/_images/files-drop-3.png
share/owncloud/core/doc/user/_images/files-drop-4.png
share/owncloud/core/doc/user/_images/files-drop-5.png
share/owncloud/core/doc/user/_images/files-drop-6.png
share/owncloud/core/doc/user/_images/files-drop-7.png
share/owncloud/core/doc/user/_images/files_page-1.png
share/owncloud/core/doc/user/_images/files_page-2.png
share/owncloud/core/doc/user/_images/files_page-3.png
share/owncloud/core/doc/user/_images/files_page-4.png
share/owncloud/core/doc/user/_images/files_page-5.png
share/owncloud/core/doc/user/_images/files_page-6.png
share/owncloud/core/doc/user/_images/files_page-7.png
share/owncloud/core/doc/user/_images/files_page-8.png
share/owncloud/core/doc/user/_images/files_page.png
share/owncloud/core/doc/user/_images/files_page1.png
share/owncloud/core/doc/user/_images/files_versioning.png
share/owncloud/core/doc/user/_images/gallery-1.png
share/owncloud/core/doc/user/_images/gallery-2.png
share/owncloud/core/doc/user/_images/hidden_files.png
share/owncloud/core/doc/user/_images/kdes.png
share/owncloud/core/doc/user/_images/kdes1.png
share/owncloud/core/doc/user/_images/kdes2.png
share/owncloud/core/doc/user/_images/kdes3.png
share/owncloud/core/doc/user/_images/kdes4.png
share/owncloud/core/doc/user/_images/kdes5.png
share/owncloud/core/doc/user/_images/kdes6.png
share/owncloud/core/doc/user/_images/kdes7.png
share/owncloud/core/doc/user/_images/kdes9.png
share/owncloud/core/doc/user/_images/oc_connect.png
share/owncloud/core/doc/user/_images/oc_documents.png
share/owncloud/core/doc/user/_images/oc_documents_edit.png
share/owncloud/core/doc/user/_images/oc_personal_settings_dropdown.png
share/owncloud/core/doc/user/_images/osx_webdav1.png
share/owncloud/core/doc/user/_images/osx_webdav2.png
share/owncloud/core/doc/user/_images/personal_settings.png
share/owncloud/core/doc/user/_images/quota1.png
share/owncloud/core/doc/user/_images/settings_devices.png
share/owncloud/core/doc/user/_images/settings_devices_add.png
share/owncloud/core/doc/user/_images/settings_sessions.png
share/owncloud/core/doc/user/_images/users-overlays-sharepoint.png
share/owncloud/core/doc/user/_images/users-overlays-win-net-drive.png
share/owncloud/core/doc/user/_images/video_player_2.png
share/owncloud/core/doc/user/_images/webdav_dolphin.png
share/owncloud/core/doc/user/_images/webdav_gnome3_nautilus.png
share/owncloud/core/doc/user/_sources/bookmarks.txt
share/owncloud/core/doc/user/_sources/contents.txt
share/owncloud/core/doc/user/_sources/documents.txt
share/owncloud/core/doc/user/_sources/external_storage/external_storage.txt
share/owncloud/core/doc/user/_sources/external_storage/index.txt
share/owncloud/core/doc/user/_sources/external_storage/sharepoint_connecting.txt
share/owncloud/core/doc/user/_sources/files/access_webdav.txt
share/owncloud/core/doc/user/_sources/files/access_webgui.txt
share/owncloud/core/doc/user/_sources/files/deleted_file_management.txt
share/owncloud/core/doc/user/_sources/files/desktop_mobile_sync.txt
share/owncloud/core/doc/user/_sources/files/encrypting_files.txt
share/owncloud/core/doc/user/_sources/files/federated_cloud_sharing.txt
share/owncloud/core/doc/user/_sources/files/file_drop.txt
share/owncloud/core/doc/user/_sources/files/gallery_app.txt
share/owncloud/core/doc/user/_sources/files/index.txt
share/owncloud/core/doc/user/_sources/files/large_file_upload.txt
share/owncloud/core/doc/user/_sources/files/quota.txt
share/owncloud/core/doc/user/_sources/files/version_control.txt
share/owncloud/core/doc/user/_sources/index.txt
share/owncloud/core/doc/user/_sources/pim/calendar.txt
share/owncloud/core/doc/user/_sources/pim/contacts.txt
share/owncloud/core/doc/user/_sources/pim/index.txt
share/owncloud/core/doc/user/_sources/pim/sync_ios.txt
share/owncloud/core/doc/user/_sources/pim/sync_kde.txt
share/owncloud/core/doc/user/_sources/pim/sync_osx.txt
share/owncloud/core/doc/user/_sources/pim/sync_thunderbird.txt
share/owncloud/core/doc/user/_sources/pim/troubleshooting.txt
share/owncloud/core/doc/user/_sources/session_management.txt
share/owncloud/core/doc/user/_sources/userpreferences.txt
share/owncloud/core/doc/user/_sources/webinterface.txt
share/owncloud/core/doc/user/_sources/whats_new.txt
share/owncloud/core/doc/user/_static/ajax-loader.gif
share/owncloud/core/doc/user/_static/basic.css
share/owncloud/core/doc/user/_static/bootstrap-3.1.0/css/bootstrap-theme.css
share/owncloud/core/doc/user/_static/bootstrap-3.1.0/css/bootstrap-theme.css.map
share/owncloud/core/doc/user/_static/bootstrap-3.1.0/css/bootstrap-theme.min.css
share/owncloud/core/doc/user/_static/bootstrap-3.1.0/css/bootstrap.css
share/owncloud/core/doc/user/_static/bootstrap-3.1.0/css/bootstrap.css.map
share/owncloud/core/doc/user/_static/bootstrap-3.1.0/css/bootstrap.min.css
share/owncloud/core/doc/user/_static/bootstrap-3.1.0/fonts/glyphicons-halflings-regular.eot
share/owncloud/core/doc/user/_static/bootstrap-3.1.0/fonts/glyphicons-halflings-regular.svg
share/owncloud/core/doc/user/_static/bootstrap-3.1.0/fonts/glyphicons-halflings-regular.ttf
share/owncloud/core/doc/user/_static/bootstrap-3.1.0/fonts/glyphicons-halflings-regular.woff
share/owncloud/core/doc/user/_static/bootstrap-3.1.0/js/bootstrap.js
share/owncloud/core/doc/user/_static/bootstrap-3.1.0/js/bootstrap.min.js
share/owncloud/core/doc/user/_static/bootstrap-sphinx.css
share/owncloud/core/doc/user/_static/bootstrap-sphinx.js
share/owncloud/core/doc/user/_static/comment-bright.png
share/owncloud/core/doc/user/_static/comment-close.png
share/owncloud/core/doc/user/_static/comment.png
share/owncloud/core/doc/user/_static/doctools.js
share/owncloud/core/doc/user/_static/down-pressed.png
share/owncloud/core/doc/user/_static/down.png
share/owncloud/core/doc/user/_static/file.png
share/owncloud/core/doc/user/_static/fonts/OpenSans-Bold.ttf
share/owncloud/core/doc/user/_static/fonts/OpenSans-Bold.woff
share/owncloud/core/doc/user/_static/fonts/OpenSans-Italic.ttf
share/owncloud/core/doc/user/_static/fonts/OpenSans-Italic.woff
share/owncloud/core/doc/user/_static/fonts/OpenSans-Light.ttf
share/owncloud/core/doc/user/_static/fonts/OpenSans-Light.woff
share/owncloud/core/doc/user/_static/fonts/OpenSans-Regular.ttf
share/owncloud/core/doc/user/_static/fonts/OpenSans-Regular.woff
share/owncloud/core/doc/user/_static/fonts/fontawesome-webfont.eot
share/owncloud/core/doc/user/_static/fonts/fontawesome-webfont.svg
share/owncloud/core/doc/user/_static/fonts/fontawesome-webfont.ttf
share/owncloud/core/doc/user/_static/fonts/fontawesome-webfont.woff
share/owncloud/core/doc/user/_static/img/logo_owncloud.svg
share/owncloud/core/doc/user/_static/img/note_pencil.svg
share/owncloud/core/doc/user/_static/img/social/diaspora.png
share/owncloud/core/doc/user/_static/img/social/diaspora.svg
share/owncloud/core/doc/user/_static/img/social/diasporaround.png
share/owncloud/core/doc/user/_static/img/social/facebook.png
share/owncloud/core/doc/user/_static/img/social/facebook.svg
share/owncloud/core/doc/user/_static/img/social/googleplus.png
share/owncloud/core/doc/user/_static/img/social/googleplus.svg
share/owncloud/core/doc/user/_static/img/social/mail.svg
share/owncloud/core/doc/user/_static/img/social/ownCloud7launch.png
share/owncloud/core/doc/user/_static/img/social/rss.png
share/owncloud/core/doc/user/_static/img/social/rss.svg
share/owncloud/core/doc/user/_static/img/social/twitter.png
share/owncloud/core/doc/user/_static/img/social/twitter.svg
share/owncloud/core/doc/user/_static/img/social/twitterround.png
share/owncloud/core/doc/user/_static/img/social/youtube.svg
share/owncloud/core/doc/user/_static/img/warning.svg
share/owncloud/core/doc/user/_static/jquery-1.11.1.js
share/owncloud/core/doc/user/_static/jquery.js
share/owncloud/core/doc/user/_static/js/jquery-1.11.0.min.js
share/owncloud/core/doc/user/_static/js/jquery-fix.js
share/owncloud/core/doc/user/_static/logo-blue.pdf
share/owncloud/core/doc/user/_static/logo-blue.png
share/owncloud/core/doc/user/_static/main.min.css
share/owncloud/core/doc/user/_static/minus.png
share/owncloud/core/doc/user/_static/plus.png
share/owncloud/core/doc/user/_static/pygments.css
share/owncloud/core/doc/user/_static/searchtools.js
share/owncloud/core/doc/user/_static/social/diaspora.svg
share/owncloud/core/doc/user/_static/social/diasporaround.png
share/owncloud/core/doc/user/_static/social/facebook.png
share/owncloud/core/doc/user/_static/social/googleplus.png
share/owncloud/core/doc/user/_static/social/mail.png
share/owncloud/core/doc/user/_static/social/mail.svg
share/owncloud/core/doc/user/_static/social/rss.png
share/owncloud/core/doc/user/_static/social/rss.svg
share/owncloud/core/doc/user/_static/social/twitter.svg
share/owncloud/core/doc/user/_static/social/twitterround.png
share/owncloud/core/doc/user/_static/social/youtube.svg
share/owncloud/core/doc/user/_static/styles.css
share/owncloud/core/doc/user/_static/underscore-1.3.1.js
share/owncloud/core/doc/user/_static/underscore.js
share/owncloud/core/doc/user/_static/up-pressed.png
share/owncloud/core/doc/user/_static/up.png
share/owncloud/core/doc/user/_static/websupport.js
share/owncloud/core/doc/user/bookmarks.html
share/owncloud/core/doc/user/contents.html
share/owncloud/core/doc/user/documents.html
share/owncloud/core/doc/user/external_storage/external_storage.html
share/owncloud/core/doc/user/external_storage/index.html
share/owncloud/core/doc/user/external_storage/sharepoint_connecting.html
share/owncloud/core/doc/user/files/access_webdav.html
share/owncloud/core/doc/user/files/access_webgui.html
share/owncloud/core/doc/user/files/deleted_file_management.html
share/owncloud/core/doc/user/files/desktop_mobile_sync.html
share/owncloud/core/doc/user/files/encrypting_files.html
share/owncloud/core/doc/user/files/federated_cloud_sharing.html
share/owncloud/core/doc/user/files/file_drop.html
share/owncloud/core/doc/user/files/gallery_app.html
share/owncloud/core/doc/user/files/index.html
share/owncloud/core/doc/user/files/large_file_upload.html
share/owncloud/core/doc/user/files/quota.html
share/owncloud/core/doc/user/files/version_control.html
share/owncloud/core/doc/user/genindex.html
share/owncloud/core/doc/user/index.html
share/owncloud/core/doc/user/objects.inv
share/owncloud/core/doc/user/pim/calendar.html
share/owncloud/core/doc/user/pim/contacts.html
share/owncloud/core/doc/user/pim/index.html
share/owncloud/core/doc/user/pim/sync_ios.html
share/owncloud/core/doc/user/pim/sync_kde.html
share/owncloud/core/doc/user/pim/sync_osx.html
share/owncloud/core/doc/user/pim/sync_thunderbird.html
share/owncloud/core/doc/user/pim/troubleshooting.html
share/owncloud/core/doc/user/search.html
share/owncloud/core/doc/user/searchindex.js
share/owncloud/core/doc/user/session_management.html
share/owncloud/core/doc/user/userpreferences.html
share/owncloud/core/doc/user/webinterface.html
share/owncloud/core/doc/user/whats_new.html
share/owncloud/core/fonts/LICENSE.txt
share/owncloud/core/fonts/OpenSans-Light.woff
share/owncloud/core/fonts/OpenSans-Regular.ttf
share/owncloud/core/fonts/OpenSans-Regular.woff
share/owncloud/core/fonts/OpenSans-Semibold.woff
share/owncloud/core/img/actions/add.png
share/owncloud/core/img/actions/add.svg
share/owncloud/core/img/actions/caret-dark.png
share/owncloud/core/img/actions/caret-dark.svg
share/owncloud/core/img/actions/caret.png
share/owncloud/core/img/actions/caret.svg
share/owncloud/core/img/actions/checkbox-checked-disabled.png
share/owncloud/core/img/actions/checkbox-checked-disabled.svg
share/owncloud/core/img/actions/checkbox-checked-white.png
share/owncloud/core/img/actions/checkbox-checked-white.svg
share/owncloud/core/img/actions/checkbox-checked.png
share/owncloud/core/img/actions/checkbox-checked.svg
share/owncloud/core/img/actions/checkbox-disabled-white.png
share/owncloud/core/img/actions/checkbox-disabled-white.svg
share/owncloud/core/img/actions/checkbox-disabled.png
share/owncloud/core/img/actions/checkbox-disabled.svg
share/owncloud/core/img/actions/checkbox-mixed-disabled.svg
share/owncloud/core/img/actions/checkbox-mixed-white.png
share/owncloud/core/img/actions/checkbox-mixed-white.svg
share/owncloud/core/img/actions/checkbox-mixed.png
share/owncloud/core/img/actions/checkbox-mixed.svg
share/owncloud/core/img/actions/checkbox-white.png
share/owncloud/core/img/actions/checkbox-white.svg
share/owncloud/core/img/actions/checkbox.png
share/owncloud/core/img/actions/checkbox.svg
share/owncloud/core/img/actions/checkmark-color.png
share/owncloud/core/img/actions/checkmark-color.svg
share/owncloud/core/img/actions/checkmark-white.png
share/owncloud/core/img/actions/checkmark-white.svg
share/owncloud/core/img/actions/checkmark.png
share/owncloud/core/img/actions/checkmark.svg
share/owncloud/core/img/actions/close.png
share/owncloud/core/img/actions/close.svg
share/owncloud/core/img/actions/comment.png
share/owncloud/core/img/actions/comment.svg
share/owncloud/core/img/actions/confirm.png
share/owncloud/core/img/actions/confirm.svg
share/owncloud/core/img/actions/delete-hover.png
share/owncloud/core/img/actions/delete-hover.svg
share/owncloud/core/img/actions/delete-white.png
share/owncloud/core/img/actions/delete-white.svg
share/owncloud/core/img/actions/delete.png
share/owncloud/core/img/actions/delete.svg
share/owncloud/core/img/actions/details.png
share/owncloud/core/img/actions/details.svg
share/owncloud/core/img/actions/download-white.png
share/owncloud/core/img/actions/download-white.svg
share/owncloud/core/img/actions/download.png
share/owncloud/core/img/actions/download.svg
share/owncloud/core/img/actions/edit.png
share/owncloud/core/img/actions/edit.svg
share/owncloud/core/img/actions/error-color.png
share/owncloud/core/img/actions/error-color.svg
share/owncloud/core/img/actions/error-white.png
share/owncloud/core/img/actions/error-white.svg
share/owncloud/core/img/actions/error.png
share/owncloud/core/img/actions/error.svg
share/owncloud/core/img/actions/external.png
share/owncloud/core/img/actions/external.svg
share/owncloud/core/img/actions/history.png
share/owncloud/core/img/actions/history.svg
share/owncloud/core/img/actions/info-white.png
share/owncloud/core/img/actions/info-white.svg
share/owncloud/core/img/actions/info.png
share/owncloud/core/img/actions/info.svg
share/owncloud/core/img/actions/logout.png
share/owncloud/core/img/actions/logout.svg
share/owncloud/core/img/actions/mail.png
share/owncloud/core/img/actions/mail.svg
share/owncloud/core/img/actions/menu.png
share/owncloud/core/img/actions/menu.svg
share/owncloud/core/img/actions/more.png
share/owncloud/core/img/actions/more.svg
share/owncloud/core/img/actions/password.png
share/owncloud/core/img/actions/password.svg
share/owncloud/core/img/actions/pause-big.png
share/owncloud/core/img/actions/pause-big.svg
share/owncloud/core/img/actions/pause.png
share/owncloud/core/img/actions/pause.svg
share/owncloud/core/img/actions/play-add.png
share/owncloud/core/img/actions/play-add.svg
share/owncloud/core/img/actions/play-big.png
share/owncloud/core/img/actions/play-big.svg
share/owncloud/core/img/actions/play-next.png
share/owncloud/core/img/actions/play-next.svg
share/owncloud/core/img/actions/play-previous.png
share/owncloud/core/img/actions/play-previous.svg
share/owncloud/core/img/actions/play.png
share/owncloud/core/img/actions/play.svg
share/owncloud/core/img/actions/public.png
share/owncloud/core/img/actions/public.svg
share/owncloud/core/img/actions/radio-checked-disabled.png
share/owncloud/core/img/actions/radio-checked-disabled.svg
share/owncloud/core/img/actions/radio-checked.png
share/owncloud/core/img/actions/radio-checked.svg
share/owncloud/core/img/actions/radio-disabled.png
share/owncloud/core/img/actions/radio-disabled.svg
share/owncloud/core/img/actions/radio-white.png
share/owncloud/core/img/actions/radio-white.svg
share/owncloud/core/img/actions/radio.png
share/owncloud/core/img/actions/radio.svg
share/owncloud/core/img/actions/rename.png
share/owncloud/core/img/actions/rename.svg
share/owncloud/core/img/actions/search-white.png
share/owncloud/core/img/actions/search-white.svg
share/owncloud/core/img/actions/search.png
share/owncloud/core/img/actions/search.svg
share/owncloud/core/img/actions/settings.png
share/owncloud/core/img/actions/settings.svg
share/owncloud/core/img/actions/share.png
share/owncloud/core/img/actions/share.svg
share/owncloud/core/img/actions/shared.png
share/owncloud/core/img/actions/shared.svg
share/owncloud/core/img/actions/sound-off.png
share/owncloud/core/img/actions/sound-off.svg
share/owncloud/core/img/actions/sound.png
share/owncloud/core/img/actions/sound.svg
share/owncloud/core/img/actions/star.png
share/owncloud/core/img/actions/star.svg
share/owncloud/core/img/actions/starred.png
share/owncloud/core/img/actions/starred.svg
share/owncloud/core/img/actions/toggle-filelist.png
share/owncloud/core/img/actions/toggle-filelist.svg
share/owncloud/core/img/actions/toggle-pictures.png
share/owncloud/core/img/actions/toggle-pictures.svg
share/owncloud/core/img/actions/toggle.png
share/owncloud/core/img/actions/toggle.svg
share/owncloud/core/img/actions/triangle-e.png
share/owncloud/core/img/actions/triangle-e.svg
share/owncloud/core/img/actions/triangle-n.png
share/owncloud/core/img/actions/triangle-n.svg
share/owncloud/core/img/actions/triangle-s.png
share/owncloud/core/img/actions/triangle-s.svg
share/owncloud/core/img/actions/upload-white.png
share/owncloud/core/img/actions/upload-white.svg
share/owncloud/core/img/actions/upload.png
share/owncloud/core/img/actions/upload.svg
share/owncloud/core/img/actions/user.png
share/owncloud/core/img/actions/user.svg
share/owncloud/core/img/actions/view-close.png
share/owncloud/core/img/actions/view-close.svg
share/owncloud/core/img/actions/view-download.png
share/owncloud/core/img/actions/view-download.svg
share/owncloud/core/img/actions/view-next.png
share/owncloud/core/img/actions/view-next.svg
share/owncloud/core/img/actions/view-pause.png
share/owncloud/core/img/actions/view-pause.svg
share/owncloud/core/img/actions/view-play.png
share/owncloud/core/img/actions/view-play.svg
share/owncloud/core/img/actions/view-previous.png
share/owncloud/core/img/actions/view-previous.svg
share/owncloud/core/img/appstore.svg
share/owncloud/core/img/background.jpg
share/owncloud/core/img/breadcrumb.png
share/owncloud/core/img/breadcrumb.svg
share/owncloud/core/img/default-app-icon.svg
share/owncloud/core/img/desktopapp.png
share/owncloud/core/img/desktopapp.svg
share/owncloud/core/img/favicon-mask.svg
share/owncloud/core/img/favicon-touch.png
share/owncloud/core/img/favicon-touch.svg
share/owncloud/core/img/favicon.ico
share/owncloud/core/img/favicon.png
share/owncloud/core/img/favicon.svg
share/owncloud/core/img/filetypes/application-pdf.png
share/owncloud/core/img/filetypes/application-pdf.svg
share/owncloud/core/img/filetypes/application.png
share/owncloud/core/img/filetypes/application.svg
share/owncloud/core/img/filetypes/audio.png
share/owncloud/core/img/filetypes/audio.svg
share/owncloud/core/img/filetypes/file.png
share/owncloud/core/img/filetypes/file.svg
share/owncloud/core/img/filetypes/folder-drag-accept.png
share/owncloud/core/img/filetypes/folder-drag-accept.svg
share/owncloud/core/img/filetypes/folder-external.png
share/owncloud/core/img/filetypes/folder-external.svg
share/owncloud/core/img/filetypes/folder-public.png
share/owncloud/core/img/filetypes/folder-public.svg
share/owncloud/core/img/filetypes/folder-shared.png
share/owncloud/core/img/filetypes/folder-shared.svg
share/owncloud/core/img/filetypes/folder-starred.png
share/owncloud/core/img/filetypes/folder-starred.svg
share/owncloud/core/img/filetypes/folder.png
share/owncloud/core/img/filetypes/folder.svg
share/owncloud/core/img/filetypes/image.png
share/owncloud/core/img/filetypes/image.svg
share/owncloud/core/img/filetypes/package-x-generic.png
share/owncloud/core/img/filetypes/package-x-generic.svg
share/owncloud/core/img/filetypes/text-calendar.png
share/owncloud/core/img/filetypes/text-calendar.svg
share/owncloud/core/img/filetypes/text-code.png
share/owncloud/core/img/filetypes/text-code.svg
share/owncloud/core/img/filetypes/text-vcard.png
share/owncloud/core/img/filetypes/text-vcard.svg
share/owncloud/core/img/filetypes/text.png
share/owncloud/core/img/filetypes/text.svg
share/owncloud/core/img/filetypes/video.png
share/owncloud/core/img/filetypes/video.svg
share/owncloud/core/img/filetypes/x-office-document.png
share/owncloud/core/img/filetypes/x-office-document.svg
share/owncloud/core/img/filetypes/x-office-presentation.png
share/owncloud/core/img/filetypes/x-office-presentation.svg
share/owncloud/core/img/filetypes/x-office-spreadsheet.png
share/owncloud/core/img/filetypes/x-office-spreadsheet.svg
share/owncloud/core/img/googleplay.png
share/owncloud/core/img/image-optimization.sh
share/owncloud/core/img/loading-dark.gif
share/owncloud/core/img/loading-small-dark.gif
share/owncloud/core/img/loading-small.gif
share/owncloud/core/img/loading.gif
share/owncloud/core/img/logo-icon-175px.png
share/owncloud/core/img/logo-icon.png
share/owncloud/core/img/logo-icon.svg
share/owncloud/core/img/logo-mail.gif
share/owncloud/core/img/logo.png
share/owncloud/core/img/logo.svg
share/owncloud/core/img/places/calendar-dark.png
share/owncloud/core/img/places/calendar-dark.svg
share/owncloud/core/img/places/contacts-dark.png
share/owncloud/core/img/places/contacts-dark.svg
share/owncloud/core/img/places/files.png
share/owncloud/core/img/places/files.svg
share/owncloud/core/img/places/home.png
share/owncloud/core/img/places/home.svg
share/owncloud/core/img/places/link.png
share/owncloud/core/img/places/link.svg
share/owncloud/core/img/places/music.png
share/owncloud/core/img/places/music.svg
share/owncloud/core/img/places/picture.png
share/owncloud/core/img/places/picture.svg
share/owncloud/core/img/rating/s0.svg
share/owncloud/core/img/rating/s1.svg
share/owncloud/core/img/rating/s10.svg
share/owncloud/core/img/rating/s2.svg
share/owncloud/core/img/rating/s3.svg
share/owncloud/core/img/rating/s4.svg
share/owncloud/core/img/rating/s5.svg
share/owncloud/core/img/rating/s6.svg
share/owncloud/core/img/rating/s7.svg
share/owncloud/core/img/rating/s8.svg
share/owncloud/core/img/rating/s9.svg
share/owncloud/core/js/apps.js
share/owncloud/core/js/backgroundjobs.js
share/owncloud/core/js/compatibility.js
share/owncloud/core/js/config.js
share/owncloud/core/js/config.php
share/owncloud/core/js/core.json
share/owncloud/core/js/eventsource.js
share/owncloud/core/js/files/client.js
share/owncloud/core/js/files/fileinfo.js
share/owncloud/core/js/files/iedavclient.js
share/owncloud/core/js/installation.js
share/owncloud/core/js/integritycheck-failed-notification.js
share/owncloud/core/js/jquery-showpassword.js
share/owncloud/core/js/jquery.avatar.js
share/owncloud/core/js/jquery.ocdialog.js
share/owncloud/core/js/js.js
share/owncloud/core/js/l10n.js
share/owncloud/core/js/login.js
share/owncloud/core/js/lostpassword.js
share/owncloud/core/js/maintenance-check.js
share/owncloud/core/js/mimetype.js
share/owncloud/core/js/mimetypelist.js
share/owncloud/core/js/multiselect.js
share/owncloud/core/js/oc-backbone-webdav.js
share/owncloud/core/js/oc-backbone.js
share/owncloud/core/js/oc-dialogs.js
share/owncloud/core/js/oc-requesttoken.js
share/owncloud/core/js/octemplate.js
share/owncloud/core/js/placeholder.js
share/owncloud/core/js/placeholders.js
share/owncloud/core/js/select2-toggleselect.js
share/owncloud/core/js/setup.js
share/owncloud/core/js/setupchecks.js
share/owncloud/core/js/share.js
share/owncloud/core/js/shareconfigmodel.js
share/owncloud/core/js/sharedialogexpirationview.js
share/owncloud/core/js/sharedialoglinkshareview.js
share/owncloud/core/js/sharedialogmailview.js
share/owncloud/core/js/sharedialogresharerinfoview.js
share/owncloud/core/js/sharedialogshareelistview.js
share/owncloud/core/js/sharedialogview.js
share/owncloud/core/js/shareitemmodel.js
share/owncloud/core/js/singleselect.js
share/owncloud/core/js/systemtags/systemtagmodel.js
share/owncloud/core/js/systemtags/systemtags.js
share/owncloud/core/js/systemtags/systemtagscollection.js
share/owncloud/core/js/systemtags/systemtagsinputfield.js
share/owncloud/core/js/systemtags/systemtagsmappingcollection.js
share/owncloud/core/js/tags.js
share/owncloud/core/js/tests/lib/sinon-1.15.4.js
share/owncloud/core/js/tests/specHelper.js
share/owncloud/core/js/tests/specs/appsSpec.js
share/owncloud/core/js/tests/specs/coreSpec.js
share/owncloud/core/js/tests/specs/files/clientSpec.js
share/owncloud/core/js/tests/specs/jquery.avatarSpec.js
share/owncloud/core/js/tests/specs/l10nSpec.js
share/owncloud/core/js/tests/specs/mimeTypeSpec.js
share/owncloud/core/js/tests/specs/oc-backbone-webdavSpec.js
share/owncloud/core/js/tests/specs/setupchecksSpec.js
share/owncloud/core/js/tests/specs/shareSpec.js
share/owncloud/core/js/tests/specs/sharedialogshareelistview.js
share/owncloud/core/js/tests/specs/sharedialogviewSpec.js
share/owncloud/core/js/tests/specs/shareitemmodelSpec.js
share/owncloud/core/js/tests/specs/systemtags/systemtagsSpec.js
share/owncloud/core/js/tests/specs/systemtags/systemtagscollectionSpec.js
share/owncloud/core/js/tests/specs/systemtags/systemtagsinputfieldSpec.js
share/owncloud/core/js/update.js
share/owncloud/core/js/visitortimezone.js
share/owncloud/core/l10n/ach.js
share/owncloud/core/l10n/ach.json
share/owncloud/core/l10n/ady.js
share/owncloud/core/l10n/ady.json
share/owncloud/core/l10n/af_ZA.js
share/owncloud/core/l10n/af_ZA.json
share/owncloud/core/l10n/ak.js
share/owncloud/core/l10n/ak.json
share/owncloud/core/l10n/am_ET.js
share/owncloud/core/l10n/am_ET.json
share/owncloud/core/l10n/ar.js
share/owncloud/core/l10n/ar.json
share/owncloud/core/l10n/ast.js
share/owncloud/core/l10n/ast.json
share/owncloud/core/l10n/az.js
share/owncloud/core/l10n/az.json
share/owncloud/core/l10n/be.js
share/owncloud/core/l10n/be.json
share/owncloud/core/l10n/bg_BG.js
share/owncloud/core/l10n/bg_BG.json
share/owncloud/core/l10n/bn_BD.js
share/owncloud/core/l10n/bn_BD.json
share/owncloud/core/l10n/bn_IN.js
share/owncloud/core/l10n/bn_IN.json
share/owncloud/core/l10n/bs.js
share/owncloud/core/l10n/bs.json
share/owncloud/core/l10n/ca.js
share/owncloud/core/l10n/ca.json
share/owncloud/core/l10n/cs_CZ.js
share/owncloud/core/l10n/cs_CZ.json
share/owncloud/core/l10n/cy_GB.js
share/owncloud/core/l10n/cy_GB.json
share/owncloud/core/l10n/da.js
share/owncloud/core/l10n/da.json
share/owncloud/core/l10n/de.js
share/owncloud/core/l10n/de.json
share/owncloud/core/l10n/de_AT.js
share/owncloud/core/l10n/de_AT.json
share/owncloud/core/l10n/de_DE.js
share/owncloud/core/l10n/de_DE.json
share/owncloud/core/l10n/el.js
share/owncloud/core/l10n/el.json
share/owncloud/core/l10n/en_GB.js
share/owncloud/core/l10n/en_GB.json
share/owncloud/core/l10n/eo.js
share/owncloud/core/l10n/eo.json
share/owncloud/core/l10n/es.js
share/owncloud/core/l10n/es.json
share/owncloud/core/l10n/es_AR.js
share/owncloud/core/l10n/es_AR.json
share/owncloud/core/l10n/es_CL.js
share/owncloud/core/l10n/es_CL.json
share/owncloud/core/l10n/es_MX.js
share/owncloud/core/l10n/es_MX.json
share/owncloud/core/l10n/et_EE.js
share/owncloud/core/l10n/et_EE.json
share/owncloud/core/l10n/eu.js
share/owncloud/core/l10n/eu.json
share/owncloud/core/l10n/fa.js
share/owncloud/core/l10n/fa.json
share/owncloud/core/l10n/fi_FI.js
share/owncloud/core/l10n/fi_FI.json
share/owncloud/core/l10n/fil.js
share/owncloud/core/l10n/fil.json
share/owncloud/core/l10n/fr.js
share/owncloud/core/l10n/fr.json
share/owncloud/core/l10n/fy_NL.js
share/owncloud/core/l10n/fy_NL.json
share/owncloud/core/l10n/gl.js
share/owncloud/core/l10n/gl.json
share/owncloud/core/l10n/gu.js
share/owncloud/core/l10n/gu.json
share/owncloud/core/l10n/he.js
share/owncloud/core/l10n/he.json
share/owncloud/core/l10n/hi.js
share/owncloud/core/l10n/hi.json
share/owncloud/core/l10n/hr.js
share/owncloud/core/l10n/hr.json
share/owncloud/core/l10n/hu_HU.js
share/owncloud/core/l10n/hu_HU.json
share/owncloud/core/l10n/hy.js
share/owncloud/core/l10n/hy.json
share/owncloud/core/l10n/ia.js
share/owncloud/core/l10n/ia.json
share/owncloud/core/l10n/id.js
share/owncloud/core/l10n/id.json
share/owncloud/core/l10n/io.js
share/owncloud/core/l10n/io.json
share/owncloud/core/l10n/is.js
share/owncloud/core/l10n/is.json
share/owncloud/core/l10n/it.js
share/owncloud/core/l10n/it.json
share/owncloud/core/l10n/ja.js
share/owncloud/core/l10n/ja.json
share/owncloud/core/l10n/jv.js
share/owncloud/core/l10n/jv.json
share/owncloud/core/l10n/ka_GE.js
share/owncloud/core/l10n/ka_GE.json
share/owncloud/core/l10n/km.js
share/owncloud/core/l10n/km.json
share/owncloud/core/l10n/kn.js
share/owncloud/core/l10n/kn.json
share/owncloud/core/l10n/ko.js
share/owncloud/core/l10n/ko.json
share/owncloud/core/l10n/ku_IQ.js
share/owncloud/core/l10n/ku_IQ.json
share/owncloud/core/l10n/lb.js
share/owncloud/core/l10n/lb.json
share/owncloud/core/l10n/lo.js
share/owncloud/core/l10n/lo.json
share/owncloud/core/l10n/lt_LT.js
share/owncloud/core/l10n/lt_LT.json
share/owncloud/core/l10n/lv.js
share/owncloud/core/l10n/lv.json
share/owncloud/core/l10n/mg.js
share/owncloud/core/l10n/mg.json
share/owncloud/core/l10n/mk.js
share/owncloud/core/l10n/mk.json
share/owncloud/core/l10n/ml.js
share/owncloud/core/l10n/ml.json
share/owncloud/core/l10n/ml_IN.js
share/owncloud/core/l10n/ml_IN.json
share/owncloud/core/l10n/mn.js
share/owncloud/core/l10n/mn.json
share/owncloud/core/l10n/mr.js
share/owncloud/core/l10n/mr.json
share/owncloud/core/l10n/ms_MY.js
share/owncloud/core/l10n/ms_MY.json
share/owncloud/core/l10n/mt_MT.js
share/owncloud/core/l10n/mt_MT.json
share/owncloud/core/l10n/my_MM.js
share/owncloud/core/l10n/my_MM.json
share/owncloud/core/l10n/nb_NO.js
share/owncloud/core/l10n/nb_NO.json
share/owncloud/core/l10n/nds.js
share/owncloud/core/l10n/nds.json
share/owncloud/core/l10n/nl.js
share/owncloud/core/l10n/nl.json
share/owncloud/core/l10n/nn_NO.js
share/owncloud/core/l10n/nn_NO.json
share/owncloud/core/l10n/nqo.js
share/owncloud/core/l10n/nqo.json
share/owncloud/core/l10n/oc.js
share/owncloud/core/l10n/oc.json
share/owncloud/core/l10n/pa.js
share/owncloud/core/l10n/pa.json
share/owncloud/core/l10n/pl.js
share/owncloud/core/l10n/pl.json
share/owncloud/core/l10n/pt_BR.js
share/owncloud/core/l10n/pt_BR.json
share/owncloud/core/l10n/pt_PT.js
share/owncloud/core/l10n/pt_PT.json
share/owncloud/core/l10n/ro.js
share/owncloud/core/l10n/ro.json
share/owncloud/core/l10n/ru.js
share/owncloud/core/l10n/ru.json
share/owncloud/core/l10n/si_LK.js
share/owncloud/core/l10n/si_LK.json
share/owncloud/core/l10n/sk_SK.js
share/owncloud/core/l10n/sk_SK.json
share/owncloud/core/l10n/sl.js
share/owncloud/core/l10n/sl.json
share/owncloud/core/l10n/sq.js
share/owncloud/core/l10n/sq.json
share/owncloud/core/l10n/sr.js
share/owncloud/core/l10n/sr.json
share/owncloud/core/l10n/sr@latin.js
share/owncloud/core/l10n/sr@latin.json
share/owncloud/core/l10n/su.js
share/owncloud/core/l10n/su.json
share/owncloud/core/l10n/sv.js
share/owncloud/core/l10n/sv.json
share/owncloud/core/l10n/sw_KE.js
share/owncloud/core/l10n/sw_KE.json
share/owncloud/core/l10n/ta_IN.js
share/owncloud/core/l10n/ta_IN.json
share/owncloud/core/l10n/ta_LK.js
share/owncloud/core/l10n/ta_LK.json
share/owncloud/core/l10n/te.js
share/owncloud/core/l10n/te.json
share/owncloud/core/l10n/tg_TJ.js
share/owncloud/core/l10n/tg_TJ.json
share/owncloud/core/l10n/th_TH.js
share/owncloud/core/l10n/th_TH.json
share/owncloud/core/l10n/tl_PH.js
share/owncloud/core/l10n/tl_PH.json
share/owncloud/core/l10n/tr.js
share/owncloud/core/l10n/tr.json
share/owncloud/core/l10n/tzm.js
share/owncloud/core/l10n/tzm.json
share/owncloud/core/l10n/ug.js
share/owncloud/core/l10n/ug.json
share/owncloud/core/l10n/uk.js
share/owncloud/core/l10n/uk.json
share/owncloud/core/l10n/ur_PK.js
share/owncloud/core/l10n/ur_PK.json
share/owncloud/core/l10n/vi.js
share/owncloud/core/l10n/vi.json
share/owncloud/core/l10n/xgettextfiles
share/owncloud/core/l10n/zh_CN.js
share/owncloud/core/l10n/zh_CN.json
share/owncloud/core/l10n/zh_HK.js
share/owncloud/core/l10n/zh_HK.json
share/owncloud/core/l10n/zh_TW.js
share/owncloud/core/l10n/zh_TW.json
share/owncloud/core/register_command.php
share/owncloud/core/routes.php
share/owncloud/core/search/ajax/search.php
share/owncloud/core/search/css/results.css
share/owncloud/core/search/js/search.js
share/owncloud/core/search/templates/part.results.html
share/owncloud/core/shipped.json
share/owncloud/core/signature.json
share/owncloud/core/skeleton/Documents/Example.odt
share/owncloud/core/skeleton/Photos/Paris.jpg
share/owncloud/core/skeleton/Photos/San Francisco.jpg
share/owncloud/core/skeleton/Photos/Squirrel.jpg
share/owncloud/core/skeleton/ownCloud Manual.pdf
share/owncloud/core/strings.php
share/owncloud/core/templates/403.php
share/owncloud/core/templates/404.php
share/owncloud/core/templates/altmail.php
share/owncloud/core/templates/error.php
share/owncloud/core/templates/exception.php
share/owncloud/core/templates/filepicker.html
share/owncloud/core/templates/filetemplates/template.html
share/owncloud/core/templates/filetemplates/template.odp
share/owncloud/core/templates/filetemplates/template.ods
share/owncloud/core/templates/filetemplates/template.odt
share/owncloud/core/templates/installation.php
share/owncloud/core/templates/internalaltmail.php
share/owncloud/core/templates/internalmail.php
share/owncloud/core/templates/layout.base.php
share/owncloud/core/templates/layout.guest.php
share/owncloud/core/templates/layout.noscript.warning.php
share/owncloud/core/templates/layout.user.php
share/owncloud/core/templates/login.php
share/owncloud/core/templates/lostpassword/email.php
share/owncloud/core/templates/lostpassword/resetpassword.php
share/owncloud/core/templates/mail.php
share/owncloud/core/templates/message.html
share/owncloud/core/templates/singleuser.user.php
share/owncloud/core/templates/tags.html
share/owncloud/core/templates/twofactorselectchallenge.php
share/owncloud/core/templates/twofactorshowchallenge.php
share/owncloud/core/templates/untrustedDomain.php
share/owncloud/core/templates/update.admin.php
share/owncloud/core/templates/update.use-cli.php
share/owncloud/core/templates/update.user.php
share/owncloud/core/vendor/.gitignore
share/owncloud/core/vendor/backbone/.bower.json
share/owncloud/core/vendor/backbone/LICENSE
share/owncloud/core/vendor/backbone/backbone.js
share/owncloud/core/vendor/base64/.bower.json
share/owncloud/core/vendor/base64/LICENSE
share/owncloud/core/vendor/base64/base64.js
share/owncloud/core/vendor/blueimp-md5/.bower.json
share/owncloud/core/vendor/blueimp-md5/js/md5.js
share/owncloud/core/vendor/bootstrap/js/tooltip.js
share/owncloud/core/vendor/davclient.js/LICENSE
share/owncloud/core/vendor/davclient.js/lib/client.js
share/owncloud/core/vendor/es6-promise/LICENSE
share/owncloud/core/vendor/es6-promise/dist/es6-promise.js
share/owncloud/core/vendor/handlebars/.bower.json
share/owncloud/core/vendor/handlebars/handlebars.js
share/owncloud/core/vendor/jcrop/.bower.json
share/owncloud/core/vendor/jcrop/MIT-LICENSE.txt
share/owncloud/core/vendor/jcrop/css/Jcrop.gif
share/owncloud/core/vendor/jcrop/css/jquery.Jcrop.css
share/owncloud/core/vendor/jcrop/js/jquery.Jcrop.js
share/owncloud/core/vendor/jquery-migrate/.bower.json
share/owncloud/core/vendor/jquery-migrate/jquery-migrate.js
share/owncloud/core/vendor/jquery-migrate/jquery-migrate.min.js
share/owncloud/core/vendor/jquery-ui/MIT-LICENSE.txt
share/owncloud/core/vendor/jquery-ui/themes/base/images/animated-overlay.gif
share/owncloud/core/vendor/jquery-ui/themes/base/images/ui-icons_222222_256x240.png
share/owncloud/core/vendor/jquery-ui/themes/base/jquery-ui.css
share/owncloud/core/vendor/jquery-ui/ui/jquery-ui.custom.js
share/owncloud/core/vendor/jquery/.bower.json
share/owncloud/core/vendor/jquery/MIT-LICENSE.txt
share/owncloud/core/vendor/jquery/dist/jquery.js
share/owncloud/core/vendor/jquery/dist/jquery.min.js
share/owncloud/core/vendor/jquery/dist/jquery.min.map
share/owncloud/core/vendor/jsTimezoneDetect/.bower.json
share/owncloud/core/vendor/jsTimezoneDetect/LICENCE.txt
share/owncloud/core/vendor/jsTimezoneDetect/jstz.js
share/owncloud/core/vendor/moment/.bower.json
share/owncloud/core/vendor/moment/LICENSE
share/owncloud/core/vendor/moment/min/moment-with-locales.js
share/owncloud/core/vendor/select2/.bower.json
share/owncloud/core/vendor/select2/LICENSE
share/owncloud/core/vendor/select2/select2-spinner.gif
share/owncloud/core/vendor/select2/select2.css
share/owncloud/core/vendor/select2/select2.js
share/owncloud/core/vendor/select2/select2.png
share/owncloud/core/vendor/select2/select2x2.png
share/owncloud/core/vendor/snapjs/.bower.json
share/owncloud/core/vendor/snapjs/dist/latest/snap.js
share/owncloud/core/vendor/strengthify/.bower.json
share/owncloud/core/vendor/strengthify/LICENSE
share/owncloud/core/vendor/strengthify/jquery.strengthify.js
share/owncloud/core/vendor/strengthify/strengthify.css
share/owncloud/core/vendor/underscore/.bower.json
share/owncloud/core/vendor/underscore/LICENSE
share/owncloud/core/vendor/underscore/underscore.js
share/owncloud/core/vendor/zxcvbn/.bower.json
share/owncloud/core/vendor/zxcvbn/LICENSE.txt
share/owncloud/core/vendor/zxcvbn/zxcvbn.js
share/owncloud/cron.php
share/owncloud/db_structure.xml
share/owncloud/index.html
share/owncloud/index.php
share/owncloud/l10n/.gitignore
share/owncloud/l10n/.tx/config
share/owncloud/l10n/l10n.pl
share/owncloud/l10n/rm-old.sh
share/owncloud/lib/autoloader.php
share/owncloud/lib/base.php
share/owncloud/lib/composer/autoload.php
share/owncloud/lib/composer/composer/ClassLoader.php
share/owncloud/lib/composer/composer/LICENSE
share/owncloud/lib/composer/composer/autoload_classmap.php
share/owncloud/lib/composer/composer/autoload_namespaces.php
share/owncloud/lib/composer/composer/autoload_psr4.php
share/owncloud/lib/composer/composer/autoload_real.php
share/owncloud/lib/composer/composer/installed.json
share/owncloud/lib/l10n/ach.js
share/owncloud/lib/l10n/ach.json
share/owncloud/lib/l10n/ady.js
share/owncloud/lib/l10n/ady.json
share/owncloud/lib/l10n/af_ZA.js
share/owncloud/lib/l10n/af_ZA.json
share/owncloud/lib/l10n/ak.js
share/owncloud/lib/l10n/ak.json
share/owncloud/lib/l10n/am_ET.js
share/owncloud/lib/l10n/am_ET.json
share/owncloud/lib/l10n/ar.js
share/owncloud/lib/l10n/ar.json
share/owncloud/lib/l10n/ast.js
share/owncloud/lib/l10n/ast.json
share/owncloud/lib/l10n/az.js
share/owncloud/lib/l10n/az.json
share/owncloud/lib/l10n/be.js
share/owncloud/lib/l10n/be.json
share/owncloud/lib/l10n/bg_BG.js
share/owncloud/lib/l10n/bg_BG.json
share/owncloud/lib/l10n/bn_BD.js
share/owncloud/lib/l10n/bn_BD.json
share/owncloud/lib/l10n/bn_IN.js
share/owncloud/lib/l10n/bn_IN.json
share/owncloud/lib/l10n/bs.js
share/owncloud/lib/l10n/bs.json
share/owncloud/lib/l10n/ca.js
share/owncloud/lib/l10n/ca.json
share/owncloud/lib/l10n/cs_CZ.js
share/owncloud/lib/l10n/cs_CZ.json
share/owncloud/lib/l10n/cy_GB.js
share/owncloud/lib/l10n/cy_GB.json
share/owncloud/lib/l10n/da.js
share/owncloud/lib/l10n/da.json
share/owncloud/lib/l10n/de.js
share/owncloud/lib/l10n/de.json
share/owncloud/lib/l10n/de_AT.js
share/owncloud/lib/l10n/de_AT.json
share/owncloud/lib/l10n/de_DE.js
share/owncloud/lib/l10n/de_DE.json
share/owncloud/lib/l10n/el.js
share/owncloud/lib/l10n/el.json
share/owncloud/lib/l10n/en_GB.js
share/owncloud/lib/l10n/en_GB.json
share/owncloud/lib/l10n/eo.js
share/owncloud/lib/l10n/eo.json
share/owncloud/lib/l10n/es.js
share/owncloud/lib/l10n/es.json
share/owncloud/lib/l10n/es_AR.js
share/owncloud/lib/l10n/es_AR.json
share/owncloud/lib/l10n/es_CL.js
share/owncloud/lib/l10n/es_CL.json
share/owncloud/lib/l10n/es_MX.js
share/owncloud/lib/l10n/es_MX.json
share/owncloud/lib/l10n/et_EE.js
share/owncloud/lib/l10n/et_EE.json
share/owncloud/lib/l10n/eu.js
share/owncloud/lib/l10n/eu.json
share/owncloud/lib/l10n/fa.js
share/owncloud/lib/l10n/fa.json
share/owncloud/lib/l10n/fi_FI.js
share/owncloud/lib/l10n/fi_FI.json
share/owncloud/lib/l10n/fil.js
share/owncloud/lib/l10n/fil.json
share/owncloud/lib/l10n/fr.js
share/owncloud/lib/l10n/fr.json
share/owncloud/lib/l10n/fy_NL.js
share/owncloud/lib/l10n/fy_NL.json
share/owncloud/lib/l10n/gl.js
share/owncloud/lib/l10n/gl.json
share/owncloud/lib/l10n/gu.js
share/owncloud/lib/l10n/gu.json
share/owncloud/lib/l10n/he.js
share/owncloud/lib/l10n/he.json
share/owncloud/lib/l10n/hi.js
share/owncloud/lib/l10n/hi.json
share/owncloud/lib/l10n/hr.js
share/owncloud/lib/l10n/hr.json
share/owncloud/lib/l10n/hu_HU.js
share/owncloud/lib/l10n/hu_HU.json
share/owncloud/lib/l10n/hy.js
share/owncloud/lib/l10n/hy.json
share/owncloud/lib/l10n/ia.js
share/owncloud/lib/l10n/ia.json
share/owncloud/lib/l10n/id.js
share/owncloud/lib/l10n/id.json
share/owncloud/lib/l10n/io.js
share/owncloud/lib/l10n/io.json
share/owncloud/lib/l10n/is.js
share/owncloud/lib/l10n/is.json
share/owncloud/lib/l10n/it.js
share/owncloud/lib/l10n/it.json
share/owncloud/lib/l10n/ja.js
share/owncloud/lib/l10n/ja.json
share/owncloud/lib/l10n/jv.js
share/owncloud/lib/l10n/jv.json
share/owncloud/lib/l10n/ka_GE.js
share/owncloud/lib/l10n/ka_GE.json
share/owncloud/lib/l10n/km.js
share/owncloud/lib/l10n/km.json
share/owncloud/lib/l10n/kn.js
share/owncloud/lib/l10n/kn.json
share/owncloud/lib/l10n/ko.js
share/owncloud/lib/l10n/ko.json
share/owncloud/lib/l10n/ku_IQ.js
share/owncloud/lib/l10n/ku_IQ.json
share/owncloud/lib/l10n/lb.js
share/owncloud/lib/l10n/lb.json
share/owncloud/lib/l10n/lo.js
share/owncloud/lib/l10n/lo.json
share/owncloud/lib/l10n/lt_LT.js
share/owncloud/lib/l10n/lt_LT.json
share/owncloud/lib/l10n/lv.js
share/owncloud/lib/l10n/lv.json
share/owncloud/lib/l10n/mg.js
share/owncloud/lib/l10n/mg.json
share/owncloud/lib/l10n/mk.js
share/owncloud/lib/l10n/mk.json
share/owncloud/lib/l10n/ml.js
share/owncloud/lib/l10n/ml.json
share/owncloud/lib/l10n/ml_IN.js
share/owncloud/lib/l10n/ml_IN.json
share/owncloud/lib/l10n/mn.js
share/owncloud/lib/l10n/mn.json
share/owncloud/lib/l10n/mr.js
share/owncloud/lib/l10n/mr.json
share/owncloud/lib/l10n/ms_MY.js
share/owncloud/lib/l10n/ms_MY.json
share/owncloud/lib/l10n/mt_MT.js
share/owncloud/lib/l10n/mt_MT.json
share/owncloud/lib/l10n/my_MM.js
share/owncloud/lib/l10n/my_MM.json
share/owncloud/lib/l10n/nb_NO.js
share/owncloud/lib/l10n/nb_NO.json
share/owncloud/lib/l10n/nds.js
share/owncloud/lib/l10n/nds.json
share/owncloud/lib/l10n/nl.js
share/owncloud/lib/l10n/nl.json
share/owncloud/lib/l10n/nn_NO.js
share/owncloud/lib/l10n/nn_NO.json
share/owncloud/lib/l10n/nqo.js
share/owncloud/lib/l10n/nqo.json
share/owncloud/lib/l10n/oc.js
share/owncloud/lib/l10n/oc.json
share/owncloud/lib/l10n/pa.js
share/owncloud/lib/l10n/pa.json
share/owncloud/lib/l10n/pl.js
share/owncloud/lib/l10n/pl.json
share/owncloud/lib/l10n/pt_BR.js
share/owncloud/lib/l10n/pt_BR.json
share/owncloud/lib/l10n/pt_PT.js
share/owncloud/lib/l10n/pt_PT.json
share/owncloud/lib/l10n/ro.js
share/owncloud/lib/l10n/ro.json
share/owncloud/lib/l10n/ru.js
share/owncloud/lib/l10n/ru.json
share/owncloud/lib/l10n/si_LK.js
share/owncloud/lib/l10n/si_LK.json
share/owncloud/lib/l10n/sk_SK.js
share/owncloud/lib/l10n/sk_SK.json
share/owncloud/lib/l10n/sl.js
share/owncloud/lib/l10n/sl.json
share/owncloud/lib/l10n/sq.js
share/owncloud/lib/l10n/sq.json
share/owncloud/lib/l10n/sr.js
share/owncloud/lib/l10n/sr.json
share/owncloud/lib/l10n/sr@latin.js
share/owncloud/lib/l10n/sr@latin.json
share/owncloud/lib/l10n/su.js
share/owncloud/lib/l10n/su.json
share/owncloud/lib/l10n/sv.js
share/owncloud/lib/l10n/sv.json
share/owncloud/lib/l10n/sw_KE.js
share/owncloud/lib/l10n/sw_KE.json
share/owncloud/lib/l10n/ta_IN.js
share/owncloud/lib/l10n/ta_IN.json
share/owncloud/lib/l10n/ta_LK.js
share/owncloud/lib/l10n/ta_LK.json
share/owncloud/lib/l10n/te.js
share/owncloud/lib/l10n/te.json
share/owncloud/lib/l10n/tg_TJ.js
share/owncloud/lib/l10n/tg_TJ.json
share/owncloud/lib/l10n/th_TH.js
share/owncloud/lib/l10n/th_TH.json
share/owncloud/lib/l10n/tl_PH.js
share/owncloud/lib/l10n/tl_PH.json
share/owncloud/lib/l10n/tr.js
share/owncloud/lib/l10n/tr.json
share/owncloud/lib/l10n/tzm.js
share/owncloud/lib/l10n/tzm.json
share/owncloud/lib/l10n/ug.js
share/owncloud/lib/l10n/ug.json
share/owncloud/lib/l10n/uk.js
share/owncloud/lib/l10n/uk.json
share/owncloud/lib/l10n/ur_PK.js
share/owncloud/lib/l10n/ur_PK.json
share/owncloud/lib/l10n/vi.js
share/owncloud/lib/l10n/vi.json
share/owncloud/lib/l10n/zh_CN.js
share/owncloud/lib/l10n/zh_CN.json
share/owncloud/lib/l10n/zh_HK.js
share/owncloud/lib/l10n/zh_HK.json
share/owncloud/lib/l10n/zh_TW.js
share/owncloud/lib/l10n/zh_TW.json
share/owncloud/lib/private/Activity/Event.php
share/owncloud/lib/private/Activity/Manager.php
share/owncloud/lib/private/AllConfig.php
share/owncloud/lib/private/App/AppManager.php
share/owncloud/lib/private/App/CodeChecker/AbstractCheck.php
share/owncloud/lib/private/App/CodeChecker/CodeChecker.php
share/owncloud/lib/private/App/CodeChecker/DeprecationCheck.php
share/owncloud/lib/private/App/CodeChecker/EmptyCheck.php
share/owncloud/lib/private/App/CodeChecker/ICheck.php
share/owncloud/lib/private/App/CodeChecker/InfoChecker.php
share/owncloud/lib/private/App/CodeChecker/NodeVisitor.php
share/owncloud/lib/private/App/CodeChecker/PrivateCheck.php
share/owncloud/lib/private/App/CodeChecker/StrongComparisonCheck.php
share/owncloud/lib/private/App/DependencyAnalyzer.php
share/owncloud/lib/private/App/InfoParser.php
share/owncloud/lib/private/App/Platform.php
share/owncloud/lib/private/App/PlatformRepository.php
share/owncloud/lib/private/AppConfig.php
share/owncloud/lib/private/AppFramework/App.php
share/owncloud/lib/private/AppFramework/Core/API.php
share/owncloud/lib/private/AppFramework/Db/Db.php
share/owncloud/lib/private/AppFramework/DependencyInjection/DIContainer.php
share/owncloud/lib/private/AppFramework/Http.php
share/owncloud/lib/private/AppFramework/Http/Dispatcher.php
share/owncloud/lib/private/AppFramework/Http/Output.php
share/owncloud/lib/private/AppFramework/Http/Request.php
share/owncloud/lib/private/AppFramework/Middleware/MiddlewareDispatcher.php
share/owncloud/lib/private/AppFramework/Middleware/Security/CORSMiddleware.php
share/owncloud/lib/private/AppFramework/Middleware/Security/Exceptions/AppNotEnabledException.php
share/owncloud/lib/private/AppFramework/Middleware/Security/Exceptions/CrossSiteRequestForgeryException.php
share/owncloud/lib/private/AppFramework/Middleware/Security/Exceptions/NotAdminException.php
share/owncloud/lib/private/AppFramework/Middleware/Security/Exceptions/NotLoggedInException.php
share/owncloud/lib/private/AppFramework/Middleware/Security/Exceptions/SecurityException.php
share/owncloud/lib/private/AppFramework/Middleware/Security/SecurityMiddleware.php
share/owncloud/lib/private/AppFramework/Middleware/SessionMiddleware.php
share/owncloud/lib/private/AppFramework/Routing/RouteActionHandler.php
share/owncloud/lib/private/AppFramework/Routing/RouteConfig.php
share/owncloud/lib/private/AppFramework/Utility/ControllerMethodReflector.php
share/owncloud/lib/private/AppFramework/Utility/SimpleContainer.php
share/owncloud/lib/private/AppFramework/Utility/TimeFactory.php
share/owncloud/lib/private/AppHelper.php
share/owncloud/lib/private/Archive/Archive.php
share/owncloud/lib/private/Archive/TAR.php
share/owncloud/lib/private/Archive/ZIP.php
share/owncloud/lib/private/Authentication/Exceptions/InvalidTokenException.php
share/owncloud/lib/private/Authentication/Exceptions/LoginRequiredException.php
share/owncloud/lib/private/Authentication/Exceptions/PasswordLoginForbiddenException.php
share/owncloud/lib/private/Authentication/Exceptions/PasswordlessTokenException.php
share/owncloud/lib/private/Authentication/Exceptions/TwoFactorAuthRequiredException.php
share/owncloud/lib/private/Authentication/Exceptions/UserAlreadyLoggedInException.php
share/owncloud/lib/private/Authentication/Token/DefaultToken.php
share/owncloud/lib/private/Authentication/Token/DefaultTokenCleanupJob.php
share/owncloud/lib/private/Authentication/Token/DefaultTokenMapper.php
share/owncloud/lib/private/Authentication/Token/DefaultTokenProvider.php
share/owncloud/lib/private/Authentication/Token/IProvider.php
share/owncloud/lib/private/Authentication/Token/IToken.php
share/owncloud/lib/private/Authentication/TwoFactorAuth/Manager.php
share/owncloud/lib/private/Avatar.php
share/owncloud/lib/private/AvatarManager.php
share/owncloud/lib/private/BackgroundJob/Job.php
share/owncloud/lib/private/BackgroundJob/JobList.php
share/owncloud/lib/private/BackgroundJob/Legacy/QueuedJob.php
share/owncloud/lib/private/BackgroundJob/Legacy/RegularJob.php
share/owncloud/lib/private/BackgroundJob/QueuedJob.php
share/owncloud/lib/private/BackgroundJob/TimedJob.php
share/owncloud/lib/private/Cache/CappedMemoryCache.php
share/owncloud/lib/private/Cache/File.php
share/owncloud/lib/private/CapabilitiesManager.php
share/owncloud/lib/private/Command/AsyncBus.php
share/owncloud/lib/private/Command/CallableJob.php
share/owncloud/lib/private/Command/ClosureJob.php
share/owncloud/lib/private/Command/CommandJob.php
share/owncloud/lib/private/Command/FileAccess.php
share/owncloud/lib/private/Command/QueueBus.php
share/owncloud/lib/private/Comments/Comment.php
share/owncloud/lib/private/Comments/Manager.php
share/owncloud/lib/private/Comments/ManagerFactory.php
share/owncloud/lib/private/Config.php
share/owncloud/lib/private/Console/Application.php
share/owncloud/lib/private/Console/TimestampFormatter.php
share/owncloud/lib/private/ContactsManager.php
share/owncloud/lib/private/DB/Adapter.php
share/owncloud/lib/private/DB/AdapterMySQL.php
share/owncloud/lib/private/DB/AdapterOCI8.php
share/owncloud/lib/private/DB/AdapterPgSql.php
share/owncloud/lib/private/DB/AdapterSqlite.php
share/owncloud/lib/private/DB/Connection.php
share/owncloud/lib/private/DB/ConnectionFactory.php
share/owncloud/lib/private/DB/MDB2SchemaManager.php
share/owncloud/lib/private/DB/MDB2SchemaReader.php
share/owncloud/lib/private/DB/MDB2SchemaWriter.php
share/owncloud/lib/private/DB/MigrationException.php
share/owncloud/lib/private/DB/Migrator.php
share/owncloud/lib/private/DB/MySQLMigrator.php
share/owncloud/lib/private/DB/NoCheckMigrator.php
share/owncloud/lib/private/DB/OCSqlitePlatform.php
share/owncloud/lib/private/DB/OracleConnection.php
share/owncloud/lib/private/DB/OracleMigrator.php
share/owncloud/lib/private/DB/PgSqlTools.php
share/owncloud/lib/private/DB/PostgreSqlMigrator.php
share/owncloud/lib/private/DB/QueryBuilder/CompositeExpression.php
share/owncloud/lib/private/DB/QueryBuilder/ExpressionBuilder/ExpressionBuilder.php
share/owncloud/lib/private/DB/QueryBuilder/ExpressionBuilder/MySqlExpressionBuilder.php
share/owncloud/lib/private/DB/QueryBuilder/ExpressionBuilder/OCIExpressionBuilder.php
share/owncloud/lib/private/DB/QueryBuilder/ExpressionBuilder/PgSqlExpressionBuilder.php
share/owncloud/lib/private/DB/QueryBuilder/Literal.php
share/owncloud/lib/private/DB/QueryBuilder/Parameter.php
share/owncloud/lib/private/DB/QueryBuilder/QueryBuilder.php
share/owncloud/lib/private/DB/QueryBuilder/QueryFunction.php
share/owncloud/lib/private/DB/QueryBuilder/QuoteHelper.php
share/owncloud/lib/private/DB/SQLiteMigrator.php
share/owncloud/lib/private/DB/SQLiteSessionInit.php
share/owncloud/lib/private/DatabaseException.php
share/owncloud/lib/private/DatabaseSetupException.php
share/owncloud/lib/private/DateTimeFormatter.php
share/owncloud/lib/private/DateTimeZone.php
share/owncloud/lib/private/Diagnostics/Event.php
share/owncloud/lib/private/Diagnostics/EventLogger.php
share/owncloud/lib/private/Diagnostics/NullEventLogger.php
share/owncloud/lib/private/Diagnostics/NullQueryLogger.php
share/owncloud/lib/private/Diagnostics/Query.php
share/owncloud/lib/private/Diagnostics/QueryLogger.php
share/owncloud/lib/private/Encryption/DecryptAll.php
share/owncloud/lib/private/Encryption/EncryptionWrapper.php
share/owncloud/lib/private/Encryption/Exceptions/DecryptionFailedException.php
share/owncloud/lib/private/Encryption/Exceptions/EmptyEncryptionDataException.php
share/owncloud/lib/private/Encryption/Exceptions/EncryptionFailedException.php
share/owncloud/lib/private/Encryption/Exceptions/EncryptionHeaderKeyExistsException.php
share/owncloud/lib/private/Encryption/Exceptions/EncryptionHeaderToLargeException.php
share/owncloud/lib/private/Encryption/Exceptions/ModuleAlreadyExistsException.php
share/owncloud/lib/private/Encryption/Exceptions/ModuleDoesNotExistsException.php
share/owncloud/lib/private/Encryption/Exceptions/UnknownCipherException.php
share/owncloud/lib/private/Encryption/File.php
share/owncloud/lib/private/Encryption/HookManager.php
share/owncloud/lib/private/Encryption/Keys/Storage.php
share/owncloud/lib/private/Encryption/Manager.php
share/owncloud/lib/private/Encryption/Update.php
share/owncloud/lib/private/Encryption/Util.php
share/owncloud/lib/private/Files/Cache/Cache.php
share/owncloud/lib/private/Files/Cache/CacheEntry.php
share/owncloud/lib/private/Files/Cache/FailedCache.php
share/owncloud/lib/private/Files/Cache/HomeCache.php
share/owncloud/lib/private/Files/Cache/HomePropagator.php
share/owncloud/lib/private/Files/Cache/MoveFromCacheTrait.php
share/owncloud/lib/private/Files/Cache/Propagator.php
share/owncloud/lib/private/Files/Cache/Scanner.php
share/owncloud/lib/private/Files/Cache/Storage.php
share/owncloud/lib/private/Files/Cache/Updater.php
share/owncloud/lib/private/Files/Cache/Watcher.php
share/owncloud/lib/private/Files/Cache/Wrapper/CacheJail.php
share/owncloud/lib/private/Files/Cache/Wrapper/CachePermissionsMask.php
share/owncloud/lib/private/Files/Cache/Wrapper/CacheWrapper.php
share/owncloud/lib/private/Files/Config/CachedMountInfo.php
share/owncloud/lib/private/Files/Config/LazyStorageMountInfo.php
share/owncloud/lib/private/Files/Config/MountProviderCollection.php
share/owncloud/lib/private/Files/Config/UserMountCache.php
share/owncloud/lib/private/Files/Config/UserMountCacheListener.php
share/owncloud/lib/private/Files/FileInfo.php
share/owncloud/lib/private/Files/Filesystem.php
share/owncloud/lib/private/Files/Mount/CacheMountProvider.php
share/owncloud/lib/private/Files/Mount/LocalHomeMountProvider.php
share/owncloud/lib/private/Files/Mount/Manager.php
share/owncloud/lib/private/Files/Mount/MountPoint.php
share/owncloud/lib/private/Files/Mount/MoveableMount.php
share/owncloud/lib/private/Files/Mount/ObjectHomeMountProvider.php
share/owncloud/lib/private/Files/Node/File.php
share/owncloud/lib/private/Files/Node/Folder.php
share/owncloud/lib/private/Files/Node/HookConnector.php
share/owncloud/lib/private/Files/Node/LazyRoot.php
share/owncloud/lib/private/Files/Node/Node.php
share/owncloud/lib/private/Files/Node/NonExistingFile.php
share/owncloud/lib/private/Files/Node/NonExistingFolder.php
share/owncloud/lib/private/Files/Node/Root.php
share/owncloud/lib/private/Files/ObjectStore/HomeObjectStoreStorage.php
share/owncloud/lib/private/Files/ObjectStore/Mapper.php
share/owncloud/lib/private/Files/ObjectStore/NoopScanner.php
share/owncloud/lib/private/Files/ObjectStore/ObjectStoreStorage.php
share/owncloud/lib/private/Files/ObjectStore/Swift.php
share/owncloud/lib/private/Files/Storage/Common.php
share/owncloud/lib/private/Files/Storage/CommonTest.php
share/owncloud/lib/private/Files/Storage/DAV.php
share/owncloud/lib/private/Files/Storage/FailedStorage.php
share/owncloud/lib/private/Files/Storage/Flysystem.php
share/owncloud/lib/private/Files/Storage/Home.php
share/owncloud/lib/private/Files/Storage/Local.php
share/owncloud/lib/private/Files/Storage/LocalTempFileTrait.php
share/owncloud/lib/private/Files/Storage/PolyFill/CopyDirectory.php
share/owncloud/lib/private/Files/Storage/Storage.php
share/owncloud/lib/private/Files/Storage/StorageFactory.php
share/owncloud/lib/private/Files/Storage/Temporary.php
share/owncloud/lib/private/Files/Storage/Wrapper/Availability.php
share/owncloud/lib/private/Files/Storage/Wrapper/Encoding.php
share/owncloud/lib/private/Files/Storage/Wrapper/Encryption.php
share/owncloud/lib/private/Files/Storage/Wrapper/Jail.php
share/owncloud/lib/private/Files/Storage/Wrapper/PermissionsMask.php
share/owncloud/lib/private/Files/Storage/Wrapper/Quota.php
share/owncloud/lib/private/Files/Storage/Wrapper/Wrapper.php
share/owncloud/lib/private/Files/Stream/Close.php
share/owncloud/lib/private/Files/Stream/Dir.php
share/owncloud/lib/private/Files/Stream/Encryption.php
share/owncloud/lib/private/Files/Stream/OC.php
share/owncloud/lib/private/Files/Stream/Quota.php
share/owncloud/lib/private/Files/Stream/StaticStream.php
share/owncloud/lib/private/Files/Type/Detection.php
share/owncloud/lib/private/Files/Type/Loader.php
share/owncloud/lib/private/Files/Type/TemplateManager.php
share/owncloud/lib/private/Files/Utils/Scanner.php
share/owncloud/lib/private/Files/View.php
share/owncloud/lib/private/ForbiddenException.php
share/owncloud/lib/private/Group/Backend.php
share/owncloud/lib/private/Group/Database.php
share/owncloud/lib/private/Group/Group.php
share/owncloud/lib/private/Group/Manager.php
share/owncloud/lib/private/Group/MetaData.php
share/owncloud/lib/private/HTTPHelper.php
share/owncloud/lib/private/HintException.php
share/owncloud/lib/private/Hooks/BasicEmitter.php
share/owncloud/lib/private/Hooks/Emitter.php
share/owncloud/lib/private/Hooks/EmitterTrait.php
share/owncloud/lib/private/Hooks/ForwardingEmitter.php
share/owncloud/lib/private/Hooks/LegacyEmitter.php
share/owncloud/lib/private/Hooks/PublicEmitter.php
share/owncloud/lib/private/Http/Client/Client.php
share/owncloud/lib/private/Http/Client/ClientService.php
share/owncloud/lib/private/Http/Client/Response.php
share/owncloud/lib/private/Installer.php
share/owncloud/lib/private/IntegrityCheck/Checker.php
share/owncloud/lib/private/IntegrityCheck/Exceptions/InvalidSignatureException.php
share/owncloud/lib/private/IntegrityCheck/Helpers/AppLocator.php
share/owncloud/lib/private/IntegrityCheck/Helpers/EnvironmentHelper.php
share/owncloud/lib/private/IntegrityCheck/Helpers/FileAccessHelper.php
share/owncloud/lib/private/IntegrityCheck/Iterator/ExcludeFileByNameFilterIterator.php
share/owncloud/lib/private/IntegrityCheck/Iterator/ExcludeFoldersByPathFilterIterator.php
share/owncloud/lib/private/L10N/Factory.php
share/owncloud/lib/private/L10N/L10N.php
share/owncloud/lib/private/LargeFileHelper.php
share/owncloud/lib/private/Lock/AbstractLockingProvider.php
share/owncloud/lib/private/Lock/DBLockingProvider.php
share/owncloud/lib/private/Lock/MemcacheLockingProvider.php
share/owncloud/lib/private/Lock/NoopLockingProvider.php
share/owncloud/lib/private/Log.php
share/owncloud/lib/private/Log/ErrorHandler.php
share/owncloud/lib/private/Log/Errorlog.php
share/owncloud/lib/private/Log/Owncloud.php
share/owncloud/lib/private/Log/Rotate.php
share/owncloud/lib/private/Log/Syslog.php
share/owncloud/lib/private/Mail/Mailer.php
share/owncloud/lib/private/Mail/Message.php
share/owncloud/lib/private/Memcache/APC.php
share/owncloud/lib/private/Memcache/APCu.php
share/owncloud/lib/private/Memcache/ArrayCache.php
share/owncloud/lib/private/Memcache/CADTrait.php
share/owncloud/lib/private/Memcache/CASTrait.php
share/owncloud/lib/private/Memcache/Cache.php
share/owncloud/lib/private/Memcache/Factory.php
share/owncloud/lib/private/Memcache/Memcached.php
share/owncloud/lib/private/Memcache/NullCache.php
share/owncloud/lib/private/Memcache/Redis.php
share/owncloud/lib/private/Memcache/XCache.php
share/owncloud/lib/private/Migration/BackgroundRepair.php
share/owncloud/lib/private/NaturalSort.php
share/owncloud/lib/private/NaturalSort_DefaultCollator.php
share/owncloud/lib/private/NavigationManager.php
share/owncloud/lib/private/NeedsUpdateException.php
share/owncloud/lib/private/NotSquareException.php
share/owncloud/lib/private/Notification/Action.php
share/owncloud/lib/private/Notification/Manager.php
share/owncloud/lib/private/Notification/Notification.php
share/owncloud/lib/private/OCS/Cloud.php
share/owncloud/lib/private/OCS/Config.php
share/owncloud/lib/private/OCS/CoreCapabilities.php
share/owncloud/lib/private/OCS/Exception.php
share/owncloud/lib/private/OCS/Person.php
share/owncloud/lib/private/OCS/PrivateData.php
share/owncloud/lib/private/OCS/Provider.php
share/owncloud/lib/private/OCS/Result.php
share/owncloud/lib/private/OCSClient.php
share/owncloud/lib/private/Preview.php
share/owncloud/lib/private/Preview/BMP.php
share/owncloud/lib/private/Preview/Bitmap.php
share/owncloud/lib/private/Preview/Font.php
share/owncloud/lib/private/Preview/GIF.php
share/owncloud/lib/private/Preview/Illustrator.php
share/owncloud/lib/private/Preview/Image.php
share/owncloud/lib/private/Preview/JPEG.php
share/owncloud/lib/private/Preview/MP3.php
share/owncloud/lib/private/Preview/MSOffice2003.php
share/owncloud/lib/private/Preview/MSOffice2007.php
share/owncloud/lib/private/Preview/MSOfficeDoc.php
share/owncloud/lib/private/Preview/MarkDown.php
share/owncloud/lib/private/Preview/Movie.php
share/owncloud/lib/private/Preview/Office.php
share/owncloud/lib/private/Preview/OpenDocument.php
share/owncloud/lib/private/Preview/PDF.php
share/owncloud/lib/private/Preview/PNG.php
share/owncloud/lib/private/Preview/Photoshop.php
share/owncloud/lib/private/Preview/Postscript.php
share/owncloud/lib/private/Preview/Provider.php
share/owncloud/lib/private/Preview/SVG.php
share/owncloud/lib/private/Preview/StarOffice.php
share/owncloud/lib/private/Preview/TIFF.php
share/owncloud/lib/private/Preview/TXT.php
share/owncloud/lib/private/Preview/XBitmap.php
share/owncloud/lib/private/PreviewManager.php
share/owncloud/lib/private/RedisFactory.php
share/owncloud/lib/private/Repair.php
share/owncloud/lib/private/Repair/AssetCache.php
share/owncloud/lib/private/Repair/AvatarPermissions.php
share/owncloud/lib/private/Repair/CleanTags.php
share/owncloud/lib/private/Repair/Collation.php
share/owncloud/lib/private/Repair/DropOldJobs.php
share/owncloud/lib/private/Repair/DropOldTables.php
share/owncloud/lib/private/Repair/FillETags.php
share/owncloud/lib/private/Repair/InnoDB.php
share/owncloud/lib/private/Repair/OldGroupMembershipShares.php
share/owncloud/lib/private/Repair/Preview.php
share/owncloud/lib/private/Repair/RemoveGetETagEntries.php
share/owncloud/lib/private/Repair/RemoveOldShares.php
share/owncloud/lib/private/Repair/RemoveRootShares.php
share/owncloud/lib/private/Repair/RepairInvalidShares.php
share/owncloud/lib/private/Repair/RepairLegacyStorages.php
share/owncloud/lib/private/Repair/RepairMimeTypes.php
share/owncloud/lib/private/Repair/RepairUnmergedShares.php
share/owncloud/lib/private/Repair/SearchLuceneTables.php
share/owncloud/lib/private/Repair/SharePropagation.php
share/owncloud/lib/private/Repair/SqliteAutoincrement.php
share/owncloud/lib/private/Repair/UpdateCertificateStore.php
share/owncloud/lib/private/Repair/UpdateOutdatedOcsIds.php
share/owncloud/lib/private/RepairException.php
share/owncloud/lib/private/Route/CachingRouter.php
share/owncloud/lib/private/Route/Route.php
share/owncloud/lib/private/Route/Router.php
share/owncloud/lib/private/Search.php
share/owncloud/lib/private/Search/Provider/File.php
share/owncloud/lib/private/Search/Result/Audio.php
share/owncloud/lib/private/Search/Result/File.php
share/owncloud/lib/private/Search/Result/Folder.php
share/owncloud/lib/private/Search/Result/Image.php
share/owncloud/lib/private/Security/CSP/ContentSecurityPolicy.php
share/owncloud/lib/private/Security/CSP/ContentSecurityPolicyManager.php
share/owncloud/lib/private/Security/CSRF/CsrfToken.php
share/owncloud/lib/private/Security/CSRF/CsrfTokenGenerator.php
share/owncloud/lib/private/Security/CSRF/CsrfTokenManager.php
share/owncloud/lib/private/Security/CSRF/TokenStorage/SessionStorage.php
share/owncloud/lib/private/Security/Certificate.php
share/owncloud/lib/private/Security/CertificateManager.php
share/owncloud/lib/private/Security/CredentialsManager.php
share/owncloud/lib/private/Security/Crypto.php
share/owncloud/lib/private/Security/Hasher.php
share/owncloud/lib/private/Security/SecureRandom.php
share/owncloud/lib/private/Security/TrustedDomainHelper.php
share/owncloud/lib/private/Server.php
share/owncloud/lib/private/ServerContainer.php
share/owncloud/lib/private/ServerNotAvailableException.php
share/owncloud/lib/private/ServiceUnavailableException.php
share/owncloud/lib/private/Session/CryptoSessionData.php
share/owncloud/lib/private/Session/CryptoWrapper.php
share/owncloud/lib/private/Session/Internal.php
share/owncloud/lib/private/Session/Memory.php
share/owncloud/lib/private/Session/Session.php
share/owncloud/lib/private/Setup.php
share/owncloud/lib/private/Setup/AbstractDatabase.php
share/owncloud/lib/private/Setup/MySQL.php
share/owncloud/lib/private/Setup/OCI.php
share/owncloud/lib/private/Setup/PostgreSQL.php
share/owncloud/lib/private/Setup/Sqlite.php
share/owncloud/lib/private/Share/Constants.php
share/owncloud/lib/private/Share/Helper.php
share/owncloud/lib/private/Share/MailNotifications.php
share/owncloud/lib/private/Share/SearchResultSorter.php
share/owncloud/lib/private/Share/Share.php
share/owncloud/lib/private/Share20/DefaultShareProvider.php
share/owncloud/lib/private/Share20/Exception/BackendError.php
share/owncloud/lib/private/Share20/Exception/InvalidShare.php
share/owncloud/lib/private/Share20/Exception/ProviderException.php
share/owncloud/lib/private/Share20/Hooks.php
share/owncloud/lib/private/Share20/Manager.php
share/owncloud/lib/private/Share20/ProviderFactory.php
share/owncloud/lib/private/Share20/Share.php
share/owncloud/lib/private/Streamer.php
share/owncloud/lib/private/SubAdmin.php
share/owncloud/lib/private/SystemConfig.php
share/owncloud/lib/private/SystemTag/ManagerFactory.php
share/owncloud/lib/private/SystemTag/SystemTag.php
share/owncloud/lib/private/SystemTag/SystemTagManager.php
share/owncloud/lib/private/SystemTag/SystemTagObjectMapper.php
share/owncloud/lib/private/TagManager.php
share/owncloud/lib/private/Tagging/Tag.php
share/owncloud/lib/private/Tagging/TagMapper.php
share/owncloud/lib/private/Tags.php
share/owncloud/lib/private/TempManager.php
share/owncloud/lib/private/Template/Base.php
share/owncloud/lib/private/Template/CSSResourceLocator.php
share/owncloud/lib/private/Template/JSResourceLocator.php
share/owncloud/lib/private/Template/ResourceLocator.php
share/owncloud/lib/private/Template/ResourceNotFoundException.php
share/owncloud/lib/private/Template/TemplateFileLocator.php
share/owncloud/lib/private/TemplateLayout.php
share/owncloud/lib/private/URLGenerator.php
share/owncloud/lib/private/Updater.php
share/owncloud/lib/private/Updater/VersionCheck.php
share/owncloud/lib/private/User/Backend.php
share/owncloud/lib/private/User/Database.php
share/owncloud/lib/private/User/LoginException.php
share/owncloud/lib/private/User/Manager.php
share/owncloud/lib/private/User/NoUserException.php
share/owncloud/lib/private/User/Session.php
share/owncloud/lib/private/User/User.php
share/owncloud/lib/private/legacy/api.php
share/owncloud/lib/private/legacy/app.php
share/owncloud/lib/private/legacy/db.php
share/owncloud/lib/private/legacy/db/statementwrapper.php
share/owncloud/lib/private/legacy/defaults.php
share/owncloud/lib/private/legacy/eventsource.php
share/owncloud/lib/private/legacy/filechunking.php
share/owncloud/lib/private/legacy/files.php
share/owncloud/lib/private/legacy/group.php
share/owncloud/lib/private/legacy/group/backend.php
share/owncloud/lib/private/legacy/group/database.php
share/owncloud/lib/private/legacy/group/example.php
share/owncloud/lib/private/legacy/group/interface.php
share/owncloud/lib/private/legacy/helper.php
share/owncloud/lib/private/legacy/hook.php
share/owncloud/lib/private/legacy/image.php
share/owncloud/lib/private/legacy/json.php
share/owncloud/lib/private/legacy/l10n.php
share/owncloud/lib/private/legacy/l10n/string.php
share/owncloud/lib/private/legacy/ocs.php
share/owncloud/lib/private/legacy/ocs/cloud.php
share/owncloud/lib/private/legacy/ocs/config.php
share/owncloud/lib/private/legacy/ocs/person.php
share/owncloud/lib/private/legacy/ocs/privatedata.php
share/owncloud/lib/private/legacy/ocs/result.php
share/owncloud/lib/private/legacy/response.php
share/owncloud/lib/private/legacy/template.php
share/owncloud/lib/private/legacy/template/functions.php
share/owncloud/lib/private/legacy/user.php
share/owncloud/lib/private/legacy/user/backend.php
share/owncloud/lib/private/legacy/user/interface.php
share/owncloud/lib/private/legacy/util.php
share/owncloud/lib/public/API.php
share/owncloud/lib/public/Activity/IConsumer.php
share/owncloud/lib/public/Activity/IEvent.php
share/owncloud/lib/public/Activity/IExtension.php
share/owncloud/lib/public/Activity/IManager.php
share/owncloud/lib/public/App.php
share/owncloud/lib/public/App/IAppManager.php
share/owncloud/lib/public/App/ManagerEvent.php
share/owncloud/lib/public/AppFramework/ApiController.php
share/owncloud/lib/public/AppFramework/App.php
share/owncloud/lib/public/AppFramework/Controller.php
share/owncloud/lib/public/AppFramework/Db/DoesNotExistException.php
share/owncloud/lib/public/AppFramework/Db/Entity.php
share/owncloud/lib/public/AppFramework/Db/Mapper.php
share/owncloud/lib/public/AppFramework/Db/MultipleObjectsReturnedException.php
share/owncloud/lib/public/AppFramework/Http.php
share/owncloud/lib/public/AppFramework/Http/ContentSecurityPolicy.php
share/owncloud/lib/public/AppFramework/Http/DataDisplayResponse.php
share/owncloud/lib/public/AppFramework/Http/DataDownloadResponse.php
share/owncloud/lib/public/AppFramework/Http/DataResponse.php
share/owncloud/lib/public/AppFramework/Http/DownloadResponse.php
share/owncloud/lib/public/AppFramework/Http/EmptyContentSecurityPolicy.php
share/owncloud/lib/public/AppFramework/Http/ICallbackResponse.php
share/owncloud/lib/public/AppFramework/Http/IOutput.php
share/owncloud/lib/public/AppFramework/Http/JSONResponse.php
share/owncloud/lib/public/AppFramework/Http/NotFoundResponse.php
share/owncloud/lib/public/AppFramework/Http/OCSResponse.php
share/owncloud/lib/public/AppFramework/Http/RedirectResponse.php
share/owncloud/lib/public/AppFramework/Http/Response.php
share/owncloud/lib/public/AppFramework/Http/StreamResponse.php
share/owncloud/lib/public/AppFramework/Http/TemplateResponse.php
share/owncloud/lib/public/AppFramework/IApi.php
share/owncloud/lib/public/AppFramework/IAppContainer.php
share/owncloud/lib/public/AppFramework/Middleware.php
share/owncloud/lib/public/AppFramework/OCSController.php
share/owncloud/lib/public/AppFramework/QueryException.php
share/owncloud/lib/public/AppFramework/Utility/IControllerMethodReflector.php
share/owncloud/lib/public/AppFramework/Utility/ITimeFactory.php
share/owncloud/lib/public/Authentication/IApacheBackend.php
share/owncloud/lib/public/Authentication/TwoFactorAuth/IProvider.php
share/owncloud/lib/public/AutoloadNotAllowedException.php
share/owncloud/lib/public/BackgroundJob.php
share/owncloud/lib/public/BackgroundJob/IJob.php
share/owncloud/lib/public/BackgroundJob/IJobList.php
share/owncloud/lib/public/Capabilities/ICapability.php
share/owncloud/lib/public/Command/IBus.php
share/owncloud/lib/public/Command/ICommand.php
share/owncloud/lib/public/Comments/CommentsEntityEvent.php
share/owncloud/lib/public/Comments/CommentsEvent.php
share/owncloud/lib/public/Comments/IComment.php
share/owncloud/lib/public/Comments/ICommentsManager.php
share/owncloud/lib/public/Comments/ICommentsManagerFactory.php
share/owncloud/lib/public/Comments/IllegalIDChangeException.php
share/owncloud/lib/public/Comments/MessageTooLongException.php
share/owncloud/lib/public/Comments/NotFoundException.php
share/owncloud/lib/public/Config.php
share/owncloud/lib/public/Console/ConsoleEvent.php
share/owncloud/lib/public/Constants.php
share/owncloud/lib/public/Contacts.php
share/owncloud/lib/public/Contacts/IManager.php
share/owncloud/lib/public/DB.php
share/owncloud/lib/public/DB/QueryBuilder/ICompositeExpression.php
share/owncloud/lib/public/DB/QueryBuilder/IExpressionBuilder.php
share/owncloud/lib/public/DB/QueryBuilder/ILiteral.php
share/owncloud/lib/public/DB/QueryBuilder/IParameter.php
share/owncloud/lib/public/DB/QueryBuilder/IQueryBuilder.php
share/owncloud/lib/public/DB/QueryBuilder/IQueryFunction.php
share/owncloud/lib/public/Defaults.php
share/owncloud/lib/public/Diagnostics/IEvent.php
share/owncloud/lib/public/Diagnostics/IEventLogger.php
share/owncloud/lib/public/Diagnostics/IQuery.php
share/owncloud/lib/public/Diagnostics/IQueryLogger.php
share/owncloud/lib/public/Encryption/Exceptions/GenericEncryptionException.php
share/owncloud/lib/public/Encryption/IEncryptionModule.php
share/owncloud/lib/public/Encryption/IFile.php
share/owncloud/lib/public/Encryption/IManager.php
share/owncloud/lib/public/Encryption/Keys/IStorage.php
share/owncloud/lib/public/Files.php
share/owncloud/lib/public/Files/AlreadyExistsException.php
share/owncloud/lib/public/Files/Cache/ICache.php
share/owncloud/lib/public/Files/Cache/ICacheEntry.php
share/owncloud/lib/public/Files/Cache/IPropagator.php
share/owncloud/lib/public/Files/Cache/IScanner.php
share/owncloud/lib/public/Files/Cache/IUpdater.php
share/owncloud/lib/public/Files/Cache/IWatcher.php
share/owncloud/lib/public/Files/Config/ICachedMountInfo.php
share/owncloud/lib/public/Files/Config/IHomeMountProvider.php
share/owncloud/lib/public/Files/Config/IMountProvider.php
share/owncloud/lib/public/Files/Config/IMountProviderCollection.php
share/owncloud/lib/public/Files/Config/IUserMountCache.php
share/owncloud/lib/public/Files/EntityTooLargeException.php
share/owncloud/lib/public/Files/File.php
share/owncloud/lib/public/Files/FileInfo.php
share/owncloud/lib/public/Files/FileNameTooLongException.php
share/owncloud/lib/public/Files/Folder.php
share/owncloud/lib/public/Files/ForbiddenException.php
share/owncloud/lib/public/Files/IHomeStorage.php
share/owncloud/lib/public/Files/IMimeTypeDetector.php
share/owncloud/lib/public/Files/IMimeTypeLoader.php
share/owncloud/lib/public/Files/IRootFolder.php
share/owncloud/lib/public/Files/InvalidCharacterInPathException.php
share/owncloud/lib/public/Files/InvalidContentException.php
share/owncloud/lib/public/Files/InvalidPathException.php
share/owncloud/lib/public/Files/LockNotAcquiredException.php
share/owncloud/lib/public/Files/Mount/IMountManager.php
share/owncloud/lib/public/Files/Mount/IMountPoint.php
share/owncloud/lib/public/Files/Node.php
share/owncloud/lib/public/Files/NotEnoughSpaceException.php
share/owncloud/lib/public/Files/NotFoundException.php
share/owncloud/lib/public/Files/NotPermittedException.php
share/owncloud/lib/public/Files/ObjectStore/IObjectStore.php
share/owncloud/lib/public/Files/ReservedWordException.php
share/owncloud/lib/public/Files/Storage.php
share/owncloud/lib/public/Files/Storage/ILockingStorage.php
share/owncloud/lib/public/Files/Storage/IStorage.php
share/owncloud/lib/public/Files/Storage/IStorageFactory.php
share/owncloud/lib/public/Files/StorageAuthException.php
share/owncloud/lib/public/Files/StorageBadConfigException.php
share/owncloud/lib/public/Files/StorageConnectionException.php
share/owncloud/lib/public/Files/StorageInvalidException.php
share/owncloud/lib/public/Files/StorageNotAvailableException.php
share/owncloud/lib/public/Files/StorageTimeoutException.php
share/owncloud/lib/public/Files/UnseekableException.php
share/owncloud/lib/public/GroupInterface.php
share/owncloud/lib/public/Http/Client/IClient.php
share/owncloud/lib/public/Http/Client/IClientService.php
share/owncloud/lib/public/Http/Client/IResponse.php
share/owncloud/lib/public/IAddressBook.php
share/owncloud/lib/public/IAppConfig.php
share/owncloud/lib/public/IAvatar.php
share/owncloud/lib/public/IAvatarManager.php
share/owncloud/lib/public/ICache.php
share/owncloud/lib/public/ICacheFactory.php
share/owncloud/lib/public/ICertificate.php
share/owncloud/lib/public/ICertificateManager.php
share/owncloud/lib/public/IConfig.php
share/owncloud/lib/public/IContainer.php
share/owncloud/lib/public/IDBConnection.php
share/owncloud/lib/public/IDateTimeFormatter.php
share/owncloud/lib/public/IDateTimeZone.php
share/owncloud/lib/public/IDb.php
share/owncloud/lib/public/IEventSource.php
share/owncloud/lib/public/IGroup.php
share/owncloud/lib/public/IGroupManager.php
share/owncloud/lib/public/IHelper.php
share/owncloud/lib/public/IImage.php
share/owncloud/lib/public/IL10N.php
share/owncloud/lib/public/ILogger.php
share/owncloud/lib/public/IMemcache.php
share/owncloud/lib/public/IMemcacheTTL.php
share/owncloud/lib/public/INavigationManager.php
share/owncloud/lib/public/IPreview.php
share/owncloud/lib/public/IRequest.php
share/owncloud/lib/public/ISearch.php
share/owncloud/lib/public/IServerContainer.php
share/owncloud/lib/public/ISession.php
share/owncloud/lib/public/ITagManager.php
share/owncloud/lib/public/ITags.php
share/owncloud/lib/public/ITempManager.php
share/owncloud/lib/public/IURLGenerator.php
share/owncloud/lib/public/IUser.php
share/owncloud/lib/public/IUserBackend.php
share/owncloud/lib/public/IUserManager.php
share/owncloud/lib/public/IUserSession.php
share/owncloud/lib/public/Image.php
share/owncloud/lib/public/JSON.php
share/owncloud/lib/public/L10N/IFactory.php
share/owncloud/lib/public/Lock/ILockingProvider.php
share/owncloud/lib/public/Lock/LockedException.php
share/owncloud/lib/public/Mail/IMailer.php
share/owncloud/lib/public/Migration/IOutput.php
share/owncloud/lib/public/Migration/IRepairStep.php
share/owncloud/lib/public/Notification/IAction.php
share/owncloud/lib/public/Notification/IApp.php
share/owncloud/lib/public/Notification/IManager.php
share/owncloud/lib/public/Notification/INotification.php
share/owncloud/lib/public/Notification/INotifier.php
share/owncloud/lib/public/PreConditionNotMetException.php
share/owncloud/lib/public/Preview/IProvider.php
share/owncloud/lib/public/Response.php
share/owncloud/lib/public/Route/IRoute.php
share/owncloud/lib/public/Route/IRouter.php
share/owncloud/lib/public/SabrePluginEvent.php
share/owncloud/lib/public/SabrePluginException.php
share/owncloud/lib/public/Search/PagedProvider.php
share/owncloud/lib/public/Search/Provider.php
share/owncloud/lib/public/Search/Result.php
share/owncloud/lib/public/Security/IContentSecurityPolicyManager.php
share/owncloud/lib/public/Security/ICredentialsManager.php
share/owncloud/lib/public/Security/ICrypto.php
share/owncloud/lib/public/Security/IHasher.php
share/owncloud/lib/public/Security/ISecureRandom.php
share/owncloud/lib/public/Security/StringUtils.php
share/owncloud/lib/public/Session/Exceptions/SessionNotAvailableException.php
share/owncloud/lib/public/Share.php
share/owncloud/lib/public/Share/Exceptions/GenericShareException.php
share/owncloud/lib/public/Share/Exceptions/IllegalIDChangeException.php
share/owncloud/lib/public/Share/Exceptions/ShareNotFound.php
share/owncloud/lib/public/Share/IManager.php
share/owncloud/lib/public/Share/IProviderFactory.php
share/owncloud/lib/public/Share/IShare.php
share/owncloud/lib/public/Share/IShareProvider.php
share/owncloud/lib/public/Share_Backend.php
share/owncloud/lib/public/Share_Backend_Collection.php
share/owncloud/lib/public/Share_Backend_File_Dependent.php
share/owncloud/lib/public/SystemTag/ISystemTag.php
share/owncloud/lib/public/SystemTag/ISystemTagManager.php
share/owncloud/lib/public/SystemTag/ISystemTagManagerFactory.php
share/owncloud/lib/public/SystemTag/ISystemTagObjectMapper.php
share/owncloud/lib/public/SystemTag/ManagerEvent.php
share/owncloud/lib/public/SystemTag/MapperEvent.php
share/owncloud/lib/public/SystemTag/TagAlreadyExistsException.php
share/owncloud/lib/public/SystemTag/TagNotFoundException.php
share/owncloud/lib/public/Template.php
share/owncloud/lib/public/User.php
share/owncloud/lib/public/UserInterface.php
share/owncloud/lib/public/Util.php
share/owncloud/occ
share/owncloud/ocs-provider/index.php
share/owncloud/ocs/providers.php
share/owncloud/ocs/routes.php
share/owncloud/ocs/v1.php
share/owncloud/ocs/v2.php
share/owncloud/public.php
share/owncloud/remote.php
share/owncloud/resources/codesigning/core.crt
share/owncloud/resources/codesigning/intermediate.crl.pem
share/owncloud/resources/codesigning/root.crt
share/owncloud/resources/config/ca-bundle.crt
share/owncloud/resources/config/mimetypealiases.dist.json
share/owncloud/resources/config/mimetypemapping.dist.json
share/owncloud/robots.txt
share/owncloud/settings/Application.php
share/owncloud/settings/ChangePassword/Controller.php
share/owncloud/settings/Controller/AppSettingsController.php
share/owncloud/settings/Controller/AuthSettingsController.php
share/owncloud/settings/Controller/CertificateController.php
share/owncloud/settings/Controller/CheckSetupController.php
share/owncloud/settings/Controller/EncryptionController.php
share/owncloud/settings/Controller/GroupsController.php
share/owncloud/settings/Controller/LogSettingsController.php
share/owncloud/settings/Controller/MailSettingsController.php
share/owncloud/settings/Controller/SecuritySettingsController.php
share/owncloud/settings/Controller/UsersController.php
share/owncloud/settings/Middleware/SubadminMiddleware.php
share/owncloud/settings/admin.php
share/owncloud/settings/ajax/disableapp.php
share/owncloud/settings/ajax/enableapp.php
share/owncloud/settings/ajax/installapp.php
share/owncloud/settings/ajax/navigationdetect.php
share/owncloud/settings/ajax/setlanguage.php
share/owncloud/settings/ajax/setquota.php
share/owncloud/settings/ajax/togglegroups.php
share/owncloud/settings/ajax/togglesubadmins.php
share/owncloud/settings/ajax/uninstallapp.php
share/owncloud/settings/ajax/updateapp.php
share/owncloud/settings/css/settings.css
share/owncloud/settings/help.php
share/owncloud/settings/img/admin.png
share/owncloud/settings/img/admin.svg
share/owncloud/settings/img/apps.png
share/owncloud/settings/img/apps.svg
share/owncloud/settings/img/help.png
share/owncloud/settings/img/help.svg
share/owncloud/settings/img/personal.png
share/owncloud/settings/img/personal.svg
share/owncloud/settings/img/trans.png
share/owncloud/settings/img/users.png
share/owncloud/settings/img/users.svg
share/owncloud/settings/js/admin.js
share/owncloud/settings/js/apps.js
share/owncloud/settings/js/authtoken.js
share/owncloud/settings/js/authtoken_collection.js
share/owncloud/settings/js/authtoken_view.js
share/owncloud/settings/js/certificates.js
share/owncloud/settings/js/log.js
share/owncloud/settings/js/personal.js
share/owncloud/settings/js/settings.js
share/owncloud/settings/js/users/deleteHandler.js
share/owncloud/settings/js/users/filter.js
share/owncloud/settings/js/users/groups.js
share/owncloud/settings/js/users/users.js
share/owncloud/settings/l10n/af_ZA.js
share/owncloud/settings/l10n/af_ZA.json
share/owncloud/settings/l10n/ar.js
share/owncloud/settings/l10n/ar.json
share/owncloud/settings/l10n/ast.js
share/owncloud/settings/l10n/ast.json
share/owncloud/settings/l10n/az.js
share/owncloud/settings/l10n/az.json
share/owncloud/settings/l10n/bg_BG.js
share/owncloud/settings/l10n/bg_BG.json
share/owncloud/settings/l10n/bn_BD.js
share/owncloud/settings/l10n/bn_BD.json
share/owncloud/settings/l10n/bn_IN.js
share/owncloud/settings/l10n/bn_IN.json
share/owncloud/settings/l10n/bs.js
share/owncloud/settings/l10n/bs.json
share/owncloud/settings/l10n/ca.js
share/owncloud/settings/l10n/ca.json
share/owncloud/settings/l10n/cs_CZ.js
share/owncloud/settings/l10n/cs_CZ.json
share/owncloud/settings/l10n/cy_GB.js
share/owncloud/settings/l10n/cy_GB.json
share/owncloud/settings/l10n/da.js
share/owncloud/settings/l10n/da.json
share/owncloud/settings/l10n/de.js
share/owncloud/settings/l10n/de.json
share/owncloud/settings/l10n/de_AT.js
share/owncloud/settings/l10n/de_AT.json
share/owncloud/settings/l10n/de_DE.js
share/owncloud/settings/l10n/de_DE.json
share/owncloud/settings/l10n/el.js
share/owncloud/settings/l10n/el.json
share/owncloud/settings/l10n/en_GB.js
share/owncloud/settings/l10n/en_GB.json
share/owncloud/settings/l10n/eo.js
share/owncloud/settings/l10n/eo.json
share/owncloud/settings/l10n/es.js
share/owncloud/settings/l10n/es.json
share/owncloud/settings/l10n/es_AR.js
share/owncloud/settings/l10n/es_AR.json
share/owncloud/settings/l10n/es_CL.js
share/owncloud/settings/l10n/es_CL.json
share/owncloud/settings/l10n/es_MX.js
share/owncloud/settings/l10n/es_MX.json
share/owncloud/settings/l10n/et_EE.js
share/owncloud/settings/l10n/et_EE.json
share/owncloud/settings/l10n/eu.js
share/owncloud/settings/l10n/eu.json
share/owncloud/settings/l10n/fa.js
share/owncloud/settings/l10n/fa.json
share/owncloud/settings/l10n/fi_FI.js
share/owncloud/settings/l10n/fi_FI.json
share/owncloud/settings/l10n/fil.js
share/owncloud/settings/l10n/fil.json
share/owncloud/settings/l10n/fr.js
share/owncloud/settings/l10n/fr.json
share/owncloud/settings/l10n/gl.js
share/owncloud/settings/l10n/gl.json
share/owncloud/settings/l10n/he.js
share/owncloud/settings/l10n/he.json
share/owncloud/settings/l10n/hi.js
share/owncloud/settings/l10n/hi.json
share/owncloud/settings/l10n/hr.js
share/owncloud/settings/l10n/hr.json
share/owncloud/settings/l10n/hu_HU.js
share/owncloud/settings/l10n/hu_HU.json
share/owncloud/settings/l10n/hy.js
share/owncloud/settings/l10n/hy.json
share/owncloud/settings/l10n/ia.js
share/owncloud/settings/l10n/ia.json
share/owncloud/settings/l10n/id.js
share/owncloud/settings/l10n/id.json
share/owncloud/settings/l10n/is.js
share/owncloud/settings/l10n/is.json
share/owncloud/settings/l10n/it.js
share/owncloud/settings/l10n/it.json
share/owncloud/settings/l10n/ja.js
share/owncloud/settings/l10n/ja.json
share/owncloud/settings/l10n/jv.js
share/owncloud/settings/l10n/jv.json
share/owncloud/settings/l10n/ka_GE.js
share/owncloud/settings/l10n/ka_GE.json
share/owncloud/settings/l10n/km.js
share/owncloud/settings/l10n/km.json
share/owncloud/settings/l10n/kn.js
share/owncloud/settings/l10n/kn.json
share/owncloud/settings/l10n/ko.js
share/owncloud/settings/l10n/ko.json
share/owncloud/settings/l10n/ku_IQ.js
share/owncloud/settings/l10n/ku_IQ.json
share/owncloud/settings/l10n/lb.js
share/owncloud/settings/l10n/lb.json
share/owncloud/settings/l10n/lo.js
share/owncloud/settings/l10n/lo.json
share/owncloud/settings/l10n/lt_LT.js
share/owncloud/settings/l10n/lt_LT.json
share/owncloud/settings/l10n/lv.js
share/owncloud/settings/l10n/lv.json
share/owncloud/settings/l10n/mk.js
share/owncloud/settings/l10n/mk.json
share/owncloud/settings/l10n/mn.js
share/owncloud/settings/l10n/mn.json
share/owncloud/settings/l10n/ms_MY.js
share/owncloud/settings/l10n/ms_MY.json
share/owncloud/settings/l10n/my_MM.js
share/owncloud/settings/l10n/my_MM.json
share/owncloud/settings/l10n/nb_NO.js
share/owncloud/settings/l10n/nb_NO.json
share/owncloud/settings/l10n/nds.js
share/owncloud/settings/l10n/nds.json
share/owncloud/settings/l10n/nl.js
share/owncloud/settings/l10n/nl.json
share/owncloud/settings/l10n/nn_NO.js
share/owncloud/settings/l10n/nn_NO.json
share/owncloud/settings/l10n/oc.js
share/owncloud/settings/l10n/oc.json
share/owncloud/settings/l10n/pa.js
share/owncloud/settings/l10n/pa.json
share/owncloud/settings/l10n/pl.js
share/owncloud/settings/l10n/pl.json
share/owncloud/settings/l10n/pt_BR.js
share/owncloud/settings/l10n/pt_BR.json
share/owncloud/settings/l10n/pt_PT.js
share/owncloud/settings/l10n/pt_PT.json
share/owncloud/settings/l10n/ro.js
share/owncloud/settings/l10n/ro.json
share/owncloud/settings/l10n/ru.js
share/owncloud/settings/l10n/ru.json
share/owncloud/settings/l10n/si_LK.js
share/owncloud/settings/l10n/si_LK.json
share/owncloud/settings/l10n/sk_SK.js
share/owncloud/settings/l10n/sk_SK.json
share/owncloud/settings/l10n/sl.js
share/owncloud/settings/l10n/sl.json
share/owncloud/settings/l10n/sq.js
share/owncloud/settings/l10n/sq.json
share/owncloud/settings/l10n/sr.js
share/owncloud/settings/l10n/sr.json
share/owncloud/settings/l10n/sr@latin.js
share/owncloud/settings/l10n/sr@latin.json
share/owncloud/settings/l10n/sv.js
share/owncloud/settings/l10n/sv.json
share/owncloud/settings/l10n/ta_IN.js
share/owncloud/settings/l10n/ta_IN.json
share/owncloud/settings/l10n/ta_LK.js
share/owncloud/settings/l10n/ta_LK.json
share/owncloud/settings/l10n/te.js
share/owncloud/settings/l10n/te.json
share/owncloud/settings/l10n/th_TH.js
share/owncloud/settings/l10n/th_TH.json
share/owncloud/settings/l10n/tr.js
share/owncloud/settings/l10n/tr.json
share/owncloud/settings/l10n/ug.js
share/owncloud/settings/l10n/ug.json
share/owncloud/settings/l10n/uk.js
share/owncloud/settings/l10n/uk.json
share/owncloud/settings/l10n/ur_PK.js
share/owncloud/settings/l10n/ur_PK.json
share/owncloud/settings/l10n/vi.js
share/owncloud/settings/l10n/vi.json
share/owncloud/settings/l10n/zh_CN.js
share/owncloud/settings/l10n/zh_CN.json
share/owncloud/settings/l10n/zh_HK.js
share/owncloud/settings/l10n/zh_HK.json
share/owncloud/settings/l10n/zh_TW.js
share/owncloud/settings/l10n/zh_TW.json
share/owncloud/settings/languageCodes.php
share/owncloud/settings/personal.php
share/owncloud/settings/routes.php
share/owncloud/settings/templates/admin.php
share/owncloud/settings/templates/apps.php
share/owncloud/settings/templates/certificates.php
share/owncloud/settings/templates/email.new_user.php
share/owncloud/settings/templates/email.new_user_plain_text.php
share/owncloud/settings/templates/help.php
share/owncloud/settings/templates/personal.php
share/owncloud/settings/templates/settings.development.notice.php
share/owncloud/settings/templates/settings.php
share/owncloud/settings/templates/users/main.php
share/owncloud/settings/templates/users/part.createuser.php
share/owncloud/settings/templates/users/part.grouplist.php
share/owncloud/settings/templates/users/part.setquota.php
share/owncloud/settings/templates/users/part.userlist.php
share/owncloud/settings/tests/js/appsSpec.js
share/owncloud/settings/tests/js/users/deleteHandlerSpec.js
share/owncloud/settings/users.php
share/owncloud/status.php
share/owncloud/themes/README
share/owncloud/themes/example/core/css/styles.css
share/owncloud/themes/example/core/img/favicon-touch.png
share/owncloud/themes/example/core/img/favicon-touch.svg
share/owncloud/themes/example/core/img/favicon.ico
share/owncloud/themes/example/core/img/favicon.png
share/owncloud/themes/example/core/img/favicon.svg
share/owncloud/themes/example/core/img/logo-icon.png
share/owncloud/themes/example/core/img/logo-icon.svg
share/owncloud/themes/example/core/img/logo-mail.gif
share/owncloud/themes/example/core/img/logo.png
share/owncloud/themes/example/core/img/logo.svg
share/owncloud/themes/example/defaults.php
share/owncloud/updater/.gitignore
share/owncloud/updater/.scrutinizer.yml
share/owncloud/updater/.travis.yml
share/owncloud/updater/CONTRIBUTING.md
share/owncloud/updater/COPYING-AGPL
share/owncloud/updater/README.md
share/owncloud/updater/app/bootstrap.php
share/owncloud/updater/app/config/container.php
share/owncloud/updater/application.php
share/owncloud/updater/box.json
share/owncloud/updater/composer.json
share/owncloud/updater/composer.lock
share/owncloud/updater/index.php
share/owncloud/updater/nbproject/project.properties
share/owncloud/updater/nbproject/project.xml
share/owncloud/updater/pub/css/main.css
share/owncloud/updater/pub/img/actions/checkmark-color.png
share/owncloud/updater/pub/img/actions/checkmark-color.svg
share/owncloud/updater/pub/img/actions/confirm.png
share/owncloud/updater/pub/img/actions/confirm.svg
share/owncloud/updater/pub/img/actions/error-color.png
share/owncloud/updater/pub/img/actions/error-color.svg
share/owncloud/updater/pub/img/loading-dark.gif
share/owncloud/updater/pub/img/loading-small.gif
share/owncloud/updater/pub/img/loading.gif
share/owncloud/updater/pub/img/logo-icon.png
share/owncloud/updater/pub/img/logo-icon.svg
share/owncloud/updater/pub/img/logo.png
share/owncloud/updater/pub/img/logo.svg
share/owncloud/updater/pub/js/login.js
share/owncloud/updater/pub/js/main.js
share/owncloud/updater/pub/js/vendor/jquery.min.js
share/owncloud/updater/pub/js/vendor/jquery.min.map
share/owncloud/updater/src/Command/BackupDataCommand.php
share/owncloud/updater/src/Command/BackupDbCommand.php
share/owncloud/updater/src/Command/CheckSystemCommand.php
share/owncloud/updater/src/Command/CheckpointCommand.php
share/owncloud/updater/src/Command/CleanCacheCommand.php
share/owncloud/updater/src/Command/Command.php
share/owncloud/updater/src/Command/DbUpgradeCommand.php
share/owncloud/updater/src/Command/DetectCommand.php
share/owncloud/updater/src/Command/DisableNotShippedAppsCommand.php
share/owncloud/updater/src/Command/EnableNotShippedAppsCommand.php
share/owncloud/updater/src/Command/ExecuteCoreUpgradeScriptsCommand.php
share/owncloud/updater/src/Command/InfoCommand.php
share/owncloud/updater/src/Command/MaintenanceModeCommand.php
share/owncloud/updater/src/Command/PostUpgradeCleanupCommand.php
share/owncloud/updater/src/Command/PostUpgradeRepairCommand.php
share/owncloud/updater/src/Command/PreUpgradeRepairCommand.php
share/owncloud/updater/src/Command/RestartWebServerCommand.php
share/owncloud/updater/src/Command/StartCommand.php
share/owncloud/updater/src/Command/UpdateConfigCommand.php
share/owncloud/updater/src/Console/Application.php
share/owncloud/updater/src/Controller/DownloadController.php
share/owncloud/updater/src/Controller/IndexController.php
share/owncloud/updater/src/Formatter/HtmlOutputFormatter.php
share/owncloud/updater/src/Http/Request.php
share/owncloud/updater/src/Resources/views/base.php
share/owncloud/updater/src/Resources/views/partials/inner.php
share/owncloud/updater/src/Resources/views/partials/login.php
share/owncloud/updater/src/Tests/Controller/DownloadControllerTest.php
share/owncloud/updater/src/Tests/Http/RequestTest.php
share/owncloud/updater/src/Tests/StreamInterface.php
share/owncloud/updater/src/Tests/Utils/AppManagerTest.php
share/owncloud/updater/src/Tests/Utils/CheckpointTest.php
share/owncloud/updater/src/Tests/Utils/ConfigReaderTest.php
share/owncloud/updater/src/Tests/Utils/DocLinkTest.php
share/owncloud/updater/src/Tests/Utils/FeedTest.php
share/owncloud/updater/src/Tests/Utils/FetcherTest.php
share/owncloud/updater/src/Tests/Utils/OccRunnerTest.php
share/owncloud/updater/src/Tests/Utils/RegistryTest.php
share/owncloud/updater/src/Tests/bootstrap.php
share/owncloud/updater/src/Tests/phpunit.xml
share/owncloud/updater/src/Utils/AppManager.php
share/owncloud/updater/src/Utils/Checkpoint.php
share/owncloud/updater/src/Utils/Collection.php
share/owncloud/updater/src/Utils/ConfigReader.php
share/owncloud/updater/src/Utils/DocLink.php
share/owncloud/updater/src/Utils/Feed.php
share/owncloud/updater/src/Utils/Fetcher.php
share/owncloud/updater/src/Utils/FilesystemHelper.php
share/owncloud/updater/src/Utils/Locator.php
share/owncloud/updater/src/Utils/OccRunner.php
share/owncloud/updater/src/Utils/Registry.php
share/owncloud/updater/src/Utils/ZipExtractor.php
share/owncloud/updater/vendor/autoload.php
share/owncloud/updater/vendor/composer/ClassLoader.php
share/owncloud/updater/vendor/composer/LICENSE
share/owncloud/updater/vendor/composer/autoload_classmap.php
share/owncloud/updater/vendor/composer/autoload_files.php
share/owncloud/updater/vendor/composer/autoload_namespaces.php
share/owncloud/updater/vendor/composer/autoload_psr4.php
share/owncloud/updater/vendor/composer/autoload_real.php
share/owncloud/updater/vendor/composer/installed.json
share/owncloud/updater/vendor/guzzlehttp/guzzle/.travis.yml
share/owncloud/updater/vendor/guzzlehttp/guzzle/CHANGELOG.md
share/owncloud/updater/vendor/guzzlehttp/guzzle/LICENSE
share/owncloud/updater/vendor/guzzlehttp/guzzle/README.md
share/owncloud/updater/vendor/guzzlehttp/guzzle/UPGRADING.md
share/owncloud/updater/vendor/guzzlehttp/guzzle/composer.json
share/owncloud/updater/vendor/guzzlehttp/guzzle/src/BatchResults.php
share/owncloud/updater/vendor/guzzlehttp/guzzle/src/Client.php
share/owncloud/updater/vendor/guzzlehttp/guzzle/src/ClientInterface.php
share/owncloud/updater/vendor/guzzlehttp/guzzle/src/Collection.php
share/owncloud/updater/vendor/guzzlehttp/guzzle/src/Cookie/CookieJar.php
share/owncloud/updater/vendor/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php
share/owncloud/updater/vendor/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php
share/owncloud/updater/vendor/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php
share/owncloud/updater/vendor/guzzlehttp/guzzle/src/Cookie/SetCookie.php
share/owncloud/updater/vendor/guzzlehttp/guzzle/src/Event/AbstractEvent.php
share/owncloud/updater/vendor/guzzlehttp/guzzle/src/Event/AbstractRequestEvent.php
share/owncloud/updater/vendor/guzzlehttp/guzzle/src/Event/AbstractRetryableEvent.php
share/owncloud/updater/vendor/guzzlehttp/guzzle/src/Event/AbstractTransferEvent.php
share/owncloud/updater/vendor/guzzlehttp/guzzle/src/Event/BeforeEvent.php
share/owncloud/updater/vendor/guzzlehttp/guzzle/src/Event/CompleteEvent.php
share/owncloud/updater/vendor/guzzlehttp/guzzle/src/Event/Emitter.php
share/owncloud/updater/vendor/guzzlehttp/guzzle/src/Event/EmitterInterface.php
share/owncloud/updater/vendor/guzzlehttp/guzzle/src/Event/EndEvent.php
share/owncloud/updater/vendor/guzzlehttp/guzzle/src/Event/ErrorEvent.php
share/owncloud/updater/vendor/guzzlehttp/guzzle/src/Event/EventInterface.php
share/owncloud/updater/vendor/guzzlehttp/guzzle/src/Event/HasEmitterInterface.php
share/owncloud/updater/vendor/guzzlehttp/guzzle/src/Event/HasEmitterTrait.php
share/owncloud/updater/vendor/guzzlehttp/guzzle/src/Event/ListenerAttacherTrait.php
share/owncloud/updater/vendor/guzzlehttp/guzzle/src/Event/ProgressEvent.php
share/owncloud/updater/vendor/guzzlehttp/guzzle/src/Event/RequestEvents.php
share/owncloud/updater/vendor/guzzlehttp/guzzle/src/Event/SubscriberInterface.php
share/owncloud/updater/vendor/guzzlehttp/guzzle/src/Exception/BadResponseException.php
share/owncloud/updater/vendor/guzzlehttp/guzzle/src/Exception/ClientException.php
share/owncloud/updater/vendor/guzzlehttp/guzzle/src/Exception/ConnectException.php
share/owncloud/updater/vendor/guzzlehttp/guzzle/src/Exception/CouldNotRewindStreamException.php
share/owncloud/updater/vendor/guzzlehttp/guzzle/src/Exception/ParseException.php
share/owncloud/updater/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php
share/owncloud/updater/vendor/guzzlehttp/guzzle/src/Exception/ServerException.php
share/owncloud/updater/vendor/guzzlehttp/guzzle/src/Exception/StateException.php
share/owncloud/updater/vendor/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php
share/owncloud/updater/vendor/guzzlehttp/guzzle/src/Exception/TransferException.php
share/owncloud/updater/vendor/guzzlehttp/guzzle/src/Exception/XmlParseException.php
share/owncloud/updater/vendor/guzzlehttp/guzzle/src/HasDataTrait.php
share/owncloud/updater/vendor/guzzlehttp/guzzle/src/Message/AbstractMessage.php
share/owncloud/updater/vendor/guzzlehttp/guzzle/src/Message/AppliesHeadersInterface.php
share/owncloud/updater/vendor/guzzlehttp/guzzle/src/Message/FutureResponse.php
share/owncloud/updater/vendor/guzzlehttp/guzzle/src/Message/MessageFactory.php
share/owncloud/updater/vendor/guzzlehttp/guzzle/src/Message/MessageFactoryInterface.php
share/owncloud/updater/vendor/guzzlehttp/guzzle/src/Message/MessageInterface.php
share/owncloud/updater/vendor/guzzlehttp/guzzle/src/Message/MessageParser.php
share/owncloud/updater/vendor/guzzlehttp/guzzle/src/Message/Request.php
share/owncloud/updater/vendor/guzzlehttp/guzzle/src/Message/RequestInterface.php
share/owncloud/updater/vendor/guzzlehttp/guzzle/src/Message/Response.php
share/owncloud/updater/vendor/guzzlehttp/guzzle/src/Message/ResponseInterface.php
share/owncloud/updater/vendor/guzzlehttp/guzzle/src/Mimetypes.php
share/owncloud/updater/vendor/guzzlehttp/guzzle/src/Pool.php
share/owncloud/updater/vendor/guzzlehttp/guzzle/src/Post/MultipartBody.php
share/owncloud/updater/vendor/guzzlehttp/guzzle/src/Post/PostBody.php
share/owncloud/updater/vendor/guzzlehttp/guzzle/src/Post/PostBodyInterface.php
share/owncloud/updater/vendor/guzzlehttp/guzzle/src/Post/PostFile.php
share/owncloud/updater/vendor/guzzlehttp/guzzle/src/Post/PostFileInterface.php
share/owncloud/updater/vendor/guzzlehttp/guzzle/src/Query.php
share/owncloud/updater/vendor/guzzlehttp/guzzle/src/QueryParser.php
share/owncloud/updater/vendor/guzzlehttp/guzzle/src/RequestFsm.php
share/owncloud/updater/vendor/guzzlehttp/guzzle/src/RingBridge.php
share/owncloud/updater/vendor/guzzlehttp/guzzle/src/Subscriber/Cookie.php
share/owncloud/updater/vendor/guzzlehttp/guzzle/src/Subscriber/History.php
share/owncloud/updater/vendor/guzzlehttp/guzzle/src/Subscriber/HttpError.php
share/owncloud/updater/vendor/guzzlehttp/guzzle/src/Subscriber/Mock.php
share/owncloud/updater/vendor/guzzlehttp/guzzle/src/Subscriber/Prepare.php
share/owncloud/updater/vendor/guzzlehttp/guzzle/src/Subscriber/Redirect.php
share/owncloud/updater/vendor/guzzlehttp/guzzle/src/ToArrayInterface.php
share/owncloud/updater/vendor/guzzlehttp/guzzle/src/Transaction.php
share/owncloud/updater/vendor/guzzlehttp/guzzle/src/UriTemplate.php
share/owncloud/updater/vendor/guzzlehttp/guzzle/src/Url.php
share/owncloud/updater/vendor/guzzlehttp/guzzle/src/Utils.php
share/owncloud/updater/vendor/guzzlehttp/ringphp/.gitignore
share/owncloud/updater/vendor/guzzlehttp/ringphp/.travis.yml
share/owncloud/updater/vendor/guzzlehttp/ringphp/CHANGELOG.md
share/owncloud/updater/vendor/guzzlehttp/ringphp/LICENSE
share/owncloud/updater/vendor/guzzlehttp/ringphp/Makefile
share/owncloud/updater/vendor/guzzlehttp/ringphp/README.rst
share/owncloud/updater/vendor/guzzlehttp/ringphp/composer.json
share/owncloud/updater/vendor/guzzlehttp/ringphp/phpunit.xml.dist
share/owncloud/updater/vendor/guzzlehttp/ringphp/src/Client/ClientUtils.php
share/owncloud/updater/vendor/guzzlehttp/ringphp/src/Client/CurlFactory.php
share/owncloud/updater/vendor/guzzlehttp/ringphp/src/Client/CurlHandler.php
share/owncloud/updater/vendor/guzzlehttp/ringphp/src/Client/CurlMultiHandler.php
share/owncloud/updater/vendor/guzzlehttp/ringphp/src/Client/Middleware.php
share/owncloud/updater/vendor/guzzlehttp/ringphp/src/Client/MockHandler.php
share/owncloud/updater/vendor/guzzlehttp/ringphp/src/Client/StreamHandler.php
share/owncloud/updater/vendor/guzzlehttp/ringphp/src/Core.php
share/owncloud/updater/vendor/guzzlehttp/ringphp/src/Exception/CancelledException.php
share/owncloud/updater/vendor/guzzlehttp/ringphp/src/Exception/CancelledFutureAccessException.php
share/owncloud/updater/vendor/guzzlehttp/ringphp/src/Exception/ConnectException.php
share/owncloud/updater/vendor/guzzlehttp/ringphp/src/Exception/RingException.php
share/owncloud/updater/vendor/guzzlehttp/ringphp/src/Future/BaseFutureTrait.php
share/owncloud/updater/vendor/guzzlehttp/ringphp/src/Future/CompletedFutureArray.php
share/owncloud/updater/vendor/guzzlehttp/ringphp/src/Future/CompletedFutureValue.php
share/owncloud/updater/vendor/guzzlehttp/ringphp/src/Future/FutureArray.php
share/owncloud/updater/vendor/guzzlehttp/ringphp/src/Future/FutureArrayInterface.php
share/owncloud/updater/vendor/guzzlehttp/ringphp/src/Future/FutureInterface.php
share/owncloud/updater/vendor/guzzlehttp/ringphp/src/Future/FutureValue.php
share/owncloud/updater/vendor/guzzlehttp/ringphp/src/Future/MagicFutureTrait.php
share/owncloud/updater/vendor/guzzlehttp/streams/.gitignore
share/owncloud/updater/vendor/guzzlehttp/streams/.travis.yml
share/owncloud/updater/vendor/guzzlehttp/streams/CHANGELOG.rst
share/owncloud/updater/vendor/guzzlehttp/streams/LICENSE
share/owncloud/updater/vendor/guzzlehttp/streams/Makefile
share/owncloud/updater/vendor/guzzlehttp/streams/README.rst
share/owncloud/updater/vendor/guzzlehttp/streams/composer.json
share/owncloud/updater/vendor/guzzlehttp/streams/phpunit.xml.dist
share/owncloud/updater/vendor/guzzlehttp/streams/src/AppendStream.php
share/owncloud/updater/vendor/guzzlehttp/streams/src/AsyncReadStream.php
share/owncloud/updater/vendor/guzzlehttp/streams/src/BufferStream.php
share/owncloud/updater/vendor/guzzlehttp/streams/src/CachingStream.php
share/owncloud/updater/vendor/guzzlehttp/streams/src/DroppingStream.php
share/owncloud/updater/vendor/guzzlehttp/streams/src/Exception/CannotAttachException.php
share/owncloud/updater/vendor/guzzlehttp/streams/src/Exception/SeekException.php
share/owncloud/updater/vendor/guzzlehttp/streams/src/FnStream.php
share/owncloud/updater/vendor/guzzlehttp/streams/src/GuzzleStreamWrapper.php
share/owncloud/updater/vendor/guzzlehttp/streams/src/InflateStream.php
share/owncloud/updater/vendor/guzzlehttp/streams/src/LazyOpenStream.php
share/owncloud/updater/vendor/guzzlehttp/streams/src/LimitStream.php
share/owncloud/updater/vendor/guzzlehttp/streams/src/MetadataStreamInterface.php
share/owncloud/updater/vendor/guzzlehttp/streams/src/NoSeekStream.php
share/owncloud/updater/vendor/guzzlehttp/streams/src/NullStream.php
share/owncloud/updater/vendor/guzzlehttp/streams/src/PumpStream.php
share/owncloud/updater/vendor/guzzlehttp/streams/src/Stream.php
share/owncloud/updater/vendor/guzzlehttp/streams/src/StreamDecoratorTrait.php
share/owncloud/updater/vendor/guzzlehttp/streams/src/StreamInterface.php
share/owncloud/updater/vendor/guzzlehttp/streams/src/Utils.php
share/owncloud/updater/vendor/ircmaxell/password-compat/LICENSE.md
share/owncloud/updater/vendor/ircmaxell/password-compat/composer.json
share/owncloud/updater/vendor/ircmaxell/password-compat/lib/password.php
share/owncloud/updater/vendor/ircmaxell/password-compat/version-test.php
share/owncloud/updater/vendor/league/plates/CONTRIBUTING.md
share/owncloud/updater/vendor/league/plates/LICENSE
share/owncloud/updater/vendor/league/plates/README.md
share/owncloud/updater/vendor/league/plates/composer.json
share/owncloud/updater/vendor/league/plates/phpunit.xml.dist
share/owncloud/updater/vendor/league/plates/src/Engine.php
share/owncloud/updater/vendor/league/plates/src/Extension/Asset.php
share/owncloud/updater/vendor/league/plates/src/Extension/ExtensionInterface.php
share/owncloud/updater/vendor/league/plates/src/Extension/URI.php
share/owncloud/updater/vendor/league/plates/src/Template/Data.php
share/owncloud/updater/vendor/league/plates/src/Template/Directory.php
share/owncloud/updater/vendor/league/plates/src/Template/FileExtension.php
share/owncloud/updater/vendor/league/plates/src/Template/Folder.php
share/owncloud/updater/vendor/league/plates/src/Template/Folders.php
share/owncloud/updater/vendor/league/plates/src/Template/Func.php
share/owncloud/updater/vendor/league/plates/src/Template/Functions.php
share/owncloud/updater/vendor/league/plates/src/Template/Name.php
share/owncloud/updater/vendor/league/plates/src/Template/Template.php
share/owncloud/updater/vendor/paragonie/random_compat/CHANGELOG.md
share/owncloud/updater/vendor/paragonie/random_compat/ERRATA.md
share/owncloud/updater/vendor/paragonie/random_compat/LICENSE
share/owncloud/updater/vendor/paragonie/random_compat/README.md
share/owncloud/updater/vendor/paragonie/random_compat/SECURITY.md
share/owncloud/updater/vendor/paragonie/random_compat/composer.json
share/owncloud/updater/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey
share/owncloud/updater/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc
share/owncloud/updater/vendor/paragonie/random_compat/lib/byte_safe_strings.php
share/owncloud/updater/vendor/paragonie/random_compat/lib/cast_to_int.php
share/owncloud/updater/vendor/paragonie/random_compat/lib/error_polyfill.php
share/owncloud/updater/vendor/paragonie/random_compat/lib/random.php
share/owncloud/updater/vendor/paragonie/random_compat/lib/random_bytes_com_dotnet.php
share/owncloud/updater/vendor/paragonie/random_compat/lib/random_bytes_dev_urandom.php
share/owncloud/updater/vendor/paragonie/random_compat/lib/random_bytes_libsodium.php
share/owncloud/updater/vendor/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php
share/owncloud/updater/vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php
share/owncloud/updater/vendor/paragonie/random_compat/lib/random_bytes_openssl.php
share/owncloud/updater/vendor/paragonie/random_compat/lib/random_int.php
share/owncloud/updater/vendor/paragonie/random_compat/other/build_phar.php
share/owncloud/updater/vendor/pimple/pimple/.gitignore
share/owncloud/updater/vendor/pimple/pimple/.travis.yml
share/owncloud/updater/vendor/pimple/pimple/CHANGELOG
share/owncloud/updater/vendor/pimple/pimple/LICENSE
share/owncloud/updater/vendor/pimple/pimple/README.rst
share/owncloud/updater/vendor/pimple/pimple/composer.json
share/owncloud/updater/vendor/pimple/pimple/phpunit.xml.dist
share/owncloud/updater/vendor/pimple/pimple/src/Pimple/Container.php
share/owncloud/updater/vendor/pimple/pimple/src/Pimple/ServiceProviderInterface.php
share/owncloud/updater/vendor/psr/log/.gitignore
share/owncloud/updater/vendor/psr/log/LICENSE
share/owncloud/updater/vendor/psr/log/Psr/Log/AbstractLogger.php
share/owncloud/updater/vendor/psr/log/Psr/Log/InvalidArgumentException.php
share/owncloud/updater/vendor/psr/log/Psr/Log/LogLevel.php
share/owncloud/updater/vendor/psr/log/Psr/Log/LoggerAwareInterface.php
share/owncloud/updater/vendor/psr/log/Psr/Log/LoggerAwareTrait.php
share/owncloud/updater/vendor/psr/log/Psr/Log/LoggerInterface.php
share/owncloud/updater/vendor/psr/log/Psr/Log/LoggerTrait.php
share/owncloud/updater/vendor/psr/log/Psr/Log/NullLogger.php
share/owncloud/updater/vendor/psr/log/Psr/Log/Test/LoggerInterfaceTest.php
share/owncloud/updater/vendor/psr/log/README.md
share/owncloud/updater/vendor/psr/log/composer.json
share/owncloud/updater/vendor/react/promise/.gitignore
share/owncloud/updater/vendor/react/promise/.travis.yml
share/owncloud/updater/vendor/react/promise/CHANGELOG.md
share/owncloud/updater/vendor/react/promise/LICENSE
share/owncloud/updater/vendor/react/promise/README.md
share/owncloud/updater/vendor/react/promise/composer.json
share/owncloud/updater/vendor/react/promise/phpunit.xml.dist
share/owncloud/updater/vendor/react/promise/src/CancellablePromiseInterface.php
share/owncloud/updater/vendor/react/promise/src/Deferred.php
share/owncloud/updater/vendor/react/promise/src/ExtendedPromiseInterface.php
share/owncloud/updater/vendor/react/promise/src/FulfilledPromise.php
share/owncloud/updater/vendor/react/promise/src/LazyPromise.php
share/owncloud/updater/vendor/react/promise/src/Promise.php
share/owncloud/updater/vendor/react/promise/src/PromiseInterface.php
share/owncloud/updater/vendor/react/promise/src/PromisorInterface.php
share/owncloud/updater/vendor/react/promise/src/RejectedPromise.php
share/owncloud/updater/vendor/react/promise/src/UnhandledRejectionException.php
share/owncloud/updater/vendor/react/promise/src/functions.php
share/owncloud/updater/vendor/react/promise/src/functions_include.php
share/owncloud/updater/vendor/symfony/console/.gitignore
share/owncloud/updater/vendor/symfony/console/Application.php
share/owncloud/updater/vendor/symfony/console/CHANGELOG.md
share/owncloud/updater/vendor/symfony/console/Command/Command.php
share/owncloud/updater/vendor/symfony/console/Command/HelpCommand.php
share/owncloud/updater/vendor/symfony/console/Command/ListCommand.php
share/owncloud/updater/vendor/symfony/console/ConsoleEvents.php
share/owncloud/updater/vendor/symfony/console/Descriptor/ApplicationDescription.php
share/owncloud/updater/vendor/symfony/console/Descriptor/Descriptor.php
share/owncloud/updater/vendor/symfony/console/Descriptor/DescriptorInterface.php
share/owncloud/updater/vendor/symfony/console/Descriptor/JsonDescriptor.php
share/owncloud/updater/vendor/symfony/console/Descriptor/MarkdownDescriptor.php
share/owncloud/updater/vendor/symfony/console/Descriptor/TextDescriptor.php
share/owncloud/updater/vendor/symfony/console/Descriptor/XmlDescriptor.php
share/owncloud/updater/vendor/symfony/console/Event/ConsoleCommandEvent.php
share/owncloud/updater/vendor/symfony/console/Event/ConsoleEvent.php
share/owncloud/updater/vendor/symfony/console/Event/ConsoleExceptionEvent.php
share/owncloud/updater/vendor/symfony/console/Event/ConsoleTerminateEvent.php
share/owncloud/updater/vendor/symfony/console/Formatter/OutputFormatter.php
share/owncloud/updater/vendor/symfony/console/Formatter/OutputFormatterInterface.php
share/owncloud/updater/vendor/symfony/console/Formatter/OutputFormatterStyle.php
share/owncloud/updater/vendor/symfony/console/Formatter/OutputFormatterStyleInterface.php
share/owncloud/updater/vendor/symfony/console/Formatter/OutputFormatterStyleStack.php
share/owncloud/updater/vendor/symfony/console/Helper/DebugFormatterHelper.php
share/owncloud/updater/vendor/symfony/console/Helper/DescriptorHelper.php
share/owncloud/updater/vendor/symfony/console/Helper/DialogHelper.php
share/owncloud/updater/vendor/symfony/console/Helper/FormatterHelper.php
share/owncloud/updater/vendor/symfony/console/Helper/Helper.php
share/owncloud/updater/vendor/symfony/console/Helper/HelperInterface.php
share/owncloud/updater/vendor/symfony/console/Helper/HelperSet.php
share/owncloud/updater/vendor/symfony/console/Helper/InputAwareHelper.php
share/owncloud/updater/vendor/symfony/console/Helper/ProcessHelper.php
share/owncloud/updater/vendor/symfony/console/Helper/ProgressBar.php
share/owncloud/updater/vendor/symfony/console/Helper/ProgressHelper.php
share/owncloud/updater/vendor/symfony/console/Helper/QuestionHelper.php
share/owncloud/updater/vendor/symfony/console/Helper/SymfonyQuestionHelper.php
share/owncloud/updater/vendor/symfony/console/Helper/Table.php
share/owncloud/updater/vendor/symfony/console/Helper/TableCell.php
share/owncloud/updater/vendor/symfony/console/Helper/TableHelper.php
share/owncloud/updater/vendor/symfony/console/Helper/TableSeparator.php
share/owncloud/updater/vendor/symfony/console/Helper/TableStyle.php
share/owncloud/updater/vendor/symfony/console/Input/ArgvInput.php
share/owncloud/updater/vendor/symfony/console/Input/ArrayInput.php
share/owncloud/updater/vendor/symfony/console/Input/Input.php
share/owncloud/updater/vendor/symfony/console/Input/InputArgument.php
share/owncloud/updater/vendor/symfony/console/Input/InputAwareInterface.php
share/owncloud/updater/vendor/symfony/console/Input/InputDefinition.php
share/owncloud/updater/vendor/symfony/console/Input/InputInterface.php
share/owncloud/updater/vendor/symfony/console/Input/InputOption.php
share/owncloud/updater/vendor/symfony/console/Input/StringInput.php
share/owncloud/updater/vendor/symfony/console/LICENSE
share/owncloud/updater/vendor/symfony/console/Logger/ConsoleLogger.php
share/owncloud/updater/vendor/symfony/console/Output/BufferedOutput.php
share/owncloud/updater/vendor/symfony/console/Output/ConsoleOutput.php
share/owncloud/updater/vendor/symfony/console/Output/ConsoleOutputInterface.php
share/owncloud/updater/vendor/symfony/console/Output/NullOutput.php
share/owncloud/updater/vendor/symfony/console/Output/Output.php
share/owncloud/updater/vendor/symfony/console/Output/OutputInterface.php
share/owncloud/updater/vendor/symfony/console/Output/StreamOutput.php
share/owncloud/updater/vendor/symfony/console/Question/ChoiceQuestion.php
share/owncloud/updater/vendor/symfony/console/Question/ConfirmationQuestion.php
share/owncloud/updater/vendor/symfony/console/Question/Question.php
share/owncloud/updater/vendor/symfony/console/README.md
share/owncloud/updater/vendor/symfony/console/Shell.php
share/owncloud/updater/vendor/symfony/console/Style/OutputStyle.php
share/owncloud/updater/vendor/symfony/console/Style/StyleInterface.php
share/owncloud/updater/vendor/symfony/console/Style/SymfonyStyle.php
share/owncloud/updater/vendor/symfony/console/Tester/ApplicationTester.php
share/owncloud/updater/vendor/symfony/console/Tester/CommandTester.php
share/owncloud/updater/vendor/symfony/console/composer.json
share/owncloud/updater/vendor/symfony/console/phpunit.xml.dist
share/owncloud/updater/vendor/symfony/polyfill-php55/LICENSE
share/owncloud/updater/vendor/symfony/polyfill-php55/Php55.php
share/owncloud/updater/vendor/symfony/polyfill-php55/Php55ArrayColumn.php
share/owncloud/updater/vendor/symfony/polyfill-php55/README.md
share/owncloud/updater/vendor/symfony/polyfill-php55/bootstrap.php
share/owncloud/updater/vendor/symfony/polyfill-php55/composer.json
share/owncloud/updater/vendor/symfony/polyfill-php56/LICENSE
share/owncloud/updater/vendor/symfony/polyfill-php56/Php56.php
share/owncloud/updater/vendor/symfony/polyfill-php56/README.md
share/owncloud/updater/vendor/symfony/polyfill-php56/bootstrap.php
share/owncloud/updater/vendor/symfony/polyfill-php56/composer.json
share/owncloud/updater/vendor/symfony/polyfill-util/Binary.php
share/owncloud/updater/vendor/symfony/polyfill-util/BinaryNoFuncOverload.php
share/owncloud/updater/vendor/symfony/polyfill-util/BinaryOnFuncOverload.php
share/owncloud/updater/vendor/symfony/polyfill-util/LICENSE
share/owncloud/updater/vendor/symfony/polyfill-util/README.md
share/owncloud/updater/vendor/symfony/polyfill-util/TestListener.php
share/owncloud/updater/vendor/symfony/polyfill-util/composer.json
share/owncloud/updater/vendor/symfony/process/.gitignore
share/owncloud/updater/vendor/symfony/process/CHANGELOG.md
share/owncloud/updater/vendor/symfony/process/Exception/ExceptionInterface.php
share/owncloud/updater/vendor/symfony/process/Exception/InvalidArgumentException.php
share/owncloud/updater/vendor/symfony/process/Exception/LogicException.php
share/owncloud/updater/vendor/symfony/process/Exception/ProcessFailedException.php
share/owncloud/updater/vendor/symfony/process/Exception/ProcessTimedOutException.php
share/owncloud/updater/vendor/symfony/process/Exception/RuntimeException.php
share/owncloud/updater/vendor/symfony/process/ExecutableFinder.php
share/owncloud/updater/vendor/symfony/process/LICENSE
share/owncloud/updater/vendor/symfony/process/PhpExecutableFinder.php
share/owncloud/updater/vendor/symfony/process/PhpProcess.php
share/owncloud/updater/vendor/symfony/process/Pipes/AbstractPipes.php
share/owncloud/updater/vendor/symfony/process/Pipes/PipesInterface.php
share/owncloud/updater/vendor/symfony/process/Pipes/UnixPipes.php
share/owncloud/updater/vendor/symfony/process/Pipes/WindowsPipes.php
share/owncloud/updater/vendor/symfony/process/Process.php
share/owncloud/updater/vendor/symfony/process/ProcessBuilder.php
share/owncloud/updater/vendor/symfony/process/ProcessUtils.php
share/owncloud/updater/vendor/symfony/process/README.md
share/owncloud/updater/vendor/symfony/process/composer.json
share/owncloud/updater/vendor/symfony/process/phpunit.xml.dist
share/owncloud/version.php

CVSweb <webmaster@jp.NetBSD.org>