pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/php-owncloud



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sun Sep 25 13:06:31 UTC 2016

Modified Files:
        pkgsrc/www/php-owncloud: Makefile PLIST distinfo

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 pkgsrc/www/php-owncloud/Makefile
cvs rdiff -u -r1.37 -r1.38 pkgsrc/www/php-owncloud/PLIST \
    pkgsrc/www/php-owncloud/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/php-owncloud/Makefile
diff -u pkgsrc/www/php-owncloud/Makefile:1.59 pkgsrc/www/php-owncloud/Makefile:1.60
--- pkgsrc/www/php-owncloud/Makefile:1.59       Sat Jul  9 06:39:14 2016
+++ pkgsrc/www/php-owncloud/Makefile    Sun Sep 25 13:06:31 2016
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.59 2016/07/09 06:39:14 wiz Exp $
+# $NetBSD: Makefile,v 1.60 2016/09/25 13:06:31 ryoon Exp $
 #
 
-DISTNAME=      owncloud-9.0.0
+DISTNAME=      owncloud-9.1.1
 PKGNAME=       ${PHP_PKG_PREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    www
 MASTER_SITES=  http://download.owncloud.org/community/
 EXTRACT_SUFX=  .tar.bz2
@@ -13,17 +12,6 @@ HOMEPAGE=    http://owncloud.org/
 COMMENT=       Web services under your control
 LICENSE=       gnu-agpl-v3
 
-OC_APPS_SITE=  https://apps.owncloud.com/CONTENT/content-files/
-OC_CALENDAR_APP=       168707-calendar.zip
-OC_CONTACT_APP=                168708-contacts.zip
-
-DISTFILES=     ${DEFAULT_DISTFILES} \
-               ${OC_CALENDAR_APP} \
-               ${OC_CONTACT_APP}
-
-SITES.${OC_CALENDAR_APP}=      ${OC_APPS_SITE}
-SITES.${OC_CONTACT_APP}=       ${OC_APPS_SITE}
-
 DEPENDS+=      ${PHP_PKG_PREFIX}-dom>=5.3.0:../../textproc/php-dom
 DEPENDS+=      ${PHP_PKG_PREFIX}-gd>=5.3.0:../../graphics/php-gd
 DEPENDS+=      ${PHP_PKG_PREFIX}-iconv>=5.3.0:../../converters/php-iconv
@@ -47,16 +35,6 @@ USE_TOOLS+=  bash:run pax perl:run
 OC_DIR=                share/owncloud
 INSTALLATION_DIRS=     ${OC_DIR}
 
-REPLACE_BASH+= 3rdparty/*/*/*/*
-REPLACE_BASH+= apps/*/*/*
-REPLACE_BASH+= apps/*/*/*/*
-REPLACE_BASH+= core/img/image-optimization.sh
-
-REPLACE_PERL+= apps/*/*/*
-REPLACE_PERL+= l10n/l10n.pl
-
-REPLACE_PYTHON+=       3rdparty/*/*/*/*
-
 # for php interpreter
 CHECK_INTERPRETER_SKIP+=       ${OC_DIR}/3rdparty/doctrine/dbal/bin/doctrine-dbal
 CHECK_INTERPRETER_SKIP+=       ${OC_DIR}/3rdparty/dompdf/load_font.php
@@ -82,10 +60,6 @@ FILES_SUBST+=        WWWGRP=${APACHE_GROUP} WWW
 do-install:
        cd ${WRKDIR} && ${FIND} owncloud -type f \! -name '*.orig' -print | \
                pax -rw -pmp ${DESTDIR}${PREFIX}/share
-       cd ${WRKDIR} && ${FIND} calendar -type f \! -name '*.orig' -print | \
-               pax -rw -pmp ${DESTDIR}${PREFIX}/share/owncloud/apps
-       cd ${WRKDIR} && ${FIND} contacts -type f \! -name '*.orig' -print | \
-               pax -rw -pmp ${DESTDIR}${PREFIX}/share/owncloud/apps
 
 .include "../../lang/php/phpversion.mk"
 .include "../../lang/python/application.mk"

Index: pkgsrc/www/php-owncloud/PLIST
diff -u pkgsrc/www/php-owncloud/PLIST:1.37 pkgsrc/www/php-owncloud/PLIST:1.38
--- pkgsrc/www/php-owncloud/PLIST:1.37  Mon Mar 21 05:50:37 2016
+++ pkgsrc/www/php-owncloud/PLIST       Sun Sep 25 13:06:31 2016
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.37 2016/03/21 05:50:37 ryoon Exp $
+@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
@@ -164,8 +164,6 @@ share/owncloud/3rdparty/doctrine/dbal/LI
 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/bin/doctrine-dbal
-share/owncloud/3rdparty/doctrine/dbal/bin/doctrine-dbal.php
 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
@@ -594,10 +592,14 @@ share/owncloud/3rdparty/guzzlehttp/strea
 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
@@ -607,123 +609,6 @@ share/owncloud/3rdparty/interfasys/logno
 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/ircmaxell/random-lib/lib/RandomLib/AbstractMixer.php
-share/owncloud/3rdparty/ircmaxell/random-lib/lib/RandomLib/Factory.php
-share/owncloud/3rdparty/ircmaxell/random-lib/lib/RandomLib/Generator.php
-share/owncloud/3rdparty/ircmaxell/random-lib/lib/RandomLib/Mixer.php
-share/owncloud/3rdparty/ircmaxell/random-lib/lib/RandomLib/Mixer/Hash.php
-share/owncloud/3rdparty/ircmaxell/random-lib/lib/RandomLib/Source.php
-share/owncloud/3rdparty/ircmaxell/random-lib/lib/RandomLib/Source/CAPICOM.php
-share/owncloud/3rdparty/ircmaxell/random-lib/lib/RandomLib/Source/MTRand.php
-share/owncloud/3rdparty/ircmaxell/random-lib/lib/RandomLib/Source/MicroTime.php
-share/owncloud/3rdparty/ircmaxell/random-lib/lib/RandomLib/Source/OpenSSL.php
-share/owncloud/3rdparty/ircmaxell/random-lib/lib/RandomLib/Source/Rand.php
-share/owncloud/3rdparty/ircmaxell/random-lib/lib/RandomLib/Source/Random.php
-share/owncloud/3rdparty/ircmaxell/random-lib/lib/RandomLib/Source/URandom.php
-share/owncloud/3rdparty/ircmaxell/random-lib/lib/RandomLib/Source/UniqID.php
-share/owncloud/3rdparty/ircmaxell/security-lib/.gitignore
-share/owncloud/3rdparty/ircmaxell/security-lib/README.md
-share/owncloud/3rdparty/ircmaxell/security-lib/composer.json
-share/owncloud/3rdparty/ircmaxell/security-lib/composer.lock
-share/owncloud/3rdparty/ircmaxell/security-lib/lib/SecurityLib/AbstractFactory.php
-share/owncloud/3rdparty/ircmaxell/security-lib/lib/SecurityLib/BaseConverter.php
-share/owncloud/3rdparty/ircmaxell/security-lib/lib/SecurityLib/BigMath.php
-share/owncloud/3rdparty/ircmaxell/security-lib/lib/SecurityLib/BigMath/BCMath.php
-share/owncloud/3rdparty/ircmaxell/security-lib/lib/SecurityLib/BigMath/GMP.php
-share/owncloud/3rdparty/ircmaxell/security-lib/lib/SecurityLib/BigMath/PHPMath.php
-share/owncloud/3rdparty/ircmaxell/security-lib/lib/SecurityLib/Enum.php
-share/owncloud/3rdparty/ircmaxell/security-lib/lib/SecurityLib/Hash.php
-share/owncloud/3rdparty/ircmaxell/security-lib/lib/SecurityLib/Strength.php
-share/owncloud/3rdparty/ircmaxell/security-lib/lib/SecurityLib/composer.json
-share/owncloud/3rdparty/ircmaxell/security-lib/phpunit.xml.dist
-share/owncloud/3rdparty/james-heinrich/getid3/.gitattributes
-share/owncloud/3rdparty/james-heinrich/getid3/.gitignore
-share/owncloud/3rdparty/james-heinrich/getid3/README.md
-share/owncloud/3rdparty/james-heinrich/getid3/changelog.txt
-share/owncloud/3rdparty/james-heinrich/getid3/composer.json
-share/owncloud/3rdparty/james-heinrich/getid3/dependencies.txt
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/extension.cache.dbm.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/extension.cache.mysql.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/extension.cache.sqlite3.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/getid3.lib.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/getid3.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.archive.gzip.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.archive.rar.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.archive.szip.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.archive.tar.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.archive.zip.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.audio-video.asf.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.audio-video.bink.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.audio-video.flv.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.audio-video.matroska.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.audio-video.mpeg.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.audio-video.nsv.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.audio-video.quicktime.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.audio-video.real.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.audio-video.riff.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.audio-video.swf.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.audio-video.ts.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.audio.aa.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.audio.aac.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.audio.ac3.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.audio.amr.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.audio.au.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.audio.avr.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.audio.bonk.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.audio.dss.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.audio.dts.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.audio.flac.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.audio.la.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.audio.lpac.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.audio.midi.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.audio.mod.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.audio.monkey.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.audio.mp3.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.audio.mpc.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.audio.ogg.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.audio.optimfrog.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.audio.rkau.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.audio.shorten.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.audio.tta.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.audio.voc.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.audio.vqf.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.audio.wavpack.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.graphic.bmp.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.graphic.efax.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.graphic.gif.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.graphic.jpg.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.graphic.pcd.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.graphic.png.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.graphic.svg.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.graphic.tiff.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.misc.cue.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.misc.exe.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.misc.iso.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.misc.msoffice.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.misc.par2.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.misc.pdf.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.tag.apetag.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.tag.id3v1.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.tag.id3v2.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.tag.lyrics3.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.tag.xmp.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/write.apetag.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/write.id3v1.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/write.id3v2.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/write.lyrics3.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/write.metaflac.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/write.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/write.real.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/write.vorbiscomment.php
-share/owncloud/3rdparty/james-heinrich/getid3/license.txt
-share/owncloud/3rdparty/james-heinrich/getid3/licenses/licence.gpl-10.txt
-share/owncloud/3rdparty/james-heinrich/getid3/licenses/licence.gpl-20.txt
-share/owncloud/3rdparty/james-heinrich/getid3/licenses/licence.gpl-30.txt
-share/owncloud/3rdparty/james-heinrich/getid3/licenses/licence.lgpl-30.txt
-share/owncloud/3rdparty/james-heinrich/getid3/licenses/licence.mpl-20.txt
-share/owncloud/3rdparty/james-heinrich/getid3/licenses/license.commercial.txt
-share/owncloud/3rdparty/james-heinrich/getid3/readme.txt
-share/owncloud/3rdparty/james-heinrich/getid3/structure.txt
 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
@@ -888,6 +773,17 @@ share/owncloud/3rdparty/league/flysystem
 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
@@ -1091,7 +987,6 @@ share/owncloud/3rdparty/nikic/php-parser
 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/.gitignore
 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
@@ -1101,10 +996,10 @@ share/owncloud/3rdparty/paragonie/random
 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/paragonie/random_compat/phpunit.xml.dist
 share/owncloud/3rdparty/patches.txt
 share/owncloud/3rdparty/patchwork/jsqueeze/LICENSE.ASL20
 share/owncloud/3rdparty/patchwork/jsqueeze/LICENSE.GPLv2
@@ -2120,7 +2015,6 @@ share/owncloud/3rdparty/rackspace/php-op
 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/CHANGELOG.md
 share/owncloud/3rdparty/react/promise/LICENSE
 share/owncloud/3rdparty/react/promise/src/CancellablePromiseInterface.php
 share/owncloud/3rdparty/react/promise/src/Deferred.php
@@ -2408,12 +2302,6 @@ share/owncloud/3rdparty/sabre/uri/README
 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/uri/tests/BuildTest.php
-share/owncloud/3rdparty/sabre/uri/tests/NormalizeTest.php
-share/owncloud/3rdparty/sabre/uri/tests/ResolveTest.php
-share/owncloud/3rdparty/sabre/uri/tests/SplitTest.php
-share/owncloud/3rdparty/sabre/uri/tests/phpcs/ruleset.xml
-share/owncloud/3rdparty/sabre/uri/tests/phpunit.xml.dist
 share/owncloud/3rdparty/sabre/vobject/.gitignore
 share/owncloud/3rdparty/sabre/vobject/ChangeLog.md
 share/owncloud/3rdparty/sabre/vobject/LICENSE
@@ -2869,23 +2757,14 @@ share/owncloud/3rdparty/symfony/routing/
 share/owncloud/AUTHORS
 share/owncloud/COPYING-AGPL
 share/owncloud/apps/activity/appinfo/app.php
-share/owncloud/apps/activity/appinfo/application.php
 share/owncloud/apps/activity/appinfo/database.xml
 share/owncloud/apps/activity/appinfo/info.xml
-share/owncloud/apps/activity/appinfo/install.php
 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/controller/activities.php
-share/owncloud/apps/activity/controller/endpoint.php
-share/owncloud/apps/activity/controller/feed.php
-share/owncloud/apps/activity/controller/ocsendpoint.php
-share/owncloud/apps/activity/controller/settings.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/extension/files.php
-share/owncloud/apps/activity/extension/files_sharing.php
 share/owncloud/apps/activity/img/activity-dark.png
 share/owncloud/apps/activity/img/activity-dark.svg
 share/owncloud/apps/activity/img/activity.png
@@ -3028,379 +2907,45 @@ share/owncloud/apps/activity/l10n/zh_CN.
 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/backgroundjob/emailnotification.php
-share/owncloud/apps/activity/lib/backgroundjob/expireactivities.php
-share/owncloud/apps/activity/lib/consumer.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/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/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/calendar/3rdparty/chosen/LICENSE.md
-share/owncloud/apps/calendar/3rdparty/chosen/css/chosen-sprite.png
-share/owncloud/apps/calendar/3rdparty/chosen/css/chosen.css
-share/owncloud/apps/calendar/3rdparty/chosen/js/chosen.jquery.js
-share/owncloud/apps/calendar/3rdparty/chosen/js/chosen.jquery.min.js
-share/owncloud/apps/calendar/3rdparty/fullcalendar/GPL-LICENSE.txt
-share/owncloud/apps/calendar/3rdparty/fullcalendar/MIT-LICENSE.txt
-share/owncloud/apps/calendar/3rdparty/fullcalendar/css/fullcalendar.css
-share/owncloud/apps/calendar/3rdparty/fullcalendar/css/fullcalendar.print.css
-share/owncloud/apps/calendar/3rdparty/fullcalendar/js/fullcalendar.js
-share/owncloud/apps/calendar/3rdparty/fullcalendar/js/fullcalendar.min.js
-share/owncloud/apps/calendar/3rdparty/fullcalendar/js/gcal.js
-share/owncloud/apps/calendar/3rdparty/jquery.multiselect/css/jquery.multiselect.css
-share/owncloud/apps/calendar/3rdparty/jquery.multiselect/js/jquery.multiselect.js
-share/owncloud/apps/calendar/3rdparty/miniColors/GPL-LICENSE.txt
-share/owncloud/apps/calendar/3rdparty/miniColors/MIT-LICENSE.txt
-share/owncloud/apps/calendar/3rdparty/miniColors/css/images/colors.png
-share/owncloud/apps/calendar/3rdparty/miniColors/css/images/trigger.png
-share/owncloud/apps/calendar/3rdparty/miniColors/css/jquery.miniColors.css
-share/owncloud/apps/calendar/3rdparty/miniColors/js/jquery.miniColors.js
-share/owncloud/apps/calendar/3rdparty/miniColors/js/jquery.miniColors.min.js
-share/owncloud/apps/calendar/3rdparty/timepicker/GPL-LICENSE.txt
-share/owncloud/apps/calendar/3rdparty/timepicker/MIT-LICENSE.txt
-share/owncloud/apps/calendar/3rdparty/timepicker/css/jquery.ui.timepicker.css
-share/owncloud/apps/calendar/3rdparty/timepicker/js/i18n/jquery.ui.timepicker-cs.js
-share/owncloud/apps/calendar/3rdparty/timepicker/js/i18n/jquery.ui.timepicker-de.js
-share/owncloud/apps/calendar/3rdparty/timepicker/js/i18n/jquery.ui.timepicker-es.js
-share/owncloud/apps/calendar/3rdparty/timepicker/js/i18n/jquery.ui.timepicker-fr.js
-share/owncloud/apps/calendar/3rdparty/timepicker/js/i18n/jquery.ui.timepicker-hr.js
-share/owncloud/apps/calendar/3rdparty/timepicker/js/i18n/jquery.ui.timepicker-it.js
-share/owncloud/apps/calendar/3rdparty/timepicker/js/i18n/jquery.ui.timepicker-ja.js
-share/owncloud/apps/calendar/3rdparty/timepicker/js/i18n/jquery.ui.timepicker-nl.js
-share/owncloud/apps/calendar/3rdparty/timepicker/js/i18n/jquery.ui.timepicker-pl.js
-share/owncloud/apps/calendar/3rdparty/timepicker/js/i18n/jquery.ui.timepicker-pt-BR.js
-share/owncloud/apps/calendar/3rdparty/timepicker/js/i18n/jquery.ui.timepicker-sl.js
-share/owncloud/apps/calendar/3rdparty/timepicker/js/i18n/jquery.ui.timepicker-sv.js
-share/owncloud/apps/calendar/3rdparty/timepicker/js/i18n/jquery.ui.timepicker-tr.js
-share/owncloud/apps/calendar/3rdparty/timepicker/js/jquery.ui.timepicker.js
-share/owncloud/apps/calendar/3rdparty/timepicker/releases.txt
-share/owncloud/apps/calendar/ajax/cache/rescan.php
-share/owncloud/apps/calendar/ajax/cache/status.php
-share/owncloud/apps/calendar/ajax/calendar/activation.php
-share/owncloud/apps/calendar/ajax/calendar/delete.php
-share/owncloud/apps/calendar/ajax/calendar/edit.form.php
-share/owncloud/apps/calendar/ajax/calendar/edit.php
-share/owncloud/apps/calendar/ajax/calendar/new.form.php
-share/owncloud/apps/calendar/ajax/calendar/new.php
-share/owncloud/apps/calendar/ajax/calendar/overview.php
-share/owncloud/apps/calendar/ajax/calendar/update.php
-share/owncloud/apps/calendar/ajax/categories/rescan.php
-share/owncloud/apps/calendar/ajax/changeview.php
-share/owncloud/apps/calendar/ajax/event/delete.php
-share/owncloud/apps/calendar/ajax/event/edit.form.php
-share/owncloud/apps/calendar/ajax/event/edit.php
-share/owncloud/apps/calendar/ajax/event/move.php
-share/owncloud/apps/calendar/ajax/event/new.form.php
-share/owncloud/apps/calendar/ajax/event/new.php
-share/owncloud/apps/calendar/ajax/event/resize.php
-share/owncloud/apps/calendar/ajax/event/sendmail.php
-share/owncloud/apps/calendar/ajax/events.php
-share/owncloud/apps/calendar/ajax/import/calendarcheck.php
-share/owncloud/apps/calendar/ajax/import/dialog.php
-share/owncloud/apps/calendar/ajax/import/dropimport.php
-share/owncloud/apps/calendar/ajax/import/import.php
-share/owncloud/apps/calendar/ajax/search-location.php
-share/owncloud/apps/calendar/ajax/settings/getfirstday.php
-share/owncloud/apps/calendar/ajax/settings/gettimezonedetection.php
-share/owncloud/apps/calendar/ajax/settings/guesstimezone.php
-share/owncloud/apps/calendar/ajax/settings/setfirstday.php
-share/owncloud/apps/calendar/ajax/settings/settimeformat.php
-share/owncloud/apps/calendar/ajax/settings/settimezone.php
-share/owncloud/apps/calendar/ajax/settings/timeformat.php
-share/owncloud/apps/calendar/ajax/settings/timezonedetection.php
-share/owncloud/apps/calendar/appinfo/app.php
-share/owncloud/apps/calendar/appinfo/database.xml
-share/owncloud/apps/calendar/appinfo/info.xml
-share/owncloud/apps/calendar/appinfo/preupdate.php
-share/owncloud/apps/calendar/appinfo/remote.php
-share/owncloud/apps/calendar/appinfo/routes.php
-share/owncloud/apps/calendar/appinfo/update.php
-share/owncloud/apps/calendar/appinfo/version
-share/owncloud/apps/calendar/caldav.php
-share/owncloud/apps/calendar/calendar.php
-share/owncloud/apps/calendar/css/import.css
-share/owncloud/apps/calendar/css/style.css
-share/owncloud/apps/calendar/export.php
-share/owncloud/apps/calendar/img/calendar.png
-share/owncloud/apps/calendar/img/calendar.svg
-share/owncloud/apps/calendar/img/loading.gif
-share/owncloud/apps/calendar/index.php
-share/owncloud/apps/calendar/js/calendar.js
-share/owncloud/apps/calendar/js/geo.js
-share/owncloud/apps/calendar/js/idtype.php
-share/owncloud/apps/calendar/js/jquery.multi-autocomplete.js
-share/owncloud/apps/calendar/js/l10n.php
-share/owncloud/apps/calendar/js/loader.js
-share/owncloud/apps/calendar/js/on-event.js
-share/owncloud/apps/calendar/js/settings.js
-share/owncloud/apps/calendar/l10n/.tx/config
-share/owncloud/apps/calendar/l10n/af_ZA.php
-share/owncloud/apps/calendar/l10n/ar.js
-share/owncloud/apps/calendar/l10n/ar.json
-share/owncloud/apps/calendar/l10n/ar.php
-share/owncloud/apps/calendar/l10n/ast.js
-share/owncloud/apps/calendar/l10n/ast.json
-share/owncloud/apps/calendar/l10n/ast.php
-share/owncloud/apps/calendar/l10n/az.php
-share/owncloud/apps/calendar/l10n/be.php
-share/owncloud/apps/calendar/l10n/bg_BG.js
-share/owncloud/apps/calendar/l10n/bg_BG.json
-share/owncloud/apps/calendar/l10n/bg_BG.php
-share/owncloud/apps/calendar/l10n/bn_BD.js
-share/owncloud/apps/calendar/l10n/bn_BD.json
-share/owncloud/apps/calendar/l10n/bn_BD.php
-share/owncloud/apps/calendar/l10n/bn_IN.php
-share/owncloud/apps/calendar/l10n/bs.js
-share/owncloud/apps/calendar/l10n/bs.json
-share/owncloud/apps/calendar/l10n/bs.php
-share/owncloud/apps/calendar/l10n/ca.js
-share/owncloud/apps/calendar/l10n/ca.json
-share/owncloud/apps/calendar/l10n/ca.php
-share/owncloud/apps/calendar/l10n/cs_CZ.js
-share/owncloud/apps/calendar/l10n/cs_CZ.json
-share/owncloud/apps/calendar/l10n/cs_CZ.php
-share/owncloud/apps/calendar/l10n/cy_GB.js
-share/owncloud/apps/calendar/l10n/cy_GB.json
-share/owncloud/apps/calendar/l10n/cy_GB.php
-share/owncloud/apps/calendar/l10n/da.js
-share/owncloud/apps/calendar/l10n/da.json
-share/owncloud/apps/calendar/l10n/da.php
-share/owncloud/apps/calendar/l10n/de.js
-share/owncloud/apps/calendar/l10n/de.json
-share/owncloud/apps/calendar/l10n/de.php
-share/owncloud/apps/calendar/l10n/de_AT.js
-share/owncloud/apps/calendar/l10n/de_AT.json
-share/owncloud/apps/calendar/l10n/de_AT.php
-share/owncloud/apps/calendar/l10n/de_DE.js
-share/owncloud/apps/calendar/l10n/de_DE.json
-share/owncloud/apps/calendar/l10n/de_DE.php
-share/owncloud/apps/calendar/l10n/el.js
-share/owncloud/apps/calendar/l10n/el.json
-share/owncloud/apps/calendar/l10n/el.php
-share/owncloud/apps/calendar/l10n/en%pirate.php@localhost
-share/owncloud/apps/calendar/l10n/en_GB.js
-share/owncloud/apps/calendar/l10n/en_GB.json
-share/owncloud/apps/calendar/l10n/en_GB.php
-share/owncloud/apps/calendar/l10n/eo.js
-share/owncloud/apps/calendar/l10n/eo.json
-share/owncloud/apps/calendar/l10n/eo.php
-share/owncloud/apps/calendar/l10n/es.js
-share/owncloud/apps/calendar/l10n/es.json
-share/owncloud/apps/calendar/l10n/es.php
-share/owncloud/apps/calendar/l10n/es_AR.js
-share/owncloud/apps/calendar/l10n/es_AR.json
-share/owncloud/apps/calendar/l10n/es_AR.php
-share/owncloud/apps/calendar/l10n/es_CL.php
-share/owncloud/apps/calendar/l10n/es_MX.js
-share/owncloud/apps/calendar/l10n/es_MX.json
-share/owncloud/apps/calendar/l10n/es_MX.php
-share/owncloud/apps/calendar/l10n/et_EE.js
-share/owncloud/apps/calendar/l10n/et_EE.json
-share/owncloud/apps/calendar/l10n/et_EE.php
-share/owncloud/apps/calendar/l10n/eu.js
-share/owncloud/apps/calendar/l10n/eu.json
-share/owncloud/apps/calendar/l10n/eu.php
-share/owncloud/apps/calendar/l10n/eu_ES.php
-share/owncloud/apps/calendar/l10n/fa.js
-share/owncloud/apps/calendar/l10n/fa.json
-share/owncloud/apps/calendar/l10n/fa.php
-share/owncloud/apps/calendar/l10n/fi.php
-share/owncloud/apps/calendar/l10n/fi_FI.js
-share/owncloud/apps/calendar/l10n/fi_FI.json
-share/owncloud/apps/calendar/l10n/fi_FI.php
-share/owncloud/apps/calendar/l10n/fr.js
-share/owncloud/apps/calendar/l10n/fr.json
-share/owncloud/apps/calendar/l10n/fr.php
-share/owncloud/apps/calendar/l10n/gl.js
-share/owncloud/apps/calendar/l10n/gl.json
-share/owncloud/apps/calendar/l10n/gl.php
-share/owncloud/apps/calendar/l10n/he.js
-share/owncloud/apps/calendar/l10n/he.json
-share/owncloud/apps/calendar/l10n/he.php
-share/owncloud/apps/calendar/l10n/hi.php
-share/owncloud/apps/calendar/l10n/hr.js
-share/owncloud/apps/calendar/l10n/hr.json
-share/owncloud/apps/calendar/l10n/hr.php
-share/owncloud/apps/calendar/l10n/hu_HU.js
-share/owncloud/apps/calendar/l10n/hu_HU.json
-share/owncloud/apps/calendar/l10n/hu_HU.php
-share/owncloud/apps/calendar/l10n/hy.php
-share/owncloud/apps/calendar/l10n/ia.js
-share/owncloud/apps/calendar/l10n/ia.json
-share/owncloud/apps/calendar/l10n/ia.php
-share/owncloud/apps/calendar/l10n/id.js
-share/owncloud/apps/calendar/l10n/id.json
-share/owncloud/apps/calendar/l10n/id.php
-share/owncloud/apps/calendar/l10n/is.php
-share/owncloud/apps/calendar/l10n/it.js
-share/owncloud/apps/calendar/l10n/it.json
-share/owncloud/apps/calendar/l10n/it.php
-share/owncloud/apps/calendar/l10n/ja.js
-share/owncloud/apps/calendar/l10n/ja.json
-share/owncloud/apps/calendar/l10n/ja.php
-share/owncloud/apps/calendar/l10n/jv.php
-share/owncloud/apps/calendar/l10n/ka.php
-share/owncloud/apps/calendar/l10n/ka_GE.js
-share/owncloud/apps/calendar/l10n/ka_GE.json
-share/owncloud/apps/calendar/l10n/ka_GE.php
-share/owncloud/apps/calendar/l10n/km.js
-share/owncloud/apps/calendar/l10n/km.json
-share/owncloud/apps/calendar/l10n/km.php
-share/owncloud/apps/calendar/l10n/ko.js
-share/owncloud/apps/calendar/l10n/ko.json
-share/owncloud/apps/calendar/l10n/ko.php
-share/owncloud/apps/calendar/l10n/ku_IQ.php
-share/owncloud/apps/calendar/l10n/lb.js
-share/owncloud/apps/calendar/l10n/lb.json
-share/owncloud/apps/calendar/l10n/lb.php
-share/owncloud/apps/calendar/l10n/lt_LT.js
-share/owncloud/apps/calendar/l10n/lt_LT.json
-share/owncloud/apps/calendar/l10n/lt_LT.php
-share/owncloud/apps/calendar/l10n/lv.js
-share/owncloud/apps/calendar/l10n/lv.json
-share/owncloud/apps/calendar/l10n/lv.php
-share/owncloud/apps/calendar/l10n/mk.js
-share/owncloud/apps/calendar/l10n/mk.json
-share/owncloud/apps/calendar/l10n/mk.php
-share/owncloud/apps/calendar/l10n/ml_IN.php
-share/owncloud/apps/calendar/l10n/ms_MY.js
-share/owncloud/apps/calendar/l10n/ms_MY.json
-share/owncloud/apps/calendar/l10n/ms_MY.php
-share/owncloud/apps/calendar/l10n/my_MM.php
-share/owncloud/apps/calendar/l10n/nb_NO.js
-share/owncloud/apps/calendar/l10n/nb_NO.json
-share/owncloud/apps/calendar/l10n/nb_NO.php
-share/owncloud/apps/calendar/l10n/nl.js
-share/owncloud/apps/calendar/l10n/nl.json
-share/owncloud/apps/calendar/l10n/nl.php
-share/owncloud/apps/calendar/l10n/nn_NO.js
-share/owncloud/apps/calendar/l10n/nn_NO.json
-share/owncloud/apps/calendar/l10n/nn_NO.php
-share/owncloud/apps/calendar/l10n/oc.js
-share/owncloud/apps/calendar/l10n/oc.json
-share/owncloud/apps/calendar/l10n/oc.php
-share/owncloud/apps/calendar/l10n/pa.php
-share/owncloud/apps/calendar/l10n/pl.js
-share/owncloud/apps/calendar/l10n/pl.json
-share/owncloud/apps/calendar/l10n/pl.php
-share/owncloud/apps/calendar/l10n/pl_PL.php
-share/owncloud/apps/calendar/l10n/pt_BR.js
-share/owncloud/apps/calendar/l10n/pt_BR.json
-share/owncloud/apps/calendar/l10n/pt_BR.php
-share/owncloud/apps/calendar/l10n/pt_PT.js
-share/owncloud/apps/calendar/l10n/pt_PT.json
-share/owncloud/apps/calendar/l10n/pt_PT.php
-share/owncloud/apps/calendar/l10n/ro.js
-share/owncloud/apps/calendar/l10n/ro.json
-share/owncloud/apps/calendar/l10n/ro.php
-share/owncloud/apps/calendar/l10n/ru.js
-share/owncloud/apps/calendar/l10n/ru.json
-share/owncloud/apps/calendar/l10n/ru.php
-share/owncloud/apps/calendar/l10n/ru_RU.php
-share/owncloud/apps/calendar/l10n/si_LK.js
-share/owncloud/apps/calendar/l10n/si_LK.json
-share/owncloud/apps/calendar/l10n/si_LK.php
-share/owncloud/apps/calendar/l10n/sk_SK.js
-share/owncloud/apps/calendar/l10n/sk_SK.json
-share/owncloud/apps/calendar/l10n/sk_SK.php
-share/owncloud/apps/calendar/l10n/sl.js
-share/owncloud/apps/calendar/l10n/sl.json
-share/owncloud/apps/calendar/l10n/sl.php
-share/owncloud/apps/calendar/l10n/sq.js
-share/owncloud/apps/calendar/l10n/sq.json
-share/owncloud/apps/calendar/l10n/sq.php
-share/owncloud/apps/calendar/l10n/sr.js
-share/owncloud/apps/calendar/l10n/sr.json
-share/owncloud/apps/calendar/l10n/sr.php
-share/owncloud/apps/calendar/l10n/sr%latin.js@localhost
-share/owncloud/apps/calendar/l10n/sr%latin.json@localhost
-share/owncloud/apps/calendar/l10n/sr%latin.php@localhost
-share/owncloud/apps/calendar/l10n/sv.js
-share/owncloud/apps/calendar/l10n/sv.json
-share/owncloud/apps/calendar/l10n/sv.php
-share/owncloud/apps/calendar/l10n/ta_IN.php
-share/owncloud/apps/calendar/l10n/ta_LK.js
-share/owncloud/apps/calendar/l10n/ta_LK.json
-share/owncloud/apps/calendar/l10n/ta_LK.php
-share/owncloud/apps/calendar/l10n/te.php
-share/owncloud/apps/calendar/l10n/th_TH.js
-share/owncloud/apps/calendar/l10n/th_TH.json
-share/owncloud/apps/calendar/l10n/th_TH.php
-share/owncloud/apps/calendar/l10n/tr.js
-share/owncloud/apps/calendar/l10n/tr.json
-share/owncloud/apps/calendar/l10n/tr.php
-share/owncloud/apps/calendar/l10n/ug.js
-share/owncloud/apps/calendar/l10n/ug.json
-share/owncloud/apps/calendar/l10n/ug.php
-share/owncloud/apps/calendar/l10n/uk.js
-share/owncloud/apps/calendar/l10n/uk.json
-share/owncloud/apps/calendar/l10n/uk.php
-share/owncloud/apps/calendar/l10n/ur_PK.php
-share/owncloud/apps/calendar/l10n/vi.js
-share/owncloud/apps/calendar/l10n/vi.json
-share/owncloud/apps/calendar/l10n/vi.php
-share/owncloud/apps/calendar/l10n/xgettextfiles
-share/owncloud/apps/calendar/l10n/zh_CN.js
-share/owncloud/apps/calendar/l10n/zh_CN.json
-share/owncloud/apps/calendar/l10n/zh_CN.php
-share/owncloud/apps/calendar/l10n/zh_HK.php
-share/owncloud/apps/calendar/l10n/zh_TW.js
-share/owncloud/apps/calendar/l10n/zh_TW.json
-share/owncloud/apps/calendar/l10n/zh_TW.php
-share/owncloud/apps/calendar/lib/alarm.php
-share/owncloud/apps/calendar/lib/app.php
-share/owncloud/apps/calendar/lib/attendees.php
-share/owncloud/apps/calendar/lib/calendar.php
-share/owncloud/apps/calendar/lib/export.php
-share/owncloud/apps/calendar/lib/hooks.php
-share/owncloud/apps/calendar/lib/import.php
-share/owncloud/apps/calendar/lib/object.php
-share/owncloud/apps/calendar/lib/repeat.php
-share/owncloud/apps/calendar/lib/sabre/backend.php
-share/owncloud/apps/calendar/lib/sabre/calendar.php
-share/owncloud/apps/calendar/lib/sabre/calendarroot.php
-share/owncloud/apps/calendar/lib/sabre/object.php
-share/owncloud/apps/calendar/lib/sabre/usercalendars.php
-share/owncloud/apps/calendar/lib/search/event.php
-share/owncloud/apps/calendar/lib/search/provider.php
-share/owncloud/apps/calendar/lib/share/calendar.php
-share/owncloud/apps/calendar/lib/share/event.php
-share/owncloud/apps/calendar/settingswrapper.php
-share/owncloud/apps/calendar/templates/calendar.php
-share/owncloud/apps/calendar/templates/part.choosecalendar.rowfields.php
-share/owncloud/apps/calendar/templates/part.editcalendar.php
-share/owncloud/apps/calendar/templates/part.editevent.php
-share/owncloud/apps/calendar/templates/part.eventform.php
-share/owncloud/apps/calendar/templates/part.import.php
-share/owncloud/apps/calendar/templates/part.newevent.php
-share/owncloud/apps/calendar/templates/part.share.php
-share/owncloud/apps/calendar/templates/part.showevent.php
-share/owncloud/apps/comments/activity/extension.php
-share/owncloud/apps/comments/activity/listener.php
 share/owncloud/apps/comments/appinfo/app.php
 share/owncloud/apps/comments/appinfo/info.xml
 share/owncloud/apps/comments/appinfo/signature.json
@@ -3463,6 +3008,8 @@ 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
@@ -3569,572 +3116,120 @@ share/owncloud/apps/comments/l10n/zh_HK.
 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/contacts/Changelog
-share/owncloud/apps/contacts/admin.php
-share/owncloud/apps/contacts/appinfo/app.php
-share/owncloud/apps/contacts/appinfo/database.xml
-share/owncloud/apps/contacts/appinfo/info.xml
-share/owncloud/apps/contacts/appinfo/remote.php
-share/owncloud/apps/contacts/appinfo/routes.php
-share/owncloud/apps/contacts/appinfo/update.php
-share/owncloud/apps/contacts/appinfo/version
-share/owncloud/apps/contacts/carddav.php
-share/owncloud/apps/contacts/composer.json
-share/owncloud/apps/contacts/css/contacts.css
-share/owncloud/apps/contacts/css/jquery.Jcrop.min.css
-share/owncloud/apps/contacts/css/jquery.ocaddnew.css
-share/owncloud/apps/contacts/css/multi-select.css
-share/owncloud/apps/contacts/css/placeholder_polyfill.css
-share/owncloud/apps/contacts/css/placeholder_polyfill.min.css
-share/owncloud/apps/contacts/formats/backend_ldap_inet_org_person_connector.xml
-share/owncloud/apps/contacts/formats/backend_ldap_vcard_unassigned_connector.xml
-share/owncloud/apps/contacts/formats/import_csv_gmail_connector.xml
-share/owncloud/apps/contacts/formats/import_csv_outlook_connector.xml
-share/owncloud/apps/contacts/formats/import_csv_thunderbird_connector.xml
-share/owncloud/apps/contacts/formats/import_csv_yahoo_connector.xml
-share/owncloud/apps/contacts/formats/import_ldif_phpldapadmin_connector.xml
-share/owncloud/apps/contacts/formats/import_vcard_gmail_connector.xml
-share/owncloud/apps/contacts/formats/import_vcard_standard_connector.xml
-share/owncloud/apps/contacts/formats/import_vcard_yahoo_connector.xml
-share/owncloud/apps/contacts/formats/vcardunassigned.schema
-share/owncloud/apps/contacts/img/170x170.gif
-share/owncloud/apps/contacts/img/contacts.png
-share/owncloud/apps/contacts/img/contacts.svg
-share/owncloud/apps/contacts/img/globe.svg
-share/owncloud/apps/contacts/img/person_large.png
-share/owncloud/apps/contacts/js/addressbooks.js
-share/owncloud/apps/contacts/js/admin.js
-share/owncloud/apps/contacts/js/app.js
-share/owncloud/apps/contacts/js/config.php
-share/owncloud/apps/contacts/js/contacts.js
-share/owncloud/apps/contacts/js/groups.js
-share/owncloud/apps/contacts/js/jquery.multi-autocomplete.js
-share/owncloud/apps/contacts/js/jquery.ocaddnew.js
-share/owncloud/apps/contacts/js/loader.js
-share/owncloud/apps/contacts/js/modernizr.custom.js
-share/owncloud/apps/contacts/js/otherbackendconfig.js
-share/owncloud/apps/contacts/js/placeholder_polyfill.jquery.js
-share/owncloud/apps/contacts/js/placeholder_polyfill.jquery.min.combo.js
-share/owncloud/apps/contacts/js/storage.js
-share/owncloud/apps/contacts/l10n/.tx/config
-share/owncloud/apps/contacts/l10n/af_ZA.php
-share/owncloud/apps/contacts/l10n/ar.js
-share/owncloud/apps/contacts/l10n/ar.json
-share/owncloud/apps/contacts/l10n/ar.php
-share/owncloud/apps/contacts/l10n/ast.js
-share/owncloud/apps/contacts/l10n/ast.json
-share/owncloud/apps/contacts/l10n/ast.php
-share/owncloud/apps/contacts/l10n/az.php
-share/owncloud/apps/contacts/l10n/be.php
-share/owncloud/apps/contacts/l10n/bg_BG.js
-share/owncloud/apps/contacts/l10n/bg_BG.json
-share/owncloud/apps/contacts/l10n/bg_BG.php
-share/owncloud/apps/contacts/l10n/bn_BD.php
-share/owncloud/apps/contacts/l10n/bn_IN.php
-share/owncloud/apps/contacts/l10n/bs.js
-share/owncloud/apps/contacts/l10n/bs.json
-share/owncloud/apps/contacts/l10n/bs.php
-share/owncloud/apps/contacts/l10n/ca.js
-share/owncloud/apps/contacts/l10n/ca.json
-share/owncloud/apps/contacts/l10n/ca.php
-share/owncloud/apps/contacts/l10n/cs_CZ.js
-share/owncloud/apps/contacts/l10n/cs_CZ.json
-share/owncloud/apps/contacts/l10n/cs_CZ.php
-share/owncloud/apps/contacts/l10n/cy_GB.php
-share/owncloud/apps/contacts/l10n/da.js
-share/owncloud/apps/contacts/l10n/da.json
-share/owncloud/apps/contacts/l10n/da.php
-share/owncloud/apps/contacts/l10n/de.js
-share/owncloud/apps/contacts/l10n/de.json
-share/owncloud/apps/contacts/l10n/de.php
-share/owncloud/apps/contacts/l10n/de_AT.php
-share/owncloud/apps/contacts/l10n/de_DE.js
-share/owncloud/apps/contacts/l10n/de_DE.json
-share/owncloud/apps/contacts/l10n/de_DE.php
-share/owncloud/apps/contacts/l10n/el.js
-share/owncloud/apps/contacts/l10n/el.json
-share/owncloud/apps/contacts/l10n/el.php
-share/owncloud/apps/contacts/l10n/en%pirate.php@localhost
-share/owncloud/apps/contacts/l10n/en_GB.js
-share/owncloud/apps/contacts/l10n/en_GB.json
-share/owncloud/apps/contacts/l10n/en_GB.php
-share/owncloud/apps/contacts/l10n/eo.js
-share/owncloud/apps/contacts/l10n/eo.json
-share/owncloud/apps/contacts/l10n/eo.php
-share/owncloud/apps/contacts/l10n/es.js
-share/owncloud/apps/contacts/l10n/es.json
-share/owncloud/apps/contacts/l10n/es.php
-share/owncloud/apps/contacts/l10n/es_AR.js
-share/owncloud/apps/contacts/l10n/es_AR.json
-share/owncloud/apps/contacts/l10n/es_AR.php
-share/owncloud/apps/contacts/l10n/es_CL.php
-share/owncloud/apps/contacts/l10n/es_MX.js
-share/owncloud/apps/contacts/l10n/es_MX.json
-share/owncloud/apps/contacts/l10n/es_MX.php
-share/owncloud/apps/contacts/l10n/et_EE.js
-share/owncloud/apps/contacts/l10n/et_EE.json
-share/owncloud/apps/contacts/l10n/et_EE.php
-share/owncloud/apps/contacts/l10n/eu.js
-share/owncloud/apps/contacts/l10n/eu.json
-share/owncloud/apps/contacts/l10n/eu.php
-share/owncloud/apps/contacts/l10n/eu_ES.php
-share/owncloud/apps/contacts/l10n/fa.php
-share/owncloud/apps/contacts/l10n/fi_FI.js
-share/owncloud/apps/contacts/l10n/fi_FI.json
-share/owncloud/apps/contacts/l10n/fi_FI.php
-share/owncloud/apps/contacts/l10n/fr.js
-share/owncloud/apps/contacts/l10n/fr.json
-share/owncloud/apps/contacts/l10n/fr.php
-share/owncloud/apps/contacts/l10n/gl.js
-share/owncloud/apps/contacts/l10n/gl.json
-share/owncloud/apps/contacts/l10n/gl.php
-share/owncloud/apps/contacts/l10n/he.js
-share/owncloud/apps/contacts/l10n/he.json
-share/owncloud/apps/contacts/l10n/he.php
-share/owncloud/apps/contacts/l10n/hi.php
-share/owncloud/apps/contacts/l10n/hr.js
-share/owncloud/apps/contacts/l10n/hr.json
-share/owncloud/apps/contacts/l10n/hr.php
-share/owncloud/apps/contacts/l10n/hu_HU.js
-share/owncloud/apps/contacts/l10n/hu_HU.json
-share/owncloud/apps/contacts/l10n/hu_HU.php
-share/owncloud/apps/contacts/l10n/hy.php
-share/owncloud/apps/contacts/l10n/ia.php
-share/owncloud/apps/contacts/l10n/id.js
-share/owncloud/apps/contacts/l10n/id.json
-share/owncloud/apps/contacts/l10n/id.php
-share/owncloud/apps/contacts/l10n/is.php
-share/owncloud/apps/contacts/l10n/it.js
-share/owncloud/apps/contacts/l10n/it.json
-share/owncloud/apps/contacts/l10n/it.php
-share/owncloud/apps/contacts/l10n/ja.js
-share/owncloud/apps/contacts/l10n/ja.json
-share/owncloud/apps/contacts/l10n/ja.php
-share/owncloud/apps/contacts/l10n/jv.php
-share/owncloud/apps/contacts/l10n/ka.php
-share/owncloud/apps/contacts/l10n/ka_GE.php
-share/owncloud/apps/contacts/l10n/km.php
-share/owncloud/apps/contacts/l10n/ko.js
-share/owncloud/apps/contacts/l10n/ko.json
-share/owncloud/apps/contacts/l10n/ko.php
-share/owncloud/apps/contacts/l10n/ku_IQ.php
-share/owncloud/apps/contacts/l10n/lb.php
-share/owncloud/apps/contacts/l10n/lt_LT.js
-share/owncloud/apps/contacts/l10n/lt_LT.json
-share/owncloud/apps/contacts/l10n/lt_LT.php
-share/owncloud/apps/contacts/l10n/lv.php
-share/owncloud/apps/contacts/l10n/mk.php
-share/owncloud/apps/contacts/l10n/ml_IN.php
-share/owncloud/apps/contacts/l10n/ms_MY.php
-share/owncloud/apps/contacts/l10n/my_MM.php
-share/owncloud/apps/contacts/l10n/nb_NO.js
-share/owncloud/apps/contacts/l10n/nb_NO.json
-share/owncloud/apps/contacts/l10n/nb_NO.php
-share/owncloud/apps/contacts/l10n/nl.js
-share/owncloud/apps/contacts/l10n/nl.json
-share/owncloud/apps/contacts/l10n/nl.php
-share/owncloud/apps/contacts/l10n/nn_NO.php
-share/owncloud/apps/contacts/l10n/oc.php
-share/owncloud/apps/contacts/l10n/pa.php
-share/owncloud/apps/contacts/l10n/pl.js
-share/owncloud/apps/contacts/l10n/pl.json
-share/owncloud/apps/contacts/l10n/pl.php
-share/owncloud/apps/contacts/l10n/pt_BR.js
-share/owncloud/apps/contacts/l10n/pt_BR.json
-share/owncloud/apps/contacts/l10n/pt_BR.php
-share/owncloud/apps/contacts/l10n/pt_PT.js
-share/owncloud/apps/contacts/l10n/pt_PT.json
-share/owncloud/apps/contacts/l10n/pt_PT.php
-share/owncloud/apps/contacts/l10n/ro.js
-share/owncloud/apps/contacts/l10n/ro.json
-share/owncloud/apps/contacts/l10n/ro.php
-share/owncloud/apps/contacts/l10n/ru.js
-share/owncloud/apps/contacts/l10n/ru.json
-share/owncloud/apps/contacts/l10n/ru.php
-share/owncloud/apps/contacts/l10n/ru_RU.php
-share/owncloud/apps/contacts/l10n/si_LK.php
-share/owncloud/apps/contacts/l10n/sk_SK.js
-share/owncloud/apps/contacts/l10n/sk_SK.json
-share/owncloud/apps/contacts/l10n/sk_SK.php
-share/owncloud/apps/contacts/l10n/sl.js
-share/owncloud/apps/contacts/l10n/sl.json
-share/owncloud/apps/contacts/l10n/sl.php
-share/owncloud/apps/contacts/l10n/sq.php
-share/owncloud/apps/contacts/l10n/sr.php
-share/owncloud/apps/contacts/l10n/sr%latin.php@localhost
-share/owncloud/apps/contacts/l10n/sv.js
-share/owncloud/apps/contacts/l10n/sv.json
-share/owncloud/apps/contacts/l10n/sv.php
-share/owncloud/apps/contacts/l10n/ta_IN.php
-share/owncloud/apps/contacts/l10n/ta_LK.php
-share/owncloud/apps/contacts/l10n/te.php
-share/owncloud/apps/contacts/l10n/th_TH.php
-share/owncloud/apps/contacts/l10n/tr.js
-share/owncloud/apps/contacts/l10n/tr.json
-share/owncloud/apps/contacts/l10n/tr.php
-share/owncloud/apps/contacts/l10n/ug.php
-share/owncloud/apps/contacts/l10n/uk.js
-share/owncloud/apps/contacts/l10n/uk.json
-share/owncloud/apps/contacts/l10n/uk.php
-share/owncloud/apps/contacts/l10n/ur_PK.php
-share/owncloud/apps/contacts/l10n/vi.php
-share/owncloud/apps/contacts/l10n/xgettextfiles
-share/owncloud/apps/contacts/l10n/zh_CN.js
-share/owncloud/apps/contacts/l10n/zh_CN.json
-share/owncloud/apps/contacts/l10n/zh_CN.php
-share/owncloud/apps/contacts/l10n/zh_HK.php
-share/owncloud/apps/contacts/l10n/zh_TW.js
-share/owncloud/apps/contacts/l10n/zh_TW.json
-share/owncloud/apps/contacts/l10n/zh_TW.php
-share/owncloud/apps/contacts/lib/abstractpimcollection.php
-share/owncloud/apps/contacts/lib/abstractpimobject.php
-share/owncloud/apps/contacts/lib/addressbook.php
-share/owncloud/apps/contacts/lib/addressbookprovider.php
-share/owncloud/apps/contacts/lib/app.php
-share/owncloud/apps/contacts/lib/backend/abstractbackend.php
-share/owncloud/apps/contacts/lib/backend/database.php
-share/owncloud/apps/contacts/lib/backend/ldap.php
-share/owncloud/apps/contacts/lib/backend/shared.php
-share/owncloud/apps/contacts/lib/carddav/addressbook.php
-share/owncloud/apps/contacts/lib/carddav/addressbookroot.php
-share/owncloud/apps/contacts/lib/carddav/backend.php
-share/owncloud/apps/contacts/lib/carddav/card.php
-share/owncloud/apps/contacts/lib/carddav/plugin.php
-share/owncloud/apps/contacts/lib/carddav/useraddressbooks.php
-share/owncloud/apps/contacts/lib/connector/importconnector.php
-share/owncloud/apps/contacts/lib/connector/importcsvconnector.php
-share/owncloud/apps/contacts/lib/connector/importldifconnector.php
-share/owncloud/apps/contacts/lib/connector/importvcardconnector.php
-share/owncloud/apps/contacts/lib/connector/ldapconnector.php
-share/owncloud/apps/contacts/lib/contact.php
-share/owncloud/apps/contacts/lib/controller.php
-share/owncloud/apps/contacts/lib/controller/addressbookcontroller.php
-share/owncloud/apps/contacts/lib/controller/backendcontroller.php
-share/owncloud/apps/contacts/lib/controller/contactcontroller.php
-share/owncloud/apps/contacts/lib/controller/contactphotocontroller.php
-share/owncloud/apps/contacts/lib/controller/exportcontroller.php
-share/owncloud/apps/contacts/lib/controller/groupcontroller.php
-share/owncloud/apps/contacts/lib/controller/importcontroller.php
-share/owncloud/apps/contacts/lib/controller/pagecontroller.php
-share/owncloud/apps/contacts/lib/controller/settingscontroller.php
-share/owncloud/apps/contacts/lib/dispatcher.php
-share/owncloud/apps/contacts/lib/hooks.php
-share/owncloud/apps/contacts/lib/imageresponse.php
-share/owncloud/apps/contacts/lib/importmanager.php
-share/owncloud/apps/contacts/lib/ipimobject.php
-share/owncloud/apps/contacts/lib/jsonresponse.php
-share/owncloud/apps/contacts/lib/middleware/http.php
-share/owncloud/apps/contacts/lib/search/contact.php
-share/owncloud/apps/contacts/lib/search/provider.php
-share/owncloud/apps/contacts/lib/share/addressbook.php
-share/owncloud/apps/contacts/lib/share/contact.php
-share/owncloud/apps/contacts/lib/textdownloadresponse.php
-share/owncloud/apps/contacts/lib/utils/jsonserializer.php
-share/owncloud/apps/contacts/lib/utils/properties.php
-share/owncloud/apps/contacts/lib/utils/temporaryphoto.php
-share/owncloud/apps/contacts/lib/utils/temporaryphoto/contact.php
-share/owncloud/apps/contacts/lib/utils/temporaryphoto/filesystem.php
-share/owncloud/apps/contacts/lib/utils/temporaryphoto/uploaded.php
-share/owncloud/apps/contacts/lib/utils/temporaryphoto/user.php
-share/owncloud/apps/contacts/lib/utils/uuid.php
-share/owncloud/apps/contacts/lib/vobject/groupproperty.php
-share/owncloud/apps/contacts/lib/vobject/stringproperty.php
-share/owncloud/apps/contacts/lib/vobject/vcard.php
-share/owncloud/apps/contacts/settings.php
-share/owncloud/apps/contacts/templates/admin.php
-share/owncloud/apps/contacts/templates/contacts.php
-share/owncloud/apps/contacts/templates/importdialog.html
-share/owncloud/apps/contacts/vendor/blueimp-canvas-to-blob/.bower.json
-share/owncloud/apps/contacts/vendor/blueimp-canvas-to-blob/bower.json
-share/owncloud/apps/contacts/vendor/blueimp-canvas-to-blob/js/canvas-to-blob.js
-share/owncloud/apps/contacts/vendor/blueimp-canvas-to-blob/js/canvas-to-blob.min.js
-share/owncloud/apps/contacts/vendor/blueimp-file-upload/.bower.json
-share/owncloud/apps/contacts/vendor/blueimp-file-upload/bower.json
-share/owncloud/apps/contacts/vendor/blueimp-file-upload/css/jquery.fileupload-noscript.css
-share/owncloud/apps/contacts/vendor/blueimp-file-upload/css/jquery.fileupload-ui-noscript.css
-share/owncloud/apps/contacts/vendor/blueimp-file-upload/css/jquery.fileupload-ui.css
-share/owncloud/apps/contacts/vendor/blueimp-file-upload/css/jquery.fileupload.css
-share/owncloud/apps/contacts/vendor/blueimp-file-upload/img/loading.gif
-share/owncloud/apps/contacts/vendor/blueimp-file-upload/img/progressbar.gif
-share/owncloud/apps/contacts/vendor/blueimp-file-upload/js/cors/jquery.postmessage-transport.js
-share/owncloud/apps/contacts/vendor/blueimp-file-upload/js/cors/jquery.xdr-transport.js
-share/owncloud/apps/contacts/vendor/blueimp-file-upload/js/jquery.fileupload-angular.js
-share/owncloud/apps/contacts/vendor/blueimp-file-upload/js/jquery.fileupload-audio.js
-share/owncloud/apps/contacts/vendor/blueimp-file-upload/js/jquery.fileupload-image.js
-share/owncloud/apps/contacts/vendor/blueimp-file-upload/js/jquery.fileupload-jquery-ui.js
-share/owncloud/apps/contacts/vendor/blueimp-file-upload/js/jquery.fileupload-process.js
-share/owncloud/apps/contacts/vendor/blueimp-file-upload/js/jquery.fileupload-ui.js
-share/owncloud/apps/contacts/vendor/blueimp-file-upload/js/jquery.fileupload-validate.js
-share/owncloud/apps/contacts/vendor/blueimp-file-upload/js/jquery.fileupload-video.js
-share/owncloud/apps/contacts/vendor/blueimp-file-upload/js/jquery.fileupload.js
-share/owncloud/apps/contacts/vendor/blueimp-file-upload/js/jquery.iframe-transport.js
-share/owncloud/apps/contacts/vendor/blueimp-file-upload/js/vendor/jquery.ui.widget.js
-share/owncloud/apps/contacts/vendor/blueimp-load-image/.bower.json
-share/owncloud/apps/contacts/vendor/blueimp-load-image/bower.json
-share/owncloud/apps/contacts/vendor/blueimp-load-image/js/load-image-exif-map.js
-share/owncloud/apps/contacts/vendor/blueimp-load-image/js/load-image-exif.js
-share/owncloud/apps/contacts/vendor/blueimp-load-image/js/load-image-ios.js
-share/owncloud/apps/contacts/vendor/blueimp-load-image/js/load-image-meta.js
-share/owncloud/apps/contacts/vendor/blueimp-load-image/js/load-image-orientation.js
-share/owncloud/apps/contacts/vendor/blueimp-load-image/js/load-image.all.min.js
-share/owncloud/apps/contacts/vendor/blueimp-load-image/js/load-image.js
-share/owncloud/apps/contacts/vendor/blueimp-md5/.bower.json
-share/owncloud/apps/contacts/vendor/blueimp-md5/bower.json
-share/owncloud/apps/contacts/vendor/blueimp-md5/js/md5.js
-share/owncloud/apps/contacts/vendor/blueimp-md5/js/md5.min.js
-share/owncloud/apps/contacts/vendor/blueimp-tmpl/.bower.json
-share/owncloud/apps/contacts/vendor/blueimp-tmpl/bower.json
-share/owncloud/apps/contacts/vendor/blueimp-tmpl/js/compile.js
-share/owncloud/apps/contacts/vendor/blueimp-tmpl/js/runtime.js
-share/owncloud/apps/contacts/vendor/blueimp-tmpl/js/tmpl.js
-share/owncloud/apps/contacts/vendor/blueimp-tmpl/js/tmpl.min.js
-share/owncloud/apps/contacts/vendor/combobox.js
-share/owncloud/apps/contacts/vendor/jcrop/.bower.json
-share/owncloud/apps/contacts/vendor/jcrop/MIT-LICENSE.txt
-share/owncloud/apps/contacts/vendor/jcrop/css/Jcrop.gif
-share/owncloud/apps/contacts/vendor/jcrop/css/jquery.Jcrop.css
-share/owncloud/apps/contacts/vendor/jcrop/css/jquery.Jcrop.min.css
-share/owncloud/apps/contacts/vendor/jcrop/js/jquery.Jcrop.js
-share/owncloud/apps/contacts/vendor/jcrop/js/jquery.Jcrop.min.js
-share/owncloud/apps/contacts/vendor/jcrop/js/jquery.color.js
-share/owncloud/apps/contacts/vendor/jcrop/js/jquery.min.js
-share/owncloud/apps/contacts/vendor/jquery.onfontresize/.bower.json
-share/owncloud/apps/contacts/vendor/jquery.onfontresize/index.js
-share/owncloud/apps/contacts/vendor/jquery/.bower.json
-share/owncloud/apps/contacts/vendor/jquery/MIT-LICENSE.txt
-share/owncloud/apps/contacts/vendor/jquery/bower.json
-share/owncloud/apps/contacts/vendor/jquery/dist/jquery.js
-share/owncloud/apps/contacts/vendor/jquery/dist/jquery.min.js
-share/owncloud/apps/contacts/vendor/jquery/dist/jquery.min.map
-share/owncloud/apps/contacts/vendor/jquery/src/ajax.js
-share/owncloud/apps/contacts/vendor/jquery/src/ajax/jsonp.js
-share/owncloud/apps/contacts/vendor/jquery/src/ajax/load.js
-share/owncloud/apps/contacts/vendor/jquery/src/ajax/parseJSON.js
-share/owncloud/apps/contacts/vendor/jquery/src/ajax/parseXML.js
-share/owncloud/apps/contacts/vendor/jquery/src/ajax/script.js
-share/owncloud/apps/contacts/vendor/jquery/src/ajax/var/nonce.js
-share/owncloud/apps/contacts/vendor/jquery/src/ajax/var/rquery.js
-share/owncloud/apps/contacts/vendor/jquery/src/ajax/xhr.js
-share/owncloud/apps/contacts/vendor/jquery/src/attributes.js
-share/owncloud/apps/contacts/vendor/jquery/src/attributes/attr.js
-share/owncloud/apps/contacts/vendor/jquery/src/attributes/classes.js
-share/owncloud/apps/contacts/vendor/jquery/src/attributes/prop.js
-share/owncloud/apps/contacts/vendor/jquery/src/attributes/support.js
-share/owncloud/apps/contacts/vendor/jquery/src/attributes/val.js
-share/owncloud/apps/contacts/vendor/jquery/src/callbacks.js
-share/owncloud/apps/contacts/vendor/jquery/src/core.js
-share/owncloud/apps/contacts/vendor/jquery/src/core/access.js
-share/owncloud/apps/contacts/vendor/jquery/src/core/init.js
-share/owncloud/apps/contacts/vendor/jquery/src/core/parseHTML.js
-share/owncloud/apps/contacts/vendor/jquery/src/core/ready.js
-share/owncloud/apps/contacts/vendor/jquery/src/core/var/rsingleTag.js
-share/owncloud/apps/contacts/vendor/jquery/src/css.js
-share/owncloud/apps/contacts/vendor/jquery/src/css/addGetHookIf.js
-share/owncloud/apps/contacts/vendor/jquery/src/css/curCSS.js
-share/owncloud/apps/contacts/vendor/jquery/src/css/defaultDisplay.js
-share/owncloud/apps/contacts/vendor/jquery/src/css/hiddenVisibleSelectors.js
-share/owncloud/apps/contacts/vendor/jquery/src/css/support.js
-share/owncloud/apps/contacts/vendor/jquery/src/css/swap.js
-share/owncloud/apps/contacts/vendor/jquery/src/css/var/cssExpand.js
-share/owncloud/apps/contacts/vendor/jquery/src/css/var/getStyles.js
-share/owncloud/apps/contacts/vendor/jquery/src/css/var/isHidden.js
-share/owncloud/apps/contacts/vendor/jquery/src/css/var/rmargin.js
-share/owncloud/apps/contacts/vendor/jquery/src/css/var/rnumnonpx.js
-share/owncloud/apps/contacts/vendor/jquery/src/data.js
-share/owncloud/apps/contacts/vendor/jquery/src/data/Data.js
-share/owncloud/apps/contacts/vendor/jquery/src/data/accepts.js
-share/owncloud/apps/contacts/vendor/jquery/src/data/var/data_priv.js
-share/owncloud/apps/contacts/vendor/jquery/src/data/var/data_user.js
-share/owncloud/apps/contacts/vendor/jquery/src/deferred.js
-share/owncloud/apps/contacts/vendor/jquery/src/deprecated.js
-share/owncloud/apps/contacts/vendor/jquery/src/dimensions.js
-share/owncloud/apps/contacts/vendor/jquery/src/effects.js
-share/owncloud/apps/contacts/vendor/jquery/src/effects/Tween.js
-share/owncloud/apps/contacts/vendor/jquery/src/effects/animatedSelector.js
-share/owncloud/apps/contacts/vendor/jquery/src/event.js
-share/owncloud/apps/contacts/vendor/jquery/src/event/alias.js
-share/owncloud/apps/contacts/vendor/jquery/src/event/support.js
-share/owncloud/apps/contacts/vendor/jquery/src/exports/amd.js
-share/owncloud/apps/contacts/vendor/jquery/src/exports/global.js
-share/owncloud/apps/contacts/vendor/jquery/src/intro.js
-share/owncloud/apps/contacts/vendor/jquery/src/jquery.js
-share/owncloud/apps/contacts/vendor/jquery/src/manipulation.js
-share/owncloud/apps/contacts/vendor/jquery/src/manipulation/_evalUrl.js
-share/owncloud/apps/contacts/vendor/jquery/src/manipulation/support.js
-share/owncloud/apps/contacts/vendor/jquery/src/manipulation/var/rcheckableType.js
-share/owncloud/apps/contacts/vendor/jquery/src/offset.js
-share/owncloud/apps/contacts/vendor/jquery/src/outro.js
-share/owncloud/apps/contacts/vendor/jquery/src/queue.js
-share/owncloud/apps/contacts/vendor/jquery/src/queue/delay.js
-share/owncloud/apps/contacts/vendor/jquery/src/selector-native.js
-share/owncloud/apps/contacts/vendor/jquery/src/selector-sizzle.js
-share/owncloud/apps/contacts/vendor/jquery/src/selector.js
-share/owncloud/apps/contacts/vendor/jquery/src/serialize.js
-share/owncloud/apps/contacts/vendor/jquery/src/sizzle/dist/sizzle.js
-share/owncloud/apps/contacts/vendor/jquery/src/sizzle/dist/sizzle.min.js
-share/owncloud/apps/contacts/vendor/jquery/src/sizzle/dist/sizzle.min.map
-share/owncloud/apps/contacts/vendor/jquery/src/traversing.js
-share/owncloud/apps/contacts/vendor/jquery/src/traversing/findFilter.js
-share/owncloud/apps/contacts/vendor/jquery/src/traversing/var/rneedsContext.js
-share/owncloud/apps/contacts/vendor/jquery/src/var/arr.js
-share/owncloud/apps/contacts/vendor/jquery/src/var/class2type.js
-share/owncloud/apps/contacts/vendor/jquery/src/var/concat.js
-share/owncloud/apps/contacts/vendor/jquery/src/var/hasOwn.js
-share/owncloud/apps/contacts/vendor/jquery/src/var/indexOf.js
-share/owncloud/apps/contacts/vendor/jquery/src/var/pnum.js
-share/owncloud/apps/contacts/vendor/jquery/src/var/push.js
-share/owncloud/apps/contacts/vendor/jquery/src/var/rnotwhite.js
-share/owncloud/apps/contacts/vendor/jquery/src/var/slice.js
-share/owncloud/apps/contacts/vendor/jquery/src/var/strundefined.js
-share/owncloud/apps/contacts/vendor/jquery/src/var/support.js
-share/owncloud/apps/contacts/vendor/jquery/src/var/toString.js
-share/owncloud/apps/contacts/vendor/jquery/src/wrap.js
-share/owncloud/apps/contacts/vendor/ui-multiselect/.bower.json
-share/owncloud/apps/contacts/vendor/ui-multiselect/CHANGELOG
-share/owncloud/apps/contacts/vendor/ui-multiselect/GPL-LICENSE
-share/owncloud/apps/contacts/vendor/ui-multiselect/MIT-LICENSE
-share/owncloud/apps/contacts/vendor/ui-multiselect/README.markdown
-share/owncloud/apps/contacts/vendor/ui-multiselect/i18n/jquery.multiselect.br.js
-share/owncloud/apps/contacts/vendor/ui-multiselect/i18n/jquery.multiselect.cs.js
-share/owncloud/apps/contacts/vendor/ui-multiselect/i18n/jquery.multiselect.de.js
-share/owncloud/apps/contacts/vendor/ui-multiselect/i18n/jquery.multiselect.es.js
-share/owncloud/apps/contacts/vendor/ui-multiselect/i18n/jquery.multiselect.filter.br.js
-share/owncloud/apps/contacts/vendor/ui-multiselect/i18n/jquery.multiselect.filter.cs.js
-share/owncloud/apps/contacts/vendor/ui-multiselect/i18n/jquery.multiselect.filter.de.js
-share/owncloud/apps/contacts/vendor/ui-multiselect/i18n/jquery.multiselect.filter.es.js
-share/owncloud/apps/contacts/vendor/ui-multiselect/i18n/jquery.multiselect.filter.fr.js
-share/owncloud/apps/contacts/vendor/ui-multiselect/i18n/jquery.multiselect.filter.it.js
-share/owncloud/apps/contacts/vendor/ui-multiselect/i18n/jquery.multiselect.filter.ja.js
-share/owncloud/apps/contacts/vendor/ui-multiselect/i18n/jquery.multiselect.filter.tr.js
-share/owncloud/apps/contacts/vendor/ui-multiselect/i18n/jquery.multiselect.filter.zh-cn.js
-share/owncloud/apps/contacts/vendor/ui-multiselect/i18n/jquery.multiselect.filter.zh-tw.js
-share/owncloud/apps/contacts/vendor/ui-multiselect/i18n/jquery.multiselect.fr.js
-share/owncloud/apps/contacts/vendor/ui-multiselect/i18n/jquery.multiselect.it.js
-share/owncloud/apps/contacts/vendor/ui-multiselect/i18n/jquery.multiselect.ja.js
-share/owncloud/apps/contacts/vendor/ui-multiselect/i18n/jquery.multiselect.tr.js
-share/owncloud/apps/contacts/vendor/ui-multiselect/i18n/jquery.multiselect.zh-cn.js
-share/owncloud/apps/contacts/vendor/ui-multiselect/i18n/jquery.multiselect.zh-tw.js
-share/owncloud/apps/contacts/vendor/ui-multiselect/jquery.multiselect.css
-share/owncloud/apps/contacts/vendor/ui-multiselect/jquery.multiselect.filter.css
-share/owncloud/apps/contacts/vendor/ui-multiselect/screenshot.gif
-share/owncloud/apps/contacts/vendor/ui-multiselect/src/jquery.multiselect.filter.js
-share/owncloud/apps/contacts/vendor/ui-multiselect/src/jquery.multiselect.filter.min.js
-share/owncloud/apps/contacts/vendor/ui-multiselect/src/jquery.multiselect.js
-share/owncloud/apps/contacts/vendor/ui-multiselect/src/jquery.multiselect.min.js
+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/application.php
 share/owncloud/apps/dav/appinfo/database.xml
 share/owncloud/apps/dav/appinfo/info.xml
-share/owncloud/apps/dav/appinfo/install.php
 share/owncloud/apps/dav/appinfo/register_command.php
 share/owncloud/apps/dav/appinfo/signature.json
-share/owncloud/apps/dav/appinfo/update.php
 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/command/createaddressbook.php
-share/owncloud/apps/dav/command/createcalendar.php
-share/owncloud/apps/dav/command/migrateaddressbooks.php
-share/owncloud/apps/dav/command/migratecalendars.php
-share/owncloud/apps/dav/command/syncbirthdaycalendar.php
-share/owncloud/apps/dav/command/syncsystemaddressbook.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/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/card.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/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/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/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/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/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/addressbookadapter.php
-share/owncloud/apps/dav/lib/migration/calendaradapter.php
-share/owncloud/apps/dav/lib/migration/migrateaddressbooks.php
-share/owncloud/apps/dav/lib/migration/migratecalendars.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/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/application.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/command/enablemasterkey.php
-share/owncloud/apps/encryption/command/migratekeys.php
-share/owncloud/apps/encryption/controller/recoverycontroller.php
-share/owncloud/apps/encryption/controller/settingscontroller.php
-share/owncloud/apps/encryption/controller/statuscontroller.php
 share/owncloud/apps/encryption/css/settings-admin.css
 share/owncloud/apps/encryption/css/settings-personal.css
-share/owncloud/apps/encryption/hooks/contracts/ihook.php
-share/owncloud/apps/encryption/hooks/userhooks.php
 share/owncloud/apps/encryption/img/app.svg
 share/owncloud/apps/encryption/js/encryption.js
 share/owncloud/apps/encryption/js/settings-admin.js
@@ -4159,6 +3254,8 @@ share/owncloud/apps/encryption/l10n/da.j
 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
@@ -4259,21 +3356,29 @@ share/owncloud/apps/encryption/l10n/zh_H
 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/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/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/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
@@ -4451,10 +3556,25 @@ share/owncloud/apps/external/settings.ph
 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
@@ -4479,6 +3599,8 @@ share/owncloud/apps/federatedfilesharing
 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
@@ -4493,12 +3615,22 @@ share/owncloud/apps/federatedfilesharing
 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
@@ -4511,6 +3643,8 @@ share/owncloud/apps/federatedfilesharing
 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
@@ -4521,6 +3655,8 @@ share/owncloud/apps/federatedfilesharing
 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@localhost
+share/owncloud/apps/federatedfilesharing/l10n/sr%latin.json@localhost
 share/owncloud/apps/federatedfilesharing/l10n/sv.js
 share/owncloud/apps/federatedfilesharing/l10n/sv.json
 share/owncloud/apps/federatedfilesharing/l10n/th_TH.js
@@ -4533,31 +3669,38 @@ share/owncloud/apps/federatedfilesharing
 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/discoverymanager.php
-share/owncloud/apps/federatedfilesharing/lib/federatedshareprovider.php
-share/owncloud/apps/federatedfilesharing/lib/notifications.php
-share/owncloud/apps/federatedfilesharing/lib/tokenhandler.php
-share/owncloud/apps/federation/api/ocsauthapi.php
+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/application.php
 share/owncloud/apps/federation/appinfo/database.xml
 share/owncloud/apps/federation/appinfo/info.xml
-share/owncloud/apps/federation/appinfo/install.php
 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/appinfo/update.php
-share/owncloud/apps/federation/backgroundjob/getsharedsecret.php
-share/owncloud/apps/federation/backgroundjob/requestsharedsecret.php
-share/owncloud/apps/federation/command/syncfederationaddressbooks.php
-share/owncloud/apps/federation/controller/settingscontroller.php
 share/owncloud/apps/federation/css/settings-admin.css
-share/owncloud/apps/federation/dav/fedauth.php
 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
@@ -4578,38 +3721,65 @@ share/owncloud/apps/federation/l10n/fr.j
 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/dbhandler.php
-share/owncloud/apps/federation/lib/hooks.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/middleware/addservermiddleware.php
+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
@@ -4618,18 +3788,11 @@ share/owncloud/apps/files/ajax/getstorag
 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/application.php
 share/owncloud/apps/files/appinfo/info.xml
-share/owncloud/apps/files/appinfo/install.php
 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/command/deleteorphanedfiles.php
-share/owncloud/apps/files/command/scan.php
-share/owncloud/apps/files/command/transferownership.php
-share/owncloud/apps/files/controller/apicontroller.php
-share/owncloud/apps/files/controller/viewcontroller.php
 share/owncloud/apps/files/css/detailsView.css
 share/owncloud/apps/files/css/files.css
 share/owncloud/apps/files/css/mobile.css
@@ -4664,7 +3827,6 @@ 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/jquery.iframe-transport.js
 share/owncloud/apps/files/js/keyboardshortcuts.js
 share/owncloud/apps/files/js/mainfileinfodetailview.js
 share/owncloud/apps/files/js/navigation.js
@@ -4714,8 +3876,6 @@ 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%pirate.js@localhost
-share/owncloud/apps/files/l10n/en%pirate.json@localhost
 share/owncloud/apps/files/l10n/en_GB.js
 share/owncloud/apps/files/l10n/en_GB.json
 share/owncloud/apps/files/l10n/eo.js
@@ -4810,8 +3970,6 @@ 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/ne.js
-share/owncloud/apps/files/l10n/ne.json
 share/owncloud/apps/files/l10n/nl.js
 share/owncloud/apps/files/l10n/nl.json
 share/owncloud/apps/files/l10n/nn_NO.js
@@ -4820,8 +3978,6 @@ 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/or_IN.js
-share/owncloud/apps/files/l10n/or_IN.json
 share/owncloud/apps/files/l10n/pa.js
 share/owncloud/apps/files/l10n/pa.json
 share/owncloud/apps/files/l10n/pl.js
@@ -4874,29 +4030,31 @@ 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/uz.js
-share/owncloud/apps/files/l10n/uz.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/yo.js
-share/owncloud/apps/files/l10n/yo.json
 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/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/helper.php
+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/service/tagservice.php
 share/owncloud/apps/files/simplelist.php
 share/owncloud/apps/files/templates/admin.php
 share/owncloud/apps/files/templates/appnavigation.php
@@ -4905,6 +4063,202 @@ share/owncloud/apps/files/templates/inde
 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@localhost
+share/owncloud/apps/files_antivirus/l10n/sr%latin.json@localhost
+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
@@ -5547,7 +4901,9 @@ share/owncloud/apps/files_external/3rdpa
 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
@@ -5557,6 +4913,7 @@ share/owncloud/apps/files_external/3rdpa
 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
@@ -5571,17 +4928,115 @@ share/owncloud/apps/files_external/3rdpa
 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
@@ -5623,52 +5078,41 @@ share/owncloud/apps/files_external/3rdpa
 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/3rdparty/icewind/streams/tests/CallbackWrapper.php
-share/owncloud/apps/files_external/3rdparty/icewind/streams/tests/IteratorDirectory.php
-share/owncloud/apps/files_external/3rdparty/icewind/streams/tests/NullWrapper.php
-share/owncloud/apps/files_external/3rdparty/icewind/streams/tests/Wrapper.php
-share/owncloud/apps/files_external/3rdparty/icewind/streams/tests/bootstrap.php
-share/owncloud/apps/files_external/3rdparty/icewind/streams/tests/phpunit.xml
 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/application.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/command/applicable.php
-share/owncloud/apps/files_external/command/backends.php
-share/owncloud/apps/files_external/command/config.php
-share/owncloud/apps/files_external/command/create.php
-share/owncloud/apps/files_external/command/delete.php
-share/owncloud/apps/files_external/command/export.php
-share/owncloud/apps/files_external/command/import.php
-share/owncloud/apps/files_external/command/listcommand.php
-share/owncloud/apps/files_external/command/option.php
-share/owncloud/apps/files_external/command/verify.php
-share/owncloud/apps/files_external/controller/ajaxcontroller.php
-share/owncloud/apps/files_external/controller/globalstoragescontroller.php
-share/owncloud/apps/files_external/controller/storagescontroller.php
-share/owncloud/apps/files_external/controller/userglobalstoragescontroller.php
-share/owncloud/apps/files_external/controller/userstoragescontroller.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
@@ -5708,8 +5152,6 @@ share/owncloud/apps/files_external/l10n/
 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%pirate.js@localhost
-share/owncloud/apps/files_external/l10n/en%pirate.json@localhost
 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
@@ -5730,6 +5172,8 @@ share/owncloud/apps/files_external/l10n/
 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
@@ -5838,75 +5282,91 @@ share/owncloud/apps/files_external/l10n/
 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/amazons3.php
-share/owncloud/apps/files_external/lib/api.php
-share/owncloud/apps/files_external/lib/auth/amazons3/accesskey.php
-share/owncloud/apps/files_external/lib/auth/authmechanism.php
-share/owncloud/apps/files_external/lib/auth/builtin.php
-share/owncloud/apps/files_external/lib/auth/iuserprovided.php
-share/owncloud/apps/files_external/lib/auth/nullmechanism.php
-share/owncloud/apps/files_external/lib/auth/oauth1/oauth1.php
-share/owncloud/apps/files_external/lib/auth/oauth2/oauth2.php
-share/owncloud/apps/files_external/lib/auth/openstack/openstack.php
-share/owncloud/apps/files_external/lib/auth/openstack/rackspace.php
-share/owncloud/apps/files_external/lib/auth/password/password.php
-share/owncloud/apps/files_external/lib/auth/password/sessioncredentials.php
-share/owncloud/apps/files_external/lib/auth/publickey/rsa.php
-share/owncloud/apps/files_external/lib/backend/amazons3.php
-share/owncloud/apps/files_external/lib/backend/backend.php
-share/owncloud/apps/files_external/lib/backend/dav.php
-share/owncloud/apps/files_external/lib/backend/dropbox.php
-share/owncloud/apps/files_external/lib/backend/ftp.php
-share/owncloud/apps/files_external/lib/backend/google.php
-share/owncloud/apps/files_external/lib/backend/legacybackend.php
-share/owncloud/apps/files_external/lib/backend/local.php
-share/owncloud/apps/files_external/lib/backend/owncloud.php
-share/owncloud/apps/files_external/lib/backend/sftp.php
-share/owncloud/apps/files_external/lib/backend/sftp_key.php
-share/owncloud/apps/files_external/lib/backend/smb.php
-share/owncloud/apps/files_external/lib/backend/smb_oc.php
-share/owncloud/apps/files_external/lib/backend/swift.php
+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/lib/config/configadapter.php
-share/owncloud/apps/files_external/lib/definitionparameter.php
-share/owncloud/apps/files_external/lib/dependencytrait.php
-share/owncloud/apps/files_external/lib/dropbox.php
-share/owncloud/apps/files_external/lib/failedcache.php
-share/owncloud/apps/files_external/lib/failedstorage.php
-share/owncloud/apps/files_external/lib/frontenddefinitiontrait.php
-share/owncloud/apps/files_external/lib/ftp.php
-share/owncloud/apps/files_external/lib/google.php
-share/owncloud/apps/files_external/lib/identifiertrait.php
-share/owncloud/apps/files_external/lib/insufficientdataformeaningfulanswerexception.php
-share/owncloud/apps/files_external/lib/legacydependencycheckpolyfill.php
-share/owncloud/apps/files_external/lib/missingdependency.php
-share/owncloud/apps/files_external/lib/notfoundexception.php
-share/owncloud/apps/files_external/lib/owncloud.php
-share/owncloud/apps/files_external/lib/personalmount.php
-share/owncloud/apps/files_external/lib/prioritytrait.php
-share/owncloud/apps/files_external/lib/sessionstoragewrapper.php
-share/owncloud/apps/files_external/lib/sftp.php
-share/owncloud/apps/files_external/lib/smb.php
-share/owncloud/apps/files_external/lib/storageconfig.php
-share/owncloud/apps/files_external/lib/storagemodifiertrait.php
-share/owncloud/apps/files_external/lib/streamwrapper.php
-share/owncloud/apps/files_external/lib/swift.php
-share/owncloud/apps/files_external/lib/visibilitytrait.php
 share/owncloud/apps/files_external/list.php
-share/owncloud/apps/files_external/migration/dummyusersession.php
-share/owncloud/apps/files_external/migration/storagemigrator.php
 share/owncloud/apps/files_external/personal.php
-share/owncloud/apps/files_external/service/backendservice.php
-share/owncloud/apps/files_external/service/dbconfigservice.php
-share/owncloud/apps/files_external/service/globallegacystoragesservice.php
-share/owncloud/apps/files_external/service/globalstoragesservice.php
-share/owncloud/apps/files_external/service/importlegacystoragesservice.php
-share/owncloud/apps/files_external/service/legacystoragesservice.php
-share/owncloud/apps/files_external/service/storagesservice.php
-share/owncloud/apps/files_external/service/userglobalstoragesservice.php
-share/owncloud/apps/files_external/service/userlegacystoragesservice.php
-share/owncloud/apps/files_external/service/userstoragesservice.php
-share/owncloud/apps/files_external/service/usertrait.php
 share/owncloud/apps/files_external/settings.php
 share/owncloud/apps/files_external/templates/list.php
 share/owncloud/apps/files_external/templates/settings.php
@@ -5914,7 +5374,6 @@ share/owncloud/apps/files_pdfviewer/appi
 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/appinfo/version
 share/owncloud/apps/files_pdfviewer/controller/displaycontroller.php
 share/owncloud/apps/files_pdfviewer/css/style.css
 share/owncloud/apps/files_pdfviewer/css/viewer.css
@@ -6293,40 +5752,23 @@ share/owncloud/apps/files_pdfviewer/vend
 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/api/local.php
-share/owncloud/apps/files_sharing/api/ocssharewrapper.php
-share/owncloud/apps/files_sharing/api/remote.php
-share/owncloud/apps/files_sharing/api/server2server.php
-share/owncloud/apps/files_sharing/api/share20ocs.php
-share/owncloud/apps/files_sharing/api/sharees.php
 share/owncloud/apps/files_sharing/appinfo/app.php
-share/owncloud/apps/files_sharing/appinfo/application.php
 share/owncloud/apps/files_sharing/appinfo/database.xml
 share/owncloud/apps/files_sharing/appinfo/info.xml
-share/owncloud/apps/files_sharing/appinfo/install.php
 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/3rdparty/gs-share/style.css
 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/settings-personal.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/img/social-diaspora.svg
-share/owncloud/apps/files_sharing/img/social-facebook.svg
-share/owncloud/apps/files_sharing/img/social-gnu.svg
-share/owncloud/apps/files_sharing/img/social-googleplus.svg
-share/owncloud/apps/files_sharing/img/social-twitter.svg
-share/owncloud/apps/files_sharing/js/3rdparty/gs-share/gs-share.js
 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/settings-admin.js
-share/owncloud/apps/files_sharing/js/settings-personal.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
@@ -6362,8 +5804,6 @@ share/owncloud/apps/files_sharing/l10n/d
 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%pirate.js@localhost
-share/owncloud/apps/files_sharing/l10n/en%pirate.json@localhost
 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
@@ -6384,6 +5824,8 @@ share/owncloud/apps/files_sharing/l10n/f
 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
@@ -6498,46 +5940,47 @@ share/owncloud/apps/files_sharing/l10n/z
 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/activity.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/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/notifier.php
-share/owncloud/apps/files_sharing/lib/scanner.php
+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/sharedmount.php
-share/owncloud/apps/files_sharing/lib/sharedpropagator.php
 share/owncloud/apps/files_sharing/lib/sharedstorage.php
-share/owncloud/apps/files_sharing/lib/updater.php
 share/owncloud/apps/files_sharing/list.php
 share/owncloud/apps/files_sharing/public.php
-share/owncloud/apps/files_sharing/settings-admin.php
-share/owncloud/apps/files_sharing/settings-personal.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_sharing/templates/settings-admin.php
-share/owncloud/apps/files_sharing/templates/settings-personal.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
@@ -6820,6 +6263,8 @@ share/owncloud/apps/files_texteditor/l10
 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
@@ -6921,16 +6366,12 @@ share/owncloud/apps/files_trashbin/ajax/
 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/application.php
 share/owncloud/apps/files_trashbin/appinfo/database.xml
 share/owncloud/apps/files_trashbin/appinfo/info.xml
-share/owncloud/apps/files_trashbin/appinfo/install.php
 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/command/cleanup.php
-share/owncloud/apps/files_trashbin/command/expire.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
@@ -6989,6 +6430,8 @@ share/owncloud/apps/files_trashbin/l10n/
 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
@@ -7091,29 +6534,28 @@ share/owncloud/apps/files_trashbin/l10n/
 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/backgroundjob/expiretrash.php
-share/owncloud/apps/files_trashbin/lib/capabilities.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/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/application.php
 share/owncloud/apps/files_versions/appinfo/info.xml
-share/owncloud/apps/files_versions/appinfo/install.php
 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/appinfo/update.php
-share/owncloud/apps/files_versions/command/cleanup.php
-share/owncloud/apps/files_versions/command/expire.php
 share/owncloud/apps/files_versions/css/versions.css
 share/owncloud/apps/files_versions/download.php
 share/owncloud/apps/files_versions/img/app.svg
@@ -7259,11 +6701,15 @@ share/owncloud/apps/files_versions/l10n/
 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/backgroundjob/expireversions.php
-share/owncloud/apps/files_versions/lib/capabilities.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_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
@@ -7305,7 +6751,6 @@ share/owncloud/apps/firstrunwizard/appin
 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/appinfo/version
 share/owncloud/apps/firstrunwizard/css/colorbox.css
 share/owncloud/apps/firstrunwizard/css/firstrunwizard.css
 share/owncloud/apps/firstrunwizard/img/app.svg
@@ -7350,7 +6795,6 @@ share/owncloud/apps/firstrunwizard/l10n/
 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%pirate.php@localhost
 share/owncloud/apps/firstrunwizard/l10n/en_GB.js
 share/owncloud/apps/firstrunwizard/l10n/en_GB.json
 share/owncloud/apps/firstrunwizard/l10n/en_GB.php
@@ -7397,6 +6841,8 @@ share/owncloud/apps/firstrunwizard/l10n/
 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
@@ -7497,6 +6943,7 @@ share/owncloud/apps/gallery/appinfo/appl
 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
@@ -7532,6 +6979,7 @@ share/owncloud/apps/gallery/css/public.c
 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
@@ -7573,6 +7021,7 @@ share/owncloud/apps/gallery/js/slideshow
 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
@@ -7586,7 +7035,14 @@ share/owncloud/apps/gallery/js/vendor/do
 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
@@ -7688,7 +7144,6 @@ 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/pl.php
 share/owncloud/apps/gallery/l10n/pt_BR.js
 share/owncloud/apps/gallery/l10n/pt_BR.json
 share/owncloud/apps/gallery/l10n/pt_PT.js
@@ -7708,7 +7163,6 @@ share/owncloud/apps/gallery/l10n/sr.php
 share/owncloud/apps/gallery/l10n/sr%latin.php@localhost
 share/owncloud/apps/gallery/l10n/sv.js
 share/owncloud/apps/gallery/l10n/sv.json
-share/owncloud/apps/gallery/l10n/sv.php
 share/owncloud/apps/gallery/l10n/ta_LK.php
 share/owncloud/apps/gallery/l10n/th_TH.js
 share/owncloud/apps/gallery/l10n/th_TH.json
@@ -7759,10 +7213,12 @@ share/owncloud/apps/gallery/templates/sl
 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
@@ -7807,12 +7263,10 @@ share/owncloud/apps/gallery/vendor/symfo
 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/application.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/controller/endpointcontroller.php
 share/owncloud/apps/notifications/css/styles.css
 share/owncloud/apps/notifications/docs/notification-workflow.md
 share/owncloud/apps/notifications/docs/ocs-endpoint-v1.md
@@ -7824,18 +7278,18 @@ share/owncloud/apps/notifications/img/sa
 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/capabilities.php
-share/owncloud/apps/notifications/lib/handler.php
+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/activity/extension.php
-share/owncloud/apps/systemtags/activity/listener.php
+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
@@ -7870,6 +7324,8 @@ share/owncloud/apps/systemtags/l10n/da.j
 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
@@ -7990,6 +7446,8 @@ share/owncloud/apps/systemtags/l10n/zh_H
 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
@@ -7997,7 +7455,6 @@ share/owncloud/apps/templateeditor/appin
 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/appinfo/version
 share/owncloud/apps/templateeditor/controller/adminsettingscontroller.php
 share/owncloud/apps/templateeditor/css/settings-admin.css
 share/owncloud/apps/templateeditor/http/mailtemplateresponse.php
@@ -8172,11 +7629,9 @@ share/owncloud/apps/templateeditor/setti
 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/application.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/controller/admincontroller.php
 share/owncloud/apps/updatenotification/js/admin.js
 share/owncloud/apps/updatenotification/js/notification.js
 share/owncloud/apps/updatenotification/l10n/ar.js
@@ -8239,6 +7694,8 @@ share/owncloud/apps/updatenotification/l
 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
@@ -8255,6 +7712,8 @@ share/owncloud/apps/updatenotification/l
 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
@@ -8277,14 +7736,17 @@ share/owncloud/apps/updatenotification/l
 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/resettokenbackgroundjob.php
-share/owncloud/apps/updatenotification/lib/updatechecker.php
+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/appinfo/version
 share/owncloud/apps/user_external/img/app.svg
 share/owncloud/apps/user_external/lib/base.php
 share/owncloud/apps/user_external/lib/ftp.php
@@ -8305,18 +7767,7 @@ share/owncloud/apps/user_ldap/appinfo/in
 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/appinfo/update.php
-share/owncloud/apps/user_ldap/command/checkuser.php
-share/owncloud/apps/user_ldap/command/createemptyconfig.php
-share/owncloud/apps/user_ldap/command/deleteconfig.php
-share/owncloud/apps/user_ldap/command/search.php
-share/owncloud/apps/user_ldap/command/setconfig.php
-share/owncloud/apps/user_ldap/command/showconfig.php
-share/owncloud/apps/user_ldap/command/showremnants.php
-share/owncloud/apps/user_ldap/command/testconfig.php
 share/owncloud/apps/user_ldap/css/settings.css
-share/owncloud/apps/user_ldap/group_ldap.php
-share/owncloud/apps/user_ldap/group_proxy.php
 share/owncloud/apps/user_ldap/img/app.svg
 share/owncloud/apps/user_ldap/img/copy.png
 share/owncloud/apps/user_ldap/img/copy.svg
@@ -8402,8 +7853,6 @@ share/owncloud/apps/user_ldap/l10n/de_DE
 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%pirate.js@localhost
-share/owncloud/apps/user_ldap/l10n/en%pirate.json@localhost
 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
@@ -8498,8 +7947,6 @@ share/owncloud/apps/user_ldap/l10n/nb_NO
 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/ne.js
-share/owncloud/apps/user_ldap/l10n/ne.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
@@ -8508,8 +7955,6 @@ share/owncloud/apps/user_ldap/l10n/nqo.j
 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/or_IN.js
-share/owncloud/apps/user_ldap/l10n/or_IN.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
@@ -8562,41 +8007,49 @@ 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/uz.js
-share/owncloud/apps/user_ldap/l10n/uz.json
 share/owncloud/apps/user_ldap/l10n/vi.js
 share/owncloud/apps/user_ldap/l10n/vi.json
-share/owncloud/apps/user_ldap/l10n/yo.js
-share/owncloud/apps/user_ldap/l10n/yo.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/configuration.php
-share/owncloud/apps/user_ldap/lib/connection.php
-share/owncloud/apps/user_ldap/lib/filesystemhelper.php
-share/owncloud/apps/user_ldap/lib/helper.php
-share/owncloud/apps/user_ldap/lib/ildapwrapper.php
-share/owncloud/apps/user_ldap/lib/jobs.php
-share/owncloud/apps/user_ldap/lib/jobs/cleanup.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/wizard.php
-share/owncloud/apps/user_ldap/lib/wizardresult.php
+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
@@ -8605,76 +8058,86 @@ share/owncloud/apps/user_ldap/templates/
 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/user_ldap.php
-share/owncloud/apps/user_ldap/user_proxy.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/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/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/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/upgrade.php
-share/owncloud/core/command/user/add.php
-share/owncloud/core/command/user/delete.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/lostcontroller.php
-share/owncloud/core/controller/setupcontroller.php
-share/owncloud/core/controller/usercontroller.php
 share/owncloud/core/css/apps.css
 share/owncloud/core/css/fixes.css
 share/owncloud/core/css/fonts.css
@@ -8702,6 +8165,7 @@ 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
@@ -8711,14 +8175,16 @@ share/owncloud/core/doc/admin/_images/an
 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/app-sharepoint-enable.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
@@ -8728,9 +8194,12 @@ share/owncloud/core/doc/admin/_images/de
 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-allowshare.png
-share/owncloud/core/doc/admin/_images/dropbox-app.png
-share/owncloud/core/doc/admin/_images/dropbox-configapp.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
@@ -8776,6 +8245,8 @@ share/owncloud/core/doc/admin/_images/go
 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
@@ -8787,35 +8258,29 @@ share/owncloud/core/doc/admin/_images/ld
 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/ldaphome-1.png
-share/owncloud/core/doc/admin/_images/ldaphome-2.png
-share/owncloud/core/doc/admin/_images/ldaphome-3.png
-share/owncloud/core/doc/admin/_images/ldaphome-4.png
-share/owncloud/core/doc/admin/_images/ldaphome-5.png
-share/owncloud/core/doc/admin/_images/ldaphome-6.png
 share/owncloud/core/doc/admin/_images/local.png
 share/owncloud/core/doc/admin/_images/logging-1.png
-share/owncloud/core/doc/admin/_images/logging-3.png
-share/owncloud/core/doc/admin/_images/lucene-search-enable.png
-share/owncloud/core/doc/admin/_images/lucene-search-user.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/scaling-1.png
-share/owncloud/core/doc/admin/_images/scaling-2.png
-share/owncloud/core/doc/admin/_images/scaling-3.png
-share/owncloud/core/doc/admin/_images/scaling-4.png
-share/owncloud/core/doc/admin/_images/scaling-5.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-drive-config.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
@@ -8829,9 +8294,6 @@ share/owncloud/core/doc/admin/_images/sm
 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/ucsint.png
-share/owncloud/core/doc/admin/_images/ucsint1.png
-share/owncloud/core/doc/admin/_images/ucsint2.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
@@ -8845,10 +8307,14 @@ share/owncloud/core/doc/admin/_images/we
 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_database/oracle_db_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
@@ -8868,6 +8334,7 @@ share/owncloud/core/doc/admin/_sources/c
 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
@@ -8884,19 +8351,16 @@ share/owncloud/core/doc/admin/_sources/c
 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/performance_tuning/database_best_practice.txt
-share/owncloud/core/doc/admin/_sources/configuration_server/performance_tuning/index.txt
-share/owncloud/core/doc/admin/_sources/configuration_server/performance_tuning/oc_server_tuning.txt
-share/owncloud/core/doc/admin/_sources/configuration_server/performance_tuning/ssl_encryption_app.txt
-share/owncloud/core/doc/admin/_sources/configuration_server/performance_tuning/webserver_tips.txt
 share/owncloud/core/doc/admin/_sources/configuration_server/reverse_proxy_configuration.txt
-share/owncloud/core/doc/admin/_sources/configuration_server/search_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
@@ -8911,44 +8375,47 @@ share/owncloud/core/doc/admin/_sources/c
 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_files_drop/files_drop.txt
-share/owncloud/core/doc/admin/_sources/enterprise_files_drop/index.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/hiawatha_configuration.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/macos_installation.txt
-share/owncloud/core/doc/admin/_sources/installation/nginx_configuration.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/installation/ucs_installation.txt
-share/owncloud/core/doc/admin/_sources/installation/yaws_configuration.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
@@ -8961,18 +8428,24 @@ share/owncloud/core/doc/admin/_sources/m
 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/operations/considerations_on_monitoring.txt
-share/owncloud/core/doc/admin/_sources/operations/index.txt
-share/owncloud/core/doc/admin/_sources/operations/scaling_multiple_machines.txt
-share/owncloud/core/doc/admin/_sources/operations/theming.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-responsive.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.css
-share/owncloud/core/doc/admin/_static/bootstrap.js
+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
@@ -8980,24 +8453,59 @@ share/owncloud/core/doc/admin/_static/do
 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/img/glyphicons-halflings-white.png
-share/owncloud/core/doc/admin/_static/img/glyphicons-halflings.png
-share/owncloud/core/doc/admin/_static/img/note.svg
-share/owncloud/core/doc/admin/_static/img/todo.svg
+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/style.css
+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
@@ -9006,7 +8514,6 @@ share/owncloud/core/doc/admin/_static/we
 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_database/oracle_db_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
@@ -9026,6 +8533,7 @@ share/owncloud/core/doc/admin/configurat
 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
@@ -9042,19 +8550,16 @@ share/owncloud/core/doc/admin/configurat
 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/performance_tuning/database_best_practice.html
-share/owncloud/core/doc/admin/configuration_server/performance_tuning/index.html
-share/owncloud/core/doc/admin/configuration_server/performance_tuning/oc_server_tuning.html
-share/owncloud/core/doc/admin/configuration_server/performance_tuning/ssl_encryption_app.html
-share/owncloud/core/doc/admin/configuration_server/performance_tuning/webserver_tips.html
 share/owncloud/core/doc/admin/configuration_server/reverse_proxy_configuration.html
-share/owncloud/core/doc/admin/configuration_server/search_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
@@ -9069,45 +8574,48 @@ share/owncloud/core/doc/admin/contents.h
 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_files_drop/files_drop.html
-share/owncloud/core/doc/admin/enterprise_files_drop/index.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/hiawatha_configuration.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/macos_installation.html
-share/owncloud/core/doc/admin/installation/nginx_configuration.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/installation/ucs_installation.html
-share/owncloud/core/doc/admin/installation/yaws_configuration.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
@@ -9121,55 +8629,24 @@ share/owncloud/core/doc/admin/maintenanc
 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/operations/considerations_on_monitoring.html
-share/owncloud/core/doc/admin/operations/index.html
-share/owncloud/core/doc/admin/operations/scaling_multiple_machines.html
-share/owncloud/core/doc/admin/operations/theming.html
 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/calendar_caldav_icon.png
-share/owncloud/core/doc/user/_images/calendar_caldav_ios.png
-share/owncloud/core/doc/user/_images/calendar_caldav_link.png
-share/owncloud/core/doc/user/_images/calendar_create_event.png
-share/owncloud/core/doc/user/_images/calendar_create_event_repeat.png
-share/owncloud/core/doc/user/_images/calendar_create_event_share.png
-share/owncloud/core/doc/user/_images/calendar_create_new.png
-share/owncloud/core/doc/user/_images/calendar_default.png
-share/owncloud/core/doc/user/_images/calendar_edit_event.png
-share/owncloud/core/doc/user/_images/calendar_export.png
-share/owncloud/core/doc/user/_images/calendar_import.png
-share/owncloud/core/doc/user/_images/calendar_newtimezone1.png
-share/owncloud/core/doc/user/_images/calendar_settings.png
-share/owncloud/core/doc/user/_images/contact_address_book_add.png
-share/owncloud/core/doc/user/_images/contact_bottombar.png
-share/owncloud/core/doc/user/_images/contact_crop.jpg
-share/owncloud/core/doc/user/_images/contact_new.png
-share/owncloud/core/doc/user/_images/contact_picture.png
-share/owncloud/core/doc/user/_images/contact_picture_default.png
-share/owncloud/core/doc/user/_images/contact_syncopt.jpg
 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/contact_uploadbutton.png
-share/owncloud/core/doc/user/_images/contact_vcfpick.jpg
-share/owncloud/core/doc/user/_images/contacts_empty.png
-share/owncloud/core/doc/user/_images/contacts_settings.png
 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/documents_personal_settings.png
-share/owncloud/core/doc/user/_images/download.png
-share/owncloud/core/doc/user/_images/email_address_personal_settings.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/event_export.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
@@ -9187,10 +8664,9 @@ share/owncloud/core/doc/user/_images/fil
 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/full_name.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/gear.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
@@ -9200,24 +8676,20 @@ share/owncloud/core/doc/user/_images/kde
 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/language_personal_settings.png
-share/owncloud/core/doc/user/_images/notifications_personal_settings.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_col_edit.png
 share/owncloud/core/doc/user/_images/oc_documents_edit.png
-share/owncloud/core/doc/user/_images/oc_documents_share.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/password_change.png
 share/owncloud/core/doc/user/_images/personal_settings.png
-share/owncloud/core/doc/user/_images/profile_picture_personal_settings.png
 share/owncloud/core/doc/user/_images/quota1.png
-share/owncloud/core/doc/user/_images/sharepoint-drive-config-user.png
-share/owncloud/core/doc/user/_images/usage_indicator.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
@@ -9247,15 +8719,26 @@ share/owncloud/core/doc/user/_sources/pi
 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-responsive.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.css
-share/owncloud/core/doc/user/_static/bootstrap.js
+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
@@ -9263,24 +8746,59 @@ share/owncloud/core/doc/user/_static/doc
 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/img/glyphicons-halflings-white.png
-share/owncloud/core/doc/user/_static/img/glyphicons-halflings.png
-share/owncloud/core/doc/user/_static/img/note.svg
-share/owncloud/core/doc/user/_static/img/todo.svg
+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/style.css
+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
@@ -9317,6 +8835,7 @@ share/owncloud/core/doc/user/pim/sync_th
 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
@@ -9341,6 +8860,7 @@ share/owncloud/core/img/actions/checkbox
 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
@@ -9369,6 +8889,8 @@ share/owncloud/core/img/actions/delete.p
 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
@@ -9474,6 +8996,7 @@ share/owncloud/core/img/actions/view-pla
 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
@@ -9528,6 +9051,7 @@ share/owncloud/core/img/filetypes/x-offi
 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
@@ -9550,17 +9074,17 @@ 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.png
-share/owncloud/core/img/rating/s1.png
-share/owncloud/core/img/rating/s10.png
-share/owncloud/core/img/rating/s2.png
-share/owncloud/core/img/rating/s3.png
-share/owncloud/core/img/rating/s4.png
-share/owncloud/core/img/rating/s5.png
-share/owncloud/core/img/rating/s6.png
-share/owncloud/core/img/rating/s7.png
-share/owncloud/core/img/rating/s8.png
-share/owncloud/core/img/rating/s9.png
+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
@@ -9598,6 +9122,7 @@ 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
@@ -9670,8 +9195,6 @@ 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%pirate.js@localhost
-share/owncloud/core/l10n/en%pirate.json@localhost
 share/owncloud/core/l10n/en_GB.js
 share/owncloud/core/l10n/en_GB.json
 share/owncloud/core/l10n/eo.js
@@ -9766,8 +9289,6 @@ 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/ne.js
-share/owncloud/core/l10n/ne.json
 share/owncloud/core/l10n/nl.js
 share/owncloud/core/l10n/nl.json
 share/owncloud/core/l10n/nn_NO.js
@@ -9776,8 +9297,6 @@ 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/or_IN.js
-share/owncloud/core/l10n/or_IN.json
 share/owncloud/core/l10n/pa.js
 share/owncloud/core/l10n/pa.json
 share/owncloud/core/l10n/pl.js
@@ -9830,13 +9349,9 @@ 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/uz.js
-share/owncloud/core/l10n/uz.json
 share/owncloud/core/l10n/vi.js
 share/owncloud/core/l10n/vi.json
 share/owncloud/core/l10n/xgettextfiles
-share/owncloud/core/l10n/yo.js
-share/owncloud/core/l10n/yo.json
 share/owncloud/core/l10n/zh_CN.js
 share/owncloud/core/l10n/zh_CN.json
 share/owncloud/core/l10n/zh_HK.js
@@ -9855,8 +9370,8 @@ share/owncloud/core/skeleton/Documents/E
 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/tags/controller.php
 share/owncloud/core/templates/403.php
 share/owncloud/core/templates/404.php
 share/owncloud/core/templates/altmail.php
@@ -9881,8 +9396,11 @@ 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
@@ -9896,10 +9414,6 @@ share/owncloud/core/vendor/blueimp-md5/j
 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/.bower.json
-share/owncloud/core/vendor/es6-promise/.npmignore
-share/owncloud/core/vendor/es6-promise/.release.json
-share/owncloud/core/vendor/es6-promise/.spmignore
 share/owncloud/core/vendor/es6-promise/LICENSE
 share/owncloud/core/vendor/es6-promise/dist/es6-promise.js
 share/owncloud/core/vendor/handlebars/.bower.json
@@ -9910,7 +9424,6 @@ share/owncloud/core/vendor/jcrop/css/Jcr
 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/component.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
@@ -9920,9 +9433,9 @@ share/owncloud/core/vendor/jquery-ui/the
 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/jquery.js
-share/owncloud/core/vendor/jquery/jquery.min.js
-share/owncloud/core/vendor/jquery/jquery.min.map
+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
@@ -9958,6 +9471,14 @@ 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
@@ -10000,8 +9521,6 @@ 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%pirate.js@localhost
-share/owncloud/lib/l10n/en%pirate.json@localhost
 share/owncloud/lib/l10n/en_GB.js
 share/owncloud/lib/l10n/en_GB.json
 share/owncloud/lib/l10n/eo.js
@@ -10096,8 +9615,6 @@ 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/ne.js
-share/owncloud/lib/l10n/ne.json
 share/owncloud/lib/l10n/nl.js
 share/owncloud/lib/l10n/nl.json
 share/owncloud/lib/l10n/nn_NO.js
@@ -10106,8 +9623,6 @@ 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/or_IN.js
-share/owncloud/lib/l10n/or_IN.json
 share/owncloud/lib/l10n/pa.js
 share/owncloud/lib/l10n/pa.json
 share/owncloud/lib/l10n/pl.js
@@ -10160,631 +9675,673 @@ 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/uz.js
-share/owncloud/lib/l10n/uz.json
 share/owncloud/lib/l10n/vi.js
 share/owncloud/lib/l10n/vi.json
-share/owncloud/lib/l10n/yo.js
-share/owncloud/lib/l10n/yo.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/activitymanager.php
-share/owncloud/lib/private/allconfig.php
-share/owncloud/lib/private/api.php
-share/owncloud/lib/private/app.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.php
-share/owncloud/lib/private/archive/tar.php
-share/owncloud/lib/private/archive/zip.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/databaseexception.php
-share/owncloud/lib/private/databasesetupexception.php
-share/owncloud/lib/private/datetimeformatter.php
-share/owncloud/lib/private/datetimezone.php
-share/owncloud/lib/private/db.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/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/db/statementwrapper.php
-share/owncloud/lib/private/defaults.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/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/eventsource.php
-share/owncloud/lib/private/filechunking.php
-share/owncloud/lib/private/files.php
-share/owncloud/lib/private/files/cache/cache.php
-share/owncloud/lib/private/files/cache/cacheentry.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/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/manager.php
-share/owncloud/lib/private/files/mount/mountpoint.php
-share/owncloud/lib/private/files/mount/moveablemount.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/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/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/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/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.php
-share/owncloud/lib/private/group/backend.php
-share/owncloud/lib/private/group/database.php
-share/owncloud/lib/private/group/dummy.php
-share/owncloud/lib/private/group/example.php
-share/owncloud/lib/private/group/group.php
-share/owncloud/lib/private/group/interface.php
-share/owncloud/lib/private/group/manager.php
-share/owncloud/lib/private/group/metadata.php
-share/owncloud/lib/private/helper.php
-share/owncloud/lib/private/hintexception.php
-share/owncloud/lib/private/hook.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/httphelper.php
-share/owncloud/lib/private/image.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/json.php
-share/owncloud/lib/private/l10n/factory.php
-share/owncloud/lib/private/l10n/l10n.php
-share/owncloud/lib/private/l10n/string.php
-share/owncloud/lib/private/largefilehelper.php
+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/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/cache.php
-share/owncloud/lib/private/memcache/cadtrait.php
-share/owncloud/lib/private/memcache/castrait.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/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/notification/action.php
-share/owncloud/lib/private/notification/manager.php
-share/owncloud/lib/private/notification/notification.php
-share/owncloud/lib/private/notsquareexception.php
-share/owncloud/lib/private/ocs.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/result.php
-share/owncloud/lib/private/ocsclient.php
-share/owncloud/lib/private/preview.php
-share/owncloud/lib/private/preview/bitmap.php
-share/owncloud/lib/private/preview/bmp.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/markdown.php
-share/owncloud/lib/private/preview/movie.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/office.php
-share/owncloud/lib/private/preview/opendocument.php
-share/owncloud/lib/private/preview/pdf.php
-share/owncloud/lib/private/preview/photoshop.php
-share/owncloud/lib/private/preview/png.php
-share/owncloud/lib/private/preview/postscript.php
-share/owncloud/lib/private/preview/provider.php
-share/owncloud/lib/private/preview/staroffice.php
-share/owncloud/lib/private/preview/svg.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/repair.php
-share/owncloud/lib/private/repair/assetcache.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/repairinvalidshares.php
-share/owncloud/lib/private/repair/repairlegacystorages.php
-share/owncloud/lib/private/repair/repairmimetypes.php
-share/owncloud/lib/private/repair/searchlucenetables.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/repairstep.php
-share/owncloud/lib/private/response.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/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/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/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/hooks.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/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/tagging/tag.php
-share/owncloud/lib/private/tagging/tagmapper.php
-share/owncloud/lib/private/tagmanager.php
-share/owncloud/lib/private/tags.php
-share/owncloud/lib/private/template.php
-share/owncloud/lib/private/template/base.php
-share/owncloud/lib/private/template/cssresourcelocator.php
-share/owncloud/lib/private/template/functions.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/tempmanager.php
-share/owncloud/lib/private/updater.php
-share/owncloud/lib/private/urlgenerator.php
-share/owncloud/lib/private/user.php
-share/owncloud/lib/private/user/backend.php
-share/owncloud/lib/private/user/database.php
-share/owncloud/lib/private/user/interface.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/util.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/api.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/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/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/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/invalidcharacterinpathexception.php
-share/owncloud/lib/public/files/invalidcontentexception.php
-share/owncloud/lib/public/files/invalidpathexception.php
-share/owncloud/lib/public/files/irootfolder.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/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/idatetimeformatter.php
-share/owncloud/lib/public/idatetimezone.php
-share/owncloud/lib/public/idb.php
-share/owncloud/lib/public/idbconnection.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/image.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/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/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/share.php
-share/owncloud/lib/public/share/exceptions/genericshareexception.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/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-provider/provider.php
 share/owncloud/ocs/providers.php
 share/owncloud/ocs/routes.php
 share/owncloud/ocs/v1.php
@@ -10792,11 +10349,25 @@ 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
@@ -10808,17 +10379,6 @@ share/owncloud/settings/ajax/togglegroup
 share/owncloud/settings/ajax/togglesubadmins.php
 share/owncloud/settings/ajax/uninstallapp.php
 share/owncloud/settings/ajax/updateapp.php
-share/owncloud/settings/application.php
-share/owncloud/settings/changepassword/controller.php
-share/owncloud/settings/controller/appsettingscontroller.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/css/settings.css
 share/owncloud/settings/help.php
 share/owncloud/settings/img/admin.png
@@ -10834,6 +10394,9 @@ 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
@@ -10874,8 +10437,6 @@ 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%pirate.js@localhost
-share/owncloud/settings/l10n/en%pirate.json@localhost
 share/owncloud/settings/l10n/en_GB.js
 share/owncloud/settings/l10n/en_GB.json
 share/owncloud/settings/l10n/eo.js
@@ -10896,6 +10457,8 @@ 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
@@ -11009,7 +10572,6 @@ 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/middleware/subadminmiddleware.php
 share/owncloud/settings/personal.php
 share/owncloud/settings/routes.php
 share/owncloud/settings/templates/admin.php
@@ -11095,7 +10657,6 @@ share/owncloud/updater/src/Command/PreUp
 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/Command/UpgradeShippedAppsCommand.php
 share/owncloud/updater/src/Console/Application.php
 share/owncloud/updater/src/Controller/DownloadController.php
 share/owncloud/updater/src/Controller/IndexController.php
@@ -11110,17 +10671,18 @@ share/owncloud/updater/src/Tests/StreamI
 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/BzipExtractor.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/ConfigWriter.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
@@ -11137,16 +10699,12 @@ share/owncloud/updater/vendor/composer/a
 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/.editorconfig
-share/owncloud/updater/vendor/guzzlehttp/guzzle/.gitignore
 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/build/packager.php
 share/owncloud/updater/vendor/guzzlehttp/guzzle/composer.json
-share/owncloud/updater/vendor/guzzlehttp/guzzle/phpunit.xml.dist
 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
@@ -11420,7 +10978,6 @@ share/owncloud/updater/vendor/symfony/co
 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/Resources/bin/hiddeninput.exe
 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
Index: pkgsrc/www/php-owncloud/distinfo
diff -u pkgsrc/www/php-owncloud/distinfo:1.37 pkgsrc/www/php-owncloud/distinfo:1.38
--- pkgsrc/www/php-owncloud/distinfo:1.37       Mon Mar 21 05:50:37 2016
+++ pkgsrc/www/php-owncloud/distinfo    Sun Sep 25 13:06:31 2016
@@ -1,14 +1,6 @@
-$NetBSD: distinfo,v 1.37 2016/03/21 05:50:37 ryoon Exp $
+$NetBSD: distinfo,v 1.38 2016/09/25 13:06:31 ryoon Exp $
 
-SHA1 (168707-calendar.zip) = 521fb58ad898529f9a10d94c165bc978010defd3
-RMD160 (168707-calendar.zip) = fdb7c3cddc0cd9e0338328d5cf246bd774f28803
-SHA512 (168707-calendar.zip) = b5f3a78faf748fec96ba497d50065ec1ff7345d7bd48d2c91758544b14a4b5994b184cba44eb9a0667a1515e3a0a2f2b27a0708a24a8eebc49350044506b5303
-Size (168707-calendar.zip) = 905909 bytes
-SHA1 (168708-contacts.zip) = abbb3ae9f966a80ec3dc7590c0906ad10b7e340e
-RMD160 (168708-contacts.zip) = 4d351166cfca85957d72fcbdcc454b21b0965ce7
-SHA512 (168708-contacts.zip) = 24e6a104a2cca7d56a0bb33c1458cd5ce5a9f95a202188bfba622433a364c3b4e7f8da92133db2ee71233eb6d4064db8612daf50e2ef3d65440f6ed9ff4022ba
-Size (168708-contacts.zip) = 1442129 bytes
-SHA1 (owncloud-9.0.0.tar.bz2) = a0a6705c6e9b8d61ccc4145c743feb8e7ae39967
-RMD160 (owncloud-9.0.0.tar.bz2) = c17590f4fd1599e40df0d5df13bbee653231cb90
-SHA512 (owncloud-9.0.0.tar.bz2) = c82f42d227ee59ed2875133230e303a0b51ee28b21e4d3c253d2f142aed514050e3138f57082d02350a3c7a69f28ba34d3fb4dc86ce51384119c817196963e55
-Size (owncloud-9.0.0.tar.bz2) = 22678208 bytes
+SHA1 (owncloud-9.1.1.tar.bz2) = b2c6b7c0e7c547811bfb70b82ec59d5353ed7ced
+RMD160 (owncloud-9.1.1.tar.bz2) = a3cd88fe4f4d095bfcad1e835dd231da33759150
+SHA512 (owncloud-9.1.1.tar.bz2) = dc83b411e54a233960dd16846b0b711c4f713a24c4b07bcc5441748270fee2e3eeaf3a49442e0caa618d10dae5be2d235ab7366240589a1d6d85e655b355a84e
+Size (owncloud-9.1.1.tar.bz2) = 28984910 bytes



Home | Main Index | Thread Index | Old Index