https://github.com/owncloud/core
Raw File
Tip revision: 7959546254999bd88475e094ba0f33d122919e24 authored by Phil Davis on 18 May 2022, 10:51:46 UTC
Fix drone pipeline name length problem
Tip revision: 7959546
CHANGELOG.html
<div id="changelog-owncloud-core">
<h2 id="unreleased" class="version"> Changelog for ownCloud Core [unreleased] (UNRELEASED)</h2>
    <p>The following sections list the changes in ownCloud core unreleased relevant to ownCloud admins and users.</p>
    <p>
    <a href="https://github.com/owncloud/core/compare/v10.10.0...master">Full list of changes in unreleased </a>
    </p>
    <h3 id="unreleased-summary">Summary</h3>
    <ul class="summary">
        <li class="type-bugfix changelog-item">Bugfix - Trigger the right event when the filecache is updated: <a href="https://github.com/owncloud/core/pull/39844">#39844</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Replace userid with username in login form: <a href="https://github.com/owncloud/core/pull/39870">#39870</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Quota can be exceeded by user: <a href="https://github.com/owncloud/core/issues/40140">#40140</a></li>
        <li class="type-bugfix changelog-item">Bugfix - List apps only once: <a href="https://github.com/owncloud/core/issues/39930">#39930</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Do not crash while running the cleanup-chunks command: <a href="https://github.com/owncloud/core/pull/40000">#40000</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Get file size using cURL on Ubuntu 20.04 and 22.04: <a href="https://github.com/owncloud/core/pull/40065">#40065</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Filter sensitive data in log for Session::createSessionToken: <a href="https://github.com/owncloud/core/pull/40066">#40066</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Correct Executed Unavailable Migrations and New Migrations: <a href="https://github.com/owncloud/core/issues/40084">#40084</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Ensure user's directory is always present: <a href="https://github.com/owncloud/core/pull/40091">#40091</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Application selection menu now appears on shared folders: <a href="https://github.com/owncloud/core/pull/40143">#40143</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Do not invalidate app tokens when no LDAP connection: <a href="https://github.com/owncloud/core/pull/40152">#40152</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Convert from utf8_encode to mb_convert_encoding: <a href="https://github.com/owncloud/core/pull/40158">#40158</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Apps requiring SAML/SSO session now load correctly at first page: <a href="https://github.com/owncloud/core/pull/40161">#40161</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Display error message when a group cannot be created: <a href="https://github.com/owncloud/core/issues/40162">#40162</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Error responses to add group API requests are inconsistent: <a href="https://github.com/owncloud/core/issues/40164">#40164</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Handle exception when adding mount to existing cache or lock: <a href="https://github.com/owncloud/core/pull/40192">#40192</a></li>
        <li class="type-bugfix changelog-item">Bugfix - CORS on WebDAV is not working: <a href="https://github.com/owncloud/core/pull/40204">#40204</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Handle extra slashes at start of URI path: <a href="https://github.com/owncloud/core/pull/40216">#40216</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Use group's displayname in the user's profile and user list: <a href="https://github.com/owncloud/core/pull/40229">#40229</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Init encryption module before calculating unencrypted block-size: <a href="https://github.com/owncloud/core/pull/40240">#40240</a></li>
        <li class="type-change changelog-item">Change - Improve visualization of author's comment in the comments section: <a href="https://github.com/owncloud/core/pull/40142">#40142</a></li>
        <li class="type-change changelog-item">Change - Update PHP dependencies: <a href="https://github.com/owncloud/core/pull/39368">#39368</a></li>
        <li class="type-change changelog-item">Change - Update Symfony components: <a href="https://github.com/owncloud/core/pull/39368">#39368</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Add default app setting on a user basis: <a href="https://github.com/owncloud/core/pull/39600">#39600</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Ignore thumbnails when propagating in home: <a href="https://github.com/owncloud/core/pull/39988">#39988</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Add language prop to /cloud/user and /cloud/users/{userid} endpoint: <a href="https://github.com/owncloud/core/pull/40087">#40087</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Add additional columns to background job queue status: <a href="https://github.com/owncloud/core/pull/40113">#40113</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Add config option to bypass the proxy setting by domain: <a href="https://github.com/owncloud/core/pull/40148">#40148</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Allow sharing with multiple users at once: <a href="https://github.com/owncloud/core/pull/40155">#40155</a></li>
    </ul>
    <h3 id="unreleased-details">Details</h3>
    <ul class="details">
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Trigger the right event when the filecache is updated: <a href="https://github.com/owncloud/core/pull/39844">#39844</a></p>
            <p>When the filecache was being updated, an "addToCache" event was triggered. The event has been
   changed to an "updateCache" event
            </p>
            <p>https://github.com/owncloud/core/pull/39844<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Replace userid with username in login form: <a href="https://github.com/owncloud/core/pull/39870">#39870</a></p>
            <p>The login form now replaces a user id with the user name.
            </p>
            <p>https://github.com/owncloud/core/pull/39870<br>https://github.com/owncloud/oauth2/pull/286<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Quota can be exceeded by user: <a href="https://github.com/owncloud/core/issues/40140">#40140</a></p>
            <p>Copying a file in or out of a received share could succeed even if there was not enough storage
   quota allowed at the target location. This problem has been fixed. Copies will now return 507
   "Insufficient storage" in this case.
            </p>
            <p>https://github.com/owncloud/core/issues/40140<br>
            </p>
            <p>https://github.com/owncloud/core/pull/39895<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - List apps only once: <a href="https://github.com/owncloud/core/issues/39930">#39930</a></p>
            <p>`occ app:list --minimal` could display apps twice in the listing. Each app is now displayed
   only once.
            </p>
            <p>https://github.com/owncloud/core/issues/39930<br>
            </p>
            <p>https://github.com/owncloud/core/pull/40081<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Do not crash while running the cleanup-chunks command: <a href="https://github.com/owncloud/core/pull/40000">#40000</a></p>
            <p>Previously, when you run the cleanup-chunks command, any unhandled exception could crash the
   command. If this happened, there could be chunks that weren't deleted.Now, the command runs through all the chunks. If some chunks give problems, a message is
   displayed indicating what error happened in which file.
            </p>
            <p>https://github.com/owncloud/core/pull/40000<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Get file size using cURL on Ubuntu 20.04 and 22.04: <a href="https://github.com/owncloud/core/pull/40065">#40065</a></p>
            <p>Local file size using the php-curl functions did not work on Ubuntu 20.04 or 22.04. The code has
   been enhanced so that the file size can be determined using php-curl on these operating system
   releases.
            </p>
            <p>https://github.com/owncloud/core/pull/40065<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Filter sensitive data in log for Session::createSessionToken: <a href="https://github.com/owncloud/core/pull/40066">#40066</a></p>
            <p>https://github.com/owncloud/core/pull/40066<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Correct Executed Unavailable Migrations and New Migrations: <a href="https://github.com/owncloud/core/issues/40084">#40084</a></p>
            <p>`occ migrations:status` was reporting an incorrect value for these items. The problem has
   been corrected.
            </p>
            <p>https://github.com/owncloud/core/issues/40084<br>
            </p>
            <p>https://github.com/owncloud/core/pull/40085<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Ensure user's directory is always present: <a href="https://github.com/owncloud/core/pull/40091">#40091</a></p>
            <p>There are some scenarios where the user's directory might not be created. This leads to a state
   where the user can't upload any file, so the admin might need to remove the account and create a
   new one.While this scenario might still happen, we're now ensuring that the user's directory is
   created at some point, so the user can upload files into his account at any time.
            </p>
            <p>https://github.com/owncloud/core/pull/40091<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Application selection menu now appears on shared folders: <a href="https://github.com/owncloud/core/pull/40143">#40143</a></p>
            <p>An app selection menu will appear on public folder links when you click in a file that could be
   opened with multiple apps. The behavior is the same as in the regular file listing.
            </p>
            <p>https://github.com/owncloud/core/pull/40143<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Do not invalidate app tokens when no LDAP connection: <a href="https://github.com/owncloud/core/pull/40152">#40152</a></p>
            <p>Whenever connection to the LDAP server became unavailable app tokens were getting deleted
   after some time causing disconnection of connected clients. App tokens are now remaining
   valid until connection is back.
            </p>
            <p>https://github.com/owncloud/core/pull/40152<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Convert from utf8_encode to mb_convert_encoding: <a href="https://github.com/owncloud/core/pull/40158">#40158</a></p>
            <p>Function `utf8_encode` will be deprecated and removed in future PHP versions. It has been
   replaced with function mb_convert_encoding.
            </p>
            <p>https://github.com/owncloud/core/pull/40158<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Apps requiring SAML/SSO session now load correctly at first page: <a href="https://github.com/owncloud/core/pull/40161">#40161</a></p>
            <p>Apps that require session to load some content at request start, could not be loaded due to
   missing SAML/SSO session objects that could only be obtained after the app loaded or at next
   visited page when that object was correctly persisted. Now, after handling apache backend
   session, auth success confirmation page is shown that redirects to the owncloud landing page.
            </p>
            <p>https://github.com/owncloud/enterprise/issues/4712<br>https://github.com/owncloud/enterprise/issues/5225<br>https://github.com/owncloud/core/issues/31052<br>
            </p>
            <p>https://github.com/owncloud/core/pull/40161<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Display error message when a group cannot be created: <a href="https://github.com/owncloud/core/issues/40162">#40162</a></p>
            <p>If a new group could not be created on the user-management UI, the error message text was not
   displayed. This problem has been fixed.
            </p>
            <p>https://github.com/owncloud/core/issues/40162<br>
            </p>
            <p>https://github.com/owncloud/core/pull/40163<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Error responses to add group API requests are inconsistent: <a href="https://github.com/owncloud/core/issues/40164">#40164</a></p>
            <p>Some response error messages were contained in a `data` structure. Others were not. They have
   now been made consistent. They are not contained in a `data` structure.
            </p>
            <p>https://github.com/owncloud/core/issues/40164<br>
            </p>
            <p>https://github.com/owncloud/core/pull/40165<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Handle exception when adding mount to existing cache or lock: <a href="https://github.com/owncloud/core/pull/40192">#40192</a></p>
            <p>In some cases there are can be multiple parallel requests that could in their logic attempt to
   create shared file mountpoint for the file or to create lock, e.g. collaboration software.
   Exception to add cache or lock that already exists is now handled
            </p>
            <p>https://github.com/owncloud/enterprise/issues/5198<br>
            </p>
            <p>https://github.com/owncloud/core/pull/40192<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - CORS on WebDAV is not working: <a href="https://github.com/owncloud/core/pull/40204">#40204</a></p>
            <p>The list of allowed domains was not being correctly decoded, resulting in failure to recognise
   a valid domain, and thus failure to send the relevant CORS headers. The decoding of the domains
   list has been corrected.
            </p>
            <p>https://github.com/owncloud/core/issues/40203<br>
            </p>
            <p>https://github.com/owncloud/core/pull/40204<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Handle extra slashes at start of URI path: <a href="https://github.com/owncloud/core/pull/40216">#40216</a></p>
            <p>If extra slashes were present in a request URI before the path then a 500 server error was
   returned. For example, https://example.com//remote.php/webdav/file.txtAny extra slashes are now removed and the request works.
            </p>
            <p>https://github.com/owncloud/core/issues/34365<br>
            </p>
            <p>https://github.com/owncloud/core/pull/40216<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Use group's displayname in the user's profile and user list: <a href="https://github.com/owncloud/core/pull/40229">#40229</a></p>
            <p>Previously, the group id was being used in both the user's profile and the user list. This hasn't
   been important because the local groups have matching group id and displayname, the same for
   ldap groups.Due to recent changes with the ldap app (version 0.17.0), the group id and the displayname could
   be different, and they'll be different by default in the ldap app.In both the user's profile and the user list, the group id was being used instead of the
   displayname. This is fixed now, and the displayname will be used as intended.
            </p>
            <p>https://github.com/owncloud/core/pull/40229<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Init encryption module before calculating unencrypted block-size: <a href="https://github.com/owncloud/core/pull/40240">#40240</a></p>
            <p>The un-encrypted blocksize was calculated before initializing the encryption- module. This
   yields the wrong size after a file-scan if encryption.use_legacy_encoding is set to true in
   config.php.
            </p>
            <p>https://github.com/owncloud/core/pull/40240<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Improve visualization of author's comment in the comments section: <a href="https://github.com/owncloud/core/pull/40142">#40142</a></p>
            <p>Previously, a long display name for the author's comment could overlap with the "edit" action
   and the date. Worst case, the comment might not be edited because the "edit" action was below the
   author's display name, so you might not be able to click the action.Right now, the author's display name won't overlap with the rest of the elements. The display
   name will be cut if needed, but both the "edit" action and the date will be clearly visible.
            </p>
            <p>https://github.com/owncloud/core/pull/40142<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update PHP dependencies: <a href="https://github.com/owncloud/core/pull/39368">#39368</a></p>
            <p>The following have been updated: - doctrine/cache (2.1.1 to 2.2.0) - doctrine/event-manager
   (1.1.1 to 1.1.2) - egulias/email-validator (3.1.2 to 3.2.1) - guzzlehttp/guzzle (v5.3.4 to
   v7.4.5) - icewind/streams (0.7.5 to 0.7.6) - laminas/laminas-stdlib (3.7.1 to 3.11.0) -
   laminas/laminas-validator (2.17.0 to 2.19.0) - paragonie/constant_time_encoding
   (v2.5.0 to v2.6.3) - sabre/dav (4.3.1 to 4.4.0) - sabre/http (5.1.3 to 5.1.6) - sabre/vobject
   (4.4.1 to 4.4.3) - webmozart/assert (1.10.0 to 1.11.0)The following have been updated in apps/files_external/3rdparty: -
   google/apiclient-services (0.244.0 to 0.254.0) - google/apiclient (2.12.4 to 2.12.6) -
   guzzlehttp/guzzle (v5.3.4 to v7.4.5) - icewind/smb (3.5.2 to 3.5.4) - icewind/streams
   (0.7.5 to 0.7.6) - monolog/monolog (2.5.0 to 2.6.0)
            </p>
            <p>https://github.com/owncloud/core/pull/39368<br>https://github.com/owncloud/core/pull/40092<br>https://github.com/owncloud/core/pull/40110<br>https://github.com/owncloud/core/pull/40121<br>https://github.com/owncloud/core/pull/40135<br>https://github.com/owncloud/core/pull/40136<br>https://github.com/owncloud/core/pull/40137<br>https://github.com/owncloud/core/pull/40151<br>https://github.com/owncloud/core/pull/40154<br>https://github.com/owncloud/core/pull/40169<br>https://github.com/owncloud/core/pull/40171<br>https://github.com/owncloud/core/pull/40191<br>https://github.com/owncloud/core/pull/40212<br>https://github.com/owncloud/core/pull/40246<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update Symfony components: <a href="https://github.com/owncloud/core/pull/39368">#39368</a></p>
            <p>The following Symfony components have been updated to: - console 4.4.43 - event-dispatcher
   4.4.42 - polyfill-iconv 1.26.0 - polyfill-intl-idn 1.26.0 - polyfill-intl-normalizer
   1.26.0 - polyfill-mbstring 1.26.0 - polyfill-php72 1.26.0 - polyfill-php73 1.26.0 -
   polyfill-php80 1.26.0 - deprecation-contracts v2.5.2 - service-contracts v2.5.2 -
   translation-contracts v2.5.2 - event-dispatcher-contracts v1.1.13
            </p>
            <p>https://github.com/owncloud/core/pull/39368<br>https://github.com/owncloud/core/pull/40111<br>https://github.com/owncloud/core/pull/40169<br>https://github.com/owncloud/core/pull/40175<br></p>
            <p>https://symfony.com/blog/symfony-4-4-42-released<br>https://symfony.com/blog/symfony-4-4-43-released<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Add default app setting on a user basis: <a href="https://github.com/owncloud/core/pull/39600">#39600</a></p>
            <p>https://github.com/owncloud/core/pull/39600<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Ignore thumbnails when propagating in home: <a href="https://github.com/owncloud/core/pull/39988">#39988</a></p>
            <p>We no longer needlessly propagate the etag and mtime for thumbnails in the filecache.
            </p>
            <p>https://github.com/owncloud/core/pull/39988<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Add language prop to /cloud/user and /cloud/users/{userid} endpoint: <a href="https://github.com/owncloud/core/pull/40087">#40087</a></p>
            <p>https://github.com/owncloud/core/pull/40087<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Add additional columns to background job queue status: <a href="https://github.com/owncloud/core/pull/40113">#40113</a></p>
            <p>Command `occ background:queue:status` now shows additional columns for: - Last Checked -
   Reserved At - Execution Duration
            </p>
            <p>https://github.com/owncloud/core/pull/40113<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Add config option to bypass the proxy setting by domain: <a href="https://github.com/owncloud/core/pull/40148">#40148</a></p>
            <p>The new "proxy_ignore" option allows the admin to set a list of domains that won't go through the
   proxy set via the "proxy" option
            </p>
            <p>https://github.com/owncloud/core/pull/40148<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Allow sharing with multiple users at once: <a href="https://github.com/owncloud/core/pull/40155">#40155</a></p>
            <p>It is now possible to share resources with multiple users at once via the following format:
   user1, user2, user3.
            </p>
            <p>https://github.com/owncloud/enterprise/issues/2865<br>
            </p>
            <p>https://github.com/owncloud/core/pull/40155<br>https://github.com/owncloud/core/pull/40199<br></p>
        </li>
    </ul>
    <h2 id="10.10.0" class="version"> Changelog for ownCloud Core [10.10.0] (2022-05-16)</h2>
    <p>The following sections list the changes in ownCloud core 10.10.0 relevant to ownCloud admins and users.</p>
    <p>
    <a href="https://github.com/owncloud/core/compare/v10.9.1...v10.10.0">Full list of changes in 10.10.0</a>
    </p>
    <h3 id="10.10.0-summary">Summary</h3>
    <ul class="summary">
        <li class="type-security changelog-item">Security - Prevent stored mail settings password from showing in the webUI: <a href="https://github.com/owncloud/core/pull/39833">#39833</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Properly setup share owner file system on public link shares: <a href="https://github.com/owncloud/core/pull/39518">#39518</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Prevent group names starting or ending with white space: <a href="https://github.com/owncloud/core/pull/39540">#39540</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Set page title for the tags file list: <a href="https://github.com/owncloud/core/issues/39556">#39556</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Don't resend invitation mail if a user is guest: <a href="https://github.com/owncloud/core/pull/39602">#39602</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Text previews had faulty content if BOM was present: <a href="https://github.com/owncloud/core/pull/39669">#39669</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Fix files:checksums:verify for a single file: <a href="https://github.com/owncloud/core/pull/39683">#39683</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Moving a file from one folder into a folder that is a number fails: <a href="https://github.com/owncloud/core/issues/39702">#39702</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Make licenses expire at the end of the expiration date: <a href="https://github.com/owncloud/core/pull/39735">#39735</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Subadmin will be shown only his assignable groups in the users page: <a href="https://github.com/owncloud/core/pull/39752">#39752</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Fix wrong formatted XML in public-files dav endpoint: <a href="https://github.com/owncloud/core/pull/39797">#39797</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Fix issue restoring versions from the trashbin after sharing: <a href="https://github.com/owncloud/core/pull/39822">#39822</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Fix issue when encryption is enabled and a file is moved out of the share: <a href="https://github.com/owncloud/core/pull/39829">#39829</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Avoid sending unneeded passwords in the files_external app: <a href="https://github.com/owncloud/core/pull/39841">#39841</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Fix issue with requesting an invalid share id: <a href="https://github.com/owncloud/core/issues/39868">#39868</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Remove fr_FR language variant: <a href="https://github.com/owncloud/core/issues/39931">#39931</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Limit the width of the form on login page: <a href="https://github.com/owncloud/core/pull/39962">#39962</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Allow re-uploading the same folder after being renamed: <a href="https://github.com/owncloud/core/pull/39966">#39966</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Default for propfind depth infinity adjusted: <a href="https://github.com/owncloud/core/pull/40016">#40016</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Allow partial initialization of the FS: <a href="https://github.com/owncloud/core/pull/40031">#40031</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Filter sensitive data in log for Session::createSessionToken: <a href="https://github.com/owncloud/core/pull/40066">#40066</a></li>
        <li class="type-change changelog-item">Change - Update the default poll-interval in capabilities: <a href="https://github.com/owncloud/core/pull/39143">#39143</a></li>
        <li class="type-change changelog-item">Change - Private keys for SFTP storage will be stored in credentials table: <a href="https://github.com/owncloud/core/pull/39935">#39935</a></li>
        <li class="type-change changelog-item">Change - Update JavaScript dependencies: <a href="https://github.com/owncloud/core/pull/39709">#39709</a></li>
        <li class="type-change changelog-item">Change - Update PHP dependencies: <a href="https://github.com/owncloud/core/pull/39526">#39526</a></li>
        <li class="type-change changelog-item">Change - Update Symfony components: <a href="https://github.com/owncloud/core/pull/39526">#39526</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Allow OPTIONS request handling in framework controllers: <a href="https://github.com/owncloud/core/pull/38758">#38758</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Unify API responses when setting permissions for public links: <a href="https://github.com/owncloud/core/pull/39194">#39194</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Show detailed error message if moving a mount into another fails: <a href="https://github.com/owncloud/core/pull/39584">#39584</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Add warnings for commands that are incompatible with object storage: <a href="https://github.com/owncloud/core/pull/39604">#39604</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Cache some data in memory from the filecache: <a href="https://github.com/owncloud/core/pull/39847">#39847</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Add product to version in capabilities response: <a href="https://github.com/owncloud/core/pull/39851">#39851</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Allow files_external app to be disabled: <a href="https://github.com/owncloud/core/pull/39856">#39856</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Improve FileDrop view: <a href="https://github.com/owncloud/core/pull/39900">#39900</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Align "close" for messages: <a href="https://github.com/owncloud/core/pull/39907">#39907</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Changes regarding cookie handling: <a href="https://github.com/owncloud/core/pull/39916">#39916</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Expose user type of share receiver in share api: <a href="https://github.com/owncloud/core/pull/40013">#40013</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Use the same string in the header also in public view: <a href="https://github.com/owncloud/core/pull/40032">#40032</a></li>
    </ul>
    <h3 id="10.10.0-details">Details</h3>
    <ul class="details">
        <li class="type-security changelog-item">
            <p>Security - Prevent stored mail settings password from showing in the webUI: <a href="https://github.com/owncloud/core/pull/39833">#39833</a></p>
            <p>https://github.com/owncloud/enterprise/issues/5035<br>
            </p>
            <p>https://github.com/owncloud/core/pull/39833<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Properly setup share owner file system on public link shares: <a href="https://github.com/owncloud/core/pull/39518">#39518</a></p>
            <p>https://github.com/owncloud/core/pull/39518<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Prevent group names starting or ending with white space: <a href="https://github.com/owncloud/core/pull/39540">#39540</a></p>
            <p>https://github.com/owncloud/core/pull/39540<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Set page title for the tags file list: <a href="https://github.com/owncloud/core/issues/39556">#39556</a></p>
            <p>https://github.com/owncloud/core/issues/39556<br>
            </p>
            <p>https://github.com/owncloud/core/pull/39585<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Don't resend invitation mail if a user is guest: <a href="https://github.com/owncloud/core/pull/39602">#39602</a></p>
            <p>With this change the resend invitation mail action in the user management UI for guest users has
   been removed, it is not appropriate for this type of user.
            </p>
            <p>https://github.com/owncloud/enterprise/issues/4868<br>
            </p>
            <p>https://github.com/owncloud/core/pull/39602<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Text previews had faulty content if BOM was present: <a href="https://github.com/owncloud/core/pull/39669">#39669</a></p>
            <p>The BOM was incorrectly detected and was causing ownCloud to choose the wrong font for the text,
   showing unexpected results. The BOM is now processed correctly and the preview is shown as
   expected
            </p>
            <p>https://github.com/owncloud/core/pull/39669<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Fix files:checksums:verify for a single file: <a href="https://github.com/owncloud/core/pull/39683">#39683</a></p>
            <p>Fixed an issue where running files:checksums:verify for a single file would fail.
            </p>
            <p>https://github.com/owncloud/core/pull/39683<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Moving a file from one folder into a folder that is a number fails: <a href="https://github.com/owncloud/core/issues/39702">#39702</a></p>
            <p>The issue is fixed by updating sabre/dav from 4.3.0 to 4.3.1
            </p>
            <p>https://github.com/owncloud/core/issues/39702<br>
            </p>
            <p>https://github.com/owncloud/core/pull/39703<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Make licenses expire at the end of the expiration date: <a href="https://github.com/owncloud/core/pull/39735">#39735</a></p>
            <p>https://github.com/owncloud/core/pull/39735<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Subadmin will be shown only his assignable groups in the users page: <a href="https://github.com/owncloud/core/pull/39752">#39752</a></p>
            <p>Previously, the subadmin could see all groups even if he could only assign users to a bunch of
   them. Now the subadmin will see the groups he can assign to the user
            </p>
            <p>https://github.com/owncloud/core/pull/39752<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Fix wrong formatted XML in public-files dav endpoint: <a href="https://github.com/owncloud/core/pull/39797">#39797</a></p>
            <p>Previously, trying to perform a PROPFIND over the public-files endpoint could cause an
   exception to be thrown, which would generate a wrong formatted XML response. Now, the XML
   response is properly formatted and can be parsed without problems.
            </p>
            <p>https://github.com/owncloud/core/pull/39797<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Fix issue restoring versions from the trashbin after sharing: <a href="https://github.com/owncloud/core/pull/39822">#39822</a></p>
            <p>Previously, having encryption enabled, if a user shared a folder with another user, and that
   new user removed a file inside that shared folder, that file ended up in the new user's trashbin
   along with the file's versions. Restoring that file from the trashbin caused the versions of
   that file to get broken due to a bad signature. The file was restored correctly. Now, the
   versions are also restored correctly from the trashbin too.
            </p>
            <p>https://github.com/owncloud/core/pull/39822<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Fix issue when encryption is enabled and a file is moved out of the share: <a href="https://github.com/owncloud/core/pull/39829">#39829</a></p>
            <p>When encryption was used, moving a file out of a shared folder caused the versions of the file to
   get broken. The file was moved correctly though. This happened due to the key file not being
   copied to the new location and a new key file being generated for the file. Now, the key file is
   properly copied to the new location, so the versions can be decrypted properly.
            </p>
            <p>https://github.com/owncloud/core/pull/39829<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Avoid sending unneeded passwords in the files_external app: <a href="https://github.com/owncloud/core/pull/39841">#39841</a></p>
            <p>Some passwords were being sent to the web UI in the external storage configuration. These
   passwords aren't required and they're now replaced in the web UI in order not to leak the actual
   password
            </p>
            <p>https://github.com/owncloud/core/pull/39841<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Fix issue with requesting an invalid share id: <a href="https://github.com/owncloud/core/issues/39868">#39868</a></p>
            <p>When using the pgsql database and requesting an invalid share id, a 500 error status could be
   returned. This has been fixed. A 404 "not found" is now returned.
            </p>
            <p>https://github.com/owncloud/core/issues/39868<br>
            </p>
            <p>https://github.com/owncloud/core/pull/39873<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Remove fr_FR language variant: <a href="https://github.com/owncloud/core/issues/39931">#39931</a></p>
            <p>French translations were in both the "fr" and the "fr_FR" language codes. "fr_FR" had very few
   translations and could cause missing translations when the system did not automatically
   choose "fr". The "fr_FR" translations have been removed. Translators should use "fr" when
   doing translations in Transifex.
            </p>
            <p>https://github.com/owncloud/core/issues/39931<br>
            </p>
            <p>https://github.com/owncloud/core/pull/39939<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Limit the width of the form on login page: <a href="https://github.com/owncloud/core/pull/39962">#39962</a></p>
            <p>The login form breaks if error messages and info messages are longer.
            </p>
            <p>https://github.com/owncloud/core/pull/39962<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Allow re-uploading the same folder after being renamed: <a href="https://github.com/owncloud/core/pull/39966">#39966</a></p>
            <p>Previously, you couldn't upload a folder, rename it in the web UI and then re-upload the same
   folder.This behavior is fixed, so you can now re-upload the folder after renaming it
            </p>
            <p>https://github.com/owncloud/core/pull/39966<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Default for propfind depth infinity adjusted: <a href="https://github.com/owncloud/core/pull/40016">#40016</a></p>
            <p>Fixed potential cause for performance issues under certain conditions with infinite
   propfind being enabled by default.
            </p>
            <p>https://github.com/owncloud/enterprise/issues/5154<br>
            </p>
            <p>https://github.com/owncloud/core/pull/40016<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Allow partial initialization of the FS: <a href="https://github.com/owncloud/core/pull/40031">#40031</a></p>
            <p>Previously, when the FS was initialized, we needed to make a request to the LDAP server in order
   to fetch the possible group shares of the user. Some commands only accessed to the trashbin or
   versions, and operated for a target user, so accessing to the LDAP server to fetch groups that
   wouldn't be used doesn't make much sense.Now, the commands have the ability to initialize the FS partially, meaning that no additional
   mount point other than the home one will be mounted. In particular, this affects shares and
   external storages. Anyway, the commands that have been modified don't need such access. The
   main advantage is that now, those commands can operate without a working connection to the LDAP
   server because the users will be fetched from the DB and they don't operate with groups.
            </p>
            <p>https://github.com/owncloud/core/pull/40031<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Filter sensitive data in log for Session::createSessionToken: <a href="https://github.com/owncloud/core/pull/40066">#40066</a></p>
            <p>https://github.com/owncloud/core/pull/40066<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update the default poll-interval in capabilities: <a href="https://github.com/owncloud/core/pull/39143">#39143</a></p>
            <p>The default pollinterval advertised in capabilities has been set to 30000 milliseconds.
   Previously it was 60 milliseconds.
            </p>
            <p>https://github.com/owncloud/core/pull/39143<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Private keys for SFTP storage will be stored in credentials table: <a href="https://github.com/owncloud/core/pull/39935">#39935</a></p>
            <p>Previously, both private and public keys were part of the configuration of the SFTP mount
   point. Although encrypted, there were some scenarios where the private key could be visible.The following changes have been implemented: * The private key will never leave the ownCloud
   server. * The private key will be stored encrypted inside the oc_credentials table. * A random
   token will be created to refer to the private key. This token will be part of the SFTP mount point
   configuration. * The public key will be treated as a normal configuration parameter. This
   means that it won't be neither encrypted nor encoded in any way.The overall behavior remains the same. ownCloud will generate a key pair, whose public key will
   need to be placed in the SFTP server.
            </p>
            <p>https://github.com/owncloud/core/pull/39935<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update JavaScript dependencies: <a href="https://github.com/owncloud/core/pull/39709">#39709</a></p>
            <p>The following have been updated: - ansi-regex (3.0.0 to 3.0.1) - bower_components/backbone
   (1.4.0 to 1.4.1) - bower_components/showdown (1.9.1 to 2.0.0) -
   bower_components/underscore (1.13.1 to 1.13.2) - follow-redirects (1.14.2 to 1.14.8) -
   karma (6.3.8 to 6.3.19) - karma-coverage (2.0.3 to 2.2.0) - log4js (6.3.0 to 6.4.1) - minimist
   (1.2.5 to 1.2.6)
            </p>
            <p>https://github.com/owncloud/core/pull/39709<br>https://github.com/owncloud/core/pull/39763<br>https://github.com/owncloud/core/pull/39764<br>https://github.com/owncloud/core/pull/39785<br>https://github.com/owncloud/core/pull/39788<br>https://github.com/owncloud/core/pull/39814<br>https://github.com/owncloud/core/pull/39816<br>https://github.com/owncloud/core/pull/39838<br>https://github.com/owncloud/core/pull/39839<br>https://github.com/owncloud/core/pull/39926<br>https://github.com/owncloud/core/pull/39941<br>https://github.com/owncloud/core/pull/39989<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update PHP dependencies: <a href="https://github.com/owncloud/core/pull/39526">#39526</a></p>
            <p>The following have been updated: - christophwurst/id3parser (v0.1.3 to v0.1.4) -
   doctrine/dbal (2.13.5 to 2.13.9) - doctrine/lexer (1.2.1 to 1.2.3) -
   laminas/laminas-inputfilter (2.12.0 to 2.12.1) - laminas/laminas-stdlib (3.6.1 to 3.7.1)
   - laminas/laminas-validator (2.15.0 to 2.17.0) - laminas/laminas-zendframework-bridge
   (1.4.0 to 1.4.1) - league/flysystem (1.1.5 to 1.1.9) - league/mime-type-detection (1.8.0 to
   1.11.0) - opis/closure (3.6.2 to 3.6.3) - paragonie/constant_time_encoding (2.4.0 to
   2.5.0) - phpseclib/phpseclib (3.0.11 to 3.0.14) - sabre/dav (4.2.0 to 4.3.1) - sabre/vobject
   (4.4.0 to 4.4.1)The following have been updated in apps/files_external/3rdparty: - google/apiclient
   (2.11.0 to 2.12.4) - google/apiclient-services (0.231.0 to 0.244.0) - guzzlehttp/psr7
   (1.8.3 to 1.8.5) - icewind/smb (3.5.1 to 3.5.2) - monolog/monolog (2.3.5 to 2.5.0) -
   paragonie/constant_time_encoding (v2.4.0 to v2.5.0) - phpseclib/phpseclib (3.0.11 to
   3.0.14) - react/promise (v2.8.0 to v2.9.0)
            </p>
            <p>https://github.com/owncloud/core/pull/39526<br>https://github.com/owncloud/core/pull/39567<br>https://github.com/owncloud/core/pull/39631<br>https://github.com/owncloud/core/pull/39649<br>https://github.com/owncloud/core/pull/39693<br>https://github.com/owncloud/core/pull/39695<br>https://github.com/owncloud/core/pull/39703<br>https://github.com/owncloud/core/pull/39713<br>https://github.com/owncloud/core/pull/39717<br>https://github.com/owncloud/core/pull/39731<br>https://github.com/owncloud/core/pull/39780<br>https://github.com/owncloud/core/pull/39838<br>https://github.com/owncloud/core/pull/39839<br>https://github.com/owncloud/core/pull/39859<br>https://github.com/owncloud/core/pull/39949<br>https://github.com/owncloud/core/pull/39956<br>https://github.com/owncloud/core/pull/39999<br>https://github.com/owncloud/core/pull/40001<br>https://github.com/owncloud/core/pull/40003<br>https://github.com/owncloud/core/pull/40038<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update Symfony components: <a href="https://github.com/owncloud/core/pull/39526">#39526</a></p>
            <p>The following Symfony components have been updated to: - console 4.4.41 - event-dispatcher
   4.4.37 - event-dispatcher-contracts 4.4.34 - process 4.4.41 - routing 4.4.41 -
   service-contracts 4.4.34 - translation 4.4.41 - translation-contracts 2.5.0The following Symfony polyfill components have been updated to: - symfony/polyfill-ctype
   v1.25.0 - symfony/polyfill-iconv v1.25.0 - symfony/polyfill-intl-idn v1.25.0 -
   symfony/polyfill-intl-normalizer v1.25.0 - symfony/polyfill-mbstring v1.25.0 -
   symfony/polyfill-php72 v1.25.0 - symfony/polyfill-php73 v1.25.0 -
   symfony/polyfill-php80 v1.25.0The following Symfony contract components have been updated to: -
   symfony/deprecation-contracts (v2.5.0 to v2.5.1) - symfony/event-dispatcher-contracts
   (v1.1.11 to v1.1.12) - symfony/service-contracts (v2.5.0 to v2.5.1) -
   symfony/translation-contracts (v2.5.0 to v2.5.1)
            </p>
            <p>https://github.com/owncloud/core/pull/39526<br>https://github.com/owncloud/core/pull/39631<br>https://github.com/owncloud/core/pull/39646<br>https://github.com/owncloud/core/pull/39731<br>https://github.com/owncloud/core/pull/39838<br>https://github.com/owncloud/core/pull/39855<br>https://github.com/owncloud/core/pull/39940<br>https://github.com/owncloud/core/pull/39955<br>https://github.com/owncloud/core/pull/40026<br></p>
            <p>https://symfony.com/blog/symfony-4-4-34-released<br>https://symfony.com/blog/symfony-4-4-36-released<br>https://symfony.com/blog/symfony-4-4-37-released<br>https://symfony.com/blog/symfony-4-4-38-released<br>https://symfony.com/blog/symfony-4-4-40-released<br>https://symfony.com/blog/symfony-4-4-41-released<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Allow OPTIONS request handling in framework controllers: <a href="https://github.com/owncloud/core/pull/38758">#38758</a></p>
            <p>https://github.com/owncloud/core/pull/38758<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Unify API responses when setting permissions for public links: <a href="https://github.com/owncloud/core/pull/39194">#39194</a></p>
            <p>Setting (and changing) the permissions of public links via the OCS API will now return proper
   and unified API responses. Adding create permissions while public uploading is disabled
   globally will always return a 403 response.
            </p>
            <p>https://github.com/owncloud/core/issues/36442<br>https://github.com/owncloud/core/issues/36443<br>
            </p>
            <p>https://github.com/owncloud/core/pull/39194<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Show detailed error message if moving a mount into another fails: <a href="https://github.com/owncloud/core/pull/39584">#39584</a></p>
            <p>With this change, a detailed error message is shown when moving a mount point into another mount
   point fails. This is for example the case while moving a shared folder into a SFTP external
   storage.
            </p>
            <p>https://github.com/owncloud/core/issues/39550<br>
            </p>
            <p>https://github.com/owncloud/core/pull/39584<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Add warnings for commands that are incompatible with object storage: <a href="https://github.com/owncloud/core/pull/39604">#39604</a></p>
            <p>The following commands are affected:* `user:home:list-users` * `user:home:list-dirs` * `user:move` * `user:report`
            </p>
            <p>https://github.com/owncloud/core/issues/39590<br>
            </p>
            <p>https://github.com/owncloud/core/pull/39604<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Cache some data in memory from the filecache: <a href="https://github.com/owncloud/core/pull/39847">#39847</a></p>
            <p>Some data from the filecache will be cached from the DB after accessing. This will improve the
   performance a bit.
            </p>
            <p>https://github.com/owncloud/core/pull/39847<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Add product to version in capabilities response: <a href="https://github.com/owncloud/core/pull/39851">#39851</a></p>
            <p>https://github.com/owncloud/core/pull/39851<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Allow files_external app to be disabled: <a href="https://github.com/owncloud/core/pull/39856">#39856</a></p>
            <p>Previously, the files_external app couldn't be disabled. The corresponding section in the
   settings page had a checkbox to show or not the settings for the files_external app. Now, if the
   app is disabled, that section won't appear. The behavior will be the same as any other disabled
   app.
            </p>
            <p>https://github.com/owncloud/core/pull/39856<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Improve FileDrop view: <a href="https://github.com/owncloud/core/pull/39900">#39900</a></p>
            <p>Small change in the design and behavior of the FileDrop view of Public Links.- The font is bigger and thicker - Background color was added to the list of files - The text in the
   "Dropbox" is wrapped properly, line-height was removed - Don't hide the logo on small
   resolutions
            </p>
            <p>https://github.com/owncloud/core/pull/39900<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Align "close" for messages: <a href="https://github.com/owncloud/core/pull/39907">#39907</a></p>
            <p>The close button for messages (yellow banner) was slightly displaced.
            </p>
            <p>https://github.com/owncloud/core/pull/39907<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Changes regarding cookie handling: <a href="https://github.com/owncloud/core/pull/39916">#39916</a></p>
            <p>The following changes have been implemented: * The expiration set for the passphrase cookie
   will be refreshed each time a page is loaded or when the "heartbeat" endpoint is hit * If the
   "session_keepalive" config option is set to true, a periodic request to the "heartbeat"
   endpoint will be made automatically regardless of any activity going on. This will extend the
   session lifetime preventing its expiration. * If the "session_keepalive" config option is
   set to false, a "heartbeat" will be sent based on activity in order to extend the session
   lifetime. If we don't detect any activity, the session might expire, and the user will need to
   login again. * The new "session_forced_logout_timeout" option has been added to the
   config.php. It's disabled by default, and setting a positive (non-zero) value will enable the
   feature. If it's enabled, the passphrase cookie will expire after those number of seconds
   pass, when the tab or the browser closes. This will force the user to login again.
            </p>
            <p>https://github.com/owncloud/core/pull/39916<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Expose user type of share receiver in share api: <a href="https://github.com/owncloud/core/pull/40013">#40013</a></p>
            <p>https://github.com/owncloud/core/pull/40013<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Use the same string in the header also in public view: <a href="https://github.com/owncloud/core/pull/40032">#40032</a></p>
            <p>In the public view, a different string was used next to the logo than in the internal header. This
   can cause problems with branding.The string HTMLName from defaults.php is now only used for the header. Name is used exclusively
   for the mail templates.
            </p>
            <p>https://github.com/owncloud/core/pull/40032<br></p>
        </li>
    </ul>
    <h2 id="10.9.1" class="version"> Changelog for ownCloud Core [10.9.1] (2022-01-12)</h2>
    <p>The following sections list the changes in ownCloud core 10.9.1 relevant to ownCloud admins and users.</p>
    <p>
    <a href="https://github.com/owncloud/core/compare/v10.9.0...v10.9.1">Full list of changes in 10.9.1</a>
    </p>
    <h3 id="10.9.1-summary">Summary</h3>
    <ul class="summary">
        <li class="type-bugfix changelog-item">Bugfix - Prevent encrypted files from being corrupted when overwriting them: <a href="https://github.com/owncloud/core/pull/39623">#39623</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Getting the file owner for share recipients: <a href="https://github.com/owncloud/core/pull/39670">#39670</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Prevent version author from being overwritten with wrong uid: <a href="https://github.com/owncloud/core/pull/39673">#39673</a></li>
    </ul>
    <h3 id="10.9.1-details">Details</h3>
    <ul class="details">
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Prevent encrypted files from being corrupted when overwriting them: <a href="https://github.com/owncloud/core/pull/39623">#39623</a></p>
            <p>Fixed an issue where overwriting an encrypted file by a share recipient would corrupt it. This
   is a regression which was introduced by #39516.
            </p>
            <p>https://github.com/owncloud/encryption/issues/315<br>
            </p>
            <p>https://github.com/owncloud/core/pull/39623<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Getting the file owner for share recipients: <a href="https://github.com/owncloud/core/pull/39670">#39670</a></p>
            <p>Fixed a bug where a wrong file owner was retrieved when saving version authors. This scenario
   happened for share recipients if they had a file with the same name as the shared file.
            </p>
            <p>https://github.com/owncloud/core/issues/39662<br>
            </p>
            <p>https://github.com/owncloud/core/pull/39670<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Prevent version author from being overwritten with wrong uid: <a href="https://github.com/owncloud/core/pull/39673">#39673</a></p>
            <p>Fixed an issue where restoring a previous version could lead to a wrong version author being
   saved, basically overwriting the correct author.
            </p>
            <p>https://github.com/owncloud/core/issues/39672<br>
            </p>
            <p>https://github.com/owncloud/core/pull/39673<br></p>
        </li>
    </ul>
    <h2 id="10.9.0" class="version"> Changelog for ownCloud Core [10.9.0] (2021-12-20)</h2>
    <p>The following sections list the changes in ownCloud core 10.9.0 relevant to ownCloud admins and users.</p>
    <p>
    <a href="https://github.com/owncloud/core/compare/v10.8.0...v10.9.0">Full list of changes in 10.9.0</a>
    </p>
    <h3 id="10.9.0-summary">Summary</h3>
    <ul class="summary">
        <li class="type-security changelog-item">Security - Patch jquery ui: <a href="https://github.com/owncloud/core/pull/39451">#39451</a></li>
        <li class="type-security changelog-item">Security - Patch jquery ui CVE-2016-7103: <a href="https://github.com/owncloud/core/pull/39545">#39545</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Do not try to login via auth module if the user is disabled: <a href="https://github.com/owncloud/core/pull/36257">#36257</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Do not allow empty system or app config keys: <a href="https://github.com/owncloud/core/pull/38996">#38996</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Allow subadministrators to add users to groups they manage: <a href="https://github.com/owncloud/core/pull/39013">#39013</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Update and upgrade words are inconsistent on the web UI: <a href="https://github.com/owncloud/core/issues/39028">#39028</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Avoid potential open_basedir errors after upgrade to PHP 7.4.21: <a href="https://github.com/owncloud/core/issues/39034">#39034</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Allow copying file keys when storage has multiple mount points: <a href="https://github.com/owncloud/core/pull/39058">#39058</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Show previews in profile picture setting, select from files: <a href="https://github.com/owncloud/core/pull/39067">#39067</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Do not try to delete the folder twice: <a href="https://github.com/owncloud/core/pull/39070">#39070</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Close open menus if click is on an iFrame: <a href="https://github.com/owncloud/core/issues/39093">#39093</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Prevent unneeded call to LDAP during login with local users: <a href="https://github.com/owncloud/core/pull/39105">#39105</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Clarify the description of the manual file locking option: <a href="https://github.com/owncloud/core/pull/39106">#39106</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Update appinfo cache only if the app version is newer: <a href="https://github.com/owncloud/core/pull/39108">#39108</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Fix logo size on login screen: <a href="https://github.com/owncloud/core/pull/39129">#39129</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Image orientation: <a href="https://github.com/owncloud/core/pull/39140">#39140</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Fix display of tag selection in sidebar: <a href="https://github.com/owncloud/core/pull/39146">#39146</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Keep pagination active with empty search queries: <a href="https://github.com/owncloud/core/pull/39155">#39155</a></li>
        <li class="type-bugfix changelog-item">Bugfix - File conflict dialog when dragging a file into a folder: <a href="https://github.com/owncloud/core/pull/39162">#39162</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Return proper error if part file name is too long: <a href="https://github.com/owncloud/core/pull/39168">#39168</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Don't show exact search results with empty sharee search query: <a href="https://github.com/owncloud/core/issues/38501">#38501</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Set file name to download.zip while downloading the whole user directory: <a href="https://github.com/owncloud/core/pull/39198">#39198</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Preview rendering for sharees: <a href="https://github.com/owncloud/core/pull/39202">#39202</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Add permission check when restoring from trashbin: <a href="https://github.com/owncloud/core/pull/39210">#39210</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Don't count non-user folder in occ user:report command: <a href="https://github.com/owncloud/core/pull/39223">#39223</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Show missing delete button in file list on mobile view: <a href="https://github.com/owncloud/core/issues/39221">#39221</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Return proper error when destination header is missing: <a href="https://github.com/owncloud/core/pull/39235">#39235</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Show the correct expiring date in 'Shared by link' files list: <a href="https://github.com/owncloud/core/pull/39238">#39238</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Hide share owner file path for share receiver: <a href="https://github.com/owncloud/core/pull/39241">#39241</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Spelling errors: <a href="https://github.com/owncloud/core/pull/39252">#39252</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Command occ 'user:report' might not count 'user directories' correctly: <a href="https://github.com/owncloud/core/pull/39254">#39254</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Simplify set password text for new passwords: <a href="https://github.com/owncloud/core/pull/39257">#39257</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Allow user:list and group:list to filter on short strings: <a href="https://github.com/owncloud/core/pull/39258">#39258</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Fix doc placeholder URL in "general"-settings: <a href="https://github.com/owncloud/core/pull/39267">#39267</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Setting 0 as user display name: <a href="https://github.com/owncloud/core/pull/39272">#39272</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Fix malformed error message while accepting a share is not possible: <a href="https://github.com/owncloud/core/pull/39287">#39287</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Decouple change email from 'allow_user_to_change_display_name' setting: <a href="https://github.com/owncloud/core/pull/39288">#39288</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Don't show empty brackets in lock owner information if mail not set: <a href="https://github.com/owncloud/core/pull/39292">#39292</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Use original UID when setting the share receiver: <a href="https://github.com/owncloud/core/pull/39293">#39293</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Versions for files named "0": <a href="https://github.com/owncloud/core/pull/39300">#39300</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Sanitize data send to the server while creating users via webUI: <a href="https://github.com/owncloud/core/pull/39306">#39306</a></li>
        <li class="type-bugfix changelog-item">Bugfix - File version names for share recipients: <a href="https://github.com/owncloud/core/pull/39314">#39314</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Allow renaming two files with the same name but different paths: <a href="https://github.com/owncloud/core/pull/39315">#39315</a></li>
        <li class="type-bugfix changelog-item">Bugfix - No sensitive data on exception page: <a href="https://github.com/owncloud/core/pull/39334">#39334</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Hide legacy login button animation: <a href="https://github.com/owncloud/core/pull/39352">#39352</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Prohibit email/displayname change via API when not allowed: <a href="https://github.com/owncloud/core/pull/39353">#39353</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Clicking in the middle of the row in the file list downloads the file: <a href="https://github.com/owncloud/core/pull/39361">#39361</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Adjust text of occ encryption command messages: <a href="https://github.com/owncloud/core/pull/39395">#39395</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Faulty file list entry after accepting a federated share: <a href="https://github.com/owncloud/core/pull/39411">#39411</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Add missing `remoteshare.accepted` event parameters: <a href="https://github.com/owncloud/core/pull/39449">#39449</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Group administrator permissions: <a href="https://github.com/owncloud/core/pull/39477">#39477</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Load l10n js files from the correct app folder: <a href="https://github.com/owncloud/core/pull/39482">#39482</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Fix issue searching inside a shared external storage: <a href="https://github.com/owncloud/core/pull/39500">#39500</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Fix favicon, cloud symbol on Safari not visible: <a href="https://github.com/owncloud/core/pull/39506">#39506</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Clicking the eye icon in password input field does not show the password: <a href="https://github.com/owncloud/core/pull/39528">#39528</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Group select in user create panel allows empty and pre-existing groups: <a href="https://github.com/owncloud/core/pull/39532">#39532</a></li>
        <li class="type-bugfix changelog-item">Bugfix - An app config value of null could be entered but not updated: <a href="https://github.com/owncloud/core/pull/39554">#39554</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Directory name in error message when file name already exists: <a href="https://github.com/owncloud/core/pull/39569">#39569</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Prohibit username htaccesstest.txt: <a href="https://github.com/owncloud/core/pull/39572">#39572</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Use ViewOnlyPlugin when requesting a meta endpoint using WebDAV v2: <a href="https://github.com/owncloud/core/pull/39575">#39575</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Provisioning API quota is incomplete when username casing is not exact: <a href="https://github.com/owncloud/core/pull/39586">#39586</a></li>
        <li class="type-change changelog-item">Change - Enable streaming for propfind requests: <a href="https://github.com/owncloud/core/pull/38583">#38583</a></li>
        <li class="type-change changelog-item">Change - Drop PHP 7.2 support across the platform: <a href="https://github.com/owncloud/core/issues/39134">#39134</a></li>
        <li class="type-change changelog-item">Change - Use "federated" rather than "remote" for shares: <a href="https://github.com/owncloud/core/pull/39578">#39578</a></li>
        <li class="type-change changelog-item">Change - Update url for sync client button and docs: <a href="https://github.com/owncloud/core/pull/38962">#38962</a></li>
        <li class="type-change changelog-item">Change - Clarify days parameter of the occ dav:cleanup-chunks command: <a href="https://github.com/owncloud/core/pull/39090">#39090</a></li>
        <li class="type-change changelog-item">Change - Add index.html to invalid username list: <a href="https://github.com/owncloud/core/pull/39206">#39206</a></li>
        <li class="type-change changelog-item">Change - Allow setting multiple default file actions: <a href="https://github.com/owncloud/core/pull/39541">#39541</a></li>
        <li class="type-change changelog-item">Change - Update JavaScript dependencies: <a href="https://github.com/owncloud/core/pull/39385">#39385</a></li>
        <li class="type-change changelog-item">Change - Update PHP dependencies: <a href="https://github.com/owncloud/core/pull/38907">#38907</a></li>
        <li class="type-change changelog-item">Change - Update Symfony components: <a href="https://github.com/owncloud/core/pull/39061">#39061</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Special user groups can break persistent locks: <a href="https://github.com/owncloud/core/pull/38222">#38222</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Add setting to limit public link share creation to certain groups: <a href="https://github.com/owncloud/enterprise/issues/3632">#3632</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Allow oc_sessionPassphrase cookie to expire with session_lifetime: <a href="https://github.com/owncloud/core/issues/38991">#38991</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Log number of mounts when moving encryption keys fails: <a href="https://github.com/owncloud/core/pull/39015">#39015</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Include new DB index to speed up addressbook searches: <a href="https://github.com/owncloud/core/pull/39017">#39017</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Add command to verify all available doc links: <a href="https://github.com/owncloud/core/pull/39026">#39026</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Show create and cancel buttons in the 'New file menu': <a href="https://github.com/owncloud/core/pull/39056">#39056</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Extend transfer ownership cmd with option to transfer entire user: <a href="https://github.com/owncloud/core/pull/39118">#39118</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Save and display the author of a file version: <a href="https://github.com/owncloud/enterprise/issues/4518">#4518</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Quick action for creating public links: <a href="https://github.com/owncloud/enterprise/issues/4718">#4718</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Add console command to move a user's home folder: <a href="https://github.com/owncloud/core/pull/39136">#39136</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Confirmation dialog for deleting tags: <a href="https://github.com/owncloud/core/issues/39157">#39157</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Add tooltips for group names in user settings and sharing overview: <a href="https://github.com/owncloud/enterprise/issues/4695">#4695</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Display clickable links during web UI upgrade process: <a href="https://github.com/owncloud/core/pull/39184">#39184</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Don't show updater if setting 'upgrade.disable-web' is set to true: <a href="https://github.com/owncloud/core/pull/39185">#39185</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Hide accept and decline share text on mobile view: <a href="https://github.com/owncloud/core/pull/39224">#39224</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Add option to hide the upload estimation in WebUI: <a href="https://github.com/owncloud/core/pull/39228">#39228</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Allow skeletondirectory to be an empty string: <a href="https://github.com/owncloud/core/pull/39230">#39230</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Improve mobile view for "Shared by link" file list: <a href="https://github.com/owncloud/core/pull/39232">#39232</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Use icons + buttons instead of text for file actions in mobile view: <a href="https://github.com/owncloud/core/pull/39233">#39233</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Hide restore text in deleted files list on mobile device: <a href="https://github.com/owncloud/core/pull/39236">#39236</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Redesign group list in the user settings view: <a href="https://github.com/owncloud/core/pull/39262">#39262</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Previews for text files including non-latin characters: <a href="https://github.com/owncloud/core/pull/39271">#39271</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Allow empty folder uploads via webUI: <a href="https://github.com/owncloud/core/pull/39285">#39285</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Add support for MariaDB 10.6: <a href="https://github.com/owncloud/core/pull/39286">#39286</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Optimized preview for text files: <a href="https://github.com/owncloud/core/pull/39296">#39296</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Add test receiver mail in Email Settings Admin Panel: <a href="https://github.com/owncloud/core/pull/39297">#39297</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Change user casing log level to "debug": <a href="https://github.com/owncloud/core/pull/39299">#39299</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Hide the "Remove Password" button on public links: <a href="https://github.com/owncloud/core/pull/39302">#39302</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Trim spaces while creating, uploading or renaming entities in webUI: <a href="https://github.com/owncloud/core/pull/39310">#39310</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Bring back minimalistic view to occ app:list with '-m' option: <a href="https://github.com/owncloud/core/pull/39326">#39326</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Add quality setting for JP(E)G preview images: <a href="https://github.com/owncloud/core/pull/39349">#39349</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Add last_login to Provisioning API get user response: <a href="https://github.com/owncloud/core/pull/39351">#39351</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Add priority for JavaScript plugins: <a href="https://github.com/owncloud/core/pull/39359">#39359</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Added needed code for webp thumbnail generation to occur: <a href="https://github.com/owncloud/core/issues/39358">#39358</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Add show-all-attributes option to occ user:list command: <a href="https://github.com/owncloud/core/pull/39366">#39366</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Add text to root element of breadcrumb: <a href="https://github.com/owncloud/core/pull/39367">#39367</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Extend occ dav:cleanup-chunks command with local option: <a href="https://github.com/owncloud/core/pull/39394">#39394</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Add activity translations for rename and move actions: <a href="https://github.com/owncloud/core/pull/39430">#39430</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Add capability for blacklisted files regex: <a href="https://github.com/owncloud/core/pull/39493">#39493</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Change the size of the ownCloud logo in the mail header image: <a href="https://github.com/owncloud/core/pull/39501">#39501</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Add user:home:list-dirs and user:home:list-users commands: <a href="https://github.com/owncloud/core/pull/39579">#39579</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Expand file name area to click: <a href="https://github.com/owncloud/core/pull/39592">#39592</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Add support for the x-office/drawing mimetype: <a href="https://github.com/owncloud/core/pull/39594">#39594</a></li>
    </ul>
    <h3 id="10.9.0-details">Details</h3>
    <ul class="details">
        <li class="type-security changelog-item">
            <p>Security - Patch jquery ui: <a href="https://github.com/owncloud/core/pull/39451">#39451</a></p>
            <p>Patched jquery ui issues:* CVE-2021-41182 * CVE-2021-41183 * CVE-2021-41184
            </p>
            <p>https://github.com/owncloud/core/pull/39451<br></p>
        </li>
        <li class="type-security changelog-item">
            <p>Security - Patch jquery ui CVE-2016-7103: <a href="https://github.com/owncloud/core/pull/39545">#39545</a></p>
            <p>Patched a CVE regarding the jquery dialog widget. This widget is currently not being used so
   this is a preventive patch.
            </p>
            <p>https://github.com/owncloud/core/pull/39545<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Do not try to login via auth module if the user is disabled: <a href="https://github.com/owncloud/core/pull/36257">#36257</a></p>
            <p>Trying to login via an auth module (such as OAuth2) created a new session token even if the user
   was disabled. This was causing errors to appear in the logs because the new session token
   created after enabling the user was in use. Now, a disabled user won't create that session
   token.
            </p>
            <p>https://github.com/owncloud/core/pull/36257<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Do not allow empty system or app config keys: <a href="https://github.com/owncloud/core/pull/38996">#38996</a></p>
            <p>It was possible to add empty config keys with the occ config:app:set or config:system:set
   commands. That is no longer allowed.
            </p>
            <p>https://github.com/owncloud/core/pull/38996<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Allow subadministrators to add users to groups they manage: <a href="https://github.com/owncloud/core/pull/39013">#39013</a></p>
            <p>https://github.com/owncloud/core/pull/39013<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Update and upgrade words are inconsistent on the web UI: <a href="https://github.com/owncloud/core/issues/39028">#39028</a></p>
            <p>The words about "upgrade needed" on the web UI sometimes used "update". The upgrade messages
   now consistently use the word "upgrade", which matches with the occ upgrade command.
            </p>
            <p>https://github.com/owncloud/core/issues/39028<br>
            </p>
            <p>https://github.com/owncloud/core/pull/39032<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Avoid potential open_basedir errors after upgrade to PHP 7.4.21: <a href="https://github.com/owncloud/core/issues/39034">#39034</a></p>
            <p>PHP 7.4.21 checks open_basedir settings more exactly. Calls to file_exists can emit log
   messages like "file_exists(): open_basedir restriction in effect" that were not emitted by
   PHP 7.4.20.This change fixes an incorrect file_exists check. The open_basedir message will no longer be
   emitted in this case.
            </p>
            <p>https://github.com/owncloud/core/issues/39034<br>
            </p>
            <p>https://github.com/owncloud/core/pull/39035<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Allow copying file keys when storage has multiple mount points: <a href="https://github.com/owncloud/core/pull/39058">#39058</a></p>
            <p>https://github.com/owncloud/core/pull/39058<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Show previews in profile picture setting, select from files: <a href="https://github.com/owncloud/core/pull/39067">#39067</a></p>
            <p>Before this PR, image previews was not shown anymore in Settings-&gt;Personal-&gt;Profile
   picture-&gt;Select from Files, as well the UI was cropped. This has been fixed with this PR.
            </p>
            <p>https://github.com/owncloud/enterprise/issues/4689<br>
            </p>
            <p>https://github.com/owncloud/core/pull/39067<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Do not try to delete the folder twice: <a href="https://github.com/owncloud/core/pull/39070">#39070</a></p>
            <p>Previously, when a folder was moved to the trashbin from an external storage, the usual action
   was to copy the contents to the trashbin and then remove them from the source, and additionally
   another remove operation on the source was triggered. This second delete request was
   performed but the result was ignored, and the storages didn't log anything.With this change, this second delete request won't happen. The behaviour is still the same:
   copy to the trashbin and then remove from the source.
            </p>
            <p>https://github.com/owncloud/core/pull/39070<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Close open menus if click is on an iFrame: <a href="https://github.com/owncloud/core/issues/39093">#39093</a></p>
            <p>Before this PR click events was caught by iFrames due to this circumstances for example the
   settings menu was never closed while clicking inside the files_pdfviewer viewer. With this PR
   a new event has been added and closes the menu.
            </p>
            <p>https://github.com/owncloud/core/issues/39093<br>
            </p>
            <p>https://github.com/owncloud/core/pull/39094<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Prevent unneeded call to LDAP during login with local users: <a href="https://github.com/owncloud/core/pull/39105">#39105</a></p>
            <p>Previously, when the user_ldap app was enabled, any login with a local user would check the LDAP
   server for that user even though it shouldn't be needed.Now, such call won't happen if it has been handled by a different component. In particular,
   login with a local user won't trigger that request to LDAP.
            </p>
            <p>https://github.com/owncloud/core/pull/39105<br>https://github.com/owncloud/user_ldap/pull/675<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Clarify the description of the manual file locking option: <a href="https://github.com/owncloud/core/pull/39106">#39106</a></p>
            <p>The administrator can enable manual file locking in the admin settings. That enables manual
   file locking on the web interface, not on all clients. The text has been changed to describe this
   correctly.
            </p>
            <p>https://github.com/owncloud/core/pull/39106<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Update appinfo cache only if the app version is newer: <a href="https://github.com/owncloud/core/pull/39108">#39108</a></p>
            <p>Previously, in case there were multiple copies of the same app with different versions, the
   information being cached was the latest one found based on the locations defined in the
   config.php file, which might not be the one from the latest app version. This might be a problem
   in some scenarios specially checking the version of the app. Note that the code used was the one
   from the latest app version found.Now, the information cached is always from the latest version found. In the weird case that both
   versions are the same, the information from the first one will be kept. This shouldn't be a
   problem because the information is expected to be the same.
            </p>
            <p>https://github.com/owncloud/core/pull/39108<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Fix logo size on login screen: <a href="https://github.com/owncloud/core/pull/39129">#39129</a></p>
            <p>The previous fixed logo size resulted in a cut off logo in some cases. This was fixed by using a
   dynamically logo resize css rule.
            </p>
            <p>https://github.com/owncloud/core/pull/39129<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Image orientation: <a href="https://github.com/owncloud/core/pull/39140">#39140</a></p>
            <p>Fix the retrieval an image's exif information to ensure it's rotated correctly in thumbnails
   and preview.
            </p>
            <p>https://github.com/owncloud/core/issues/39114<br>https://github.com/owncloud/enterprise/issues/4666<br>
            </p>
            <p>https://github.com/owncloud/core/pull/39140<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Fix display of tag selection in sidebar: <a href="https://github.com/owncloud/core/pull/39146">#39146</a></p>
            <p>This PR add small CSS fixes to the Tags selection dialogue: - Fixed grey tag space if clear icon
   (x) is not displayed - Align checkmark in selection list vertically - Use correct HTML elements
   (div instead of span)
            </p>
            <p>https://github.com/owncloud/core/pull/39146<br>https://github.com/owncloud/core/pull/39517<br>https://github.com/owncloud/core/pull/39563<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Keep pagination active with empty search queries: <a href="https://github.com/owncloud/core/pull/39155">#39155</a></p>
            <p>Before this fix, an empty search string would pre-render all rows in the file list, ignoring the
   pagination. This fix ensures that the file list is paginated correctly in combination with an
   empty search query.
            </p>
            <p>https://github.com/owncloud/enterprise/issues/4615<br>
            </p>
            <p>https://github.com/owncloud/core/pull/39155<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - File conflict dialog when dragging a file into a folder: <a href="https://github.com/owncloud/core/pull/39162">#39162</a></p>
            <p>When dragging a file into a folder, while another file with an identical name exists in the
   parent directory, the UI falsely showed a conflict dialog alert. This has been fixed.
            </p>
            <p>https://github.com/owncloud/core/issues/39133<br>
            </p>
            <p>https://github.com/owncloud/core/pull/39162<br>https://github.com/owncloud/core/pull/39170<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Return proper error if part file name is too long: <a href="https://github.com/owncloud/core/pull/39168">#39168</a></p>
            <p>https://github.com/owncloud/enterprise/issues/4692<br>
            </p>
            <p>https://github.com/owncloud/core/pull/39168<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Don't show exact search results with empty sharee search query: <a href="https://github.com/owncloud/core/issues/38501">#38501</a></p>
            <p>When setting user.search_min_length to 0 and using an empty query to search for sharees, there
   won't be any exact search results.
            </p>
            <p>https://github.com/owncloud/core/issues/38501<br>
            </p>
            <p>https://github.com/owncloud/core/pull/39186<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Set file name to download.zip while downloading the whole user directory: <a href="https://github.com/owncloud/core/pull/39198">#39198</a></p>
            <p>Before this PR, selecting all files and folders in the webUI and clicking the download button,
   resulted in a file downloaded with the name ".zip". With this PR the file name is now
   "download.zip".
            </p>
            <p>https://github.com/owncloud/core/issues/39187<br>
            </p>
            <p>https://github.com/owncloud/core/pull/39198<br>https://github.com/owncloud/core/pull/39239<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Preview rendering for sharees: <a href="https://github.com/owncloud/core/pull/39202">#39202</a></p>
            <p>Previous to this fix, the previews of updated shared files did not change for sharees. Those
   previews now get re-generated if the content of the files changed.
            </p>
            <p>https://github.com/owncloud/core/issues/39202<br>https://github.com/owncloud/core/issues/31855<br>
            </p>
            <p>https://github.com/owncloud/core/pull/39202<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Add permission check when restoring from trashbin: <a href="https://github.com/owncloud/core/pull/39210">#39210</a></p>
            <p>This fixes an issue where a user was able to restore a file or folder into a read-only shared
   folder.
            </p>
            <p>https://github.com/owncloud/core/issues/35900<br>
            </p>
            <p>https://github.com/owncloud/core/pull/39210<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Don't count non-user folder in occ user:report command: <a href="https://github.com/owncloud/core/pull/39223">#39223</a></p>
            <p>Before this PR several folders, for example 'avatars', have been counted as user folders via
   the occ user:report command. With this PR a list of folders has been added which should not be
   counted as user folders. The user directory count is now correct.
            </p>
            <p>https://github.com/owncloud/core/pull/39223<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Show missing delete button in file list on mobile view: <a href="https://github.com/owncloud/core/issues/39221">#39221</a></p>
            <p>https://github.com/owncloud/core/issues/39221<br>
            </p>
            <p>https://github.com/owncloud/core/pull/39227<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Return proper error when destination header is missing: <a href="https://github.com/owncloud/core/pull/39235">#39235</a></p>
            <p>Move- and copy-requests without destination header now give a proper error response: "The
   destination header was not supplied"
            </p>
            <p>https://github.com/owncloud/core/issues/38898<br>
            </p>
            <p>https://github.com/owncloud/core/pull/39235<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Show the correct expiring date in 'Shared by link' files list: <a href="https://github.com/owncloud/core/pull/39238">#39238</a></p>
            <p>Before this PR the "Expiration date" column did not respect that shares expiration is set to the
   end of date and showing wrong values. This has been fixed with this PR
            </p>
            <p>https://github.com/owncloud/core/issues/39234<br>
            </p>
            <p>https://github.com/owncloud/core/pull/39238<br>https://github.com/owncloud/core/pull/39246<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Hide share owner file path for share receiver: <a href="https://github.com/owncloud/core/pull/39241">#39241</a></p>
            <p>This fixes an issue where a share receiver could see the share owner's full file path before
   accepting the share.
            </p>
            <p>https://github.com/owncloud/core/issues/38027<br>
            </p>
            <p>https://github.com/owncloud/core/pull/39241<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Spelling errors: <a href="https://github.com/owncloud/core/pull/39252">#39252</a></p>
            <p>Various spelling errors have been corrected in messages.
            </p>
            <p>https://github.com/owncloud/core/pull/39252<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Command occ 'user:report' might not count 'user directories' correctly: <a href="https://github.com/owncloud/core/pull/39254">#39254</a></p>
            <p>Before this PR the underlying function of 'user:report' just looked up in the 'datadirectory'
   set in 'config.php'. This implies that user directories which are symlinks or even not in the
   'datadirectory', have not been taken into account. With this PR we check if the user's home path
   exists and increase the 'user directories' count.
            </p>
            <p>https://github.com/owncloud/enterprise/issues/4742<br>
            </p>
            <p>https://github.com/owncloud/core/pull/39254<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Simplify set password text for new passwords: <a href="https://github.com/owncloud/core/pull/39257">#39257</a></p>
            <p>https://github.com/owncloud/core/pull/39257<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Allow user:list and group:list to filter on short strings: <a href="https://github.com/owncloud/core/pull/39258">#39258</a></p>
            <p>The occ user:list and group:list commands can now be used to list users and groups that match a
   short string, regardless of the setting of user.search_min_length
            </p>
            <p>https://github.com/owncloud/core/issues/31117<br>
            </p>
            <p>https://github.com/owncloud/core/pull/39258<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Fix doc placeholder URL in "general"-settings: <a href="https://github.com/owncloud/core/pull/39267">#39267</a></p>
            <p>https://github.com/owncloud/core/issues/27666<br>
            </p>
            <p>https://github.com/owncloud/core/pull/39267<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Setting 0 as user display name: <a href="https://github.com/owncloud/core/pull/39272">#39272</a></p>
            <p>Setting the display name of a user to 0 was allowed before, but the UI showed the UID instead. This
   has been fixed.
            </p>
            <p>https://github.com/owncloud/core/issues/30657<br>
            </p>
            <p>https://github.com/owncloud/core/pull/39272<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Fix malformed error message while accepting a share is not possible: <a href="https://github.com/owncloud/core/pull/39287">#39287</a></p>
            <p>https://github.com/owncloud/core/issues/36181<br>
            </p>
            <p>https://github.com/owncloud/core/pull/39287<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Decouple change email from 'allow_user_to_change_display_name' setting: <a href="https://github.com/owncloud/core/pull/39288">#39288</a></p>
            <p>Before this change, with setting 'allow_user_to_change_display_name' false, the user was
   not able to change the mail address in Settings-&gt;Personal-&gt;General via the webUI.With this change, the setting 'allow_user_to_change_mail_address' has been introduced and
   change mail address has been decoupled from setting `allow_user_to_change_display_name`.'allow_user_to_change_mail_address' must be set explicitly to false, to take effect.
            </p>
            <p>https://github.com/owncloud/core/issues/35103<br>
            </p>
            <p>https://github.com/owncloud/core/pull/39288<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Don't show empty brackets in lock owner information if mail not set: <a href="https://github.com/owncloud/core/pull/39292">#39292</a></p>
            <p>https://github.com/owncloud/core/issues/37878<br>
            </p>
            <p>https://github.com/owncloud/core/pull/39292<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Use original UID when setting the share receiver: <a href="https://github.com/owncloud/core/pull/39293">#39293</a></p>
            <p>This fixes an issue where a share reciever was not set properly when passing the username with an
   incorrect casing. As usernames are case insensitive in general, this is more consistent now.
            </p>
            <p>https://github.com/owncloud/core/issues/26273<br>
            </p>
            <p>https://github.com/owncloud/core/pull/39293<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Versions for files named "0": <a href="https://github.com/owncloud/core/pull/39300">#39300</a></p>
            <p>This fixes an issue where files named "0" were missing their versions in the WebUI.
            </p>
            <p>https://github.com/owncloud/core/issues/36000<br>
            </p>
            <p>https://github.com/owncloud/core/pull/39300<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Sanitize data send to the server while creating users via webUI: <a href="https://github.com/owncloud/core/pull/39306">#39306</a></p>
            <p>Before this change toggle between 'Set password for new users' option, may preserve and send
   unwanted password or email information. This has been fixed, the webUI will not send email data
   to the server if the option 'Set password for new users' is active, vice versa password won't be
   sent if the option is disabled.
            </p>
            <p>https://github.com/owncloud/core/issues/32619<br>
            </p>
            <p>https://github.com/owncloud/core/pull/39306<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - File version names for share recipients: <a href="https://github.com/owncloud/core/pull/39314">#39314</a></p>
            <p>With this fix, file version names now match with the actual file name for share recipients.
   Before, the name has been the timestamp of the version file.
            </p>
            <p>https://github.com/owncloud/core/issues/36228<br>
            </p>
            <p>https://github.com/owncloud/core/pull/39314<br>https://github.com/owncloud/core/pull/39415<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Allow renaming two files with the same name but different paths: <a href="https://github.com/owncloud/core/pull/39315">#39315</a></p>
            <p>With this change, we allow renaming a file to an existing file name, when the path differs. This
   happens for example when the user creates the file '/mydirname/text.txt' and '/mytext.txt'
   then marks both as favorite, and then navigates to the Favorites and renames 'mytext.txt' to
   'text.txt'
            </p>
            <p>https://github.com/owncloud/core/issues/20722<br>https://github.com/owncloud/core/issues/35174<br>
            </p>
            <p>https://github.com/owncloud/core/pull/39315<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - No sensitive data on exception page: <a href="https://github.com/owncloud/core/pull/39334">#39334</a></p>
            <p>In debug mode any exception stack trace is rendered to the browser which can hold sensitive data
   like passwords as method arguments. They are now filtered and no longer exposed to the user.
            </p>
            <p>https://github.com/owncloud/core/pull/39334<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Hide legacy login button animation: <a href="https://github.com/owncloud/core/pull/39352">#39352</a></p>
            <p>In some cases the old animation was still displayed on login buttons. This PR hides it in favour
   of the newly introduced animation.
            </p>
            <p>https://github.com/owncloud/core/pull/39352<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Prohibit email/displayname change via API when not allowed: <a href="https://github.com/owncloud/core/pull/39353">#39353</a></p>
            <p>When the configs `allow_user_to_change_mail_address` or
   `allow_user_to_change_display_name` are set to `false`, changing the corresponding
   values via the provisioning API is no longer possible.
            </p>
            <p>https://github.com/owncloud/core/issues/39332<br>
            </p>
            <p>https://github.com/owncloud/core/pull/39353<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Clicking in the middle of the row in the file list downloads the file: <a href="https://github.com/owncloud/core/pull/39361">#39361</a></p>
            <p>This change addresses the issue if the user clicks in on a row in the file list, the file gets
   downloaded or open with the default viewer. This was not intended, the download or default
   opening should only happen if the user clicks directly on the file name. Problems with mobile
   devices, where the file name was too long to display, has been also solved.
            </p>
            <p>https://github.com/owncloud/core/issues/39329<br>
            </p>
            <p>https://github.com/owncloud/core/pull/39361<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Adjust text of occ encryption command messages: <a href="https://github.com/owncloud/core/pull/39395">#39395</a></p>
            <p>The text of some encryption command messages has been improved.
            </p>
            <p>https://github.com/owncloud/core/pull/39395<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Faulty file list entry after accepting a federated share: <a href="https://github.com/owncloud/core/pull/39411">#39411</a></p>
            <p>With this change, we reload the shared with you file list if the user accepts or declines a share.
   This solves the issue after accepting a federated share the table record was not pointing to the
   correct location.
            </p>
            <p>https://github.com/owncloud/enterprise/issues/4823<br>
            </p>
            <p>https://github.com/owncloud/core/pull/39411<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Add missing `remoteshare.accepted` event parameters: <a href="https://github.com/owncloud/core/pull/39449">#39449</a></p>
            <p>This fix adds missing parameters to the `remoteshare.accepted` event when triggered via
   controller: `shareId`, `fileId`, `shareRecipient`. The bugfix is a complement to
   https://github.com/owncloud/core/pull/38880.
            </p>
            <p>https://github.com/owncloud/core/pull/39449<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Group administrator permissions: <a href="https://github.com/owncloud/core/pull/39477">#39477</a></p>
            <p>This fixes an issue where group administrators were unable to change email addresses and
   resend invitation emails for users in their groups.
            </p>
            <p>https://github.com/owncloud/core/issues/39475<br>https://github.com/owncloud/core/issues/39476<br>
            </p>
            <p>https://github.com/owncloud/core/pull/39477<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Load l10n js files from the correct app folder: <a href="https://github.com/owncloud/core/pull/39482">#39482</a></p>
            <p>With this PR, we ensure that the translations will be loaded from the correct app folder path.
   For example, if you have two versions of an app, where one version is in the apps folder and the
   other one in the apps-external folder. The change also ensures that theme translations will be
   loaded additionally instead of replacing the whole app translations. This has the advantage
   that the user can cherry-pick single words to translate.
            </p>
            <p>https://github.com/owncloud/core/pull/39482<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Fix issue searching inside a shared external storage: <a href="https://github.com/owncloud/core/pull/39500">#39500</a></p>
            <p>Previously, if an external storage was shared with a user, that user wasn't able to search files
   inside that share. Now, such user can search inside that share
            </p>
            <p>https://github.com/owncloud/core/pull/39500<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Fix favicon, cloud symbol on Safari not visible: <a href="https://github.com/owncloud/core/pull/39506">#39506</a></p>
            <p>https://github.com/owncloud/core/pull/39506<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Clicking the eye icon in password input field does not show the password: <a href="https://github.com/owncloud/core/pull/39528">#39528</a></p>
            <p>During the installation, the user should be able to click the eye icon in the admin user and
   database password field to see the password, this recently stopped to work and has been fixed
   with this change.
            </p>
            <p>https://github.com/owncloud/core/issues/39527<br>
            </p>
            <p>https://github.com/owncloud/core/pull/39528<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Group select in user create panel allows empty and pre-existing groups: <a href="https://github.com/owncloud/core/pull/39532">#39532</a></p>
            <p>Before this change, the admin could create groups with empty name or multiple times with the
   same name. This has been fixed with this change.
            </p>
            <p>https://github.com/owncloud/enterprise/issues/4890<br>
            </p>
            <p>https://github.com/owncloud/core/pull/39532<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - An app config value of null could be entered but not updated: <a href="https://github.com/owncloud/core/pull/39554">#39554</a></p>
            <p>An app config value now cannot be set to null. Any existing null values are now treated as the
   empty string.
            </p>
            <p>https://github.com/owncloud/core/pull/39554<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Directory name in error message when file name already exists: <a href="https://github.com/owncloud/core/pull/39569">#39569</a></p>
            <p>This fixes an issue where the wrong directory name was shown when trying to rename a file to a name
   that already exists in the same directory.
            </p>
            <p>https://github.com/owncloud/core/issues/39552<br>
            </p>
            <p>https://github.com/owncloud/core/pull/39569<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Prohibit username htaccesstest.txt: <a href="https://github.com/owncloud/core/pull/39572">#39572</a></p>
            <p>Htaccesstest.txt is a special file that can be in the data directory. That is not allowed as a
   username.
            </p>
            <p>https://github.com/owncloud/core/issues/39570<br>
            </p>
            <p>https://github.com/owncloud/core/pull/39572<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Use ViewOnlyPlugin when requesting a meta endpoint using WebDAV v2: <a href="https://github.com/owncloud/core/pull/39575">#39575</a></p>
            <p>This fixes an issue where versions of shared files were downloadable using the new WebDAV API
   despite missing permissions, e.g. when shared via secure view.
            </p>
            <p>https://github.com/owncloud/enterprise/issues/4916<br>
            </p>
            <p>https://github.com/owncloud/core/pull/39575<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Provisioning API quota is incomplete when username casing is not exact: <a href="https://github.com/owncloud/core/pull/39586">#39586</a></p>
            <p>The Provisioning API now returns all the quota information for a user even when the username
   casing is different in the API request.
            </p>
            <p>https://github.com/owncloud/core/issues/39577<br>
            </p>
            <p>https://github.com/owncloud/core/pull/39586<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Enable streaming for propfind requests: <a href="https://github.com/owncloud/core/pull/38583">#38583</a></p>
            <p>Propfind requests will now be streamed to reduce memory usage with large responses.
   Additionally, the new config `dav.propfind.depth_infinity` has been added to tell clients
   whether `depth=infinity` is allowed for propfind requests. It defaults to true.
            </p>
            <p>https://github.com/owncloud/core/pull/38583<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Drop PHP 7.2 support across the platform: <a href="https://github.com/owncloud/core/issues/39134">#39134</a></p>
            <p>Support for security fixes for PHP 7.2 ended in Dec 2020 ownCloud core no longer supports PHP
   7.2. Ensure that you are using PHP 7.3 or 7.4. PHP 7.4 is recommended.
            </p>
            <p>https://github.com/owncloud/core/issues/39134<br>
            </p>
            <p>https://github.com/owncloud/core/pull/38697<br></p>
            <p>https://www.php.net/supported-versions.php<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Use "federated" rather than "remote" for shares: <a href="https://github.com/owncloud/core/pull/39578">#39578</a></p>
            <p>Shares from one ownCloud to another ownCloud were referred to in some places as remote shares
   and in other places as federated shares. References to remote shares in error messages and on
   the user interface have been changed to references to federated shares. All user-facing text
   now calls these federated shares.
            </p>
            <p>https://github.com/owncloud/core/issues/38871<br>
            </p>
            <p>https://github.com/owncloud/core/pull/39578<br>https://github.com/owncloud/core/pull/38877<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update url for sync client button and docs: <a href="https://github.com/owncloud/core/pull/38962">#38962</a></p>
            <p>https://github.com/owncloud/core/issues/38957<br>
            </p>
            <p>https://github.com/owncloud/core/pull/38962<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Clarify days parameter of the occ dav:cleanup-chunks command: <a href="https://github.com/owncloud/core/pull/39090">#39090</a></p>
            <p>The days parameter is the minimum age of uploads to cleanup. This has been clarified in the
   command help.
            </p>
            <p>https://github.com/owncloud/core/pull/39090<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Add index.html to invalid username list: <a href="https://github.com/owncloud/core/pull/39206">#39206</a></p>
            <p>With this PR the invalid username list gets expanded with "index.html". As well the error
   message has been updated in favor of the known translation scheme.
            </p>
            <p>https://github.com/owncloud/core/issues/39205<br>
            </p>
            <p>https://github.com/owncloud/core/pull/39206<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Allow setting multiple default file actions: <a href="https://github.com/owncloud/core/pull/39541">#39541</a></p>
            <p>This change allows a mime type to have multiple default file actions. In the past, registering
   an action as default would overwrite existing defaults.In case multiple file actions apply to a mime type, clicking on a file will show the app drawer
   context menu.
            </p>
            <p>https://github.com/owncloud/enterprise/issues/4634<br>
            </p>
            <p>https://github.com/owncloud/core/pull/39541<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update JavaScript dependencies: <a href="https://github.com/owncloud/core/pull/39385">#39385</a></p>
            <p>The following have been updated: - karma (4.4.1 to 6.3.8) - minimist (1.2.3 to 1.2.5) - sinon
   (7.5.0 to 12.0.1) - bower_components/base64 (1.0.2 to 1.1.0) - bower_components/clipboard
   (2.0.4 to 2.0.6) - bower_components/handlebars (4.5.3 to 4.7.7) - bower_components/moment
   (2.24.0 to 2.29.1) - bower_components/underscore (1.9.1 to 1.13.1)
            </p>
            <p>https://github.com/owncloud/core/pull/39385<br>https://github.com/owncloud/core/pull/39145<br>https://github.com/owncloud/core/pull/38670<br>https://github.com/owncloud/core/pull/38671<br>https://github.com/owncloud/core/pull/39407<br>https://github.com/owncloud/core/pull/36633<br>https://github.com/owncloud/core/pull/39421<br>https://github.com/owncloud/core/pull/39417<br>https://github.com/owncloud/core/pull/39447<br>https://github.com/owncloud/core/pull/39464<br>https://github.com/owncloud/core/pull/39468<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update PHP dependencies: <a href="https://github.com/owncloud/core/pull/38907">#38907</a></p>
            <p>The following have been updated: - christophwurst/id3parser (0.1.2 to 0.1.3) -
   doctrine/cache (2.0.3 to 2.1.1) - doctrine/dbal (2.13.2 to 2.13.5) -
   egulias/email-validator (3.1.1 to 3.1.2) - laminas/laminas-filter (2.11.1 to 2.12.0) -
   laminas/laminas-stdlib (3.5.0 to 3.6.1) - laminas/laminas-validator (2.14.5 to 2.15.0) -
   laminas/laminas-zendframework-bridge (1.3.0 to 1.4.0) - league/flysystem (1.1.4 to
   1.1.5) - mikey179/vfsstream (v1.6.8 to v1.6.9) - nikic/php-parser (v4.11.0 to v4.13.0) -
   pear/archive_tar (1.4.13 to 1.4.14) - phpseclib/phpseclib (3.0.9 to 3.0.11) -
   pimple/pimple (3.2.3 to 3.5.0) - punic/punic (3.6.0 to 3.7.0) - sabre/dav (4.1.5 to 4.2.0) -
   sabre/event (5.1.2 to 5.1.4) - sabre/http (5.1.1 to 5.1.3) - sabre/vobject (4.3.5 to 4.4.0) -
   sabre/uri (2.2.1 to 2.2.2) - sabre/xml (2.2.3 to 2.2.5) - swiftmailer/swiftmailer (v6.2.7 to
   v6.3.0)The following have been updated in files_external/3rdparty: - firebase/php-jwt (v5.4.0 to
   v5.5.1) - google/apiclient (v2.9.2 to v2.11.0) - google/apiclient-services (v0.213.0 to
   v0.221.0) - guzzlehttp/psr7 (1.8.2 to 1.8.3) - icewind/smb (v3.4.1 to v3.5.1) -
   monolog/monolog (2.3.4 to 2.3.5) - phpseclib/phpseclib (3.0.10 to 3.0.11)
            </p>
            <p>https://github.com/owncloud/core/pull/38907<br>https://github.com/owncloud/core/pull/39030<br>https://github.com/owncloud/core/pull/39047<br>https://github.com/owncloud/core/pull/39065<br>https://github.com/owncloud/core/pull/39116<br>https://github.com/owncloud/core/pull/39124<br>https://github.com/owncloud/core/pull/39201<br>https://github.com/owncloud/core/pull/39214<br>https://github.com/owncloud/core/pull/39259<br>https://github.com/owncloud/core/pull/39317<br>https://github.com/owncloud/core/pull/39369<br>https://github.com/owncloud/core/pull/39422<br>https://github.com/owncloud/core/pull/39427<br>https://github.com/owncloud/core/pull/39433<br>https://github.com/owncloud/core/pull/39434<br>https://github.com/owncloud/core/pull/39453<br>https://github.com/owncloud/core/pull/39456<br>https://github.com/owncloud/core/pull/39466<br>https://github.com/owncloud/core/pull/39479<br>https://github.com/owncloud/core/pull/39485<br>https://github.com/owncloud/core/pull/39487<br>https://github.com/owncloud/core/pull/39492<br>https://github.com/owncloud/core/pull/39495<br>https://github.com/owncloud/core/pull/39496<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update Symfony components: <a href="https://github.com/owncloud/core/pull/39061">#39061</a></p>
            <p>The following Symfony components have been updated to: - console 4.4.33 - event-dispatcher
   4.4.30 - process 4.4.30 - routing 4.4.30 - translation 4.4.32The following Symfony polyfill components have been updated to: -
   symfony/polyfill-mbstring v1.23.1 - symfony/polyfill-php80 v1.23.1
            </p>
            <p>https://github.com/owncloud/core/pull/39061<br>https://github.com/owncloud/core/pull/39079<br>https://github.com/owncloud/core/pull/39153<br>https://github.com/owncloud/core/pull/39298<br>https://github.com/owncloud/core/pull/39440<br></p>
            <p>https://symfony.com/blog/symfony-4-4-27-released<br>https://symfony.com/blog/symfony-4-4-29-released<br>https://symfony.com/blog/symfony-4-4-30-released<br>https://symfony.com/blog/symfony-4-4-31-released<br>https://symfony.com/blog/symfony-4-4-32-released<br>https://symfony.com/blog/symfony-4-4-33-released<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Special user groups can break persistent locks: <a href="https://github.com/owncloud/core/pull/38222">#38222</a></p>
            <p>Not only the owner of a lock can unlock a resource but the lock breaker groups are allowed to break
   locks as well.
            </p>
            <p>https://github.com/owncloud/core/pull/38222<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Add setting to limit public link share creation to certain groups: <a href="https://github.com/owncloud/enterprise/issues/3632">#3632</a></p>
            <p>With this PR a new setting in settings-&gt;admin-sharing has been introduced which allows the
   admin to limit public link share creation to certain groups.
            </p>
            <p>https://github.com/owncloud/enterprise/issues/3632<br>
            </p>
            <p>https://github.com/owncloud/core/pull/38980<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Allow oc_sessionPassphrase cookie to expire with session_lifetime: <a href="https://github.com/owncloud/core/issues/38991">#38991</a></p>
            <p>Before this PR the session cookie oc_sessionPassphrase has expiration time 0 regardless of
   the value of `session_lifetime` in config.phpNow the behavior will be that after setting `session_lifetime` in config.php will make
   oc_sessionPassphrase cookie to expire in that period of time invalidating the current
   session and forcing a log out. In the other hand, if session_lifetime is not defined or 0,
   oc_sessionPassphrase will assume its original value before this PR of 0.
            </p>
            <p>https://github.com/owncloud/core/issues/38991<br>
            </p>
            <p>https://github.com/owncloud/core/pull/38992<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Log number of mounts when moving encryption keys fails: <a href="https://github.com/owncloud/core/pull/39015">#39015</a></p>
            <p>Due to wrong configuration or bugs it is possible that more than one mount is returned. In this
   case we should log the mount-count for easier debugging.
            </p>
            <p>https://github.com/owncloud/core/pull/39015<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Include new DB index to speed up addressbook searches: <a href="https://github.com/owncloud/core/pull/39017">#39017</a></p>
            <p>https://github.com/owncloud/core/pull/39017<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Add command to verify all available doc links: <a href="https://github.com/owncloud/core/pull/39026">#39026</a></p>
            <p>All available doc links can now be tested and verified via `make test-doc-links`. It is also
   possible to specify the ownCloud version to look for in the docs via `make test-doc-links
   DOC_LINK_VERSION=10.7`. It defaults to the ownCloud version of the current installation.
            </p>
            <p>https://github.com/owncloud/enterprise/issues/4671<br>
            </p>
            <p>https://github.com/owncloud/core/pull/39026<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Show create and cancel buttons in the 'New file menu': <a href="https://github.com/owncloud/core/pull/39056">#39056</a></p>
            <p>If the user hits the '+' button in the UI, a context menu will be shown, where the user is able to
   choose for example 'Folder'. A form will show up to set the new folder name, the user needs to
   confirm by hitting the enter key. This might not been understood by every user at the first
   glance. Therefore, with this PR a create and cancel button has been added.
            </p>
            <p>https://github.com/owncloud/enterprise/issues/4684<br>
            </p>
            <p>https://github.com/owncloud/core/pull/39056<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Extend transfer ownership cmd with option to transfer entire user: <a href="https://github.com/owncloud/core/pull/39118">#39118</a></p>
            <p>Command occ files:transfer-ownership now includes flag --destination-use-user-folder
   &lt;user-id&gt; that allows to transfer all user files and shares to destination user that has
   never logged in. This is helpful in situation when users need to be migrated to new accounts.
            </p>
            <p>https://github.com/owncloud/enterprise/issues/4686<br>
            </p>
            <p>https://github.com/owncloud/core/pull/39118<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Save and display the author of a file version: <a href="https://github.com/owncloud/enterprise/issues/4518">#4518</a></p>
            <p>The author attribute will be saved and shown in the version list grid for each new file version.
   This will allow the users to see who performed the changes on a specific file and when. Also, the
   author attribute will retain on renaming, copying, and deletion/restoration of the file.
            </p>
            <p>https://github.com/owncloud/enterprise/issues/4518<br>
            </p>
            <p>https://github.com/owncloud/core/pull/39126<br>https://github.com/owncloud/core/pull/39516<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Quick action for creating public links: <a href="https://github.com/owncloud/enterprise/issues/4718">#4718</a></p>
            <p>This feature introduces a quick action in the filelist for creating read-only public links. It
   can be enabled via 'sharing.showPublicLinkQuickAction' in the config.php.
            </p>
            <p>https://github.com/owncloud/enterprise/issues/4718<br>
            </p>
            <p>https://github.com/owncloud/core/pull/39130<br>https://github.com/owncloud/core/pull/39163<br>https://github.com/owncloud/core/pull/39167<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Add console command to move a user's home folder: <a href="https://github.com/owncloud/core/pull/39136">#39136</a></p>
            <p>Occ user:move-home &lt;user_id&gt; &lt;new_location&gt;
            </p>
            <p>https://github.com/owncloud/core/pull/39136<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Confirmation dialog for deleting tags: <a href="https://github.com/owncloud/core/issues/39157">#39157</a></p>
            <p>This feature introduces confirmation dialog while deleting a tag to prevent unwanted
   data-loss
            </p>
            <p>https://github.com/owncloud/core/issues/39157<br>
            </p>
            <p>https://github.com/owncloud/core/pull/39158<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Add tooltips for group names in user settings and sharing overview: <a href="https://github.com/owncloud/enterprise/issues/4695">#4695</a></p>
            <p>https://github.com/owncloud/enterprise/issues/4695<br>
            </p>
            <p>https://github.com/owncloud/core/pull/39160<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Display clickable links during web UI upgrade process: <a href="https://github.com/owncloud/core/pull/39184">#39184</a></p>
            <p>Before this PR, error messages can contain links that have not been clickable. With this PR,
   links are clickable and open them in a new tab.
            </p>
            <p>https://github.com/owncloud/core/issues/39178<br>
            </p>
            <p>https://github.com/owncloud/core/pull/39184<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Don't show updater if setting 'upgrade.disable-web' is set to true: <a href="https://github.com/owncloud/core/pull/39185">#39185</a></p>
            <p>With this PR the update section in Settings-&gt;Admin-&gt;General will be not shown if
   setting 'upgrade.disable-web' is set to true.
            </p>
            <p>https://github.com/owncloud/core/issues/39183<br>
            </p>
            <p>https://github.com/owncloud/core/pull/39185<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Hide accept and decline share text on mobile view: <a href="https://github.com/owncloud/core/pull/39224">#39224</a></p>
            <p>Before this PR within the "Shared with you" files list, a text for accept and decline was shown
   next to the associated icon. These texts were using excessive space in the mobile view and might
   leave the "State" column not completely visible. This has been fixed with this PR through
   hiding those unnecessary texts.
            </p>
            <p>https://github.com/owncloud/core/pull/39224<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Add option to hide the upload estimation in WebUI: <a href="https://github.com/owncloud/core/pull/39228">#39228</a></p>
            <p>The upload estimation can now be hidden when setting `hide_upload_estimation` to "yes" via
   occ command: occ config:app:set files hide_upload_estimation --value="yes"
            </p>
            <p>https://github.com/owncloud/enterprise/issues/4743<br>
            </p>
            <p>https://github.com/owncloud/core/pull/39228<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Allow skeletondirectory to be an empty string: <a href="https://github.com/owncloud/core/pull/39230">#39230</a></p>
            <p>Skeletondirectory can now be set to an empty string in config.php to indicate that no skeleton
   is required.
            </p>
            <p>https://github.com/owncloud/core/pull/39230<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Improve mobile view for "Shared by link" file list: <a href="https://github.com/owncloud/core/pull/39232">#39232</a></p>
            <p>With this PR, the "Expiration date" column won't be displayed in mobile view anymore to gather
   space.
            </p>
            <p>https://github.com/owncloud/core/pull/39232<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Use icons + buttons instead of text for file actions in mobile view: <a href="https://github.com/owncloud/core/pull/39233">#39233</a></p>
            <p>Before this PR, as files were selected in the files list, actions was shown with icon and text,
   for example: 'Download' and 'Delete'. This uses much space and UI glitches are possible due to
   limited screen size. With this PR we now show buttons with the associated icons without any
   text.
            </p>
            <p>https://github.com/owncloud/core/pull/39233<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Hide restore text in deleted files list on mobile device: <a href="https://github.com/owncloud/core/pull/39236">#39236</a></p>
            <p>With this PR restore text next to the associated icon will be hidden to grant space for the file
   and folder names.
            </p>
            <p>https://github.com/owncloud/core/pull/39236<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Redesign group list in the user settings view: <a href="https://github.com/owncloud/core/pull/39262">#39262</a></p>
            <p>Before this PR, the group list settings were confusing as the user needs to click on a group first
   before the trash bin icon appears to delete a group. As well the user count was nondescript. With
   this PR, a redesign takes care of those issues and also fixes the problem that while deleting a
   group in the group list, it was still available in the user group list. Furthermore, after
   deleting a group, the user will be redirected to the 'Everyone' group summary view. Also fixes
   an issue where the 'active'-class on a newly created group was duplicated.
            </p>
            <p>https://github.com/owncloud/core/issues/36273<br>https://github.com/owncloud/core/issues/29057<br>
            </p>
            <p>https://github.com/owncloud/core/pull/39262<br>https://github.com/owncloud/core/pull/39307<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Previews for text files including non-latin characters: <a href="https://github.com/owncloud/core/pull/39271">#39271</a></p>
            <p>Generate and display previews for text files that include non-latin characters like Chinese,
   Japanese, Korean and Arabic.
            </p>
            <p>https://github.com/owncloud/core/issues/16229<br>
            </p>
            <p>https://github.com/owncloud/core/pull/39271<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Allow empty folder uploads via webUI: <a href="https://github.com/owncloud/core/pull/39285">#39285</a></p>
            <p>Before this change, drag and drop of an empty folder did not work, there was no response in the
   webUI. While uploading a folder with a text file and an empty folder, the folder with the text
   file was created but the empty folder wasn't.These empty folder upload scenarios work now.
            </p>
            <p>https://github.com/owncloud/core/issues/32235<br>https://github.com/owncloud/enterprise/issues/3117<br>
            </p>
            <p>https://github.com/owncloud/core/pull/39285<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Add support for MariaDB 10.6: <a href="https://github.com/owncloud/core/pull/39286">#39286</a></p>
            <p>With this change support for MariaDB 10.6 has been added. If it is a fresh ownCloud
   installation, MariaDB 10.6 can be used right away. For upgrading from an older version the
   command 'occ db:restore-default-row-format' has been introduced to remove the deprecated
   row_format 'compressed' from the ownCloud database tables and set it to the default value.
            </p>
            <p>https://github.com/owncloud/core/issues/39283<br>
            </p>
            <p>https://github.com/owncloud/core/pull/39286<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Optimized preview for text files: <a href="https://github.com/owncloud/core/pull/39296">#39296</a></p>
            <p>Previews for text files are generated a bit faster. The preview will be generated based on the
   first 2 KB of content. In addition to common Latin script, texts using Han, Hiragana, Katakana,
   Hangul, Devanagari and Arabic scripts will also be shown. Note that a text with mixed scripts
   won't be previewed properly.
            </p>
            <p>https://github.com/owncloud/core/pull/39296<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Add test receiver mail in Email Settings Admin Panel: <a href="https://github.com/owncloud/core/pull/39297">#39297</a></p>
            <p>With this change the admin needs to provide a test receiver mail address while sending test
   mails in the Email Settings Admin Panel. This has the advantage that the admin does not need to go
   back to user settings and set the own mail address. The user's own email will be set as
   preselected value if set.
            </p>
            <p>https://github.com/owncloud/core/issues/33018<br>
            </p>
            <p>https://github.com/owncloud/core/pull/39297<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Change user casing log level to "debug": <a href="https://github.com/owncloud/core/pull/39299">#39299</a></p>
            <p>https://github.com/owncloud/core/issues/36139<br>
            </p>
            <p>https://github.com/owncloud/core/pull/39299<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Hide the "Remove Password" button on public links: <a href="https://github.com/owncloud/core/pull/39302">#39302</a></p>
            <p>This change hides the "Remove Password" button when editing a public link if a password in
   mandatory.
            </p>
            <p>https://github.com/owncloud/core/issues/35684<br>
            </p>
            <p>https://github.com/owncloud/core/pull/39302<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Trim spaces while creating, uploading or renaming entities in webUI: <a href="https://github.com/owncloud/core/pull/39310">#39310</a></p>
            <p>With this change starting or trailing spaces will be removed while: * Creating files and
   folders in the webUI * Uploading files using the 'Upload' button in the webUI * Uploading files
   and folders using drag & drop in the webUI * Renaming files and folders in the webUIThis also solves problems when the sync client can't sync files and folders with trailing
   spaces based on the underlying file system.
            </p>
            <p>https://github.com/owncloud/enterprise/issues/4772<br>https://github.com/owncloud/core/issues/35017<br>
            </p>
            <p>https://github.com/owncloud/core/pull/39310<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Bring back minimalistic view to occ app:list with '-m' option: <a href="https://github.com/owncloud/core/pull/39326">#39326</a></p>
            <p>https://github.com/owncloud/core/pull/39326<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Add quality setting for JP(E)G preview images: <a href="https://github.com/owncloud/core/pull/39349">#39349</a></p>
            <p>A new config setting `previewJPEGImageDisplayQuality` has been introduced with which the
   quality of generated JP(E)G previews can be determined.
            </p>
            <p>https://github.com/owncloud/enterprise/issues/4702<br>
            </p>
            <p>https://github.com/owncloud/core/pull/39349<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Add last_login to Provisioning API get user response: <a href="https://github.com/owncloud/core/pull/39351">#39351</a></p>
            <p>The response to a Provisioning API GET request to the cloud/users/username endpoint now
   includes the last_login time in the response. The value is a Unix timestamp in seconds.
            </p>
            <p>https://github.com/owncloud/core/pull/39351<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Add priority for JavaScript plugins: <a href="https://github.com/owncloud/core/pull/39359">#39359</a></p>
            <p>JavaScript plugins can now be registered with a specific priority. A higher priority means the
   plugin will be attached/detached before others.
            </p>
            <p>https://github.com/owncloud/core/pull/39359<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Added needed code for webp thumbnail generation to occur: <a href="https://github.com/owncloud/core/issues/39358">#39358</a></p>
            <p>Previously thumbnail previews for image files of the webp format with the .webp extension were
   not generated. Instead a generic placeholder icon was shown. This enhancement/fix caused the
   generation of preview thumbnails, just as was standard with other image formats.
            </p>
            <p>https://github.com/owncloud/core/issues/39358<br>
            </p>
            <p>https://github.com/owncloud/core/pull/39360<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Add show-all-attributes option to occ user:list command: <a href="https://github.com/owncloud/core/pull/39366">#39366</a></p>
            <p>https://github.com/owncloud/enterprise/issues/4794<br>
            </p>
            <p>https://github.com/owncloud/core/pull/39366<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Add text to root element of breadcrumb: <a href="https://github.com/owncloud/core/pull/39367">#39367</a></p>
            <p>https://github.com/owncloud/enterprise/issues/4807<br>
            </p>
            <p>https://github.com/owncloud/core/pull/39367<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Extend occ dav:cleanup-chunks command with local option: <a href="https://github.com/owncloud/core/pull/39394">#39394</a></p>
            <p>If an admin runs a setup with multiple servers, connected to the same database and sets the
   configuration for the chunking directory 'dav.chunk_base_dir' to a unique place on the
   server, the command occ dav:cleanup-chunks might fail. This happens as the oc_filecache
   table doesn't give us the information on which server the directory is. Therefore the local
   option has been added to the command, with this precondition only files that are on the local
   filesystem will be removed.
            </p>
            <p>https://github.com/owncloud/enterprise/issues/4824<br>
            </p>
            <p>https://github.com/owncloud/core/pull/39394<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Add activity translations for rename and move actions: <a href="https://github.com/owncloud/core/pull/39430">#39430</a></p>
            <p>https://github.com/owncloud/enterprise/issues/4806<br>https://github.com/owncloud/activity/issues/375<br>
            </p>
            <p>https://github.com/owncloud/core/pull/39430<br>https://github.com/owncloud/core/pull/39438<br>https://github.com/owncloud/core/pull/39450<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Add capability for blacklisted files regex: <a href="https://github.com/owncloud/core/pull/39493">#39493</a></p>
            <p>https://github.com/owncloud/core/pull/39493<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Change the size of the ownCloud logo in the mail header image: <a href="https://github.com/owncloud/core/pull/39501">#39501</a></p>
            <p>https://github.com/owncloud/core/pull/39501<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Add user:home:list-dirs and user:home:list-users commands: <a href="https://github.com/owncloud/core/pull/39579">#39579</a></p>
            <p>Added two new users commands:* `occ user:home:list-dirs` List all homes which are currently used by users * `occ
   user:home:list-users &lt;path&gt;` List all users who have their home in a given path * `occ
   user:home:list-users --all` List all users for every home path
            </p>
            <p>https://github.com/owncloud/core/issues/39502<br>
            </p>
            <p>https://github.com/owncloud/core/pull/39579<br>https://github.com/owncloud/core/pull/39583<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Expand file name area to click: <a href="https://github.com/owncloud/core/pull/39592">#39592</a></p>
            <p>With this change, the file name area to click will expand, this is helpful with very small file or
   folder names (e.g. single digit).
            </p>
            <p>https://github.com/owncloud/core/issues/39591<br>
            </p>
            <p>https://github.com/owncloud/core/pull/39592<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Add support for the x-office/drawing mimetype: <a href="https://github.com/owncloud/core/pull/39594">#39594</a></p>
            <p>https://github.com/owncloud/core/issues/39593<br>
            </p>
            <p>https://github.com/owncloud/core/pull/39594<br></p>
        </li>
    </ul>
    <h2 id="10.8.0" class="version"> Changelog for ownCloud Core [10.8.0] (2021-07-15)</h2>
    <p>The following sections list the changes in ownCloud core 10.8.0 relevant to ownCloud admins and users.</p>
    <p>
    <a href="https://github.com/owncloud/core/compare/v10.7.0...v10.8.0">Full list of changes in 10.8.0</a>
    </p>
    <h3 id="10.8.0-summary">Summary</h3>
    <ul class="summary">
        <li class="type-bugfix changelog-item">Bugfix - Use trusted domains to compute the signature of signed urls: <a href="https://github.com/owncloud/core/pull/38465">#38465</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Handle exceptions with inaccesible federated share: <a href="https://github.com/owncloud/core/pull/38474">#38474</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Fix mispositioned ui elements after leaving viewerMode: <a href="https://github.com/owncloud/core/issues/38547">#38547</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Fix move operation from encrypted storage to unencrypted storage: <a href="https://github.com/owncloud/core/pull/38567">#38567</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Creating self group-reshare should not not share to self: <a href="https://github.com/owncloud/core/pull/38581">#38581</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Check quota on the necessary move operations: <a href="https://github.com/owncloud/core/pull/38591">#38591</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Normalize web.baseUrl before using it: <a href="https://github.com/owncloud/core/issues/38600">#38600</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Don't rewrite private/public links when web app disabled: <a href="https://github.com/owncloud/core/issues/38602">#38602</a></li>
        <li class="type-bugfix changelog-item">Bugfix - When validating rereshare permission make sure to check parent mountpoint: <a href="https://github.com/owncloud/enterprise/issues/4497">#4497</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Objectids for comments and tags are strings: <a href="https://github.com/owncloud/core/pull/38682">#38682</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Hide sensible information on share download: <a href="https://github.com/owncloud/core/pull/38689">#38689</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Hide file drop content: <a href="https://github.com/owncloud/core/pull/38691">#38691</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Regenerate session after authenticate a password protected public share: <a href="https://github.com/owncloud/core/pull/38693">#38693</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Add check when updating the permissions of a federated share: <a href="https://github.com/owncloud/core/pull/38698">#38698</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Prevent renaming or deleting a SMB mount point: <a href="https://github.com/owncloud/core/pull/38709">#38709</a></li>
        <li class="type-bugfix changelog-item">Bugfix - String to bool conversion in systemtags API: <a href="https://github.com/owncloud/core/pull/38719">#38719</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Database query filter when getting a tag: <a href="https://github.com/owncloud/core/pull/38725">#38725</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Fix federated share download bug happens on some providers: <a href="https://github.com/owncloud/core/pull/38738">#38738</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Correctly parse different ocm-provider api responses: <a href="https://github.com/owncloud/core/pull/38751">#38751</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Move files_antivirus executable mode config options into config.php: <a href="https://github.com/owncloud/core/pull/38753">#38753</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Delay getting the file info until it's going to be used: <a href="https://github.com/owncloud/core/pull/38767">#38767</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Expire shares at end of day: <a href="https://github.com/owncloud/enterprise/issues/4324">#4324</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Image preview for file versions: <a href="https://github.com/owncloud/core/pull/38778">#38778</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Prevent files:checksum:verify from crashing on exception: <a href="https://github.com/owncloud/core/pull/38785">#38785</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Include incoming and parent permissions in Share UI subfolder reshares: <a href="https://github.com/owncloud/core/pull/38788">#38788</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Always allow renaming shared mounts: <a href="https://github.com/owncloud/core/pull/38794">#38794</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Adjust position of the share autocomplete element: <a href="https://github.com/owncloud/core/pull/38831">#38831</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Fix docs link to federated sharing docs: <a href="https://github.com/owncloud/core/issues/38859">#38859</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Fix file locks for public shares: <a href="https://github.com/owncloud/core/pull/38922">#38922</a></li>
        <li class="type-change changelog-item">Change - Update Symfony components: <a href="https://github.com/owncloud/core/pull/38924">#38924</a></li>
        <li class="type-change changelog-item">Change - Update PHP dependencies: <a href="https://github.com/owncloud/core/pull/38524">#38524</a></li>
        <li class="type-change changelog-item">Change - Bump doctrine/dbal from 2.10.4 to 2.13.1: <a href="https://github.com/owncloud/core/pull/38647">#38647</a></li>
        <li class="type-change changelog-item">Change - Improve performance for the MOVE operation: <a href="https://github.com/owncloud/core/pull/38649">#38649</a></li>
        <li class="type-change changelog-item">Change - Optimize share rename: <a href="https://github.com/owncloud/core/pull/38656">#38656</a></li>
        <li class="type-change changelog-item">Change - All mount configuration items marked as passwords will be encrypted: <a href="https://github.com/owncloud/core/pull/38728">#38728</a></li>
        <li class="type-change changelog-item">Change - Change favicon and color references to match the new CI: <a href="https://github.com/owncloud/core/pull/38750">#38750</a></li>
        <li class="type-change changelog-item">Change - Update PHP minimum version to 7.2.5: <a href="https://github.com/owncloud/core/pull/38934">#38934</a></li>
        <li class="type-change changelog-item">Change - Update url for sync client button and docs: <a href="https://github.com/owncloud/core/pull/38962">#38962</a></li>
        <li class="type-change changelog-item">Change - Update PHP dependencies: <a href="https://github.com/owncloud/core/pull/38891">#38891</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Improve public share federation user interface: <a href="https://github.com/owncloud/enterprise/issues/4393">#4393</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Improve login form: <a href="https://github.com/owncloud/core/pull/38506">#38506</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Automations in activity stream: <a href="https://github.com/owncloud/core/pull/38605">#38605</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Add html template for calens: <a href="https://github.com/owncloud/core/pull/38616">#38616</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Expired shares in activity stream: <a href="https://github.com/owncloud/core/pull/38631">#38631</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Use relative notification URLs: <a href="https://github.com/owncloud/core/pull/38639">#38639</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Add excludeActions parameter to registerDefaultActions function: <a href="https://github.com/owncloud/core/pull/38643">#38643</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Improve tab headers UI: <a href="https://github.com/owncloud/core/pull/38653">#38653</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Add trashbin skip list to config: <a href="https://github.com/owncloud/core/pull/38704">#38704</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Remove google+ share button from personal settings: <a href="https://github.com/owncloud/core/pull/38705">#38705</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Adjust the return type of the querybuilder's execute method: <a href="https://github.com/owncloud/core/pull/38714">#38714</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Communicate user profile picture capability: <a href="https://github.com/owncloud/core/pull/38722">#38722</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Allow apps to implement their own license: <a href="https://github.com/owncloud/core/pull/38737">#38737</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Command occ user:report shows additional row for guests: <a href="https://github.com/owncloud/enterprise/issues/3467">#3467</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Improve mobile user interface on files list: <a href="https://github.com/owncloud/core/pull/38748">#38748</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Resend invitation email: <a href="https://github.com/owncloud/core/pull/38774">#38774</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Add more properties to the REPORT result: <a href="https://github.com/owncloud/core/pull/38787">#38787</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Improve admin external storage settings UI: <a href="https://github.com/owncloud/core/pull/38795">#38795</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Introduce new state to prevent scanning of shallow scanned folders: <a href="https://github.com/owncloud/core/pull/38804">#38804</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Improve performance of the SMB log when it is inactive: <a href="https://github.com/owncloud/core/pull/38819">#38819</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Introduce the patch for CVE-2019-11358: <a href="https://github.com/owncloud/core/pull/38841">#38841</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Introduce a remove license button in WebUI: <a href="https://github.com/owncloud/core/issues/38843">#38843</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Show notification if video playback is not possible on public share: <a href="https://github.com/owncloud/enterprise/issues/4632">#4632</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Trigger file scan after accepting a federated share: <a href="https://github.com/owncloud/core/pull/38880">#38880</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Allow to pass password on redis cluster connection: <a href="https://github.com/owncloud/core/pull/38917">#38917</a></li>
    </ul>
    <h3 id="10.8.0-details">Details</h3>
    <ul class="details">
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Use trusted domains to compute the signature of signed urls: <a href="https://github.com/owncloud/core/pull/38465">#38465</a></p>
            <p>All configured trusted domains are used when computing the signature of a signed url. The
   server has no real true understanding for which domain the request is sent. Especially in proxy
   scenarios this is a must have.
            </p>
            <p>https://github.com/owncloud/core/pull/38465<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Handle exceptions with inaccesible federated share: <a href="https://github.com/owncloud/core/pull/38474">#38474</a></p>
            <p>In a scenario federation share storage is inaccessible and returns connection timeouts,
   federated share storage now does not return not found but storage not available. Additionaly
   logging and notifications handling has been improved.
            </p>
            <p>https://github.com/owncloud/enterprise/issues/4311<br>
            </p>
            <p>https://github.com/owncloud/core/pull/38474<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Fix mispositioned ui elements after leaving viewerMode: <a href="https://github.com/owncloud/core/issues/38547">#38547</a></p>
            <p>Until today, after leaving the viewer mode (e.G Pdf viewer) the action header table in the files
   list was mispositioned while checking an item. The download action and following items went
   out of sight.
            </p>
            <p>https://github.com/owncloud/core/issues/38547<br>
            </p>
            <p>https://github.com/owncloud/core/pull/38552<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Fix move operation from encrypted storage to unencrypted storage: <a href="https://github.com/owncloud/core/pull/38567">#38567</a></p>
            <p>On a move operation from encrypted storage to unencrypted storage, the moved file was
   remaining encrypted. This problem has been fixed.
            </p>
            <p>https://github.com/owncloud/encryption/issues/256<br>https://github.com/owncloud/encryption/issues/257<br>
            </p>
            <p>https://github.com/owncloud/core/pull/38567<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Creating self group-reshare should not not share to self: <a href="https://github.com/owncloud/core/pull/38581">#38581</a></p>
            <p>In a scenario where resharing with group that user belongs to, permissions and attributes were
   incorrectly handled in share mount logic when permissions for that share got adjusted, or that
   share got again reshared to another user that again reshared with prior user. This bugfix
   prevents creation of self share mount in root folder of the user
            </p>
            <p>https://github.com/owncloud/enterprise/issues/4382<br>
            </p>
            <p>https://github.com/owncloud/core/pull/38581<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Check quota on the necessary move operations: <a href="https://github.com/owncloud/core/pull/38591">#38591</a></p>
            <p>When encryption is active, a move operation between two different storages was leading to a
   broken copy on target storage if the target has not enough quota. This data loss problem has been
   resolved.
            </p>
            <p>https://github.com/owncloud/core/pull/38591<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Normalize web.baseUrl before using it: <a href="https://github.com/owncloud/core/issues/38600">#38600</a></p>
            <p>`web.baseUrl` was used for rewriting private and public links to the new web UI without
   normalizing it. This leads to broken authentication if the `web.baseUrl` was configured with
   a trailing slash.
            </p>
            <p>https://github.com/owncloud/core/issues/38600<br>
            </p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Don't rewrite private/public links when web app disabled: <a href="https://github.com/owncloud/core/issues/38602">#38602</a></p>
            <p>When oc10 app is installed but disabled, we still showed the nav item and rewrote the URLs for
   private and public links.
            </p>
            <p>https://github.com/owncloud/core/issues/38602<br>
            </p>
            <p>https://github.com/owncloud/core/pull/38603<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - When validating rereshare permission make sure to check parent mountpoint: <a href="https://github.com/owncloud/enterprise/issues/4497">#4497</a></p>
            <p>When receiving reshare for a group from parent folder and subfolder of that folder with lower
   permission, further reshares were subject to subfolder reshare permissions due to issue with
   resolving parent mountpoint. With this change we now ensure to take parent mountpoint out of
   received mountpoints
            </p>
            <p>https://github.com/owncloud/enterprise/issues/4497<br>https://github.com/owncloud/enterprise/issues/4382<br>
            </p>
            <p>https://github.com/owncloud/core/pull/38625<br>https://github.com/owncloud/core/pull/38651<br>https://github.com/owncloud/core/pull/38862<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Objectids for comments and tags are strings: <a href="https://github.com/owncloud/core/pull/38682">#38682</a></p>
            <p>We were using integers when asking for some information related to comments and tag. This was
   working fine, but PHP 7.4.18 made some changes in the postgresql driver making things more
   strict. As result, some queries were failing because that information was stored as string,
   not integer.This problem is now fixed, and the queries can run without problems.
            </p>
            <p>https://github.com/owncloud/core/pull/38682<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Hide sensible information on share download: <a href="https://github.com/owncloud/core/pull/38689">#38689</a></p>
            <p>Sensible information could be exposed when downloading a share via public link. We now throw a
   generic exception that overwrites the original exception message. Also fixed an error which
   caused such behavior when appending a null byte to the download URL.
            </p>
            <p>https://github.com/owncloud/enterprise/issues/4536<br>
            </p>
            <p>https://github.com/owncloud/core/pull/38689<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Hide file drop content: <a href="https://github.com/owncloud/core/pull/38691">#38691</a></p>
            <p>Requesting file drop share with the deprecated shareinfo API, exposed information about the
   content of the file drop share. We will now deliver empty content on the children entry.
            </p>
            <p>https://github.com/owncloud/enterprise/issues/4540<br>
            </p>
            <p>https://github.com/owncloud/core/pull/38691<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Regenerate session after authenticate a password protected public share: <a href="https://github.com/owncloud/core/pull/38693">#38693</a></p>
            <p>Session has been has not been regenerated after authenticate a password protected public
   share. Now we regenerate the session and delete the old one for anonymous users.
            </p>
            <p>https://github.com/owncloud/enterprise/issues/4535<br>
            </p>
            <p>https://github.com/owncloud/core/pull/38693<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Add check when updating the permissions of a federated share: <a href="https://github.com/owncloud/core/pull/38698">#38698</a></p>
            <p>This fixes a security issue where a federated share recipient could increase permissions on
   his share. We now limit the permission updates to federated re-shares only.
            </p>
            <p>https://github.com/owncloud/enterprise/issues/4537<br>
            </p>
            <p>https://github.com/owncloud/core/pull/38698<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Prevent renaming or deleting a SMB mount point: <a href="https://github.com/owncloud/core/pull/38709">#38709</a></p>
            <p>Renaming or deleting a SMB mount point will throw a 403 error code
            </p>
            <p>https://github.com/owncloud/core/pull/38709<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - String to bool conversion in systemtags API: <a href="https://github.com/owncloud/core/pull/38719">#38719</a></p>
            <p>String values like "true" and "false" were always converted to true when creating a tag via API.
   We now use filter_var() to fix this behavior.
            </p>
            <p>https://github.com/owncloud/core/pull/38719<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Database query filter when getting a tag: <a href="https://github.com/owncloud/core/pull/38725">#38725</a></p>
            <p>The filter values for userAssignable and userEditable were swapped, causing a wrong result in
   certain cases.
            </p>
            <p>https://github.com/owncloud/core/pull/38725<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Fix federated share download bug happens on some providers: <a href="https://github.com/owncloud/core/pull/38738">#38738</a></p>
            <p>Some WebDAV service providers are not able to respond properly when the HTTP client
   request_fulluri option set without proxy. Now, the HTTP client request_fulluri option set
   only if a proxy configured.
            </p>
            <p>https://github.com/owncloud/core/pull/38738<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Correctly parse different ocm-provider api responses: <a href="https://github.com/owncloud/core/pull/38751">#38751</a></p>
            <p>Some WebDAV service providers returns different responses for ocm-provider API and we were
   not able to parse these responses. This problem has been fixed.
            </p>
            <p>https://github.com/owncloud/core/pull/38751<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Move files_antivirus executable mode config options into config.php: <a href="https://github.com/owncloud/core/pull/38753">#38753</a></p>
            <p>Executable mode of the files_antivirus app is now configured in the core config.php file.
            </p>
            <p>https://github.com/owncloud/core/pull/38753<br>https://github.com/owncloud/files_antivirus/pull/442<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Delay getting the file info until it's going to be used: <a href="https://github.com/owncloud/core/pull/38767">#38767</a></p>
            <p>Some operations require getting the file info to perform the action. Previously, this file
   info was fetched and stored before any operation. In some cases fetching the file info
   triggered a file scan that could delay the whole request considerably.Now, we fetch the file info only in those operations that require it. There are some node
   operations such as getting the file path that don't require fetching the file info, so those
   operation won't fetch it, and so a potential file scan is prevented (for those operations)
            </p>
            <p>https://github.com/owncloud/core/pull/38767<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Expire shares at end of day: <a href="https://github.com/owncloud/enterprise/issues/4324">#4324</a></p>
            <p>The Expire Share background job was immediately expiring shares that had an expiration date of
   today. But those shares should continue to work for the rest of the day. The behaviour has been
   corrected. All shares will now work until the end of the day that they expire.
            </p>
            <p>https://github.com/owncloud/enterprise/issues/4324<br>
            </p>
            <p>https://github.com/owncloud/core/pull/38775<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Image preview for file versions: <a href="https://github.com/owncloud/core/pull/38778">#38778</a></p>
            <p>Changed the way how preview thumbnails are being rendered so they will be rendered properly for
   file versions.
            </p>
            <p>https://github.com/owncloud/core/issues/38766<br>
            </p>
            <p>https://github.com/owncloud/core/pull/38778<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Prevent files:checksum:verify from crashing on exception: <a href="https://github.com/owncloud/core/pull/38785">#38785</a></p>
            <p>The command now skips files with exceptions instead of crashing. A proper message will be
   displayed to the user who fires the command.
            </p>
            <p>https://github.com/owncloud/core/issues/38782<br>
            </p>
            <p>https://github.com/owncloud/core/pull/38785<br>https://github.com/owncloud/core/pull/39005<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Include incoming and parent permissions in Share UI subfolder reshares: <a href="https://github.com/owncloud/core/pull/38788">#38788</a></p>
            <p>Before this fix SharePanel in Share UI did not include permissions of both incoming and parent
   shares for subfolder reshares. It caused lack of possibility of resharing such files/folder
   even though server-side permissions allowed it.
            </p>
            <p>https://github.com/owncloud/enterprise/issues/4497<br>
            </p>
            <p>https://github.com/owncloud/core/pull/38788<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Always allow renaming shared mounts: <a href="https://github.com/owncloud/core/pull/38794">#38794</a></p>
            <p>We now skip the initial permission check when renaming a shared mount as this should always be
   possible.
            </p>
            <p>https://github.com/owncloud/enterprise/issues/4582<br>https://github.com/owncloud/core/issues/30325<br>
            </p>
            <p>https://github.com/owncloud/core/pull/38794<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Adjust position of the share autocomplete element: <a href="https://github.com/owncloud/core/pull/38831">#38831</a></p>
            <p>We now append the share autocomplete element to #shareTabView to prevent the autocomplete
   dialog from being hidden in certain scenarios. This happened with Safari for example as soon as
   the filelist was long enough to have a vertical scrollbar.
            </p>
            <p>https://github.com/owncloud/enterprise/issues/4603<br>
            </p>
            <p>https://github.com/owncloud/core/pull/38831<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Fix docs link to federated sharing docs: <a href="https://github.com/owncloud/core/issues/38859">#38859</a></p>
            <p>The link in the share dialogue on the info icon was broken. Was fixed by pointing to the correct
   config value.
            </p>
            <p>https://github.com/owncloud/core/issues/38859<br>
            </p>
            <p>https://github.com/owncloud/core/pull/38860<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Fix file locks for public shares: <a href="https://github.com/owncloud/core/pull/38922">#38922</a></p>
            <p>When using the new WebDAV API, the node which is used to retrieve file locks is either of type
   SharedFile or SharedFolder. Both these types do not implement our own node class, so we need to
   handle them separately. This is needed to properly handle file locks on public shares when
   using the new WebDAV API.
            </p>
            <p>https://github.com/owncloud/core/issues/38912<br>https://github.com/owncloud/core/issues/36064<br>
            </p>
            <p>https://github.com/owncloud/core/pull/38922<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update Symfony components: <a href="https://github.com/owncloud/core/pull/38924">#38924</a></p>
            <p>The following Symfony components have been updated from 4.4.20 to: - console 4.4.26 -
   event-dispatcher 4.4.25 - process 4.4.26 - routing 4.4.25 - translation 4.4.25The following Symfony polyfill components have been updated : - symfony/polyfill-ctype
   (v1.22.1 to v1.23.0) - symfony/polyfill-iconv (v1.22.1 to v1.23.0) -
   symfony/polyfill-intl-idn (v1.22.1 to v1.23.0) - symfony/polyfill-intl-normalizer
   (v1.22.1 to v1.23.0) - symfony/polyfill-mbstring (v1.22.1 to v1.23.0) -
   symfony/polyfill-php72 (v1.22.1 to v1.23.0) - symfony/polyfill-php73 (v1.22.1 to
   v1.23.0) - symfony/polyfill-php80 (v1.22.1 to v1.23.0)
            </p>
            <p>https://github.com/owncloud/core/pull/38924<br>https://github.com/owncloud/core/pull/38797<br>https://github.com/owncloud/core/pull/38755<br>https://github.com/owncloud/core/pull/38730<br>https://github.com/owncloud/core/pull/38680<br>https://github.com/owncloud/core/pull/38598<br>https://github.com/owncloud/core/pull/38786<br></p>
            <p>https://symfony.com/blog/symfony-4-4-26-released<br>https://symfony.com/blog/symfony-4-4-25-released<br>https://symfony.com/blog/symfony-4-4-24-released<br>https://symfony.com/blog/symfony-4-4-23-released<br>https://symfony.com/blog/symfony-4-4-22-released<br>https://symfony.com/blog/symfony-4-4-21-released<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update PHP dependencies: <a href="https://github.com/owncloud/core/pull/38524">#38524</a></p>
            <p>The following have been updated: - doctrine/cache (1.10.2 to 2.0.3) - doctrine/dbal (2.13.1
   to 2.13.2) - egulias/email-validator (3.1.0 to 3.1.1) - icewind/streams (0.7.3 to 0.7.5) -
   opis/closure (3.6.1 to 3.6.2) - pear/pear_exception (v1.0.1 to v1.0.2) -
   phpseclib/phpseclib (3.0.6 to 3.0.9) - psr/log (1.1.3 to 1.1.4)The following have been updated in files_external/3rdparty: - firebase/php-jwt (v5.2.1 to
   v5.3.0) - google/apiclient (v2.9.1 to v2.9.2) - google/apiclient-services (v0.164.0 to
   v0.181.0) - google/auth (v1.15.0 to v1.15.1) - guzzlehttp/psr7 (1.7.0 to 1.8.2) -
   icewind/smb (3.3.1 to 3.4.1) - icewind/streams (0.7.3 to 0.7.5) - phpseclib/phpseclib
   (3.0.6 to 3.0.9) - psr/log (1.1.3 to 1.1.4)
            </p>
            <p>https://github.com/owncloud/core/pull/38524<br>https://github.com/owncloud/core/pull/38598<br>https://github.com/owncloud/core/pull/38620<br>https://github.com/owncloud/core/pull/38646<br>https://github.com/owncloud/core/pull/38648<br>https://github.com/owncloud/core/pull/38659<br>https://github.com/owncloud/core/pull/38688<br>https://github.com/owncloud/core/pull/38749<br>https://github.com/owncloud/core/pull/38786<br>https://github.com/owncloud/core/pull/38839<br>https://github.com/owncloud/core/pull/38845<br>https://github.com/owncloud/core/pull/38878<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Bump doctrine/dbal from 2.10.4 to 2.13.1: <a href="https://github.com/owncloud/core/pull/38647">#38647</a></p>
            <p>Implemented the new method executeStatement in our DB Connection class as Doctrine calls this
   method now instead of the deprecated executeUpdate.
            </p>
            <p>https://github.com/owncloud/core/issues/38681<br>
            </p>
            <p>https://github.com/owncloud/core/pull/38647<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Improve performance for the MOVE operation: <a href="https://github.com/owncloud/core/pull/38649">#38649</a></p>
            <p>Previously, in order to move a folder, we needed to get all the content and replace the path of
   each one one by one. Now we replace the path of all the content in one DB query, which reduces the
   network traffic and allows better optimization in the DB. This change affects MySQL, MariaDB,
   Postgresql, and Oracle. Sqlite is excluded from this optimization and will use the previous
   behaviour.
            </p>
            <p>https://github.com/owncloud/core/pull/38649<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Optimize share rename: <a href="https://github.com/owncloud/core/pull/38656">#38656</a></p>
            <p>Renaming a received share could cause a file scan to be triggered. This could potentially be a
   performance problem if the file scan took a while.Now, renaming a received share won't trigger that file scan, so the performance will be faster.
            </p>
            <p>https://github.com/owncloud/core/pull/38656<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - All mount configuration items marked as passwords will be encrypted: <a href="https://github.com/owncloud/core/pull/38728">#38728</a></p>
            <p>Previously, only some known configuration items were encrypted. This was a problem for new
   items that required protection because this required changes in the core product.Now, all the items marked as passwords will be encrypted. This will be done automatically
   without 3rd party apps needing to do anything. A migration is also provided to update the items
   if needed.
            </p>
            <p>https://github.com/owncloud/core/pull/38728<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Change favicon and color references to match the new CI: <a href="https://github.com/owncloud/core/pull/38750">#38750</a></p>
            <p>We changed some color references to match the new CI-color of ownCloud. Also a new header image
   for the mail templates and the ownCloud logo without the "X" reference was added.
            </p>
            <p>https://github.com/owncloud/core/pull/38750<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update PHP minimum version to 7.2.5: <a href="https://github.com/owncloud/core/pull/38934">#38934</a></p>
            <p>The minimum supported PHP version is now 7.2.5. This supports some dependencies that require
   at least 7.2.5.PHP 7.2 security patches finished in December 2020. PHP 7.3 security patches finish on 6
   December 2021. It is recommended that you plan an upgrade to PHP 7.4 now.
            </p>
            <p>https://github.com/owncloud/core/pull/38934<br></p>
            <p>https://www.php.net/supported-versions.php<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update url for sync client button and docs: <a href="https://github.com/owncloud/core/pull/38962">#38962</a></p>
            <p>https://github.com/owncloud/core/issues/38957<br>
            </p>
            <p>https://github.com/owncloud/core/pull/38962<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update PHP dependencies: <a href="https://github.com/owncloud/core/pull/38891">#38891</a></p>
            <p>The following have been updated: - league/flysystem (1.0.70 =&gt; 1.1.4) - punic/punic
   (3.5.1 =&gt; 3.6.0) - symfony/service-contracts (v1.1.9 =&gt; v2.4.0) -
   symfony/translation-contracts (v1.1.10 =&gt; v2.4.0)
            </p>
            <p>https://github.com/owncloud/core/pull/38891<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Improve public share federation user interface: <a href="https://github.com/owncloud/enterprise/issues/4393">#4393</a></p>
            <p>This adjustment provides a new way to add a public share to ownCloud. A new button will be
   displayed where you can easily add the share to the current server without entering the string,
   this requires less user input. Next to this button, a dropdown menu will be displayed, where you
   can see the current server or change the server. Hitting change a server will now display a
   prompt with a detailed explanation and more space to enter another server address.
            </p>
            <p>https://github.com/owncloud/enterprise/issues/4393<br>
            </p>
            <p>https://github.com/owncloud/core/pull/38712<br>https://github.com/owncloud/core/pull/38928<br>https://github.com/owncloud/core/pull/38942<br>https://github.com/owncloud/core/pull/38948<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Improve login form: <a href="https://github.com/owncloud/core/pull/38506">#38506</a></p>
            <p>This adjustment improves the overall look and feel of the login form. Furthermore, the
   placeholders have been replaced in favor of labels, the confirm button has been expunged from
   the password field and placed under the input fields.
            </p>
            <p>https://github.com/owncloud/core/pull/38506<br>https://github.com/owncloud/core/pull/38853<br>https://github.com/owncloud/core/pull/38894<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Automations in activity stream: <a href="https://github.com/owncloud/core/pull/38605">#38605</a></p>
            <p>This adjustment provides a way to handle the activity stream for actions that were triggered by
   an automation (like the workflow app e.g.).
            </p>
            <p>https://github.com/owncloud/enterprise/issues/4222<br>
            </p>
            <p>https://github.com/owncloud/core/pull/38605<br>https://github.com/owncloud/core/pull/38630<br>https://github.com/owncloud/core/pull/38970<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Add html template for calens: <a href="https://github.com/owncloud/core/pull/38616">#38616</a></p>
            <p>Added an html template to render the changelog also in html format. This will give us better
   control over the rendering on the website.
            </p>
            <p>https://github.com/owncloud/core/pull/38616<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Expired shares in activity stream: <a href="https://github.com/owncloud/core/pull/38631">#38631</a></p>
            <p>Add a proper message in the activity stream for shares which expired automatically. Previous
   to this, the expiry was authored by a user, which is technically not true.
            </p>
            <p>https://github.com/owncloud/enterprise/issues/4455<br>
            </p>
            <p>https://github.com/owncloud/core/pull/38631<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Use relative notification URLs: <a href="https://github.com/owncloud/core/pull/38639">#38639</a></p>
            <p>Previous to this fix, absolute URLs were passed to the notification app. This could cause some
   CORS issues, hence we now use relative ones.
            </p>
            <p>https://github.com/owncloud/enterprise/issues/4250<br>
            </p>
            <p>https://github.com/owncloud/core/pull/38639<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Add excludeActions parameter to registerDefaultActions function: <a href="https://github.com/owncloud/core/pull/38643">#38643</a></p>
            <p>With this change we can pass now excludeActions to the registerDefaultActions function in
   fileactions.js, this allows us technically to omit specific file actions.
            </p>
            <p>https://github.com/owncloud/core/pull/38643<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Improve tab headers UI: <a href="https://github.com/owncloud/core/pull/38653">#38653</a></p>
            <p>With this change, tab headers will have a similar style to other nav elements, like the side nav.
   Also improved the UI on small display ratio, where elements in the second row were not properly
   left-aligned.
            </p>
            <p>https://github.com/owncloud/core/pull/38653<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Add trashbin skip list to config: <a href="https://github.com/owncloud/core/pull/38704">#38704</a></p>
            <p>With this change new config parameters has been introduced. Admins can now decide, based on
   file extensions, directory names and size, if a resource should not be observed by the trashbin
   and deleted immediately.
            </p>
            <p>https://github.com/owncloud/core/pull/38704<br>https://github.com/owncloud/core/pull/38960<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Remove google+ share button from personal settings: <a href="https://github.com/owncloud/core/pull/38705">#38705</a></p>
            <p>Due to the google+ service has been declined, we won't show the google+ share button anymore.
            </p>
            <p>https://github.com/owncloud/core/pull/38705<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Adjust the return type of the querybuilder's execute method: <a href="https://github.com/owncloud/core/pull/38714">#38714</a></p>
            <p>The return type changed with the recent update of doctrine/dbal to version 2.13.
            </p>
            <p>https://github.com/owncloud/core/pull/38714<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Communicate user profile picture capability: <a href="https://github.com/owncloud/core/pull/38722">#38722</a></p>
            <p>A new capability "profile_picture" has been added so that clients can know whether to fetch and
   render avatar images of users.
            </p>
            <p>https://github.com/owncloud/core/pull/38722<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Allow apps to implement their own license: <a href="https://github.com/owncloud/core/pull/38737">#38737</a></p>
            <p>Apps can implement their own license parser by extending the \OCP\License\AbstractLicense
   class. Note that storing the license will still be performed by ownCloud. This custom license
   can provide additional information that can be queried through the ILicenseManager.
            </p>
            <p>https://github.com/owncloud/core/pull/38737<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Command occ user:report shows additional row for guests: <a href="https://github.com/owncloud/enterprise/issues/3467">#3467</a></p>
            <p>With this improvement, a new row will be rendered for guest user count on the occ user:report
   command.
            </p>
            <p>https://github.com/owncloud/enterprise/issues/3467<br>
            </p>
            <p>https://github.com/owncloud/core/pull/38742<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Improve mobile user interface on files list: <a href="https://github.com/owncloud/core/pull/38748">#38748</a></p>
            <p>This improvement solves the problem that files and folders with a longer name than 10 chars will
   cut off to 7 chars by hiding non-essential meta data. As well the uploading indicator text on a
   folders table row will now be displayed at the beginning to avoid UI glitches.
            </p>
            <p>https://github.com/owncloud/core/pull/38748<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Resend invitation email: <a href="https://github.com/owncloud/core/pull/38774">#38774</a></p>
            <p>Implemented an action to resend the invitation email for a user that has never been logged in
   yet.
            </p>
            <p>https://github.com/owncloud/enterprise/issues/4577<br>
            </p>
            <p>https://github.com/owncloud/core/pull/38774<br>https://github.com/owncloud/core/pull/38963<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Add more properties to the REPORT result: <a href="https://github.com/owncloud/core/pull/38787">#38787</a></p>
            <p>File Search should be done in the future via WebDAV REPORT requests. ownCloud web is using it. In
   some cases with other search backends we have more properties to return.
   `&lt;oc:search-highlights /&gt;` =&gt; returns am html formatted excerpt of the file
   content which is highlighting the matching words. `&lt;oc:search-score /&gt;` returns a
   float number score value.
            </p>
            <p>https://github.com/owncloud/core/pull/38787<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Improve admin external storage settings UI: <a href="https://github.com/owncloud/core/pull/38795">#38795</a></p>
            <p>Before this PR no error notification was shown while an external mount point configuration was
   not able to load. This was only indicated with a red square with a long list of external mount
   points, this was not handy. Therefore an error notification will be shown with the dedicated
   external mount point which fails to load.As well improved the add external mount point functionality with opening the available for
   select while adding an external mount point. The select will have now a 'select all' item. These
   changes prevents the admin to expose the mount point unwanted to all users immediately.
            </p>
            <p>https://github.com/owncloud/enterprise/issues/4585<br>
            </p>
            <p>https://github.com/owncloud/core/pull/38795<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Introduce new state to prevent scanning of shallow scanned folders: <a href="https://github.com/owncloud/core/pull/38804">#38804</a></p>
            <p>Folders can be partially scanned, this means that a folder could have its closest contents
   scanned (the first level), but not deeper contents. Folder "/A" could be scanned but not
   "/A/B/C".Previously, we couldn't detect that a folder had been partially scanned, so we triggered
   another scan on that folder even though we already had data in the DB.Now, we can detect that the folder has been partially scanned to avoid another scan if it isn't
   needed. This leads to notable performance improvements in cases where a FS hasn't been scanned
   fully. Note that an initial scan is still required, and the performance will remain the same in
   this case.
            </p>
            <p>https://github.com/owncloud/core/pull/38804<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Improve performance of the SMB log when it is inactive: <a href="https://github.com/owncloud/core/pull/38819">#38819</a></p>
            <p>The SMB connector includes very verbose logs to trace what could have gone wrong. These logs are
   disabled by default, but although they're disabled we still need to check the state to decide
   whether we want to log or not.Now, the state check is faster and it takes less time to decide, so the overall performance of the
   connector is improved.
            </p>
            <p>https://github.com/owncloud/core/pull/38819<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Introduce the patch for CVE-2019-11358: <a href="https://github.com/owncloud/core/pull/38841">#38841</a></p>
            <p>Patched jQuery's `$.extend` method. The code in core doesn't contain any vulnerable
   invocations of `$.extend` this is just a preventive patch.
            </p>
            <p>https://github.com/owncloud/core/pull/38841<br></p>
            <p>https://nvd.nist.gov/vuln/detail/CVE-2019-11358<br>https://blog.jquery.com/2019/04/10/jquery-3-4-0-released/<br>https://github.com/DanielRuf/snyk-js-jquery-174006?files=1<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Introduce a remove license button in WebUI: <a href="https://github.com/owncloud/core/issues/38843">#38843</a></p>
            <p>Before this PR, it was not possible, to remove any ownCloud license. This lead to an issue if
   someone enters an invalid license, a permanent message indicator was shown in the WebUI. With
   this PR it is possible to remove the license.
            </p>
            <p>https://github.com/owncloud/core/issues/38843<br>
            </p>
            <p>https://github.com/owncloud/core/pull/38844<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Show notification if video playback is not possible on public share: <a href="https://github.com/owncloud/enterprise/issues/4632">#4632</a></p>
            <p>Before this PR no error notification was shown if a video can't be played due to browser
   incompatibility, for example, mov files on chrome.
   (https://stackoverflow.com/questions/28746645)Now we will show a dedicated notification.
            </p>
            <p>https://github.com/owncloud/enterprise/issues/4632<br>
            </p>
            <p>https://github.com/owncloud/core/pull/38858<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Trigger file scan after accepting a federated share: <a href="https://github.com/owncloud/core/pull/38880">#38880</a></p>
            <p>This is necessary as we need the fileId to pass it to the `remoteshare.accepted` event. The
   activity app can then hook onto this event and update the activity by setting the correct
   fileId.Also added a short translation for the SUBJECT_REMOTE_SHARE_RECEIVED activity.
            </p>
            <p>https://github.com/owncloud/activity/issues/970<br>
            </p>
            <p>https://github.com/owncloud/core/pull/38880<br>https://github.com/owncloud/core/pull/38889<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Allow to pass password on redis cluster connection: <a href="https://github.com/owncloud/core/pull/38917">#38917</a></p>
            <p>https://github.com/owncloud/enterprise/issues/4658<br>
            </p>
            <p>https://github.com/owncloud/core/pull/38917<br></p>
        </li>
    </ul>
    <h2 id="10.7.0" class="version"> Changelog for ownCloud Core [10.7.0] (2021-03-26)</h2>
    <p>The following sections list the changes in ownCloud core 10.7.0 relevant to ownCloud admins and users.</p>
    <p>
    <a href="https://github.com/owncloud/core/compare/v10.6.0...v10.7.0">Full list of changes in 10.7.0</a>
    </p>
    <h3 id="10.7.0-summary">Summary</h3>
    <ul class="summary">
        <li class="type-bugfix changelog-item">Bugfix - Fix some code smells reported by SonarCloud: <a href="https://github.com/owncloud/core/pull/38147">#38147</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Don't redirect if the browser ask for a .properties file: <a href="https://github.com/owncloud/core/pull/38181">#38181</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Show the share list even if some shares point to unavailable storages: <a href="https://github.com/owncloud/core/pull/38190">#38190</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Fix a regression with theming of settings menu icons: <a href="https://github.com/owncloud/core/pull/38246">#38246</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Determine unencrypted block size after begin operation: <a href="https://github.com/owncloud/core/pull/38249">#38249</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Allow all users to see which groups they manage: <a href="https://github.com/owncloud/core/pull/38281">#38281</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Fix the position of the user afterLogin-event: <a href="https://github.com/owncloud/core/pull/38289">#38289</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Fix file_target in response when creating a public link share: <a href="https://github.com/owncloud/core/issues/38291">#38291</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Fix rendering of leading/trailing spaces in the file name: <a href="https://github.com/owncloud/core/issues/38316">#38316</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Prevent getting a version expiry list when no versions available: <a href="https://github.com/owncloud/core/pull/38390">#38390</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Fix broken signature when a backup copy is generated: <a href="https://github.com/owncloud/core/pull/38375">#38375</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Prevent multiple calls by not registering the same listener twice: <a href="https://github.com/owncloud/core/pull/38385">#38385</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Add the owner to public link shares: <a href="https://github.com/owncloud/core/pull/38396">#38396</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Fix issues with duplicated file names in the same directory: <a href="https://github.com/owncloud/core/pull/38415">#38415</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Show non-generic messages for 403 HTTP status to end user: <a href="https://github.com/owncloud/files_antivirus/issues/395">#395</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Fix command maintenance:mimetype:update-db --repair-filecache: <a href="https://github.com/owncloud/core/issues/38425">#38425</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Fix storage lookup in versions when storing a new version: <a href="https://github.com/owncloud/core/pull/38430">#38430</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Fix behavior for user search at the API level: <a href="https://github.com/owncloud/core/pull/38489">#38489</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Fix mispositioned ui elements after leaving viewerMode: <a href="https://github.com/owncloud/core/issues/38547">#38547</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Fix problems moving files inside Gdrive storages: <a href="https://github.com/owncloud/core/pull/38553">#38553</a></li>
        <li class="type-change changelog-item">Change - Use OcsController and routes instead of API::register: <a href="https://github.com/owncloud/core/pull/37272">#37272</a></li>
        <li class="type-change changelog-item">Change - API changes to remove shares pointing to missing files: <a href="https://github.com/owncloud/core/pull/38152">#38152</a></li>
        <li class="type-change changelog-item">Change - Rename phoenix to web: <a href="https://github.com/owncloud/core/pull/38199">#38199</a></li>
        <li class="type-change changelog-item">Change - Update symfony/polyfill (1.20.0 => 1.22.1): <a href="https://github.com/owncloud/core/pull/38275">#38275</a></li>
        <li class="type-change changelog-item">Change - Remove package patchwork/utf8: <a href="https://github.com/owncloud/core/pull/38286">#38286</a></li>
        <li class="type-change changelog-item">Change - Change X-XSS-Protection "1; block" -> "0": <a href="https://github.com/owncloud/core/issues/38236">#38236</a></li>
        <li class="type-change changelog-item">Change - Update Symfony components to 4.4.20: <a href="https://github.com/owncloud/core/pull/38462">#38462</a></li>
        <li class="type-change changelog-item">Change - Update icewind/smb from 3.2.7 to 3.3.1 in files_external: <a href="https://github.com/owncloud/core/pull/38462">#38462</a></li>
        <li class="type-change changelog-item">Change - Update PHP dependencies: <a href="https://github.com/owncloud/core/pull/38188">#38188</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Context menu for files in case multiple actions apply: <a href="https://github.com/owncloud/core/pull/38132">#38132</a></li>
        <li class="type-enhancement changelog-item">Enhancement - New external storage: SMB Collaborative (shared file IDs)): <a href="https://github.com/owncloud/core/pull/38151">#38151</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Allow mounting a subfolder from Google Drive: <a href="https://github.com/owncloud/core/pull/38161">#38161</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Make the right scrollbar more visible on the UI: <a href="https://github.com/owncloud/core/pull/38183">#38183</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Improve file list tag management: <a href="https://github.com/owncloud/core/pull/38197">#38197</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Improve the UX in the external storage settings page: <a href="https://github.com/owncloud/core/pull/38288">#38288</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Prevent group assignment in Web UI if not supported: <a href="https://github.com/owncloud/core/pull/38298">#38298</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Display path in the occ app:list command: <a href="https://github.com/owncloud/core/pull/38309">#38309</a></li>
        <li class="type-enhancement changelog-item">Enhancement - New config parameter to define the encrypted file format: <a href="https://github.com/owncloud/core/pull/38337">#38337</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Display error/success message while changing the log level: <a href="https://github.com/owncloud/core/pull/38340">#38340</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Implement pre-signed download urls for public links: <a href="https://github.com/owncloud/core/pull/38376">#38376</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Allow force set DB patforms: <a href="https://github.com/owncloud/core/pull/38379">#38379</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Added additional connection parameters to redis config: <a href="https://github.com/owncloud/core/pull/38386">#38386</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Hide federated user suggestions if system users are found: <a href="https://github.com/owncloud/core/pull/38389">#38389</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Indicate existing guest-user as a guest in the share tab: <a href="https://github.com/owncloud/core/pull/38440">#38440</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Add config parameter 'http.cookie.samesite': <a href="https://github.com/owncloud/core/pull/38458">#38458</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Add exception messages whenever a node cannot be moved: <a href="https://github.com/owncloud/core/pull/38481">#38481</a></li>
        <li class="type-enhancement changelog-item">Enhancement - UI improvement external storage: <a href="https://github.com/owncloud/core/pull/38483">#38483</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Improve systemtags UI for delete and fix case sensitivity problem: <a href="https://github.com/owncloud/core/pull/38498">#38498</a></li>
    </ul>
    <h3 id="10.7.0-details">Details</h3>
    <ul class="details">
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Fix some code smells reported by SonarCloud: <a href="https://github.com/owncloud/core/pull/38147">#38147</a></p>
            <p>https://github.com/owncloud/core/pull/38147<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Don't redirect if the browser ask for a .properties file: <a href="https://github.com/owncloud/core/pull/38181">#38181</a></p>
            <p>In order to provide translations, the files_pdfviewer app requested a .properties file. This
   request failed because the server redirected it to the default page (the files view), so the app
   couldn't get the translationsThis redirection doesn't happen any longer, and the app can translate the UI elements now.
            </p>
            <p>https://github.com/owncloud/core/pull/38181<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Show the share list even if some shares point to unavailable storages: <a href="https://github.com/owncloud/core/pull/38190">#38190</a></p>
            <p>Previously, if some shares pointed to file nodes that belonged to unavailable storages, the
   share list wouldn't show any share due to the exception not being handled correctly.Now, the exception is handled. The affected shares will be ignored (an error message will
   appear in the log with the exception), and the rest of the shares will show in the web UI.Note that the steps to reproduce the problem are still unclear, and it might be impossible to
   reproduce the issue using recent ownCloud versions. So far, not only it seems required to have a
   share pointing to an unavailable storage, but also there has to be a pending modification for
   ownCloud to scan the file. Such conditions shouldn't be possible at the same time.
            </p>
            <p>https://github.com/owncloud/core/pull/38190<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Fix a regression with theming of settings menu icons: <a href="https://github.com/owncloud/core/pull/38246">#38246</a></p>
            <p>Default icons were loaded instead of the overrides from the enabled app-theme in the settings
   menu.
            </p>
            <p>https://github.com/owncloud/core/pull/38246<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Determine unencrypted block size after begin operation: <a href="https://github.com/owncloud/core/pull/38249">#38249</a></p>
            <p>Unencrypted block size of encrypted file can change with different encoding types.
   Unencrypted block size determination has been moved after begin operation in stream opening.
   In this way, EncryptionModule can decide block size after reading the header of the file.
            </p>
            <p>https://github.com/owncloud/core/pull/38249<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Allow all users to see which groups they manage: <a href="https://github.com/owncloud/core/pull/38281">#38281</a></p>
            <p>https://github.com/owncloud/core/pull/38281<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Fix the position of the user afterLogin-event: <a href="https://github.com/owncloud/core/pull/38289">#38289</a></p>
            <p>Move the emitting event "user.afterlogin" in the method loginWithPassword. Previously it
   was placed after the prepareUserLogin-call which caused some issues with the encryption app
   using Symfony event listeners.
            </p>
            <p>https://github.com/owncloud/core/pull/38289<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Fix file_target in response when creating a public link share: <a href="https://github.com/owncloud/core/issues/38291">#38291</a></p>
            <p>The value of share_folder (if set in config.php) was being prepended to the file_target field
   in the response to a request to create a public link share. share_folder is not relevant to
   public link shares. It is no longer prepended.
            </p>
            <p>https://github.com/owncloud/core/issues/38291<br>
            </p>
            <p>https://github.com/owncloud/core/pull/38295<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Fix rendering of leading/trailing spaces in the file name: <a href="https://github.com/owncloud/core/issues/38316">#38316</a></p>
            <p>Leading and trailing spaces in the file name were stripped in the Web UI
            </p>
            <p>https://github.com/owncloud/core/issues/38316<br>
            </p>
            <p>https://github.com/owncloud/core/pull/38319<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Prevent getting a version expiry list when no versions available: <a href="https://github.com/owncloud/core/pull/38390">#38390</a></p>
            <p>Previous to this fix, when getting a version expiry list with an empty version array, ownCloud
   ran into an error. Not a critical one, but still not nice and spams the owncloud.log file.
            </p>
            <p>https://github.com/owncloud/core/issues/38373<br>
            </p>
            <p>https://github.com/owncloud/core/pull/38390<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Fix broken signature when a backup copy is generated: <a href="https://github.com/owncloud/core/pull/38375">#38375</a></p>
            <p>Previously, when a user uploaded a file and then moved it to a shared folder in order for a second
   user to get the file, a copy of the file was generated inside the share owner's trashbin. This
   allowed the share owner to restore the file into the share again if needed. Using encryption,
   that backup copy was wrongly generated and couldn't be decrypted due to a wrong signature.This issue is now fixed, and the backup copy can be restored normally.
            </p>
            <p>https://github.com/owncloud/encryption/issues/244<br>
            </p>
            <p>https://github.com/owncloud/core/pull/38375<br>https://github.com/owncloud/core/pull/38452<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Prevent multiple calls by not registering the same listener twice: <a href="https://github.com/owncloud/core/pull/38385">#38385</a></p>
            <p>Going back and forth among the file sections ("all files", "shared with you", etc) was making
   some event listeners to be registered twice or more times. This was causing the same ajax
   request to be called several times causing unnecessary load in the server.Now, these additional requests won't happen
            </p>
            <p>https://github.com/owncloud/core/pull/38385<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Add the owner to public link shares: <a href="https://github.com/owncloud/core/pull/38396">#38396</a></p>
            <p>Add the owner to public link shares because we cannot retrieve this information otherwise.
            </p>
            <p>https://github.com/owncloud/files_spaces/issues/51<br>
            </p>
            <p>https://github.com/owncloud/core/pull/38396<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Fix issues with duplicated file names in the same directory: <a href="https://github.com/owncloud/core/pull/38415">#38415</a></p>
            <p>In some views like the "Shared by link"-list it is possible to have one or more files with the same
   name in one directory. This fix corrects plenty of wrong behaviors that such a scenario caused
   in the UI.
            </p>
            <p>https://github.com/owncloud/enterprise/issues/4412<br>
            </p>
            <p>https://github.com/owncloud/core/pull/38415<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Show non-generic messages for 403 HTTP status to end user: <a href="https://github.com/owncloud/files_antivirus/issues/395">#395</a></p>
            <p>The real reason why 3rd party app canceled upload was ignored by Web UI and a generic 'You are not
   allowed to upload here' message was shown instead. Now 'You are not allowed to upload here' is
   shown only if a real reason is empty.
            </p>
            <p>https://github.com/owncloud/files_antivirus/issues/395<br>
            </p>
            <p>https://github.com/owncloud/core/pull/38416<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Fix command maintenance:mimetype:update-db --repair-filecache: <a href="https://github.com/owncloud/core/issues/38425">#38425</a></p>
            <p>While running the command maintenance:mimetype:update-db --repair-filecache, existing
   records in the filecache table were not updated due to a faulty sql statement.
            </p>
            <p>https://github.com/owncloud/core/issues/38425<br>
            </p>
            <p>https://github.com/owncloud/core/pull/38426<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Fix storage lookup in versions when storing a new version: <a href="https://github.com/owncloud/core/pull/38430">#38430</a></p>
            <p>Versioning has been integrated with the new storage based versioning IVersionedStorage.
   Until today this was only tested with objectstore versioning which is hooked up as primary
   storage. When trying to access a versioned storage which is mounted as non-root this logic did
   not work out.
            </p>
            <p>https://github.com/owncloud/core/pull/38430<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Fix behavior for user search at the API level: <a href="https://github.com/owncloud/core/pull/38489">#38489</a></p>
            <p>The 'user.search_min_length' restriction could be circumvented when accessing the API
   directly.
            </p>
            <p>https://github.com/owncloud/core/pull/38489<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Fix mispositioned ui elements after leaving viewerMode: <a href="https://github.com/owncloud/core/issues/38547">#38547</a></p>
            <p>Until today, after leaving the viewer mode (e.G Pdf viewer) the action header table in the files
   list was mispositioned while checking an item. The download action and following items went
   out of sight.
            </p>
            <p>https://github.com/owncloud/core/issues/38547<br>
            </p>
            <p>https://github.com/owncloud/core/pull/38552<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Fix problems moving files inside Gdrive storages: <a href="https://github.com/owncloud/core/pull/38553">#38553</a></p>
            <p>Moving files inside a Gdrive storage broke, likely due to changes in the Gdrive server. This PR
   ensures it works again Moving files from local storage into the Gdrive storage is also fixed.
            </p>
            <p>https://github.com/owncloud/core/pull/38553<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Use OcsController and routes instead of API::register: <a href="https://github.com/owncloud/core/pull/37272">#37272</a></p>
            <p>Implemented OcsController and removed a separate file to register ocs routes. Also some
   deprecated and legacy OC_OCS classes removed. OcsController now checks CSRF token instead of
   OCS_API_REQUEST header.
            </p>
            <p>https://github.com/owncloud/core/issues/12454<br>
            </p>
            <p>https://github.com/owncloud/core/pull/37272<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - API changes to remove shares pointing to missing files: <a href="https://github.com/owncloud/core/pull/38152">#38152</a></p>
            <p>If a file was completely deleted without unsharing first, the share would still exist in the DB
   even though it wouldn't be shown to the users. This change prepares a way to remove those shares.
            </p>
            <p>https://github.com/owncloud/core/pull/38152<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Rename phoenix to web: <a href="https://github.com/owncloud/core/pull/38199">#38199</a></p>
            <p>Phoenix has been renamed to Web. You can now set these keys in config.php to control Web:- web.baseUrl - web.icon - web.label
            </p>
            <p>https://github.com/owncloud/core/pull/38199<br>https://github.com/owncloud/core/pull/38201<br>https://github.com/owncloud/core/pull/38212<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update symfony/polyfill (1.20.0 => 1.22.1): <a href="https://github.com/owncloud/core/pull/38275">#38275</a></p>
            <p>The following symfony/polyfill components have been updated to version 1.22.1:Symfony/polyfill-ctype symfony/polyfill-iconv symfony/polyfill-intl-idn
   symfony/polyfill-intl-normalizer symfony/polyfill-mbstring symfony/polyfill-php72
   symfony/polyfill-php73 symfony/polyfill-php80
            </p>
            <p>https://github.com/owncloud/core/pull/38275<br>https://github.com/owncloud/core/pull/38419<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Remove package patchwork/utf8: <a href="https://github.com/owncloud/core/pull/38286">#38286</a></p>
            <p>https://github.com/owncloud/core/pull/38286<br>https://github.com/owncloud/core/pull/38315<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Change X-XSS-Protection "1; block" -> "0": <a href="https://github.com/owncloud/core/issues/38236">#38236</a></p>
            <p>OWASP/CheatSheetSeries#376 (comment)
   https://github.com/OWASP/CheatSheetSeries/issues/376#issuecomment-602663932
   Suggest remove vs. "0"
   https://github.com/helmetjs/helmet/issues/230#issuecomment-614106165
   X-XSS-Protection header has been deprecated
   https://owasp.org/www-project-secure-headers/#x-xss-protection
            </p>
            <p>https://github.com/owncloud/core/issues/38236<br>
            </p>
            <p>https://github.com/owncloud/core/pull/38305<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update Symfony components to 4.4.20: <a href="https://github.com/owncloud/core/pull/38462">#38462</a></p>
            <p>The following Symfony components have been updated from 4.4.16 to 4.4.20 - console -
   event-dispatcher - process - routing - translation
            </p>
            <p>https://github.com/owncloud/core/pull/38462<br>https://github.com/owncloud/core/pull/38355<br>https://github.com/owncloud/core/pull/38234<br>https://github.com/owncloud/core/pull/38163<br></p>
            <p>https://symfony.com/blog/symfony-4-4-20-released<br>https://symfony.com/blog/symfony-4-4-19-released<br>https://symfony.com/blog/symfony-4-4-18-released<br>https://symfony.com/blog/symfony-4-4-17-released<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update icewind/smb from 3.2.7 to 3.3.1 in files_external: <a href="https://github.com/owncloud/core/pull/38462">#38462</a></p>
            <p>https://github.com/owncloud/core/pull/38462<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update PHP dependencies: <a href="https://github.com/owncloud/core/pull/38188">#38188</a></p>
            <p>The following have been updated: - christophwurst/id3parser (v0.1.1 to v0.1.2) -
   egulias/email-validator (2.1.24 to 3.1.0) - icewind/streams from (0.7.2 to 0.7.3) -
   laminas/laminas-validator (2.13.4 to 2.13.5) - laminas/laminas-servicemanager (3.4.1 to
   3.5.2) - nikic/php-parser (4.10.2 to 4.10.4) - pear/archive_tar (1.4.11 to 1.4.13) -
   phpseclib/phpseclib (2.0.29 to 3.0.6) - psr/container (1.0.0 to 1.1.1) - sabre/dav (4.1.3 to
   4.1.5) - sabre/vobject (4.3.3 to 4.3.5) - swiftmailer/swiftmailer (v6.2.3 to v6.2.7) -
   webmozart/assert (1.9.1 to 1.10.0)The following have been updated in files_external/3rdparty: - google/apiclient (v2.8.3 to
   v2.9.1) - firebase/php-jwt (v5.2.0 to v5.2.1) - google/apiclient-services (v0.153 to
   v0.163.0) - google/auth (v1.14.3 to v1.15.0) - icewind/smb (3.2.7 to 3.3.1) -
   icewind/streams (0.7.2 to 0.7.3) - monolog/monolog (2.1.1 to 2.2.0) - phpseclib/phpseclib
   (2.0.29 to 3.0.6)
            </p>
            <p>https://github.com/owncloud/core/pull/38188<br>https://github.com/owncloud/core/pull/38191<br>https://github.com/owncloud/core/pull/38198<br>https://github.com/owncloud/core/pull/38238<br>https://github.com/owncloud/core/pull/38244<br>https://github.com/owncloud/core/pull/38255<br>https://github.com/owncloud/core/pull/38275<br>https://github.com/owncloud/core/pull/38285<br>https://github.com/owncloud/core/pull/38306<br>https://github.com/owncloud/core/pull/38312<br>https://github.com/owncloud/core/pull/38344<br>https://github.com/owncloud/core/pull/38380<br>https://github.com/owncloud/core/pull/38387<br>https://github.com/owncloud/core/pull/38399<br>https://github.com/owncloud/core/pull/38434<br>https://github.com/owncloud/core/pull/38453<br>https://github.com/owncloud/core/pull/38462<br>https://github.com/owncloud/core/pull/38487<br>https://github.com/owncloud/core/pull/38508<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Context menu for files in case multiple actions apply: <a href="https://github.com/owncloud/core/pull/38132">#38132</a></p>
            <p>When triggering the default action for a file which can be opened or edited with more than one
   app, a new context menu is displayed. This menu will ask the user with which app the
   corresponding file should be opened.This also solves the problem with some apps which set themselves as default without asking or
   even informing the user.
            </p>
            <p>https://github.com/owncloud/enterprise/issues/4261<br>
            </p>
            <p>https://github.com/owncloud/core/pull/38132<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - New external storage: SMB Collaborative (shared file IDs)): <a href="https://github.com/owncloud/core/pull/38151">#38151</a></p>
            <p>This new external storage allows the shared use of SMB/CIFS shares among users. Independent of
   the use all files and folders will have the same file id. This allows better collaboration
   especially in the area of tagging, comments, private links and any document collaboration
   like Office Online Server, Collabora and OnlyOffice.
            </p>
            <p>https://github.com/owncloud/core/pull/38151<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Allow mounting a subfolder from Google Drive: <a href="https://github.com/owncloud/core/pull/38161">#38161</a></p>
            <p>You can now define a subfolder from your Google Drive when mounting. This gives the ability to:
   subfolder = empty (like you have it without this enhancment) subfolder = name subfolder =
   name/$user When using encryption, only the subfolder when used gets encrypted.
            </p>
            <p>https://github.com/owncloud/core/pull/38161<br>https://github.com/owncloud/core/pull/38192<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Make the right scrollbar more visible on the UI: <a href="https://github.com/owncloud/core/pull/38183">#38183</a></p>
            <p>https://github.com/owncloud/core/pull/38183<br></p>
            <p>The<br>scrollbar<br>has<br>been<br>made<br>wider<br>and<br>darker.<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Improve file list tag management: <a href="https://github.com/owncloud/core/pull/38197">#38197</a></p>
            <p>1. Introduce a new tab, where the tag input field will be displayed 1.1 Keyboard navigation in
   the input field's dropdown works now proper, in the past the user needed to hover over on item in
   the dropdown before the arrow keys could be used2. Replace the tag input field in the file list by a read only tag list 2.1 Improving tag
   appearance to clarify that these are tags and no shares 2.2 Clicking on a tag opens the tag tab 2.3
   Tag tab and tag list are in sync, means that editing (select, unselect, rename, remove) tags
   will appear in the tag list immediately
            </p>
            <p>https://github.com/owncloud/core/pull/38197<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Improve the UX in the external storage settings page: <a href="https://github.com/owncloud/core/pull/38288">#38288</a></p>
            <p>When a user adds or edits an external storage, the user will see a notification if the storage has
   been added or an error occured. When a user hovers over the status indicator, the user will see a
   pointer cursor, this clarifies that a click will result in a config (re-)check.
            </p>
            <p>https://github.com/owncloud/core/pull/38288<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Prevent group assignment in Web UI if not supported: <a href="https://github.com/owncloud/core/pull/38298">#38298</a></p>
            <p>This enhancement checks if users can be assigned to (or removed from) groups via Web UI. All
   group backends which do not support this functionality will be disabled in corresponding
   menus.
            </p>
            <p>https://github.com/owncloud/guests/issues/431<br>https://github.com/owncloud/core/issues/38580<br>
            </p>
            <p>https://github.com/owncloud/core/pull/38298<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Display path in the occ app:list command: <a href="https://github.com/owncloud/core/pull/38309">#38309</a></p>
            <p>Occ app:list Additionally displays the located app path
            </p>
            <p>https://github.com/owncloud/core/pull/38309<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - New config parameter to define the encrypted file format: <a href="https://github.com/owncloud/core/pull/38337">#38337</a></p>
            <p>A new config parameter has been introduced to define if encrypted files are written in the old or
   new format. The new format has a significant reduced filesize and is set to default. Files in the
   old format are still readable, only new encrypted files are written in the new format.
            </p>
            <p>https://github.com/owncloud/core/pull/38337<br>https://github.com/owncloud/encryption/pull/224<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Display error/success message while changing the log level: <a href="https://github.com/owncloud/core/pull/38340">#38340</a></p>
            <p>In order to provide instant user feedback, changing the log level in
   settings-&gt;administration-&gt;general will display an error/success message next to
   the select box.
            </p>
            <p>https://github.com/owncloud/core/pull/38340<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Implement pre-signed download urls for public links: <a href="https://github.com/owncloud/core/pull/38376">#38376</a></p>
            <p>Added pre-signed download urls for password protected public links to support clients which
   don't use cookies.
            </p>
            <p>https://github.com/owncloud/core/pull/38376<br>https://github.com/owncloud/core/pull/38532<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Allow force set DB patforms: <a href="https://github.com/owncloud/core/pull/38379">#38379</a></p>
            <p>A new 'db.platform' option added to config.php. It allows using a specific database platform
   and do not rely on autodetection.
            </p>
            <p>https://github.com/owncloud/core/pull/38379<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Added additional connection parameters to redis config: <a href="https://github.com/owncloud/core/pull/38386">#38386</a></p>
            <p>In order to provide redis SLL/TLS support a new section connection_parameters added to redis
   and redis.cluster configuration in config.php. Requirements for connection_parameters:
   php-redis extension &gt;= 5.3.0 Requirements for redis ssl/tls: redis server &gt;= 6.0
            </p>
            <p>https://github.com/owncloud/core/pull/38386<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Hide federated user suggestions if system users are found: <a href="https://github.com/owncloud/core/pull/38389">#38389</a></p>
            <p>Hide federated user suggestions when sharing if system users are found. This improves the
   usability of sharing resources with existing users via email address.
            </p>
            <p>https://github.com/owncloud/enterprise/issues/4392<br>
            </p>
            <p>https://github.com/owncloud/core/pull/38389<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Indicate existing guest-user as a guest in the share tab: <a href="https://github.com/owncloud/core/pull/38440">#38440</a></p>
            <p>Previously, after sharing a file via email with a guest, enter the same email in the tab view on
   another file, indicates the guest as a user. With this fix, we will see guest instead of user.
            </p>
            <p>https://github.com/owncloud/core/issues/38422<br>
            </p>
            <p>https://github.com/owncloud/core/pull/38440<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Add config parameter 'http.cookie.samesite': <a href="https://github.com/owncloud/core/pull/38458">#38458</a></p>
            <p>Allows to relax ownClouds same site cookie settings. Possible values: Strict, Lax or None
   Setting the same site cookie to none is necessary in case of OpenID Connect.
            </p>
            <p>https://github.com/owncloud/core/pull/38458<br>https://github.com/owncloud/core/pull/38477<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Add exception messages whenever a node cannot be moved: <a href="https://github.com/owncloud/core/pull/38481">#38481</a></p>
            <p>https://github.com/owncloud/enterprise/issues/4427<br>
            </p>
            <p>https://github.com/owncloud/core/pull/38481<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - UI improvement external storage: <a href="https://github.com/owncloud/core/pull/38483">#38483</a></p>
            <p>When selecting external storage and set the auth mechanism to 'Log-in credentials, save in
   session', the 'Enable sharing' option in the mount options dropdown will be disabled and a
   tooltip will show up due to incompatibility.
            </p>
            <p>https://github.com/owncloud/enterprise/issues/4444<br>
            </p>
            <p>https://github.com/owncloud/core/pull/38483<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Improve systemtags UI for delete and fix case sensitivity problem: <a href="https://github.com/owncloud/core/pull/38498">#38498</a></p>
            <p>Previously, a system tag could be deleted within the rename step. Now, users can delete tags
   directly from the system tags tab view dropdown menu. Also, inconsistency on tag name casing
   has been fixed.
            </p>
            <p>https://github.com/owncloud/core/issues/38494<br>https://github.com/owncloud/core/issues/38495<br>https://github.com/owncloud/core/issues/38496<br>
            </p>
            <p>https://github.com/owncloud/core/pull/38498<br></p>
        </li>
    </ul>
    <h2 id="10.6.0" class="version"> Changelog for ownCloud Core [10.6.0] (2020-11-25)</h2>
    <p>The following sections list the changes in ownCloud core 10.6.0 relevant to ownCloud admins and users.</p>
    <p>
    <a href="https://github.com/owncloud/core/compare/v10.5.0...v10.6.0">Full list of changes in 10.6.0</a>
    </p>
    <h3 id="10.6.0-summary">Summary</h3>
    <ul class="summary">
        <li class="type-bugfix changelog-item">Bugfix - Cleaning up `autocapitalize="off"` in files: <a href="https://github.com/owncloud/core/issues/15399">#15399</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Google Drive file modifications should not create duplicate files: <a href="https://github.com/owncloud/core/issues/25826">#25826</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Fix exit codes of security:certificates commands: <a href="https://github.com/owncloud/core/issues/35364">#35364</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Translate public link sharing email subject: <a href="https://github.com/owncloud/core/issues/37321">#37321</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Only allow http/https protocol on CORS: <a href="https://github.com/owncloud/core/pull/38101">#38101</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Fix problem with the market app installing an app using OpenIDConnect: <a href="https://github.com/owncloud/core/pull/37715">#37715</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Fix expiring a wrong share entry problem: <a href="https://github.com/owncloud/core/pull/37729">#37729</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Fix decoding of calendars uri: <a href="https://github.com/owncloud/core/pull/37750">#37750</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Add openid client secret to the sensitive values list: <a href="https://github.com/owncloud/core/pull/37782">#37782</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Show all shares in the "shared with you" section: <a href="https://github.com/owncloud/core/pull/37786">#37786</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Reshares using files:transfer-ownership cannot be transferred: <a href="https://github.com/owncloud/enterprise/issues/4121">#4121</a></li>
        <li class="type-bugfix changelog-item">Bugfix - "Passwords do not match" message was not being translated: <a href="https://github.com/owncloud/core/pull/37826">#37826</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Fix federated share accepting problem which occurs with some apps enabled: <a href="https://github.com/owncloud/core/issues/37719">#37719</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Allow federated share name up to 255 character: <a href="https://github.com/owncloud/core/issues/36730">#36730</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Fix application id used for sharing settings translation: <a href="https://github.com/owncloud/core/pull/37846">#37846</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Add metrics shared secret to the sensitive values list: <a href="https://github.com/owncloud/core/pull/37848">#37848</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Fix list of apps returned by OCS Provisioning API apps endpoint: <a href="https://github.com/owncloud/core/issues/37884">#37884</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Add very minimal empty ODF files: <a href="https://github.com/owncloud/core/pull/37896">#37896</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Checksums will be kept when a file is uploaded or a version is created: <a href="https://github.com/owncloud/core/pull/37934">#37934</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Fix invisible notification container blocking mouse events: <a href="https://github.com/owncloud/core/pull/37941">#37941</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Fix display of public link shares in case avatars are disabled: <a href="https://github.com/owncloud/core/pull/37945">#37945</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Clean the user's preferences only if they exist during user sync: <a href="https://github.com/owncloud/core/pull/37947">#37947</a></li>
        <li class="type-bugfix changelog-item">Bugfix - OCS and Public WebDAV Apis should handle LoginException: <a href="https://github.com/owncloud/brute_force_protection/issues/112">#112</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Properly exit and log during error in user sync command: <a href="https://github.com/owncloud/core/pull/37951">#37951</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Add a configurable number of retries on unsuccessful mountpoint move: <a href="https://github.com/owncloud/core/pull/37956">#37956</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Fix icon alignment when avatars are disabled: <a href="https://github.com/owncloud/core/pull/37964">#37964</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Fix file target in the accept share API call: <a href="https://github.com/owncloud/core/pull/37973">#37973</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Fix for Google Docs not syncing with error "server reported no size": <a href="https://github.com/owncloud/core/issues/37997">#37997</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Do not emit "share.failedpasswordcheck" events for authenticated links: <a href="https://github.com/owncloud/brute_force_protection/issues/138">#138</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Fix request token check for ocs requests: <a href="https://github.com/owncloud/core/pull/38019">#38019</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Fix logging when loading an apps fails: <a href="https://github.com/owncloud/core/pull/38037">#38037</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Properly handle StorageNotAvailableException in share external: <a href="https://github.com/owncloud/core/pull/38042">#38042</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Avoid retrieving user root iteratively in share controller: <a href="https://github.com/owncloud/enterprise/issues/4107">#4107</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Pick the translations from templates included from other apps: <a href="https://github.com/owncloud/core/pull/38072">#38072</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Override browser Accept-Language header in ajax requests: <a href="https://github.com/owncloud/core/pull/38073">#38073</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Prevent server error when loading invalid/corrupt translations: <a href="https://github.com/owncloud/core/issues/37799">#37799</a></li>
        <li class="type-bugfix changelog-item">Bugfix - SSL check when adding a public link to your ownCloud: <a href="https://github.com/owncloud/enterprise/issues/4241">#4241</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Fix translations of some strings in settings: <a href="https://github.com/owncloud/core/pull/38119">#38119</a></li>
        <li class="type-change changelog-item">Change - Update deepdiver/zipstreamer (1.1.1 => 2.0.0): <a href="https://github.com/owncloud/core/issues/37159">#37159</a></li>
        <li class="type-change changelog-item">Change - Update sabre dependencies: <a href="https://github.com/owncloud/core/pull/37684">#37684</a></li>
        <li class="type-change changelog-item">Change - Update google/apiclient from 2.5.0 to 2.6.0 and related dependencies: <a href="https://github.com/owncloud/core/pull/37687">#37687</a></li>
        <li class="type-change changelog-item">Change - Update symfony/polyfill (1.17.0 => 1.18.0): <a href="https://github.com/owncloud/core/pull/37694">#37694</a></li>
        <li class="type-change changelog-item">Change - Update icewind/smb from 3.2.5 to 3.2.6 in files_external: <a href="https://github.com/owncloud/core/pull/37712">#37712</a></li>
        <li class="type-change changelog-item">Change - Add settings checkbox to enable manual file locking: <a href="https://github.com/owncloud/core/pull/37720">#37720</a></li>
        <li class="type-change changelog-item">Change - Update Symfony components to 4.4.11: <a href="https://github.com/owncloud/core/pull/37727">#37727</a></li>
        <li class="type-change changelog-item">Change - Update league/flysystem (1.0.69 => 1.0.70): <a href="https://github.com/owncloud/core/pull/37730">#37730</a></li>
        <li class="type-change changelog-item">Change - Make core/signature.json and core/skeleton/ inaccessible: <a href="https://github.com/owncloud/core/issues/37734">#37734</a></li>
        <li class="type-change changelog-item">Change - Update google/apiclient from 2.6.0 to 2.7.0 and related dependencies: <a href="https://github.com/owncloud/core/pull/37739">#37739</a></li>
        <li class="type-change changelog-item">Change - Add values to the invalid uid list: <a href="https://github.com/owncloud/core/issues/37765">#37765</a></li>
        <li class="type-change changelog-item">Change - Update doctrine/event-manager (1.1.0 => 1.1.1): <a href="https://github.com/owncloud/core/pull/37768">#37768</a></li>
        <li class="type-change changelog-item">Change - Update symfony/polyfill (1.18.0 => 1.18.1): <a href="https://github.com/owncloud/core/pull/37772">#37772</a></li>
        <li class="type-change changelog-item">Change - Update egulias/email-validator (2.1.18 => 2.1.19): <a href="https://github.com/owncloud/core/pull/37790">#37790</a></li>
        <li class="type-change changelog-item">Change - Update opis/closure (3.5.5 => 3.5.6): <a href="https://github.com/owncloud/core/pull/37804">#37804</a></li>
        <li class="type-change changelog-item">Change - Add system config to load a different license implementation: <a href="https://github.com/owncloud/core/pull/37827">#37827</a></li>
        <li class="type-change changelog-item">Change - Update laminas/laminas-zendframework-bridge (1.0.4 => 1.1.0): <a href="https://github.com/owncloud/core/pull/37843">#37843</a></li>
        <li class="type-change changelog-item">Change - Use a debug log level if a share download is aborted: <a href="https://github.com/owncloud/core/pull/37856">#37856</a></li>
        <li class="type-change changelog-item">Change - Add command to troubleshoot transfer ownership runs for issues: <a href="https://github.com/owncloud/core/pull/37950">#37950</a></li>
        <li class="type-change changelog-item">Change - Update Symfony components to 4.4.12: <a href="https://github.com/owncloud/core/pull/37862">#37862</a></li>
        <li class="type-change changelog-item">Change - Update doctrine/dbal (2.10.2 => 2.10.3): <a href="https://github.com/owncloud/core/pull/37870">#37870</a></li>
        <li class="type-change changelog-item">Change - Update Symfony components to 4.4.13: <a href="https://github.com/owncloud/core/pull/37876">#37876</a></li>
        <li class="type-change changelog-item">Change - Update opis/closure (3.5.6 => 3.5.7): <a href="https://github.com/owncloud/core/pull/37892">#37892</a></li>
        <li class="type-change changelog-item">Change - Update egulias/email-validator (2.1.19 => 2.1.20): <a href="https://github.com/owncloud/core/pull/37892">#37892</a></li>
        <li class="type-change changelog-item">Change - Update phpseclib/phpseclib (2.0.28 => 2.0.29): <a href="https://github.com/owncloud/core/pull/37893">#37893</a></li>
        <li class="type-change changelog-item">Change - Update icewind/smb from 3.2.6 to 3.2.7 in files_external: <a href="https://github.com/owncloud/core/pull/37894">#37894</a></li>
        <li class="type-change changelog-item">Change - Update doctrine/dbal (2.10.3 => 2.10.4): <a href="https://github.com/owncloud/core/pull/37904">#37904</a></li>
        <li class="type-change changelog-item">Change - Update symfony/translation-contracts (v1.1.9 => v1.1.10): <a href="https://github.com/owncloud/core/pull/37904">#37904</a></li>
        <li class="type-change changelog-item">Change - Reduce the log level of locked exceptions: <a href="https://github.com/owncloud/core/pull/37907">#37907</a></li>
        <li class="type-change changelog-item">Change - Update google/apiclient from 2.7.0 to 2.7.1 and related dependencies: <a href="https://github.com/owncloud/core/pull/37912">#37912</a></li>
        <li class="type-change changelog-item">Change - Update sabre/event (5.1.0 => 5.1.1): <a href="https://github.com/owncloud/core/pull/37921">#37921</a></li>
        <li class="type-change changelog-item">Change - Update laminas/laminas-zendframework-bridge (1.1.0 => 1.1.1): <a href="https://github.com/owncloud/core/pull/37921">#37921</a></li>
        <li class="type-change changelog-item">Change - New defaults for phoenix app switcher icon and label: <a href="https://github.com/owncloud/core/pull/37923">#37923</a></li>
        <li class="type-change changelog-item">Change - Update pear/archive_tar (1.4.9 => 1.4.10): <a href="https://github.com/owncloud/core/pull/37926">#37926</a></li>
        <li class="type-change changelog-item">Change - Update egulias/email-validator (2.1.20 => 2.1.21): <a href="https://github.com/owncloud/core/pull/37926">#37926</a></li>
        <li class="type-change changelog-item">Change - Update egulias/email-validator (2.1.21 => 2.1.22): <a href="https://github.com/owncloud/core/pull/37949">#37949</a></li>
        <li class="type-change changelog-item">Change - Update Symfony components to 4.4.14: <a href="https://github.com/owncloud/core/pull/37949">#37949</a></li>
        <li class="type-change changelog-item">Change - DropOldTables repair job won't show a progress bar: <a href="https://github.com/owncloud/core/pull/37953">#37953</a></li>
        <li class="type-change changelog-item">Change - Update sabre dependencies: <a href="https://github.com/owncloud/core/pull/37975">#37975</a></li>
        <li class="type-change changelog-item">Change - Update Symfony components to 4.4.15: <a href="https://github.com/owncloud/core/pull/37975">#37975</a></li>
        <li class="type-change changelog-item">Change - Update opis/closure (3.5.7 => 3.6.0): <a href="https://github.com/owncloud/core/pull/38004">#38004</a></li>
        <li class="type-change changelog-item">Change - Update symfony/polyfill (1.18.1 => 1.19.0): <a href="https://github.com/owncloud/core/pull/38032">#38032</a></li>
        <li class="type-change changelog-item">Change - Update symfony/polyfill (1.19.0 => 1.20.0): <a href="https://github.com/owncloud/core/pull/38033">#38033</a></li>
        <li class="type-change changelog-item">Change - Update google/apiclient from 2.7.1 to 2.8.0 and related dependencies: <a href="https://github.com/owncloud/core/pull/38043">#38043</a></li>
        <li class="type-change changelog-item">Change - Update dg/composer-cleaner (v2.1 => v2.2): <a href="https://github.com/owncloud/core/pull/38044">#38044</a></li>
        <li class="type-change changelog-item">Change - Update Symfony components to 4.4.16: <a href="https://github.com/owncloud/core/pull/38046">#38046</a></li>
        <li class="type-change changelog-item">Change - Update egulias/email-validator (2.1.22 => 2.1.23): <a href="https://github.com/owncloud/core/pull/38061">#38061</a></li>
        <li class="type-change changelog-item">Change - Update sabre/vobject (4.3.2 => 4.3.3): <a href="https://github.com/owncloud/core/pull/38091">#38091</a></li>
        <li class="type-change changelog-item">Change - Update opis/closure (3.6.0 => 3.6.1): <a href="https://github.com/owncloud/core/pull/38091">#38091</a></li>
        <li class="type-change changelog-item">Change - Update sabre/dav (4.1.2 => 4.1.3): <a href="https://github.com/owncloud/core/pull/38092">#38092</a></li>
        <li class="type-change changelog-item">Change - Update egulias/email-validator (2.1.23 => 2.1.24): <a href="https://github.com/owncloud/core/pull/38116">#38116</a></li>
        <li class="type-change changelog-item">Change - Update pear/archive_tar (1.4.10 => 1.4.11): <a href="https://github.com/owncloud/core/pull/38137">#38137</a></li>
        <li class="type-change changelog-item">Change - Rename phoenix to web: <a href="https://github.com/owncloud/core/pull/38199">#38199</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Cleanup encryption config values on disabling encryption: <a href="https://github.com/owncloud/core/pull/35980">#35980</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Add support for date expiration on remote shares: <a href="https://github.com/owncloud/core/pull/37548">#37548</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Support pre-signed urls: <a href="https://github.com/owncloud/core/pull/37634">#37634</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Add capability for the favorite files feature: <a href="https://github.com/owncloud/core/pull/37673">#37673</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Add Support for SGI Image Previews: <a href="https://github.com/owncloud/core/pull/37758">#37758</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Allow getting the share list filtered by share type via API: <a href="https://github.com/owncloud/core/pull/38000">#38000</a></li>
        <li class="type-enhancement changelog-item">Enhancement - GetShare API request's "subfiles" parameter allows new interactions: <a href="https://github.com/owncloud/core/pull/38053">#38053</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Add new method in the PHP API interface: <a href="https://github.com/owncloud/core/pull/38054">#38054</a></li>
    </ul>
    <h3 id="10.6.0-details">Details</h3>
    <ul class="details">
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Cleaning up `autocapitalize="off"` in files: <a href="https://github.com/owncloud/core/issues/15399">#15399</a></p>
            <p>All instances of deprecated `autocapitalize="off"` HTML attributes were replaced with
   `autocapitalize="none"` in the parent &lt;form&gt; tag.
            </p>
            <p>https://github.com/owncloud/core/issues/15399<br>
            </p>
            <p>https://github.com/owncloud/core/pull/37965<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Google Drive file modifications should not create duplicate files: <a href="https://github.com/owncloud/core/issues/25826">#25826</a></p>
            <p>Change: Allow Storage backends to explicitly opt-in/opt-out of marking file as partial while
   uploadingExisting files in Google Drive that were modified and saved (uploaded) would result in
   duplicate files of the same name. The root cause was appending .part to filenames for upload.
   This update first allows Storage to opt-out of .part filenames during upload and second opts
   out of .part filenames for Google Storage backend specifically.
            </p>
            <p>https://github.com/owncloud/core/issues/25826<br>
            </p>
            <p>https://github.com/owncloud/core/pull/37062<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Fix exit codes of security:certificates commands: <a href="https://github.com/owncloud/core/issues/35364">#35364</a></p>
            <p>If there is an error when doing occ security:certificates:import or occ
   security:certificates:remove then the command will exit with status 1. This allows the
   caller to reliably detect if there was a problem.
            </p>
            <p>https://github.com/owncloud/core/issues/35364<br>
            </p>
            <p>https://github.com/owncloud/core/pull/37783<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Translate public link sharing email subject: <a href="https://github.com/owncloud/core/issues/37321">#37321</a></p>
            <p>https://github.com/owncloud/core/issues/37321<br>
            </p>
            <p>https://github.com/owncloud/core/pull/37322<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Only allow http/https protocol on CORS: <a href="https://github.com/owncloud/core/pull/38101">#38101</a></p>
            <p>Adding a white-listed domain allowed strange protocols like ftp://owncloud.com,
   restricted to http/https
            </p>
            <p>https://github.com/owncloud/core/pull/38101<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Fix problem with the market app installing an app using OpenIDConnect: <a href="https://github.com/owncloud/core/pull/37715">#37715</a></p>
            <p>The OpenIDConnect app uses an in-memory cache to store an OpenID session in order to avoid
   hitting the OpenID provider too much. After an app was installed, the prefix used to store
   information in the cache was changing. This was causing problems because the OpenIDConnect
   app thought the OpenID session was no longer valid and, as a consequence, it was logging out the
   user. In practice, installing an new app with the market app having logged in via OpenIDConnect
   would cause the user to logout.Now, the cache prefix only changes after an ownCloud upgrade. Installing an app won't cause the
   cache prefix to change, so this will fix the problem. The OpenIDConnect app will still find the
   stored session information after the new apps are installed.
            </p>
            <p>https://github.com/owncloud/core/pull/37715<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Fix expiring a wrong share entry problem: <a href="https://github.com/owncloud/core/pull/37729">#37729</a></p>
            <p>If multiple links exist for the same node and, non-expired share created before expired share,
   expiredSharesJob was deleting non-expired share. This problem has been resolved. Also,
   ExpireSharesJob now handles user and group shares.
            </p>
            <p>https://github.com/owncloud/core/pull/37729<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Fix decoding of calendars uri: <a href="https://github.com/owncloud/core/pull/37750">#37750</a></p>
            <p>In case an user had calendars uri containing special characters, for instance "persönlich",
   and this user was then invited to a calendar event, the event could not be created and a 404 was
   shown in the stack trace. Reason for this was the uri not being properly decoded. The behavior
   has now been fixed.
            </p>
            <p>https://github.com/owncloud/core/pull/37750<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Add openid client secret to the sensitive values list: <a href="https://github.com/owncloud/core/pull/37782">#37782</a></p>
            <p>Openid client secret was printed as is in the config report. Now it is masked.
            </p>
            <p>https://github.com/owncloud/core/pull/37782<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Show all shares in the "shared with you" section: <a href="https://github.com/owncloud/core/pull/37786">#37786</a></p>
            <p>Previously, when a user received some shares from multiple remote servers and one of them was
   removed, the "shared with you" section didn't show any share even though the user still had
   other shares that were accessible in other remote servers.This is now fixed by ignoring those non-accessible remote shares. The rest of the shares will be
   shown.
            </p>
            <p>https://github.com/owncloud/core/pull/37786<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Reshares using files:transfer-ownership cannot be transferred: <a href="https://github.com/owncloud/enterprise/issues/4121">#4121</a></p>
            <p>Received shares that have been reshared further now will not be transferred using
   files:transfer-ownership. Fixes issue with mismatching ownership after executing
   transfer.
            </p>
            <p>https://github.com/owncloud/enterprise/issues/4121<br>
            </p>
            <p>https://github.com/owncloud/core/pull/37791<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - "Passwords do not match" message was not being translated: <a href="https://github.com/owncloud/core/pull/37826">#37826</a></p>
            <p>This message is now able to be translated.
            </p>
            <p>https://github.com/owncloud/core/pull/37826<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Fix federated share accepting problem which occurs with some apps enabled: <a href="https://github.com/owncloud/core/issues/37719">#37719</a></p>
            <p>Filesystem may not set already for shared user in some cases when accepting a federated share.
   This situation broke accept federated share api. This problem has been resolved.
            </p>
            <p>https://github.com/owncloud/core/issues/37719<br>https://github.com/owncloud/music/issues/778<br>
            </p>
            <p>https://github.com/owncloud/core/pull/37834<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Allow federated share name up to 255 character: <a href="https://github.com/owncloud/core/issues/36730">#36730</a></p>
            <p>Receiving a federated share of a file with name greater than 63 characters was not possible.
   This problem has been resolved by extending related column length of database to 255.
            </p>
            <p>https://github.com/owncloud/core/issues/36730<br>
            </p>
            <p>https://github.com/owncloud/core/pull/37835<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Fix application id used for sharing settings translation: <a href="https://github.com/owncloud/core/pull/37846">#37846</a></p>
            <p>"Owner language" and permission titles "Create", "Change", "Delete", "Share" were not being
   translated. Now it is translated.
            </p>
            <p>https://github.com/owncloud/core/pull/37846<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Add metrics shared secret to the sensitive values list: <a href="https://github.com/owncloud/core/pull/37848">#37848</a></p>
            <p>The metrics api shared secret was printed as is in the config report. Now it is masked.
            </p>
            <p>https://github.com/owncloud/core/pull/37848<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Fix list of apps returned by OCS Provisioning API apps endpoint: <a href="https://github.com/owncloud/core/issues/37884">#37884</a></p>
            <p>Requests to ocs/v1.php/cloud/apps without any filter now return all apps, including the
   always-enabled apps.
            </p>
            <p>https://github.com/owncloud/core/issues/37884<br>
            </p>
            <p>https://github.com/owncloud/core/pull/37901<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Add very minimal empty ODF files: <a href="https://github.com/owncloud/core/pull/37896">#37896</a></p>
            <p>These files contain no data at all. This guarantees that when the user opens a new document in the
   richdocuments app, the language of paragraph, page size, cell date format, currency, etc.
   will be according to the current locale.Previous files were in German. E.g. document language (spellcheck language) was set to
   German, spreadsheet tab name was "Tabelle", etc. It was incorrect for non-German users.
            </p>
            <p>https://github.com/owncloud/core/pull/37896<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Checksums will be kept when a file is uploaded or a version is created: <a href="https://github.com/owncloud/core/pull/37934">#37934</a></p>
            <p>Previously, reuploading the same file caused the checksum of the file to be reset. In addition,
   the checksum weren't being carried away when a new version of the file was created. This means
   that the versions didn't have a checksum.Both problems are now solved.
            </p>
            <p>https://github.com/owncloud/core/pull/37934<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Fix invisible notification container blocking mouse events: <a href="https://github.com/owncloud/core/pull/37941">#37941</a></p>
            <p>https://github.com/owncloud/core/pull/37941<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Fix display of public link shares in case avatars are disabled: <a href="https://github.com/owncloud/core/pull/37945">#37945</a></p>
            <p>In case avatars were disabled through config.php and a public link was created for some file, a
   "sharing is not allowed" message was displayed when leaving the sharing panel and trying to
   access it again for that specific file. The behavior has now been fixed.
            </p>
            <p>https://github.com/owncloud/core/pull/37945<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Clean the user's preferences only if they exist during user sync: <a href="https://github.com/owncloud/core/pull/37947">#37947</a></p>
            <p>Previously, the user's preferences were cleaned during the user:sync command. This was done
   regardless of the preferences existance, which was causing the
   "userpreference.afterDeleteValue" event to be triggered always, and then, as consequence,
   the admin_audit app was logging those events. Basically, this bug was causing a log flood by the
   admin_audit app even if those preferences weren't there in the first place.Now we check first if those preferences exist before attempting to delete them. If they exist,
   the admin_audit app will still log that deletion, but if not nothing happens because the
   deletion won't be attempted.
            </p>
            <p>https://github.com/owncloud/core/pull/37947<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - OCS and Public WebDAV Apis should handle LoginException: <a href="https://github.com/owncloud/brute_force_protection/issues/112">#112</a></p>
            <p>OCS api and new public webdav api was not handle LoginException. This situation was causing
   HTTP 500 error in response. This bug has been resolved.
            </p>
            <p>https://github.com/owncloud/brute_force_protection/issues/112<br>
            </p>
            <p>https://github.com/owncloud/core/pull/37948<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Properly exit and log during error in user sync command: <a href="https://github.com/owncloud/core/pull/37951">#37951</a></p>
            <p>If there is an error when doing occ user:sync then the command will exit with return 1 and
   properly log the error.
            </p>
            <p>https://github.com/owncloud/enterprise/issues/4218<br>
            </p>
            <p>https://github.com/owncloud/core/pull/37951<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Add a configurable number of retries on unsuccessful mountpoint move: <a href="https://github.com/owncloud/core/pull/37956">#37956</a></p>
            <p>Handling of conflicting mountpoints across different share backends was improved by adding a
   configurable number of the mountpoint rename attempts. Now when the mountpoint rename has
   been failed on the user filesystem initialization due to internal backend-specific reasons
   the used mountpoint name is considered to be taken, a new name is generated and the rename
   operation could be repeated several times until it either succeeds or rename attempts limit is
   reached.
            </p>
            <p>https://github.com/owncloud/core/pull/37956<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Fix icon alignment when avatars are disabled: <a href="https://github.com/owncloud/core/pull/37964">#37964</a></p>
            <p>Action icons for the sharee list view, when you want to know who are you sharing to, where being
   pushed to the left when the avatars were disabled, breaking part of the layout.Those icons are now aligned.
            </p>
            <p>https://github.com/owncloud/core/pull/37964<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Fix file target in the accept share API call: <a href="https://github.com/owncloud/core/pull/37973">#37973</a></p>
            <p>If you had a custom share_folder set in the config.php file and the auto-accept feature for the
   internal user sharing was disabled, when a user accepted the user share, the file target in the
   API response contained the share_folder duplicated. This was limited to the API response.Now the API responds correctly, and the file target doesn't have the share_folder duplicated
            </p>
            <p>https://github.com/owncloud/core/pull/37973<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Fix for Google Docs not syncing with error "server reported no size": <a href="https://github.com/owncloud/core/issues/37997">#37997</a></p>
            <p>Users with Google Drive connected external storage were previously subjected to a "server
   reported no size" error in desktop sync client for every Google Doc that attempted to sync.
   Additionally, the Google Doc would not be downloaded.
            </p>
            <p>https://github.com/owncloud/core/issues/37997<br>
            </p>
            <p>https://github.com/owncloud/core/pull/37993<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Do not emit "share.failedpasswordcheck" events for authenticated links: <a href="https://github.com/owncloud/brute_force_protection/issues/138">#138</a></p>
            <p>ShareManager was checking password of already authenticated public links. This situation
   led to wrong "share.failedpasswordcheck" events emitting in already authenticated links.
   This problem has been resolved by first checking link already authenticated.
            </p>
            <p>https://github.com/owncloud/brute_force_protection/issues/138<br>
            </p>
            <p>https://github.com/owncloud/core/pull/38016<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Fix request token check for ocs requests: <a href="https://github.com/owncloud/core/pull/38019">#38019</a></p>
            <p>Since the OCS_APIREQUEST header was removed we needed to either implement the header again or
   implement another way to properly check cookie authenticated ocs requests.
            </p>
            <p>https://github.com/owncloud/core/pull/38019<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Fix logging when loading an apps fails: <a href="https://github.com/owncloud/core/pull/38037">#38037</a></p>
            <p>Some apps use the variable $app in app.php - this overwrites the variable in requireAppFile and
   causes the error
            </p>
            <p>https://github.com/owncloud/core/pull/38037<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Properly handle StorageNotAvailableException in share external: <a href="https://github.com/owncloud/core/pull/38042">#38042</a></p>
            <p>Users with Federated Shares of which storage was unavailable, were encountering issues when
   working with the shares (e.g. unsharing or listing). It was caused by unhandled exception.
            </p>
            <p>https://github.com/owncloud/enterprise/issues/4217<br>https://github.com/owncloud/enterprise/issues/4117<br>https://github.com/owncloud/enterprise/issues/2721<br>
            </p>
            <p>https://github.com/owncloud/core/pull/38042<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Avoid retrieving user root iteratively in share controller: <a href="https://github.com/owncloud/enterprise/issues/4107">#4107</a></p>
            <p>There was a performance problem that with many shares, the "share tab" was slow to display
   entries. Now the performance of displaying that tab should be better as we avoid retrieving the
   same information for all the shares
            </p>
            <p>https://github.com/owncloud/enterprise/issues/4107<br>
            </p>
            <p>https://github.com/owncloud/core/pull/38055<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Pick the translations from templates included from other apps: <a href="https://github.com/owncloud/core/pull/38072">#38072</a></p>
            <p>Some apps can include template parts from a different app, normally from core. From example,
   the activity app can include content from the core templates to be used in the activity email.The translated strings were picked from the original app even though the template was within
   core space. As a result, some string weren't translated because of the missing translation for
   those strings in the original app. Note that core had the strings correctly translated.Now the translations are picked from the requested app template as intended, instead of
   looking for them in the original app.
            </p>
            <p>https://github.com/owncloud/core/pull/38072<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Override browser Accept-Language header in ajax requests: <a href="https://github.com/owncloud/core/pull/38073">#38073</a></p>
            <p>A default Accept-Language header sent by browser in Ajax requests made OCS API to respond in a
   wrong language sometimes. Now this header is set globally to match the current user language.
            </p>
            <p>https://github.com/owncloud/core/pull/38073<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Prevent server error when loading invalid/corrupt translations: <a href="https://github.com/owncloud/core/issues/37799">#37799</a></p>
            <p>This fix prevents server errors when loading invalid or corrupt translations from Transifex.
   This is critical as every user is able to contribute to the ownCloud translations.
            </p>
            <p>https://github.com/owncloud/core/issues/37799<br>
            </p>
            <p>https://github.com/owncloud/core/pull/38103<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - SSL check when adding a public link to your ownCloud: <a href="https://github.com/owncloud/enterprise/issues/4241">#4241</a></p>
            <p>Prior to this fix, a SSL certificate check was performed when adding a public link to your
   ownCloud. As this check was done on the base URL of the server, it could cause some issues, for
   example endless redirect loops. This fix gets rid of the SSL check because the storage-check
   afterwards also checks the validity of the server's SSL certificate. This check is being made
   on /status.php, thus it likely wont end up in a redirect loop.
            </p>
            <p>https://github.com/owncloud/enterprise/issues/4241<br>
            </p>
            <p>https://github.com/owncloud/core/pull/38107<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Fix translations of some strings in settings: <a href="https://github.com/owncloud/core/pull/38119">#38119</a></p>
            <p>https://github.com/owncloud/core/pull/38119<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update deepdiver/zipstreamer (1.1.1 => 2.0.0): <a href="https://github.com/owncloud/core/issues/37159">#37159</a></p>
            <p>https://github.com/owncloud/core/issues/37159<br>
            </p>
            <p>https://github.com/owncloud/core/pull/37718<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update sabre dependencies: <a href="https://github.com/owncloud/core/pull/37684">#37684</a></p>
            <p>This change updates: - sabre/dav (4.1.0 =&gt; 4.1.1) - sabre/vobject (4.3.0 =&gt; 4.3.1)
            </p>
            <p>https://github.com/owncloud/core/pull/37684<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update google/apiclient from 2.5.0 to 2.6.0 and related dependencies: <a href="https://github.com/owncloud/core/pull/37687">#37687</a></p>
            <p>This change updates the 3rd-party dependencies of files_external: - google/apiclient
   (v2.5.0 =&gt; v2.6.0) - google/auth (v1.9.0 =&gt; v1.10.0) - phpseclib/phpseclib (2.0.27
   =&gt; 2.0.28)
            </p>
            <p>https://github.com/owncloud/core/pull/37687<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update symfony/polyfill (1.17.0 => 1.18.0): <a href="https://github.com/owncloud/core/pull/37694">#37694</a></p>
            <p>The following symfony/polyfill components have been updated to version 1.18.0:Symfony/polyfill-ctype symfony/polyfill-iconv symfony/polyfill-intl-idn
   symfony/polyfill-intl-normalizer symfony/polyfill-mbstring symfony/polyfill-php70
   symfony/polyfill-php72 symfony/polyfill-php73 symfony/polyfill-php80
            </p>
            <p>https://github.com/owncloud/core/pull/37694<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update icewind/smb from 3.2.5 to 3.2.6 in files_external: <a href="https://github.com/owncloud/core/pull/37712">#37712</a></p>
            <p>https://github.com/owncloud/core/pull/37712<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Add settings checkbox to enable manual file locking: <a href="https://github.com/owncloud/core/pull/37720">#37720</a></p>
            <p>A checkbox to enable manual file locking on clients has been added to admin settings,
   additional, manual file locking. This checkbox is an alternative way to enable manual file
   locking on clients that support it. The occ command can also still be used - occ config:app:set
   files enable_lock_file_action --value yes
            </p>
            <p>https://github.com/owncloud/core/pull/37720<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update Symfony components to 4.4.11: <a href="https://github.com/owncloud/core/pull/37727">#37727</a></p>
            <p>The following Symfony components have been updated to version 4.4.11 - console -
   event-dispatcher - process - routing - translation
            </p>
            <p>https://github.com/owncloud/core/pull/37727<br></p>
            <p>https://symfony.com/blog/symfony-4-4-11-released<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update league/flysystem (1.0.69 => 1.0.70): <a href="https://github.com/owncloud/core/pull/37730">#37730</a></p>
            <p>https://github.com/owncloud/core/pull/37730<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Make core/signature.json and core/skeleton/ inaccessible: <a href="https://github.com/owncloud/core/issues/37734">#37734</a></p>
            <p>https://github.com/owncloud/core/issues/37734<br>
            </p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update google/apiclient from 2.6.0 to 2.7.0 and related dependencies: <a href="https://github.com/owncloud/core/pull/37739">#37739</a></p>
            <p>This change updates the 3rd-party dependencies of files_external: - google/apiclient
   (v2.6.0 =&gt; v2.7.0) - google/apiclient-services (v0.139 =&gt; v0.141) - google/auth
   (v1.10.0 =&gt; v1.11.1) - monolog/monolog (2.1.0 =&gt; 2.1.1)
            </p>
            <p>https://github.com/owncloud/core/pull/37739<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Add values to the invalid uid list: <a href="https://github.com/owncloud/core/issues/37765">#37765</a></p>
            <p>Enhancement of the invalid uid list added by
   https://github.com/owncloud/core/pull/37268.
            </p>
            <p>https://github.com/owncloud/core/issues/37765<br>
            </p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update doctrine/event-manager (1.1.0 => 1.1.1): <a href="https://github.com/owncloud/core/pull/37768">#37768</a></p>
            <p>https://github.com/owncloud/core/pull/37768<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update symfony/polyfill (1.18.0 => 1.18.1): <a href="https://github.com/owncloud/core/pull/37772">#37772</a></p>
            <p>The following symfony/polyfill components have been updated to version 1.18.1:Symfony/polyfill-ctype symfony/polyfill-iconv symfony/polyfill-intl-idn
   symfony/polyfill-intl-normalizer symfony/polyfill-mbstring symfony/polyfill-php70
   symfony/polyfill-php72 symfony/polyfill-php73 symfony/polyfill-php80
            </p>
            <p>https://github.com/owncloud/core/pull/37772<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update egulias/email-validator (2.1.18 => 2.1.19): <a href="https://github.com/owncloud/core/pull/37790">#37790</a></p>
            <p>https://github.com/owncloud/core/pull/37790<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update opis/closure (3.5.5 => 3.5.6): <a href="https://github.com/owncloud/core/pull/37804">#37804</a></p>
            <p>https://github.com/owncloud/core/pull/37804<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Add system config to load a different license implementation: <a href="https://github.com/owncloud/core/pull/37827">#37827</a></p>
            <p>The default license implementation can now be replaced.
            </p>
            <p>https://github.com/owncloud/core/pull/37827<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update laminas/laminas-zendframework-bridge (1.0.4 => 1.1.0): <a href="https://github.com/owncloud/core/pull/37843">#37843</a></p>
            <p>https://github.com/owncloud/core/pull/37843<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Use a debug log level if a share download is aborted: <a href="https://github.com/owncloud/core/pull/37856">#37856</a></p>
            <p>If a client was downloading a file through a public link share and he decided to disconnect and
   abort the download, ownCloud was logging that exception. Now ownCloud will log a message with a
   debug level instead of logging the exception in order to reduce the noise.
            </p>
            <p>https://github.com/owncloud/core/pull/37856<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Add command to troubleshoot transfer ownership runs for issues: <a href="https://github.com/owncloud/core/pull/37950">#37950</a></p>
            <p>https://github.com/owncloud/enterprise/issues/4121<br>
            </p>
            <p>https://github.com/owncloud/core/pull/37950<br>https://github.com/owncloud/core/pull/37860<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update Symfony components to 4.4.12: <a href="https://github.com/owncloud/core/pull/37862">#37862</a></p>
            <p>The following Symfony components have been updated to version 4.4.12 - console -
   event-dispatcher - process - routing - translation
            </p>
            <p>https://github.com/owncloud/core/pull/37862<br></p>
            <p>https://symfony.com/blog/symfony-4-4-12-released<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update doctrine/dbal (2.10.2 => 2.10.3): <a href="https://github.com/owncloud/core/pull/37870">#37870</a></p>
            <p>https://github.com/owncloud/core/pull/37870<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update Symfony components to 4.4.13: <a href="https://github.com/owncloud/core/pull/37876">#37876</a></p>
            <p>The following Symfony components have been updated to version 4.4.13 - console -
   event-dispatcher - process - routing - translation
            </p>
            <p>https://github.com/owncloud/core/pull/37876<br></p>
            <p>https://symfony.com/blog/symfony-4-4-13-released<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update opis/closure (3.5.6 => 3.5.7): <a href="https://github.com/owncloud/core/pull/37892">#37892</a></p>
            <p>https://github.com/owncloud/core/pull/37892<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update egulias/email-validator (2.1.19 => 2.1.20): <a href="https://github.com/owncloud/core/pull/37892">#37892</a></p>
            <p>https://github.com/owncloud/core/pull/37892<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update phpseclib/phpseclib (2.0.28 => 2.0.29): <a href="https://github.com/owncloud/core/pull/37893">#37893</a></p>
            <p>https://github.com/owncloud/core/pull/37893<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update icewind/smb from 3.2.6 to 3.2.7 in files_external: <a href="https://github.com/owncloud/core/pull/37894">#37894</a></p>
            <p>https://github.com/owncloud/core/pull/37894<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update doctrine/dbal (2.10.3 => 2.10.4): <a href="https://github.com/owncloud/core/pull/37904">#37904</a></p>
            <p>https://github.com/owncloud/core/pull/37904<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update symfony/translation-contracts (v1.1.9 => v1.1.10): <a href="https://github.com/owncloud/core/pull/37904">#37904</a></p>
            <p>https://github.com/owncloud/core/pull/37904<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Reduce the log level of locked exceptions: <a href="https://github.com/owncloud/core/pull/37907">#37907</a></p>
            <p>Log level of locked exceptions will be "debug" by default instead of "fatal"
            </p>
            <p>https://github.com/owncloud/core/pull/37907<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update google/apiclient from 2.7.0 to 2.7.1 and related dependencies: <a href="https://github.com/owncloud/core/pull/37912">#37912</a></p>
            <p>This change updates the 3rd-party dependencies of files_external: - google/apiclient
   (v2.7.0 =&gt; v2.7.1) - google/apiclient-services (v0.141 =&gt; v0.146) - google/auth
   (v1.11.1 =&gt; v1.12.0)
            </p>
            <p>https://github.com/owncloud/core/pull/37912<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update sabre/event (5.1.0 => 5.1.1): <a href="https://github.com/owncloud/core/pull/37921">#37921</a></p>
            <p>https://github.com/owncloud/core/pull/37921<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update laminas/laminas-zendframework-bridge (1.1.0 => 1.1.1): <a href="https://github.com/owncloud/core/pull/37921">#37921</a></p>
            <p>https://github.com/owncloud/core/pull/37921<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - New defaults for phoenix app switcher icon and label: <a href="https://github.com/owncloud/core/pull/37923">#37923</a></p>
            <p>When phoenix is configured (phoenix.baseUrl in config.php), the app switcher has a menu item
   for Phoenix. This now has a new and configurable default icon and default label.
            </p>
            <p>https://github.com/owncloud/product/issues/227<br>
            </p>
            <p>https://github.com/owncloud/core/pull/37923<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update pear/archive_tar (1.4.9 => 1.4.10): <a href="https://github.com/owncloud/core/pull/37926">#37926</a></p>
            <p>https://github.com/owncloud/core/pull/37926<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update egulias/email-validator (2.1.20 => 2.1.21): <a href="https://github.com/owncloud/core/pull/37926">#37926</a></p>
            <p>https://github.com/owncloud/core/pull/37926<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update egulias/email-validator (2.1.21 => 2.1.22): <a href="https://github.com/owncloud/core/pull/37949">#37949</a></p>
            <p>https://github.com/owncloud/core/pull/37949<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update Symfony components to 4.4.14: <a href="https://github.com/owncloud/core/pull/37949">#37949</a></p>
            <p>The following Symfony components have been updated to version 4.4.14 - console -
   event-dispatcher - process - routing - translation
            </p>
            <p>https://github.com/owncloud/core/pull/37949<br></p>
            <p>https://symfony.com/blog/symfony-4-4-14-released<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - DropOldTables repair job won't show a progress bar: <a href="https://github.com/owncloud/core/pull/37953">#37953</a></p>
            <p>The "DropOldTables" repair job that happens during upgrade won't show a progress bar any
   longer.
            </p>
            <p>https://github.com/owncloud/core/pull/37953<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update sabre dependencies: <a href="https://github.com/owncloud/core/pull/37975">#37975</a></p>
            <p>This change updates: - sabre/dav (4.1.1 =&gt; 4.1.2) - sabre/event (5.1.1 =&gt; 5.1.2) -
   sabre/http (5.1.0 =&gt; 5.1.1) - sabre/uri (2.2.0 =&gt; 2.2.1) - sabre/vobject (4.3.1 =&gt;
   4.3.2) - sabre/xml (2.2.1 =&gt; 2.2.3)
            </p>
            <p>https://github.com/owncloud/core/pull/37975<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update Symfony components to 4.4.15: <a href="https://github.com/owncloud/core/pull/37975">#37975</a></p>
            <p>The following Symfony components have been updated to version 4.4.15 - console -
   event-dispatcher - process - routing - translation
            </p>
            <p>https://github.com/owncloud/core/pull/37975<br></p>
            <p>https://symfony.com/blog/symfony-4-4-15-released<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update opis/closure (3.5.7 => 3.6.0): <a href="https://github.com/owncloud/core/pull/38004">#38004</a></p>
            <p>https://github.com/owncloud/core/pull/38004<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update symfony/polyfill (1.18.1 => 1.19.0): <a href="https://github.com/owncloud/core/pull/38032">#38032</a></p>
            <p>The following symfony/polyfill components have been updated to version 1.19.0:Symfony/polyfill-ctype symfony/polyfill-iconv symfony/polyfill-intl-idn
   symfony/polyfill-intl-normalizer symfony/polyfill-mbstring symfony/polyfill-php70
   symfony/polyfill-php72 symfony/polyfill-php73 symfony/polyfill-php80
            </p>
            <p>https://github.com/owncloud/core/pull/38032<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update symfony/polyfill (1.19.0 => 1.20.0): <a href="https://github.com/owncloud/core/pull/38033">#38033</a></p>
            <p>The following symfony/polyfill components have been updated to version 1.20.0:Symfony/polyfill-ctype symfony/polyfill-iconv symfony/polyfill-intl-idn
   symfony/polyfill-intl-normalizer symfony/polyfill-mbstring symfony/polyfill-php72
   symfony/polyfill-php73 symfony/polyfill-php80
            </p>
            <p>https://github.com/owncloud/core/pull/38033<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update google/apiclient from 2.7.1 to 2.8.0 and related dependencies: <a href="https://github.com/owncloud/core/pull/38043">#38043</a></p>
            <p>This change updates the 3rd-party dependencies of files_external: - google/apiclient
   (v2.7.1 =&gt; v2.8.0) - google/apiclient-services (v0.146 =&gt; v0.152) - google/auth
   (v1.12.0 =&gt; v1.14.3) - guzzlehttp/psr7 (1.6.1 =&gt; 1.7.0)
            </p>
            <p>https://github.com/owncloud/core/pull/38043<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update dg/composer-cleaner (v2.1 => v2.2): <a href="https://github.com/owncloud/core/pull/38044">#38044</a></p>
            <p>https://github.com/owncloud/core/pull/38044<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update Symfony components to 4.4.16: <a href="https://github.com/owncloud/core/pull/38046">#38046</a></p>
            <p>The following Symfony components have been updated to version 4.4.16 - console -
   event-dispatcher - process - routing - translation
            </p>
            <p>https://github.com/owncloud/core/pull/38046<br></p>
            <p>https://symfony.com/blog/symfony-4-4-16-released<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update egulias/email-validator (2.1.22 => 2.1.23): <a href="https://github.com/owncloud/core/pull/38061">#38061</a></p>
            <p>https://github.com/owncloud/core/pull/38061<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update sabre/vobject (4.3.2 => 4.3.3): <a href="https://github.com/owncloud/core/pull/38091">#38091</a></p>
            <p>https://github.com/owncloud/core/pull/38091<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update opis/closure (3.6.0 => 3.6.1): <a href="https://github.com/owncloud/core/pull/38091">#38091</a></p>
            <p>https://github.com/owncloud/core/pull/38091<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update sabre/dav (4.1.2 => 4.1.3): <a href="https://github.com/owncloud/core/pull/38092">#38092</a></p>
            <p>https://github.com/owncloud/core/pull/38092<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update egulias/email-validator (2.1.23 => 2.1.24): <a href="https://github.com/owncloud/core/pull/38116">#38116</a></p>
            <p>https://github.com/owncloud/core/pull/38116<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update pear/archive_tar (1.4.10 => 1.4.11): <a href="https://github.com/owncloud/core/pull/38137">#38137</a></p>
            <p>https://github.com/owncloud/core/pull/38137<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Rename phoenix to web: <a href="https://github.com/owncloud/core/pull/38199">#38199</a></p>
            <p>Phoenix has been renamed to Web. You can now set these keys in config.php to control Web:- web.baseUrl - web.icon - web.label
            </p>
            <p>https://github.com/owncloud/core/pull/38199<br>https://github.com/owncloud/core/pull/38201<br>https://github.com/owncloud/core/pull/38212<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Cleanup encryption config values on disabling encryption: <a href="https://github.com/owncloud/core/pull/35980">#35980</a></p>
            <p>Occ encryption:disable command was changed to delete some encryption-specific config
   key-value pairs that made reenabling encryption not possible. A safety check was added to
   prevent disabling encryption until all files are decrypted. The occ encryption:disable
   command exits with an error code and message if the system still has any encrypted files.
            </p>
            <p>https://github.com/owncloud/core/pull/35980<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Add support for date expiration on remote shares: <a href="https://github.com/owncloud/core/pull/37548">#37548</a></p>
            <p>An expiration date can be set now for shares originating in your server. This feature behaves
   the same as the expiration for user, group and link shares.The expiration is controlled in the source server (server A). The target server (server B)
   won't know about the expiration. Once the share expires, the target server (server B) won't be
   able to access to those shares and it will remove them automaticallyThis feature won't work for shares that are grabbed from a public link: if source server (server
   A) shares a file / folder via link, and an user from the target server (server B) adds that link to
   his ownCloud; in this case, this "remote share expiration" won't apply.In addition, the same as happens with user, group and link shares, the share recipient won't
   have control over the expiration date.
            </p>
            <p>https://github.com/owncloud/core/pull/37548<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Support pre-signed urls: <a href="https://github.com/owncloud/core/pull/37634">#37634</a></p>
            <p>Ocis-web (Phoenix) doesn't use cookies for authentication but the "Bearer" header.This means that we can only fetch data using XHR or the fetch API but cannot use URLs directly in
   image tags, also cannot download files directly.To solve this, we now support pre-signed URLs. This means that before creating an image tag or
   starting a download, we send an authenticated request to the server (OC 10 or OCIS) to ask for a
   pre-signed URL pointing at a specific resource. Then said URL can be forwarded either to an
   image tag (for thumbnails) or to another browser window to trigger a download.
            </p>
            <p>https://github.com/owncloud/core/pull/37634<br>https://github.com/owncloud/core/pull/38029<br>https://github.com/owncloud/phoenix/pull/3797<br>https://github.com/owncloud/owncloud-sdk/pull/504<br>https://github.com/owncloud/owncloud-sdk/pull/616<br>https://github.com/owncloud/ocis-proxy/pull/75<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Add capability for the favorite files feature: <a href="https://github.com/owncloud/core/pull/37673">#37673</a></p>
            <p>The server is now exposing a new capability to advertise that the server supports the favorite
   files feature.
            </p>
            <p>https://github.com/owncloud/ocis-reva/issues/354<br>
            </p>
            <p>https://github.com/owncloud/core/pull/37673<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Add Support for SGI Image Previews: <a href="https://github.com/owncloud/core/pull/37758">#37758</a></p>
            <p>We added support for Silicone Graphics images previews. The following file extensions will be
   supported: .sgi, .rgb, .rgba, .bw, .int, .inta. These files will be associated with the
   mimetype image/sgi. This mimetype is not officially registered. This needs the imagick php
   extension to be installed.
            </p>
            <p>https://github.com/owncloud/core/pull/37758<br></p>
            <p>https://en.wikipedia.org/wiki/Silicon_Graphics_Image<br>https://www.iana.org/assignments/media-types/media-types.xhtml<br>https://www.php.net/manual/en/book.imagick.php<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Allow getting the share list filtered by share type via API: <a href="https://github.com/owncloud/core/pull/38000">#38000</a></p>
            <p>Previously, the share API returned all the shares. There were some filters, but you weren't
   able to filter by share type. You couldn't get only your link shares.Now the API allows filtering by share type, along with the filters previously available. The
   web UI is using this filtering now.
            </p>
            <p>https://github.com/owncloud/core/pull/38000<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - GetShare API request's "subfiles" parameter allows new interactions: <a href="https://github.com/owncloud/core/pull/38053">#38053</a></p>
            <p>Previously, the "subfiles" parameter required only the "path" parameter, and the rest of the
   parameters were ignored.Now, the "subfiles" parameter still requires the "path" parameter, but it also interacts with
   the "reshares" parameter as well as the "share_types" parameter to provide additional
   filtering capabilities
            </p>
            <p>https://github.com/owncloud/core/pull/38053<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Add new method in the PHP API interface: <a href="https://github.com/owncloud/core/pull/38054">#38054</a></p>
            <p>The share manager interface in the PHP API has a new "getSharesByPath" method available
            </p>
            <p>https://github.com/owncloud/core/pull/38054<br></p>
        </li>
    </ul>
    <h2 id="10.5.0" class="version"> Changelog for ownCloud Core [10.5.0] (2020-07-31)</h2>
    <p>The following sections list the changes in ownCloud core 10.5.0 relevant to ownCloud admins and users.</p>
    <p>
    <a href="https://github.com/owncloud/core/compare/v10.4.1...v10.5.0">Full list of changes in 10.5.0</a>
    </p>
    <h3 id="10.5.0-summary">Summary</h3>
    <ul class="summary">
        <li class="type-security changelog-item">Security - Add new system config to enforce strict login check with user backend: <a href="https://github.com/owncloud/core/pull/37569">#37569</a></li>
        <li class="type-security changelog-item">Security - Patch htmlPrefilter: <a href="https://github.com/owncloud/core/issues/37598">#37598</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Correct files_external:export output so it can be imported: <a href="https://github.com/owncloud/core/issues/37054">#37054</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Add force option to delete user even if the user doesn't exist: <a href="https://github.com/owncloud/core/pull/37103">#37103</a></li>
        <li class="type-bugfix changelog-item">Bugfix - List data for pending federated share via OCS API correctly: <a href="https://github.com/owncloud/core/issues/34636">#34636</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Ensure ETag changes if a change is detected in a folder: <a href="https://github.com/owncloud/core/pull/37218">#37218</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Stop writing data to the output buffer when the connection is not alive: <a href="https://github.com/owncloud/core/pull/37219">#37219</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Remove unused files and config opt for settings help: <a href="https://github.com/owncloud/core/pull/37225">#37225</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Hide add to your OC at the public page when it's not allowed: <a href="https://github.com/owncloud/core/pull/37232">#37232</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Send max number of steps as integer in RepairUnmergedShares: <a href="https://github.com/owncloud/core/issues/37241">#37241</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Remove console logging of un-escaped data: <a href="https://github.com/owncloud/core/pull/37256">#37256</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Earlier detection of connection status: <a href="https://github.com/owncloud/core/pull/37291">#37291</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Rewrite code to fix some notices under PHP 7.4: <a href="https://github.com/owncloud/core/pull/37311">#37311</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Properly store complex Webdav properties: <a href="https://github.com/owncloud/core/pull/37314">#37314</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Cannot share with user name that has only numbers in the UI: <a href="https://github.com/owncloud/core/issues/37324">#37324</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Fix error messages: <a href="https://github.com/owncloud/core/issues/37338">#37338</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Allow unlimited access to PUT body if content length is 0: <a href="https://github.com/owncloud/core/pull/37394">#37394</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Adjust user:sync --uid to use user backend iterator: <a href="https://github.com/owncloud/core/pull/37398">#37398</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Log failed twofactor authentication: <a href="https://github.com/owncloud/core/pull/37401">#37401</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Allow clearing a user email address or display name: <a href="https://github.com/owncloud/core/issues/37424">#37424</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Allow clearing a user email address with the Provisioning API: <a href="https://github.com/owncloud/core/issues/37424">#37424</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Logging of extra fields when logger does not have a writeExtra method: <a href="https://github.com/owncloud/core/issues/37453">#37453</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Align the cancel button on public uploads: <a href="https://github.com/owncloud/core/pull/37504">#37504</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Do not notify remote if both owner and sharer are local users: <a href="https://github.com/owncloud/core/pull/37534">#37534</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Use relative path in shared_with_email activity: <a href="https://github.com/owncloud/core/pull/37555">#37555</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Show error message at Settings Personal CORS: <a href="https://github.com/owncloud/core/pull/37560">#37560</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Handle exceptions for deleted share nodes while transfering ownership: <a href="https://github.com/owncloud/enterprise/issues/4023">#4023</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Return HTTP 404 for upload attempt to nonexistent public folders: <a href="https://github.com/owncloud/core/pull/37625">#37625</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Fix for centering the credential fields on IE11: <a href="https://github.com/owncloud/core/pull/37693">#37693</a></li>
        <li class="type-change changelog-item">Change - Disallow various special usernames: <a href="https://github.com/owncloud/core/issues/32547">#32547</a></li>
        <li class="type-change changelog-item">Change - Support PHP 7.4: <a href="https://github.com/owncloud/core/issues/36509">#36509</a></li>
        <li class="type-change changelog-item">Change - Drop PHP 7.1 support across the platform: <a href="https://github.com/owncloud/core/issues/36510">#36510</a></li>
        <li class="type-change changelog-item">Change - Adjust wording displayed for empty additional settings panel: <a href="https://github.com/owncloud/core/pull/36775">#36775</a></li>
        <li class="type-change changelog-item">Change - Add index on addressbookid: <a href="https://github.com/owncloud/enterprise/issues/3625">#3625</a></li>
        <li class="type-change changelog-item">Change - Keep the mtime of files and folders inside the tarball: <a href="https://github.com/owncloud/core/pull/37222">#37222</a></li>
        <li class="type-change changelog-item">Change - Replace jeremeamia/superclosure with opis/closure: <a href="https://github.com/owncloud/core/pull/37238">#37238</a></li>
        <li class="type-change changelog-item">Change - Update icewind/streams from 0.7.1 to 0.7.2 in files_external/3rdparty: <a href="https://github.com/owncloud/core/pull/37249">#37249</a></li>
        <li class="type-change changelog-item">Change - Update icewind/streams from 0.7.1 to 0.7.2: <a href="https://github.com/owncloud/core/pull/37253">#37253</a></li>
        <li class="type-change changelog-item">Change - Update league/flysystem (1.0.66 => 1.0.67): <a href="https://github.com/owncloud/core/pull/37271">#37271</a></li>
        <li class="type-change changelog-item">Change - Update doctrine/dbal (2.10.1 => 2.10.2): <a href="https://github.com/owncloud/core/pull/37283">#37283</a></li>
        <li class="type-change changelog-item">Change - Update Symfony components to 4.4.8: <a href="https://github.com/owncloud/core/pull/37319">#37319</a></li>
        <li class="type-change changelog-item">Change - Update symfony/polyfill (1.15.0 => 1.16.0): <a href="https://github.com/owncloud/core/pull/37367">#37367</a></li>
        <li class="type-change changelog-item">Change - Update sabre/xml (2.2.0 => 2.2.1): <a href="https://github.com/owncloud/core/pull/37369">#37369</a></li>
        <li class="type-change changelog-item">Change - Update icewind/smb from 3.1.2 to 3.2.3 in files_external/3rdparty: <a href="https://github.com/owncloud/core/pull/37370">#37370</a></li>
        <li class="type-change changelog-item">Change - Update react/promise (v2.7.1 => v2.8.0): <a href="https://github.com/owncloud/core/pull/37383">#37383</a></li>
        <li class="type-change changelog-item">Change - Update league/flysystem (1.0.67 => 1.0.68): <a href="https://github.com/owncloud/core/pull/37385">#37385</a></li>
        <li class="type-change changelog-item">Change - Update symfony/polyfill (1.16.0 => 1.17.0): <a href="https://github.com/owncloud/core/pull/37385">#37385</a></li>
        <li class="type-change changelog-item">Change - Added federated shares scan cronjob depreciating incoming-shares:poll: <a href="https://github.com/owncloud/core/pull/37391">#37391</a></li>
        <li class="type-change changelog-item">Change - Update icewind/smb from 3.2.3 to 3.2.4 and files_external dependencies: <a href="https://github.com/owncloud/core/pull/37415">#37415</a></li>
        <li class="type-change changelog-item">Change - Update laminas/laminas-zendframework-bridge (1.0.3 => 1.0.4): <a href="https://github.com/owncloud/core/pull/37421">#37421</a></li>
        <li class="type-change changelog-item">Change - Update opis/closure (3.5.1 => 3.5.2): <a href="https://github.com/owncloud/core/pull/37431">#37431</a></li>
        <li class="type-change changelog-item">Change - Use strict samesite cookie: <a href="https://github.com/owncloud/core/pull/37442">#37442</a></li>
        <li class="type-change changelog-item">Change - Update opis/closure (3.5.2 => 3.5.3): <a href="https://github.com/owncloud/core/pull/37443">#37443</a></li>
        <li class="type-change changelog-item">Change - Update doctrine/lexer (1.2.0 => 1.2.1): <a href="https://github.com/owncloud/core/pull/37448">#37448</a></li>
        <li class="type-change changelog-item">Change - Update doctrine/cache (1.10.0 => 1.10.1): <a href="https://github.com/owncloud/core/pull/37458">#37458</a></li>
        <li class="type-change changelog-item">Change - Add file action to lock a file: <a href="https://github.com/owncloud/core/pull/37460">#37460</a></li>
        <li class="type-change changelog-item">Change - Update doctrine/instantiator (1.3.0 => 1.3.1): <a href="https://github.com/owncloud/core/pull/37464">#37464</a></li>
        <li class="type-change changelog-item">Change - Update Symfony components to 4.4.9: <a href="https://github.com/owncloud/core/pull/37465">#37465</a></li>
        <li class="type-change changelog-item">Change - Update nikic/php-parser (4.4.0 => 4.5.0): <a href="https://github.com/owncloud/core/pull/37480">#37480</a></li>
        <li class="type-change changelog-item">Change - Share sheet improvements (internal sharing): <a href="https://github.com/owncloud/enterprise/issues/3979">#3979</a></li>
        <li class="type-change changelog-item">Change - Update opis/closure (3.5.3 => 3.5.4): <a href="https://github.com/owncloud/core/pull/37492">#37492</a></li>
        <li class="type-change changelog-item">Change - Update Symfony components to 4.4.10: <a href="https://github.com/owncloud/core/pull/37522">#37522</a></li>
        <li class="type-change changelog-item">Change - Update egulias/email-validator (2.1.17 => 2.1.18): <a href="https://github.com/owncloud/core/pull/37544">#37544</a></li>
        <li class="type-change changelog-item">Change - Update opis/closure (3.5.4 => 3.5.5): <a href="https://github.com/owncloud/core/pull/37547">#37547</a></li>
        <li class="type-change changelog-item">Change - Share sheet improvements (external sharing): <a href="https://github.com/owncloud/core/pull/37558">#37558</a></li>
        <li class="type-change changelog-item">Change - Update symfony/polyfill (1.17.0 => 1.17.1): <a href="https://github.com/owncloud/core/pull/37385">#37385</a></li>
        <li class="type-change changelog-item">Change - Adjust wording on login page: <a href="https://github.com/owncloud/core/issues/37603">#37603</a></li>
        <li class="type-change changelog-item">Change - Add capabilities for file locking: <a href="https://github.com/owncloud/core/issues/37620">#37620</a></li>
        <li class="type-change changelog-item">Change - New CI color and background image: <a href="https://github.com/owncloud/core/pull/37650">#37650</a></li>
        <li class="type-change changelog-item">Change - Update nikic/php-parser (4.5.0 => 4.6.0): <a href="https://github.com/owncloud/core/pull/37651">#37651</a></li>
        <li class="type-change changelog-item">Change - Update Symfony contracts components to 1.1.9: <a href="https://github.com/owncloud/core/pull/37658">#37658</a></li>
        <li class="type-change changelog-item">Change - Update doctrine/cache (1.10.1 => 1.10.2): <a href="https://github.com/owncloud/core/pull/37665">#37665</a></li>
        <li class="type-change changelog-item">Change - Update phpseclib/phpseclib (2.0.27 => 2.0.28): <a href="https://github.com/owncloud/core/pull/37670">#37670</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Add new grace period and license management into core: <a href="https://github.com/owncloud/core/pull/36814">#36814</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Add 3 new events (before-fail-after) for share password validations: <a href="https://github.com/owncloud/core/pull/37438">#37438</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Boost performance of external storages: <a href="https://github.com/owncloud/core/pull/37451">#37451</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Change the behavior of the header menus: <a href="https://github.com/owncloud/core/pull/37490">#37490</a></li>
    </ul>
    <h3 id="10.5.0-details">Details</h3>
    <ul class="details">
        <li class="type-security changelog-item">
            <p>Security - Add new system config to enforce strict login check with user backend: <a href="https://github.com/owncloud/core/pull/37569">#37569</a></p>
            <p>Adds new system config to enforce strict login check for password in user backend, meaning only
   login name typed by user would be validated. With this configuration enabled, e.g. additional
   check for email will not be performed.
            </p>
            <p>https://github.com/owncloud/core/pull/37569<br>https://github.com/owncloud/user_ldap/pull/581<br></p>
        </li>
        <li class="type-security changelog-item">
            <p>Security - Patch htmlPrefilter: <a href="https://github.com/owncloud/core/issues/37598">#37598</a></p>
            <p>We implemented the recommended workaround for htmlPrefilter. See
   https://github.com/advisories/GHSA-gxr4-xjj5-5px2
            </p>
            <p>https://github.com/owncloud/core/issues/37598<br>
            </p>
            <p>https://github.com/owncloud/core/pull/37596<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Correct files_external:export output so it can be imported: <a href="https://github.com/owncloud/core/issues/37054">#37054</a></p>
            <p>The output of files_external:export was not suitable to be used as input to
   files_external:import. This has been corrected.
            </p>
            <p>https://github.com/owncloud/core/issues/37054<br>
            </p>
            <p>https://github.com/owncloud/core/pull/37513<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Add force option to delete user even if the user doesn't exist: <a href="https://github.com/owncloud/core/pull/37103">#37103</a></p>
            <p>When the command: ./occ user:delete -f fooIf the user foo doesn't exist, the "force" option will try to delete any remnant that such user
   could have in the system. This includes data, shares, preferences, etc. This situation has
   been detected with some setups after the upgrade of ownCloud 9 to 10 with user_ldap active. Note
   that normal user deletion behaviour will still be used if the user exists even if the "force"
   option is used.
            </p>
            <p>https://github.com/owncloud/core/pull/37103<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - List data for pending federated share via OCS API correctly: <a href="https://github.com/owncloud/core/issues/34636">#34636</a></p>
            <p>Share info requested by id via OCS was empty for pending federated shares.
            </p>
            <p>https://github.com/owncloud/core/issues/34636<br>
            </p>
            <p>https://github.com/owncloud/core/pull/37216<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Ensure ETag changes if a change is detected in a folder: <a href="https://github.com/owncloud/core/pull/37218">#37218</a></p>
            <p>Previously, if a change was detected in a folder, the ETag of the folder only changed if the
   folder's mtime changed. The ETag propagation to the root folder was working fine. If the
   folder's mtime didn't change, the ETag of the folder didn't change neither. This behaviour was
   causing problems in the desktop client because it was looking for a change, but it lost track
   once the client reached the modified folder because the ETag was the same. This was detected in
   the GDrive storage integration. Other storage works without problems. Basically, the
   desktop client wasn't able to download newly-added files in GDrive because it was unable to
   find where those files were.The changes fix the problem mentioned above, so the GDrive storage integration keeps the same
   behaviour as other external storages
            </p>
            <p>https://github.com/owncloud/core/pull/37218<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Stop writing data to the output buffer when the connection is not alive: <a href="https://github.com/owncloud/core/pull/37219">#37219</a></p>
            <p>Publicly shared video playback is sending a range http request to get the video content. In
   cases where the user is seeking to different positions of the video will result in a pretty high
   server load because all the video content is sent to the browser. Without detecting the
   connection state on server side all data is put to the output buffer. With this change the server
   processes will stop sending data as soon as the connection is detected as non-active.
            </p>
            <p>https://github.com/owncloud/core/pull/37219<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Remove unused files and config opt for settings help: <a href="https://github.com/owncloud/core/pull/37225">#37225</a></p>
            <p>Removed files and config options for the settings help section that are not used since 10.2.0
            </p>
            <p>https://github.com/owncloud/core/issues/36381<br>
            </p>
            <p>https://github.com/owncloud/core/pull/37225<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Hide add to your OC at the public page when it's not allowed: <a href="https://github.com/owncloud/core/pull/37232">#37232</a></p>
            <p>'Add to your ownCloud' button was removed from the public link page if outgoing federated
   sharing is disabled.
            </p>
            <p>https://github.com/owncloud/core/pull/37232<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Send max number of steps as integer in RepairUnmergedShares: <a href="https://github.com/owncloud/core/issues/37241">#37241</a></p>
            <p>RepairUnmergedShares repair step dispatched an array as a number of steps. It is fixed to be
   integer.
            </p>
            <p>https://github.com/owncloud/core/issues/37241<br>
            </p>
            <p>https://github.com/owncloud/core/pull/37246<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Remove console logging of un-escaped data: <a href="https://github.com/owncloud/core/pull/37256">#37256</a></p>
            <p>https://github.com/owncloud/core/pull/37256<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Earlier detection of connection status: <a href="https://github.com/owncloud/core/pull/37291">#37291</a></p>
            <p>On public video streaming the connection is detected to reduce server load #37219 To optimize
   this the connection status is queried after flush()
            </p>
            <p>https://github.com/owncloud/core/pull/37291<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Rewrite code to fix some notices under PHP 7.4: <a href="https://github.com/owncloud/core/pull/37311">#37311</a></p>
            <p>Fixed "Trying to access array offset on value of type" notices in OC\Files\Storage\DAV and
   OCA\FederatedFileSharing\FederatedShareProvider under PHP 7.4.
            </p>
            <p>https://github.com/owncloud/core/issues/37303<br>
            </p>
            <p>https://github.com/owncloud/core/pull/37311<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Properly store complex Webdav properties: <a href="https://github.com/owncloud/core/pull/37314">#37314</a></p>
            <p>Fixed: setting custom complex DAV property and reading it returned just an 'Object' string
   instead of the original property value.
            </p>
            <p>https://github.com/owncloud/core/issues/32670<br>https://github.com/owncloud/core/issues/37027<br>
            </p>
            <p>https://github.com/owncloud/core/pull/37314<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Cannot share with user name that has only numbers in the UI: <a href="https://github.com/owncloud/core/issues/37324">#37324</a></p>
            <p>A regression in 10.4.0 meant that new shares with user names that were numbers could not be
   created in the UI. This regression has been fixed.
            </p>
            <p>https://github.com/owncloud/core/issues/37324<br>
            </p>
            <p>https://github.com/owncloud/core/pull/37336<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Fix error messages: <a href="https://github.com/owncloud/core/issues/37338">#37338</a></p>
            <p>Fixed printing of unescaped messages.
            </p>
            <p>https://github.com/owncloud/core/issues/37338<br>
            </p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Allow unlimited access to PUT body if content length is 0: <a href="https://github.com/owncloud/core/pull/37394">#37394</a></p>
            <p>It was not possible to read more than one URL param of the PUT request with the empty body. This
   change checks Content-Length and do not throw the exception on empty request body if
   Content-Length states that the empty body had been sent.
            </p>
            <p>https://github.com/owncloud/core/pull/37394<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Adjust user:sync --uid to use user backend iterator: <a href="https://github.com/owncloud/core/pull/37398">#37398</a></p>
            <p>It fixes the behavior for user:sync --uid that attempts to retrieve all user backend users
   without limit at offset, that is not supported by LDAP backend. Instead, proper iterator and
   search query has been used
            </p>
            <p>https://github.com/owncloud/enterprise/issues/3981<br>
            </p>
            <p>https://github.com/owncloud/core/pull/37398<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Log failed twofactor authentication: <a href="https://github.com/owncloud/core/pull/37401">#37401</a></p>
            <p>When user entered bad twofactor authentication (i.e. code) there was no message in
   application log. This change will log this failed authentication.
            </p>
            <p>https://github.com/owncloud/core/pull/37401<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Allow clearing a user email address or display name: <a href="https://github.com/owncloud/core/issues/37424">#37424</a></p>
            <p>The occ user:modify command would not allow the email or display name of a user to be cleared.
   This problem has been fixed.The email of a user can be cleared with: occ user:modify &lt;username&gt; email ''The display name of a user can be cleared with: occ user:modify &lt;username&gt; displayname
   ''And the effective display name reverts to the username.
            </p>
            <p>https://github.com/owncloud/core/issues/37424<br>
            </p>
            <p>https://github.com/owncloud/core/pull/37425<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Allow clearing a user email address with the Provisioning API: <a href="https://github.com/owncloud/core/issues/37424">#37424</a></p>
            <p>Specifying the empty string as the email address is now valid when editing a user with the
   Provisioning API. This allows the email address of a user to be cleared.
            </p>
            <p>https://github.com/owncloud/core/issues/37424<br>
            </p>
            <p>https://github.com/owncloud/core/pull/37427<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Logging of extra fields when logger does not have a writeExtra method: <a href="https://github.com/owncloud/core/issues/37453">#37453</a></p>
            <p>If a logger in use does not have a writeExtra method then an error message would be generated when
   a log entry with extra data happens.This problem has been corrected. In this case the basic log information will be written without
   the extra data.
            </p>
            <p>https://github.com/owncloud/core/issues/37453<br>
            </p>
            <p>https://github.com/owncloud/core/pull/37454<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Align the cancel button on public uploads: <a href="https://github.com/owncloud/core/pull/37504">#37504</a></p>
            <p>The cancel button on the public upload progress bar was not aligned. The alignment has been
   corrected.
            </p>
            <p>https://github.com/owncloud/core/pull/37504<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Do not notify remote if both owner and sharer are local users: <a href="https://github.com/owncloud/core/pull/37534">#37534</a></p>
            <p>We tried notify remote for all federated shares. When a local share was reshared as a federated
   share it caused attempts to notify a local user via federated API. Under these conditions
   permission update caused 'Invalid Federated Cloud ID' error in Web UI. And the sharer was not
   able to delete the share at his end.
            </p>
            <p>https://github.com/owncloud/core/pull/37534<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Use relative path in shared_with_email activity: <a href="https://github.com/owncloud/core/pull/37555">#37555</a></p>
            <p>"shared_with_email" activity email was including the complete path of the shared node. This
   path has changed with the relative path of the sender user folder.
            </p>
            <p>https://github.com/owncloud/core/pull/37555<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Show error message at Settings Personal CORS: <a href="https://github.com/owncloud/core/pull/37560">#37560</a></p>
            <p>Skipping a protocol at Settings Personal CORS silently refused to add the domain. Proper error
   message added.
            </p>
            <p>https://github.com/owncloud/core/pull/37560<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Handle exceptions for deleted share nodes while transfering ownership: <a href="https://github.com/owncloud/enterprise/issues/4023">#4023</a></p>
            <p>Adds exception handling while collecting shares in files:transfer-ownership.
   Additionally, new option "accept-skipped-shares" has been added to automatically confirm
   to skip shares that cannot be transferred.
            </p>
            <p>https://github.com/owncloud/enterprise/issues/4023<br>
            </p>
            <p>https://github.com/owncloud/core/pull/37568<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Return HTTP 404 for upload attempt to nonexistent public folders: <a href="https://github.com/owncloud/core/pull/37625">#37625</a></p>
            <p>Public files WebDAV API has been fixed to return HTTP status code 404 for upload attempt to
   nonexistent public folders.
            </p>
            <p>https://github.com/owncloud/core/issues/36055<br>
            </p>
            <p>https://github.com/owncloud/core/pull/37625<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Fix for centering the credential fields on IE11: <a href="https://github.com/owncloud/core/pull/37693">#37693</a></p>
            <p>In IE11 the input fields for user and password were not always centered.
            </p>
            <p>https://github.com/owncloud/core/pull/37693<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Disallow various special usernames: <a href="https://github.com/owncloud/core/issues/32547">#32547</a></p>
            <p>Special names "avatars", "files_encryption", "files_external" and "meta" are used for
   other purposes in ownCloud and are not valid usernames (UIDs). Creating a user with any of these
   names is now disallowed.
            </p>
            <p>https://github.com/owncloud/core/issues/32547<br>
            </p>
            <p>https://github.com/owncloud/core/pull/37268<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Support PHP 7.4: <a href="https://github.com/owncloud/core/issues/36509">#36509</a></p>
            <p>PHP 7.4 was released in Dec 2019. ownCloud server now supports PHP 7.4.
            </p>
            <p>https://github.com/owncloud/core/issues/36509<br>https://github.com/owncloud/core/issues/37467<br>https://github.com/owncloud/core/issues/37564<br>
            </p>
            <p>https://github.com/owncloud/core/pull/37302<br>https://github.com/owncloud/core/pull/37559<br>https://github.com/owncloud/core/pull/37565<br>https://github.com/owncloud/core/pull/37570<br></p>
            <p>https://www.php.net/supported-versions.php<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Drop PHP 7.1 support across the platform: <a href="https://github.com/owncloud/core/issues/36510">#36510</a></p>
            <p>Support for security fixes for PHP 7.1 ended in Dec 2019 ownCloud core no longer supports PHP
   7.1. Ensure that you are using PHP 7.2 or later.
            </p>
            <p>https://github.com/owncloud/core/issues/36510<br>
            </p>
            <p>https://github.com/owncloud/core/pull/37100<br></p>
            <p>https://www.php.net/supported-versions.php<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Adjust wording displayed for empty additional settings panel: <a href="https://github.com/owncloud/core/pull/36775">#36775</a></p>
            <p>The wording displayed when the admin personal settings panel is empty has been improved.
            </p>
            <p>https://github.com/owncloud/core/pull/36775<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Add index on addressbookid: <a href="https://github.com/owncloud/enterprise/issues/3625">#3625</a></p>
            <p>Added index for addressbookid_name_value that allows to improve scan performance of search
   addressbook query when medial search is off
            </p>
            <p>https://github.com/owncloud/enterprise/issues/3625<br>
            </p>
            <p>https://github.com/owncloud/core/pull/37152<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Keep the mtime of files and folders inside the tarball: <a href="https://github.com/owncloud/core/pull/37222">#37222</a></p>
            <p>Previously, when a folder or several files were downloaded, a tarball (.tar for mac, .zip for
   windows and linux) was created. Such tarball had the mtime of the files and folders inside with
   the time they were added into the tarball, not the one shown in ownCloud.This change makes the mtime of the files and folders inside the tarball to be maintained as
   they're shown in the ownCloud's FS.
            </p>
            <p>https://github.com/owncloud/core/pull/37222<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Replace jeremeamia/superclosure with opis/closure: <a href="https://github.com/owncloud/core/pull/37238">#37238</a></p>
            <p>Jeremeamia/superclosure library is no longer maintained. Replace it with the recommended
   opis/closure library.
            </p>
            <p>https://github.com/owncloud/core/pull/37238<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update icewind/streams from 0.7.1 to 0.7.2 in files_external/3rdparty: <a href="https://github.com/owncloud/core/pull/37249">#37249</a></p>
            <p>https://github.com/owncloud/core/pull/37249<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update icewind/streams from 0.7.1 to 0.7.2: <a href="https://github.com/owncloud/core/pull/37253">#37253</a></p>
            <p>https://github.com/owncloud/core/pull/37253<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update league/flysystem (1.0.66 => 1.0.67): <a href="https://github.com/owncloud/core/pull/37271">#37271</a></p>
            <p>https://github.com/owncloud/core/pull/37271<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update doctrine/dbal (2.10.1 => 2.10.2): <a href="https://github.com/owncloud/core/pull/37283">#37283</a></p>
            <p>https://github.com/owncloud/core/pull/37283<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update Symfony components to 4.4.8: <a href="https://github.com/owncloud/core/pull/37319">#37319</a></p>
            <p>The following Symfony components have been updated to version 4.4.8: - console -
   event-dispatcher - process - routing - translation
            </p>
            <p>https://github.com/owncloud/core/pull/37319<br></p>
            <p>https://symfony.com/blog/symfony-4-4-8-released<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update symfony/polyfill (1.15.0 => 1.16.0): <a href="https://github.com/owncloud/core/pull/37367">#37367</a></p>
            <p>The following symfony/polyfill components have been updated to version 1.16.0:Symfony/polyfill-ctype symfony/polyfill-iconv symfony/polyfill-intl-idn
   symfony/polyfill-mbstring symfony/polyfill-php72 symfony/polyfill-php73
            </p>
            <p>https://github.com/owncloud/core/pull/37367<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update sabre/xml (2.2.0 => 2.2.1): <a href="https://github.com/owncloud/core/pull/37369">#37369</a></p>
            <p>https://github.com/owncloud/core/pull/37369<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update icewind/smb from 3.1.2 to 3.2.3 in files_external/3rdparty: <a href="https://github.com/owncloud/core/pull/37370">#37370</a></p>
            <p>https://github.com/owncloud/core/pull/37370<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update react/promise (v2.7.1 => v2.8.0): <a href="https://github.com/owncloud/core/pull/37383">#37383</a></p>
            <p>https://github.com/owncloud/core/pull/37383<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update league/flysystem (1.0.67 => 1.0.68): <a href="https://github.com/owncloud/core/pull/37385">#37385</a></p>
            <p>https://github.com/owncloud/core/pull/37385<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update symfony/polyfill (1.16.0 => 1.17.0): <a href="https://github.com/owncloud/core/pull/37385">#37385</a></p>
            <p>The following symfony/polyfill components have been updated to version 1.17.0:Symfony/polyfill-ctype symfony/polyfill-iconv symfony/polyfill-intl-idn
   symfony/polyfill-mbstring symfony/polyfill-php72 symfony/polyfill-php73
            </p>
            <p>https://github.com/owncloud/core/pull/37385<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Added federated shares scan cronjob depreciating incoming-shares:poll: <a href="https://github.com/owncloud/core/pull/37391">#37391</a></p>
            <p>We've fixed the behavior for federated shares poll command that in certain conditions was
   producing stale filecache entries, and replaced it by fed shares scan cronjob.ScanExternalShares that was added is a background job used to scan external shares (federated
   shares) that are eligible for scanning to ensure integrity of the file cache - i.e. satisfy
   preconditions as last user login, last scan and whether root storage updated.
            </p>
            <p>https://github.com/owncloud/enterprise/issues/3902<br>
            </p>
            <p>https://github.com/owncloud/core/pull/37391<br></p>
            <p>https://doc.owncloud.com/server/admin_manual/configuration/files/federated_cloud_sharing_configuration.html<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update icewind/smb from 3.2.3 to 3.2.4 and files_external dependencies: <a href="https://github.com/owncloud/core/pull/37415">#37415</a></p>
            <p>This change updates the 3rd-party dependencies of files_external: - Remove
   guzzlehttp/promises (v1.3.1) - Update icewind/smb (v3.2.3 =&gt; v3.2.4) - Update
   google/apiclient-services (v0.130 =&gt; v0.136) - Update react/promise (v2.7.1 =&gt;
   v2.8.0) - Update google/auth (v1.8.0 =&gt; v1.9.0) - Update monolog/monolog (1.25.3 =&gt;
   2.0.2)
            </p>
            <p>https://github.com/owncloud/core/pull/37415<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update laminas/laminas-zendframework-bridge (1.0.3 => 1.0.4): <a href="https://github.com/owncloud/core/pull/37421">#37421</a></p>
            <p>https://github.com/owncloud/core/pull/37421<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update opis/closure (3.5.1 => 3.5.2): <a href="https://github.com/owncloud/core/pull/37431">#37431</a></p>
            <p>https://github.com/owncloud/core/pull/37431<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Use strict samesite cookie: <a href="https://github.com/owncloud/core/pull/37442">#37442</a></p>
            <p>https://github.com/owncloud/core/pull/37442<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update opis/closure (3.5.2 => 3.5.3): <a href="https://github.com/owncloud/core/pull/37443">#37443</a></p>
            <p>https://github.com/owncloud/core/pull/37443<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update doctrine/lexer (1.2.0 => 1.2.1): <a href="https://github.com/owncloud/core/pull/37448">#37448</a></p>
            <p>https://github.com/owncloud/core/pull/37448<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update doctrine/cache (1.10.0 => 1.10.1): <a href="https://github.com/owncloud/core/pull/37458">#37458</a></p>
            <p>https://github.com/owncloud/core/pull/37458<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Add file action to lock a file: <a href="https://github.com/owncloud/core/pull/37460">#37460</a></p>
            <p>https://github.com/owncloud/core/pull/37460<br>https://github.com/owncloud/core/pull/37647<br>https://github.com/owncloud/core/pull/37700<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update doctrine/instantiator (1.3.0 => 1.3.1): <a href="https://github.com/owncloud/core/pull/37464">#37464</a></p>
            <p>https://github.com/owncloud/core/pull/37464<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update Symfony components to 4.4.9: <a href="https://github.com/owncloud/core/pull/37465">#37465</a></p>
            <p>The following Symfony components have been updated to version 4.4.9 - console -
   event-dispatcher - process - routing - translationSymfony/polyfill-php80 (v1.17.0) has been added.
            </p>
            <p>https://github.com/owncloud/core/pull/37465<br></p>
            <p>https://symfony.com/blog/symfony-4-4-9-released<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update nikic/php-parser (4.4.0 => 4.5.0): <a href="https://github.com/owncloud/core/pull/37480">#37480</a></p>
            <p>https://github.com/owncloud/core/pull/37480<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Share sheet improvements (internal sharing): <a href="https://github.com/owncloud/enterprise/issues/3979">#3979</a></p>
            <p>Share Sheet for internal shares was cleaned up a bit.- Alignment of the icons has changed - Spacing between the icons has been increased - Background
   color and dividing line for the individual shares
            </p>
            <p>https://github.com/owncloud/enterprise/issues/3979<br>
            </p>
            <p>https://github.com/owncloud/core/pull/37491<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update opis/closure (3.5.3 => 3.5.4): <a href="https://github.com/owncloud/core/pull/37492">#37492</a></p>
            <p>https://github.com/owncloud/core/pull/37492<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update Symfony components to 4.4.10: <a href="https://github.com/owncloud/core/pull/37522">#37522</a></p>
            <p>The following Symfony components have been updated to version 4.4.10 - console -
   event-dispatcher - process - routing - translation
            </p>
            <p>https://github.com/owncloud/core/pull/37522<br></p>
            <p>https://symfony.com/blog/symfony-4-4-10-released<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update egulias/email-validator (2.1.17 => 2.1.18): <a href="https://github.com/owncloud/core/pull/37544">#37544</a></p>
            <p>https://github.com/owncloud/core/pull/37544<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update opis/closure (3.5.4 => 3.5.5): <a href="https://github.com/owncloud/core/pull/37547">#37547</a></p>
            <p>https://github.com/owncloud/core/pull/37547<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Share sheet improvements (external sharing): <a href="https://github.com/owncloud/core/pull/37558">#37558</a></p>
            <p>Share Sheet for external shares was cleaned up a bit.- Color of the separator line has the same color - The padding of the icons has been enlarged - A
   background color was inserted - The padding of the content was increased on the left and right
            </p>
            <p>https://github.com/owncloud/core/pull/37558<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update symfony/polyfill (1.17.0 => 1.17.1): <a href="https://github.com/owncloud/core/pull/37385">#37385</a></p>
            <p>The following symfony/polyfill components have been updated to version 1.17.1:Symfony/polyfill-ctype symfony/polyfill-iconv symfony/polyfill-intl-idn
   symfony/polyfill-mbstring symfony/polyfill-php73 symfony/polyfill-php80
            </p>
            <p>https://github.com/owncloud/core/pull/37385<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Adjust wording on login page: <a href="https://github.com/owncloud/core/issues/37603">#37603</a></p>
            <p>The use of "login" vs "log in" has been adjusted.
            </p>
            <p>https://github.com/owncloud/core/issues/37603<br>
            </p>
            <p>https://github.com/owncloud/core/pull/37604<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Add capabilities for file locking: <a href="https://github.com/owncloud/core/issues/37620">#37620</a></p>
            <p>- file_locking_support -&gt; general capability - file_locking_enable_file_action - &gt;
   depending on the setting
            </p>
            <p>https://github.com/owncloud/core/issues/37620<br>
            </p>
            <p>https://github.com/owncloud/core/pull/37747<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - New CI color and background image: <a href="https://github.com/owncloud/core/pull/37650">#37650</a></p>
            <p>CI color was changed system wide and a new background image for the login screen was added. This
   will adapt ownCloud to the new style guide.
            </p>
            <p>https://github.com/owncloud/core/pull/37650<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update nikic/php-parser (4.5.0 => 4.6.0): <a href="https://github.com/owncloud/core/pull/37651">#37651</a></p>
            <p>https://github.com/owncloud/core/pull/37651<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update Symfony contracts components to 1.1.9: <a href="https://github.com/owncloud/core/pull/37658">#37658</a></p>
            <p>The following Symfony components have been updated to version 1.1.9: -
   event-dispatcher-contracts - service-contracts - event-dispatcher-contracts
            </p>
            <p>https://github.com/owncloud/core/pull/37658<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update doctrine/cache (1.10.1 => 1.10.2): <a href="https://github.com/owncloud/core/pull/37665">#37665</a></p>
            <p>https://github.com/owncloud/core/pull/37665<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update phpseclib/phpseclib (2.0.27 => 2.0.28): <a href="https://github.com/owncloud/core/pull/37670">#37670</a></p>
            <p>https://github.com/owncloud/core/pull/37670<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Add new grace period and license management into core: <a href="https://github.com/owncloud/core/pull/36814">#36814</a></p>
            <p>The new grace period allows you to try enterprise apps for 24 hours without having a valid
   license key. This grace period will be available only once, and it will start just right after
   enabling the first enterprise app. Once the grace period ends, the enterprise apps will be
   disabled (unless you have a valid license).License management has been moved into core and it will replace the enterprise_key app. There
   is no big change in the functionality other than a couple of improvements: The settings page
   (admin's general section) now has a field to enter your license key from there, and it will take
   into account whether the config.php is read-only. You can also enter a license key from the
   grace period popup.
            </p>
            <p>https://github.com/owncloud/core/pull/36814<br>https://github.com/owncloud/core/pull/37711<br>https://github.com/owncloud/core/pull/37731<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Add 3 new events (before-fail-after) for share password validations: <a href="https://github.com/owncloud/core/pull/37438">#37438</a></p>
            <p>'share.beforepasswordcheck', 'share.afterpasswordcheck' and
   'share.failedpasswordcheck' events have been added for share password validations. Needs
   an update of brute_force_protection app to at least 1.1.0
            </p>
            <p>https://github.com/owncloud/core/pull/37438<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Boost performance of external storages: <a href="https://github.com/owncloud/core/pull/37451">#37451</a></p>
            <p>We've cached some additional information that will boost the performance of external
   storages. This boost will be particularly noticeable for SMB connections
            </p>
            <p>https://github.com/owncloud/core/pull/37451<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Change the behavior of the header menus: <a href="https://github.com/owncloud/core/pull/37490">#37490</a></p>
            <p>- Dynamically adjusting the width of the left menu - Changed the centering of the icons -
   Automatic wrap to a second line after the third entry - Hover effect in the left and right menu
            </p>
            <p>https://github.com/owncloud/core/pull/37490<br></p>
        </li>
    </ul>
    <h2 id="10.4.1" class="version"> Changelog for ownCloud Core [10.4.1] (2020-03-30)</h2>
    <p>The following sections list the changes in ownCloud core 10.4.1 relevant to ownCloud admins and users.</p>
    <p>
    <a href="https://github.com/owncloud/core/compare/v10.4.0...v10.4.1">Full list of changes in 10.4.1</a>
    </p>
    <h3 id="10.4.1-summary">Summary</h3>
    <ul class="summary">
        <li class="type-bugfix changelog-item">Bugfix - Show re-share public links to share-owner: <a href="https://github.com/owncloud/core/pull/36865">#36865</a></li>
        <li class="type-bugfix changelog-item">Bugfix - It's not possible to download externally encrypted files: <a href="https://github.com/owncloud/core/pull/36921">#36921</a></li>
        <li class="type-bugfix changelog-item">Bugfix - User:resetpassword with --send-email --password-from-env: <a href="https://github.com/owncloud/core/issues/36925">#36925</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Avoid unneeded DB connections after a long download: <a href="https://github.com/owncloud/core/pull/36978">#36978</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Remove full-stop from end of reset password message: <a href="https://github.com/owncloud/core/pull/36984">#36984</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Show pending remote shares at the Shared with you tab: <a href="https://github.com/owncloud/core/pull/37022">#37022</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Initialize the user before the transfer command: <a href="https://github.com/owncloud/core/pull/37038">#37038</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Google drive files without extension 404: <a href="https://github.com/owncloud/core/issues/37044">#37044</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Fix public link upload remaining time estimation: <a href="https://github.com/owncloud/core/pull/37053">#37053</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Fix OCS Share API response for requests contain "include_tags" parameter: <a href="https://github.com/owncloud/core/issues/37084">#37084</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Add share type to the verifyExpirationDate hook: <a href="https://github.com/owncloud/core/pull/37135">#37135</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Fix CLI zero exit code on startup errors: <a href="https://github.com/owncloud/core/issues/37098">#37098</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Respect sharing.federation.allowHttpFallback config option: <a href="https://github.com/owncloud/core/pull/37153">#37153</a></li>
        <li class="type-change changelog-item">Change - Write crash log in case of parse error in config.php: <a href="https://github.com/owncloud/core/issues/36570">#36570</a></li>
        <li class="type-change changelog-item">Change - Fix ini_set error spamming the log: <a href="https://github.com/owncloud/core/pull/36749">#36749</a></li>
        <li class="type-change changelog-item">Change - Update egulias/email-validator (2.1.15 => 2.1.17): <a href="https://github.com/owncloud/core/pull/36955">#36955</a></li>
        <li class="type-change changelog-item">Change - Update webmozart/assert (1.6.0 => 1.7.0): <a href="https://github.com/owncloud/core/pull/36955">#36955</a></li>
        <li class="type-change changelog-item">Change - Update symfony/polyfill (1.13.1 => 1.14.0): <a href="https://github.com/owncloud/core/pull/36955">#36955</a></li>
        <li class="type-change changelog-item">Change - Don't write potential sensitive data to the log file: <a href="https://github.com/owncloud/core/pull/36961">#36961</a></li>
        <li class="type-change changelog-item">Change - Update Graffino/Browser-Update from 2.0.2 to 2.0.5: <a href="https://github.com/owncloud/core/issues/36976">#36976</a></li>
        <li class="type-change changelog-item">Change - Update phpseclib/phpseclib (2.0.23 => 2.0.24): <a href="https://github.com/owncloud/core/pull/37010">#37010</a></li>
        <li class="type-change changelog-item">Change - Update phpseclib/phpseclib (2.0.24 => 2.0.25): <a href="https://github.com/owncloud/core/pull/37014">#37014</a></li>
        <li class="type-change changelog-item">Change - Allow dot in database name: <a href="https://github.com/owncloud/core/issues/20381">#20381</a></li>
        <li class="type-change changelog-item">Change - Respect default_language when sending email notifications: <a href="https://github.com/owncloud/core/issues/37039">#37039</a></li>
        <li class="type-change changelog-item">Change - Lookup email subject in correct translation context: <a href="https://github.com/owncloud/core/issues/37040">#37040</a></li>
        <li class="type-change changelog-item">Change - Update Symfony components to 4.4.5: <a href="https://github.com/owncloud/core/pull/37052">#37052</a></li>
        <li class="type-change changelog-item">Change - Return correct custom dav properties for folder contents: <a href="https://github.com/owncloud/core/pull/37058">#37058</a></li>
        <li class="type-change changelog-item">Change - Hardening Cache-Control headers for some responses: <a href="https://github.com/owncloud/core/pull/37082">#37082</a></li>
        <li class="type-change changelog-item">Change - Add menu entry to phoenix if phoenix is configured: <a href="https://github.com/owncloud/core/pull/37083">#37083</a></li>
        <li class="type-change changelog-item">Change - Update league/flysystem (1.0.64 => 1.0.65): <a href="https://github.com/owncloud/core/pull/37096">#37096</a></li>
        <li class="type-change changelog-item">Change - Include reshares in the webdav response when asking for share types: <a href="https://github.com/owncloud/core/pull/37107">#37107</a></li>
        <li class="type-change changelog-item">Change - Fix UX in files app: <a href="https://github.com/owncloud/core/pull/37116">#37116</a></li>
        <li class="type-change changelog-item">Change - Update laminas/laminas-validator (2.13.1 => 2.13.2): <a href="https://github.com/owncloud/core/pull/37131">#37131</a></li>
        <li class="type-change changelog-item">Change - Update league/flysystem (1.0.65 => 1.0.66): <a href="https://github.com/owncloud/core/pull/37136">#37136</a></li>
        <li class="type-change changelog-item">Change - Update minimist (1.2.2 => 1.2.3): <a href="https://github.com/owncloud/core/pull/37138">#37138</a></li>
        <li class="type-change changelog-item">Change - Update sabre/dav from version 4.0.3 to 4.1.0: <a href="https://github.com/owncloud/core/pull/37151">#37151</a></li>
        <li class="type-change changelog-item">Change - Update phpseclib/phpseclib (2.0.25 => 2.0.26): <a href="https://github.com/owncloud/core/pull/37155">#37155</a></li>
        <li class="type-change changelog-item">Change - Update psr/log (1.1.2 => 1.1.3): <a href="https://github.com/owncloud/core/pull/37161">#37161</a></li>
        <li class="type-change changelog-item">Change - Query on oc_properties is now always chunked: <a href="https://github.com/owncloud/core/pull/37172">#37172</a></li>
        <li class="type-change changelog-item">Change - Proper error handling on preview endpoint: <a href="https://github.com/owncloud/core/pull/37173">#37173</a></li>
        <li class="type-change changelog-item">Change - Update symfony/polyfill (1.14.1 => 1.15.0): <a href="https://github.com/owncloud/core/pull/37174">#37174</a></li>
        <li class="type-change changelog-item">Change - Update laminas/laminas-zendframework-bridge (1.0.1 => 1.0.2): <a href="https://github.com/owncloud/core/pull/37174">#37174</a></li>
        <li class="type-change changelog-item">Change - Update Symfony components to 4.4.6: <a href="https://github.com/owncloud/core/pull/37176">#37176</a></li>
        <li class="type-change changelog-item">Change - Update Laminas dependecies: <a href="https://github.com/owncloud/core/pull/37188">#37188</a></li>
        <li class="type-change changelog-item">Change - Update Symfony components to 4.4.7: <a href="https://github.com/owncloud/core/pull/37193">#37193</a></li>
        <li class="type-change changelog-item">Change - Update laminas/laminas-validator from 2.13.3 to 2.13.4: <a href="https://github.com/owncloud/core/pull/37199">#37199</a></li>
        <li class="type-change changelog-item">Change - Update laminas/laminas-zendframework-bridge (1.0.2 => 1.0.3): <a href="https://github.com/owncloud/core/pull/37214">#37214</a></li>
        <li class="type-change changelog-item">Change - Update phpseclib/phpseclib (2.0.26 => 2.0.27): <a href="https://github.com/owncloud/core/pull/37214">#37214</a></li>
        <li class="type-change changelog-item">Change - Update nikic/php-parser (4.3.0 => 4.4.0): <a href="https://github.com/owncloud/core/pull/37237">#37237</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Add new occ command to check the cache for primary storages: <a href="https://github.com/owncloud/core/pull/37067">#37067</a></li>
    </ul>
    <h3 id="10.4.1-details">Details</h3>
    <ul class="details">
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Show re-share public links to share-owner: <a href="https://github.com/owncloud/core/pull/36865">#36865</a></p>
            <p>Public links created by share-recipient were not visible to share-owner. This problem has
   been resolved.
            </p>
            <p>https://github.com/owncloud/core/pull/36865<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - It's not possible to download externally encrypted files: <a href="https://github.com/owncloud/core/pull/36921">#36921</a></p>
            <p>Downloading was failing with the message "Encryption not ready: Module with id:
   OC_DEFAULT_MODULE does not exist." if the file was encrypted with another ownCloud instance.
            </p>
            <p>https://github.com/owncloud/core/pull/36921<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - User:resetpassword with --send-email --password-from-env: <a href="https://github.com/owncloud/core/issues/36925">#36925</a></p>
            <p>When trying to do command: occ user:resetpassword Anne --send-email --password-from-envIf Anne does not have an email address setup then an error was logged in the ownCloud log.This has been corrected. Now the administrator is shown the correct error "Email address is not
   set for the user Anne"
            </p>
            <p>https://github.com/owncloud/core/issues/36925<br>
            </p>
            <p>https://github.com/owncloud/core/pull/36926<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Avoid unneeded DB connections after a long download: <a href="https://github.com/owncloud/core/pull/36978">#36978</a></p>
            <p>After a long download, we needed to return the filesize, which needed a connection to the DB. The
   DB could have ended the connection due to an inactivity timeout. Now, the filesize is fetched
   before starting the download, so this timeout shouldn't happen any longer. We still need to
   update the checksum after the download is finished. In this case, we just log an error message
   and keep going.
            </p>
            <p>https://github.com/owncloud/core/pull/36978<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Remove full-stop from end of reset password message: <a href="https://github.com/owncloud/core/pull/36984">#36984</a></p>
            <p>When doing occ user:resetpassword username --password-from-env --send-email the message
   "Successfully reset password for username" had a full-stop at the end. Without --send-email
   there was no full-stop. The full-stop has been removed to make the messages consistent.
            </p>
            <p>https://github.com/owncloud/core/pull/36984<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Show pending remote shares at the Shared with you tab: <a href="https://github.com/owncloud/core/pull/37022">#37022</a></p>
            <p>Fixed missing pending remote shares in the file list at the Shared with you tab.
            </p>
            <p>https://github.com/owncloud/core/pull/37022<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Initialize the user before the transfer command: <a href="https://github.com/owncloud/core/pull/37038">#37038</a></p>
            <p>Trying to transfer the ownership of files to a user who hadn't logged in was causing problems
   because the FS of such user wasn't initialized and it wasn't possible to move the files there.
   The command appeared to work, but the files weren't moved.Now such user has the FS initialized so the transfer can be completed normally.
            </p>
            <p>https://github.com/owncloud/core/pull/37038<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Google drive files without extension 404: <a href="https://github.com/owncloud/core/issues/37044">#37044</a></p>
            <p>Google Drive files without a file extension (".git/HEAD" for example) would result in a 404
   response from the Web UI or desktop client. The problem has been fixed.
            </p>
            <p>https://github.com/owncloud/core/issues/37044<br>
            </p>
            <p>https://github.com/owncloud/core/pull/37045<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Fix public link upload remaining time estimation: <a href="https://github.com/owncloud/core/pull/37053">#37053</a></p>
            <p>Public link upload wrong remaining time estimation problem has been resolved. Also, the
   remaining time calculation logic has been changed for smoother performance.
            </p>
            <p>https://github.com/owncloud/core/issues/25053<br>
            </p>
            <p>https://github.com/owncloud/core/pull/37053<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Fix OCS Share API response for requests contain "include_tags" parameter: <a href="https://github.com/owncloud/core/issues/37084">#37084</a></p>
            <p>Sending "include_tags" request parameter for OCS Share API was led to duplicated share
   entries in API response. This bug has been fixed by using share_id instead of file_id when
   populating tags. Also, the tag generation helper method simplified by customizing it for only
   shares.
            </p>
            <p>https://github.com/owncloud/core/issues/37084<br>
            </p>
            <p>https://github.com/owncloud/core/pull/37088<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Add share type to the verifyExpirationDate hook: <a href="https://github.com/owncloud/core/pull/37135">#37135</a></p>
            <p>The verifyExpirationDate hook notifies the password_policy app about proposed expiration
   dates of shares. The share type was not being passed in the hook. This meant that the
   password_policy app incorrectly processed user and group share expiration dates. See the
   linked issue for details. The problem has been corrected.
            </p>
            <p>https://github.com/owncloud/password_policy/issues/287<br>
            </p>
            <p>https://github.com/owncloud/core/pull/37135<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Fix CLI zero exit code on startup errors: <a href="https://github.com/owncloud/core/issues/37098">#37098</a></p>
            <p>Zero exit code was returned on startup with a missing app directory or a non-writable config
   directory. Now exit code is 1.
            </p>
            <p>https://github.com/owncloud/core/issues/37098<br>
            </p>
            <p>https://github.com/owncloud/core/pull/37148<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Respect sharing.federation.allowHttpFallback config option: <a href="https://github.com/owncloud/core/pull/37153">#37153</a></p>
            <p>Federated share can be created for server without SSL, by setting config option
   sharing.federation.allowHttpFallback=true.
            </p>
            <p>https://github.com/owncloud/core/pull/37153<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Write crash log in case of parse error in config.php: <a href="https://github.com/owncloud/core/issues/36570">#36570</a></p>
            <p>https://github.com/owncloud/core/issues/36570<br>
            </p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Fix ini_set error spamming the log: <a href="https://github.com/owncloud/core/pull/36749">#36749</a></p>
            <p>https://github.com/owncloud/core/pull/36749<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update egulias/email-validator (2.1.15 => 2.1.17): <a href="https://github.com/owncloud/core/pull/36955">#36955</a></p>
            <p>https://github.com/owncloud/core/pull/36955<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update webmozart/assert (1.6.0 => 1.7.0): <a href="https://github.com/owncloud/core/pull/36955">#36955</a></p>
            <p>https://github.com/owncloud/core/pull/36955<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update symfony/polyfill (1.13.1 => 1.14.0): <a href="https://github.com/owncloud/core/pull/36955">#36955</a></p>
            <p>The following symfony/polyfill components have been updated to version 1.14.0:Symfony/polyfill-ctype symfony/polyfill-iconv symfony/polyfill-intl-idn
   symfony/polyfill-mbstring symfony/polyfill-php56 symfony/polyfill-php72
   symfony/polyfill-php73 symfony/polyfill-util
            </p>
            <p>https://github.com/owncloud/core/pull/36955<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Don't write potential sensitive data to the log file: <a href="https://github.com/owncloud/core/pull/36961">#36961</a></p>
            <p>Sensitive data like passwords are not written to the log when the exception is thrown from
   within a closure.
            </p>
            <p>https://github.com/owncloud/core/pull/36961<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update Graffino/Browser-Update from 2.0.2 to 2.0.5: <a href="https://github.com/owncloud/core/issues/36976">#36976</a></p>
            <p>https://github.com/owncloud/core/issues/36976<br>
            </p>
            <p>https://github.com/owncloud/core/pull/36981<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update phpseclib/phpseclib (2.0.23 => 2.0.24): <a href="https://github.com/owncloud/core/pull/37010">#37010</a></p>
            <p>https://github.com/owncloud/core/pull/37010<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update phpseclib/phpseclib (2.0.24 => 2.0.25): <a href="https://github.com/owncloud/core/pull/37014">#37014</a></p>
            <p>https://github.com/owncloud/core/pull/37014<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Allow dot in database name: <a href="https://github.com/owncloud/core/issues/20381">#20381</a></p>
            <p>When installing ownCloud the database name is now allowed to contain a dot.
            </p>
            <p>https://github.com/owncloud/core/issues/20381<br>
            </p>
            <p>https://github.com/owncloud/core/pull/37020<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Respect default_language when sending email notifications: <a href="https://github.com/owncloud/core/issues/37039">#37039</a></p>
            <p>https://github.com/owncloud/core/issues/37039<br>
            </p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Lookup email subject in correct translation context: <a href="https://github.com/owncloud/core/issues/37040">#37040</a></p>
            <p>Use 'lib' instead of 'core' to get the translations.
            </p>
            <p>https://github.com/owncloud/core/issues/37040<br>
            </p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update Symfony components to 4.4.5: <a href="https://github.com/owncloud/core/pull/37052">#37052</a></p>
            <p>The following Symfony components have been updated to version 4.4.5: - console -
   event-dispatcher - process - routing - translation
            </p>
            <p>https://github.com/owncloud/core/pull/37052<br></p>
            <p>https://symfony.com/blog/symfony-4-4-5-released<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Return correct custom dav properties for folder contents: <a href="https://github.com/owncloud/core/pull/37058">#37058</a></p>
            <p>https://github.com/owncloud/core/issues/36920<br>
            </p>
            <p>https://github.com/owncloud/core/pull/37058<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Hardening Cache-Control headers for some responses: <a href="https://github.com/owncloud/core/pull/37082">#37082</a></p>
            <p>https://github.com/owncloud/core/pull/37082<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Add menu entry to phoenix if phoenix is configured: <a href="https://github.com/owncloud/core/pull/37083">#37083</a></p>
            <p>https://github.com/owncloud/core/pull/37083<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update league/flysystem (1.0.64 => 1.0.65): <a href="https://github.com/owncloud/core/pull/37096">#37096</a></p>
            <p>https://github.com/owncloud/core/pull/37096<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Include reshares in the webdav response when asking for share types: <a href="https://github.com/owncloud/core/pull/37107">#37107</a></p>
            <p>Previously, only shares initiated by the user were being returned when asked for the shares.
   Now, reshares are also included in the response
            </p>
            <p>https://github.com/owncloud/core/pull/37107<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Fix UX in files app: <a href="https://github.com/owncloud/core/pull/37116">#37116</a></p>
            <p>Some translations are now properly displayed and in an empty readonly folder a message is
   displayed that no files can be uploaded.
            </p>
            <p>https://github.com/owncloud/core/pull/37116<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update laminas/laminas-validator (2.13.1 => 2.13.2): <a href="https://github.com/owncloud/core/pull/37131">#37131</a></p>
            <p>https://github.com/owncloud/core/pull/37131<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update league/flysystem (1.0.65 => 1.0.66): <a href="https://github.com/owncloud/core/pull/37136">#37136</a></p>
            <p>https://github.com/owncloud/core/pull/37136<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update minimist (1.2.2 => 1.2.3): <a href="https://github.com/owncloud/core/pull/37138">#37138</a></p>
            <p>https://github.com/owncloud/core/pull/37138<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update sabre/dav from version 4.0.3 to 4.1.0: <a href="https://github.com/owncloud/core/pull/37151">#37151</a></p>
            <p>https://github.com/owncloud/core/pull/37151<br></p>
            <p>https://github.com/sabre-io/dav/releases/tag/4.1.0<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update phpseclib/phpseclib (2.0.25 => 2.0.26): <a href="https://github.com/owncloud/core/pull/37155">#37155</a></p>
            <p>https://github.com/owncloud/core/pull/37155<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update psr/log (1.1.2 => 1.1.3): <a href="https://github.com/owncloud/core/pull/37161">#37161</a></p>
            <p>https://github.com/owncloud/core/pull/37161<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Query on oc_properties is now always chunked: <a href="https://github.com/owncloud/core/pull/37172">#37172</a></p>
            <p>https://github.com/owncloud/core/pull/37172<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Proper error handling on preview endpoint: <a href="https://github.com/owncloud/core/pull/37173">#37173</a></p>
            <p>Preview requests for folders now return 400/Bad Request and any false parameters of the
   preview generation now return 400/Bad Request as well.
            </p>
            <p>https://github.com/owncloud/core/issues/37164<br>https://github.com/owncloud/core/issues/37165<br>
            </p>
            <p>https://github.com/owncloud/core/pull/37173<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update symfony/polyfill (1.14.1 => 1.15.0): <a href="https://github.com/owncloud/core/pull/37174">#37174</a></p>
            <p>The following symfony/polyfill components have been updated to version 1.15.0:Symfony/polyfill-ctype symfony/polyfill-iconv symfony/polyfill-intl-idn
   symfony/polyfill-mbstring symfony/polyfill-php56 symfony/polyfill-php72
   symfony/polyfill-php73 symfony/polyfill-util
            </p>
            <p>https://github.com/owncloud/core/pull/37174<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update laminas/laminas-zendframework-bridge (1.0.1 => 1.0.2): <a href="https://github.com/owncloud/core/pull/37174">#37174</a></p>
            <p>https://github.com/owncloud/core/pull/37174<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update Symfony components to 4.4.6: <a href="https://github.com/owncloud/core/pull/37176">#37176</a></p>
            <p>The following Symfony components have been updated to version 4.4.6: - console -
   event-dispatcher - process - routing - translation
            </p>
            <p>https://github.com/owncloud/core/pull/37176<br></p>
            <p>https://symfony.com/blog/symfony-4-4-6-released<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update Laminas dependecies: <a href="https://github.com/owncloud/core/pull/37188">#37188</a></p>
            <p>Bump laminas/laminas-validator from 2.13.2 to 2.13.3 Bump laminas/laminas-filter from
   2.9.3 to 2.9.4
            </p>
            <p>https://github.com/owncloud/core/pull/37188<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update Symfony components to 4.4.7: <a href="https://github.com/owncloud/core/pull/37193">#37193</a></p>
            <p>The following Symfony components have been updated to version 4.4.7: - console -
   event-dispatcher - process - routing - translation
            </p>
            <p>https://github.com/owncloud/core/pull/37193<br></p>
            <p>https://symfony.com/blog/symfony-4-4-7-released<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update laminas/laminas-validator from 2.13.3 to 2.13.4: <a href="https://github.com/owncloud/core/pull/37199">#37199</a></p>
            <p>https://github.com/owncloud/core/pull/37199<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update laminas/laminas-zendframework-bridge (1.0.2 => 1.0.3): <a href="https://github.com/owncloud/core/pull/37214">#37214</a></p>
            <p>https://github.com/owncloud/core/pull/37214<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update phpseclib/phpseclib (2.0.26 => 2.0.27): <a href="https://github.com/owncloud/core/pull/37214">#37214</a></p>
            <p>https://github.com/owncloud/core/pull/37214<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update nikic/php-parser (4.3.0 => 4.4.0): <a href="https://github.com/owncloud/core/pull/37237">#37237</a></p>
            <p>https://github.com/owncloud/core/pull/37237<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Add new occ command to check the cache for primary storages: <a href="https://github.com/owncloud/core/pull/37067">#37067</a></p>
            <p>This is a new occ command mainly for objectstores (objectstore and files_primary_s3 apps) as
   primary storages, but it can be used also for local primary storage.The use case is when a file is deleted directly from the primary storage without going through
   ownCloud. This is a scenario that shouldn't happen (modifying the primary storage outside of
   ownCloud isn't supported).The command will check if the target file can be accessed, and if not you can delete the
   information that ownCloud has (the command provides an option for this).The command will only work for the primary storage. It will ignore files that are accessible
   through a share (they need to be accessed directly), or files that are in an external storage.
            </p>
            <p>https://github.com/owncloud/core/pull/37067<br></p>
        </li>
    </ul>
    <h2 id="10.4.0" class="version"> Changelog for ownCloud Core [10.4.0] (2020-02-10)</h2>
    <p>The following sections list the changes in ownCloud core 10.4.0 relevant to ownCloud admins and users.</p>
    <p>
    <a href="https://github.com/owncloud/core/compare/v10.3.2...v10.4.0">Full list of changes in 10.4.0</a>
    </p>
    <h3 id="10.4.0-summary">Summary</h3>
    <ul class="summary">
        <li class="type-bugfix changelog-item">Bugfix - Fix links in setupchecks.js: <a href="https://github.com/owncloud/core/pull/36315">#36315</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Set 599 HTTP code on error: <a href="https://github.com/owncloud/core/pull/36413">#36413</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Fix "files:transfer-ownership" in S3 multi-bucket setups: <a href="https://github.com/owncloud/core/pull/36464">#36464</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Fix Trash-bin api access: <a href="https://github.com/owncloud/core/issues/36378">#36378</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Files shared with user cause purge of the trashbin content: <a href="https://github.com/owncloud/core/pull/36494">#36494</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Enhance validation for sender e-mail address for e-mail notifications: <a href="https://github.com/owncloud/core/pull/36505">#36505</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Suppress warning when resetting user password with masterkey encryption: <a href="https://github.com/owncloud/core/pull/36523">#36523</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Stream_read not returning requested length for encrypted remote storage: <a href="https://github.com/owncloud/core/issues/34599">#34599</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Receive multiple users for user sync command: <a href="https://github.com/owncloud/core/pull/36576">#36576</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Fix null for empty path on Oracle: <a href="https://github.com/owncloud/core/pull/36610">#36610</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Do not dispatch DeclineShare event for nonexistent shares: <a href="https://github.com/owncloud/core/pull/36759">#36759</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Remove part files when upload is cancelled for all public links: <a href="https://github.com/owncloud/core/pull/36761">#36761</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Return correct file size in the public files webdav API: <a href="https://github.com/owncloud/core/issues/36741">#36741</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Fix one-time password (OTP) verify button width: <a href="https://github.com/owncloud/core/pull/36807">#36807</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Sharing with a user and group of the same name on the webUI: <a href="https://github.com/owncloud/core/issues/36813">#36813</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Fix provisioning API request for user information in mixed case: <a href="https://github.com/owncloud/core/issues/36822">#36822</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Fix output of files_external:list command: <a href="https://github.com/owncloud/core/issues/36839">#36839</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Add translation code for the Personal->Sharing section: <a href="https://github.com/owncloud/core/pull/36875">#36875</a></li>
        <li class="type-change changelog-item">Change - Validate reshare permissions and attributes based on supershare: <a href="https://github.com/owncloud/core/pull/36265">#36265</a></li>
        <li class="type-change changelog-item">Change - Drop PHP 7.0 support across the platform: <a href="https://github.com/owncloud/core/pull/36290">#36290</a></li>
        <li class="type-change changelog-item">Change - Don't report locking support in public.php and public-files endpoints: <a href="https://github.com/owncloud/core/pull/36402">#36402</a></li>
        <li class="type-change changelog-item">Change - Update handlebars library to 4.5.3: <a href="https://github.com/owncloud/core/pull/36439">#36439</a></li>
        <li class="type-change changelog-item">Change - Update Symfony polyfill components to 1.13.0: <a href="https://github.com/owncloud/core/pull/36485">#36485</a></li>
        <li class="type-change changelog-item">Change - Update sabre/http (5.0.2 => 5.0.5): <a href="https://github.com/owncloud/core/pull/36490">#36490</a></li>
        <li class="type-change changelog-item">Change - Update doctrine/cache (1.9.1 => 1.10.0): <a href="https://github.com/owncloud/core/pull/36503">#36503</a></li>
        <li class="type-change changelog-item">Change - Update Symfony components to 3.4.36: <a href="https://github.com/owncloud/core/pull/36503">#36503</a></li>
        <li class="type-change changelog-item">Change - Update punic/punic (3.4.0 => 3.5.0): <a href="https://github.com/owncloud/core/pull/36508">#36508</a></li>
        <li class="type-change changelog-item">Change - Update patchwork/utf8 (1.3.1 => 1.3.2): <a href="https://github.com/owncloud/core/pull/36552">#36552</a></li>
        <li class="type-change changelog-item">Change - Update league/flysystem (1.0.57 => 1.0.61): <a href="https://github.com/owncloud/core/pull/36553">#36553</a></li>
        <li class="type-change changelog-item">Change - Update pear/archive_tar (1.4.8 => 1.4.9): <a href="https://github.com/owncloud/core/pull/36554">#36554</a></li>
        <li class="type-change changelog-item">Change - Protect public preview with password: <a href="https://github.com/owncloud/core/pull/36571">#36571</a></li>
        <li class="type-change changelog-item">Change - Consolidate user/group share actions into single dropdown: <a href="https://github.com/owncloud/core/pull/36587">#36587</a></li>
        <li class="type-change changelog-item">Change - Update pear/pear_exception (v1.0.0 => v1.0.1): <a href="https://github.com/owncloud/core/pull/36599">#36599</a></li>
        <li class="type-change changelog-item">Change - Update myclabs/deep-copy (1.9.3 => 1.9.4): <a href="https://github.com/owncloud/core/pull/36599">#36599</a></li>
        <li class="type-change changelog-item">Change - Update phpspec/prophecy (1.9.0 => 1.10.0): <a href="https://github.com/owncloud/core/pull/36603">#36603</a></li>
        <li class="type-change changelog-item">Change - Update sabre/vobject (4.2.0 => 4.2.1): <a href="https://github.com/owncloud/core/pull/36614">#36614</a></li>
        <li class="type-change changelog-item">Change - Update league/flysystem (1.0.61 => 1.0.62): <a href="https://github.com/owncloud/core/pull/36659">#36659</a></li>
        <li class="type-change changelog-item">Change - Update zendframework/zend-validator (2.12.2 => 2.13.0): <a href="https://github.com/owncloud/core/pull/36660">#36660</a></li>
        <li class="type-change changelog-item">Change - Update egulias/email-validator (2.1.11 => 2.1.13): <a href="https://github.com/owncloud/core/pull/36661">#36661</a></li>
        <li class="type-change changelog-item">Change - Update phpdocumentor/reflection-docblock (4.3.2 => 4.3.4): <a href="https://github.com/owncloud/core/pull/36661">#36661</a></li>
        <li class="type-change changelog-item">Change - Update phpspec/prophecy (1.10.0 => 1.10.1): <a href="https://github.com/owncloud/core/pull/36661">#36661</a></li>
        <li class="type-change changelog-item">Change - Zendframework dependency to laminas: <a href="https://github.com/owncloud/core/pull/36677">#36677</a></li>
        <li class="type-change changelog-item">Change - Update league/flysystem (1.0.62 => 1.0.63): <a href="https://github.com/owncloud/core/pull/36709">#36709</a></li>
        <li class="type-change changelog-item">Change - Switch to new id3parser: <a href="https://github.com/owncloud/core/issues/36717">#36717</a></li>
        <li class="type-change changelog-item">Change - Update deepdiver1975/tarstreamer (0.1.1 => 2.0.0): <a href="https://github.com/owncloud/core/pull/36722">#36722</a></li>
        <li class="type-change changelog-item">Change - Update egulias/email-validator (2.1.13 => 2.1.14): <a href="https://github.com/owncloud/core/issues/36726">#36726</a></li>
        <li class="type-change changelog-item">Change - Update laminas dependencies: <a href="https://github.com/owncloud/core/issues/36726">#36726</a></li>
        <li class="type-change changelog-item">Change - Update sabre/dav (4.0.2 => 4.0.3): <a href="https://github.com/owncloud/core/issues/36742">#36742</a></li>
        <li class="type-change changelog-item">Change - Update showdown library to 1.9.1: <a href="https://github.com/owncloud/core/pull/36752">#36752</a></li>
        <li class="type-change changelog-item">Change - Update composer/semver (1.5.0 => 1.5.1): <a href="https://github.com/owncloud/core/pull/36753">#36753</a></li>
        <li class="type-change changelog-item">Change - Update sabre/vobject (4.2.1 => 4.2.2): <a href="https://github.com/owncloud/core/pull/36757">#36757</a></li>
        <li class="type-change changelog-item">Change - Adjust wording displayed for empty additional settings panel: <a href="https://github.com/owncloud/core/pull/36776">#36776</a></li>
        <li class="type-change changelog-item">Change - Update laminas/laminas-validator (2.13.0 => 2.13.1): <a href="https://github.com/owncloud/core/pull/36780">#36780</a></li>
        <li class="type-change changelog-item">Change - Update myclabs/deep-copy (1.9.4 => 1.9.5): <a href="https://github.com/owncloud/core/pull/36780">#36780</a></li>
        <li class="type-change changelog-item">Change - Update egulias/email-validator (2.1.14 => 2.1.15): <a href="https://github.com/owncloud/core/pull/36789">#36789</a></li>
        <li class="type-change changelog-item">Change - Update phpspec/prophecy (1.10.1 => v1.10.2): <a href="https://github.com/owncloud/core/pull/36789">#36789</a></li>
        <li class="type-change changelog-item">Change - Update symfony (3.4.36 => 3.4.37): <a href="https://github.com/owncloud/core/pull/36796">#36796</a></li>
        <li class="type-change changelog-item">Change - Update punic/punic (3.5.0 => 3.5.1): <a href="https://github.com/owncloud/core/pull/36826">#36826</a></li>
        <li class="type-change changelog-item">Change - Update sabre dependencies: <a href="https://github.com/owncloud/core/pull/36866">#36866</a></li>
        <li class="type-change changelog-item">Change - Update symfony (3.4.37 => 4.4.4): <a href="https://github.com/owncloud/core/pull/36881">#36881</a></li>
        <li class="type-change changelog-item">Change - Update league/flysystem (1.0.63 => 1.0.64): <a href="https://github.com/owncloud/core/pull/36895">#36895</a></li>
        <li class="type-enhancement changelog-item">Enhancement - MariaDB 10.3 support: <a href="https://github.com/owncloud/core/issues/29483">#29483</a></li>
        <li class="type-enhancement changelog-item">Enhancement - PostgreSQL 10 support: <a href="https://github.com/owncloud/core/issues/33187">#33187</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Regex version for blacklisted_files and excluded_directories: <a href="https://github.com/owncloud/core/pull/36360">#36360</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Add an option to provide a mount in read only mode: <a href="https://github.com/owncloud/core/pull/36397">#36397</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Add user-sync OCS API: <a href="https://github.com/owncloud/core/pull/36428">#36428</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Support Oracle connection strings: <a href="https://github.com/owncloud/core/pull/36489">#36489</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Add enabled and disabled filter options to occ app:list command: <a href="https://github.com/owncloud/core/pull/36520">#36520</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Optimize memory usage in Expire Trashbin Background job: <a href="https://github.com/owncloud/core/pull/36565">#36565</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Share indicator on webUI: <a href="https://github.com/owncloud/core/pull/36572">#36572</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Expiration date for user and group shares: <a href="https://github.com/owncloud/core/pull/36573">#36573</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Reduce memory footprint of trash expiry jobs: <a href="https://github.com/owncloud/core/pull/36602">#36602</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Allow plus sign in username: <a href="https://github.com/owncloud/core/pull/36613">#36613</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Optimize memory consumption of occ files:checksums:verify command: <a href="https://github.com/owncloud/core/issues/31133">#31133</a></li>
        <li class="type-enhancement changelog-item">Enhancement - MariaDB 10.4 support: <a href="https://github.com/owncloud/core/issues/36799">#36799</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Enable DAV endpoints for trashbin and for public shares: <a href="https://github.com/owncloud/core/pull/36815">#36815</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Additional share owner and initiator info in shares API response: <a href="https://github.com/owncloud/core/issues/36823">#36823</a></li>
        <li class="type-enhancement changelog-item">Enhancement - Add very verbose mode to remote shares polling: <a href="https://github.com/owncloud/core/pull/36832">#36832</a></li>
    </ul>
    <h3 id="10.4.0-details">Details</h3>
    <ul class="details">
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Fix links in setupchecks.js: <a href="https://github.com/owncloud/core/pull/36315">#36315</a></p>
            <p>Security tips at Settings -&gt; Admin -&gt; General had two broken links to the owncloud docs in
   the messages performing HTTPS and HSTS checks
            </p>
            <p>https://github.com/owncloud/core/issues/36238<br>
            </p>
            <p>https://github.com/owncloud/core/pull/36315<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Set 599 HTTP code on error: <a href="https://github.com/owncloud/core/pull/36413">#36413</a></p>
            <p>Previously, a hard crash, such as DB being down, was being reported with a stacktrace and a 200
   HTTP code. In order to homogenize the behaviour with all the endpoints, we've changed the
   behaviour to return a 599 HTTP code and an empty content.In addition, we've included a new option in the config.php, "crashdirectory", which defaults
   to the "datadirectory" set, where the crash logs will be created. Note that normal errors will
   still be reported normally and will log into the owncloud.log file.
            </p>
            <p>https://github.com/owncloud/core/pull/36413<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Fix "files:transfer-ownership" in S3 multi-bucket setups: <a href="https://github.com/owncloud/core/pull/36464">#36464</a></p>
            <p>There were problems using the files:transfer-ownership in setups using files_primary_s3
   against S3 storage with multibucket configuration, when some of the transferred files were
   shared with other people. This PR fixes that problem with the shares while transferring the
   files, allowing the files:transfer-ownership to finish correctly
            </p>
            <p>https://github.com/owncloud/core/pull/36464<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Fix Trash-bin api access: <a href="https://github.com/owncloud/core/issues/36378">#36378</a></p>
            <p>Trash-bin API had allowed users to see the trash-bin content of other users.
            </p>
            <p>https://github.com/owncloud/core/issues/36378<br>
            </p>
            <p>https://github.com/owncloud/core/pull/36488<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Files shared with user cause purge of the trashbin content: <a href="https://github.com/owncloud/core/pull/36494">#36494</a></p>
            <p>Files_trashbin app counted incoming shares on calculation of the occupied space. It caused
   purge of the trashbin content when trashbin_retention_obligation is auto, user has quota set
   and incoming shares exceed 50% of this quota.
            </p>
            <p>https://github.com/owncloud/core/pull/36494<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Enhance validation for sender e-mail address for e-mail notifications: <a href="https://github.com/owncloud/core/pull/36505">#36505</a></p>
            <p>If a user wanted to use the e-mail notification mechanism in order to notify other users when
   creating public links as well as internal shares, an error was triggered if the e-mail address
   for this user was not set. The behavior has now been fixed.
            </p>
            <p>https://github.com/owncloud/core/pull/36505<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Suppress warning when resetting user password with masterkey encryption: <a href="https://github.com/owncloud/core/pull/36523">#36523</a></p>
            <p>When an admin wanted to reset a user's password on the User management page with masterkey
   encryption in place, a warning was displayed about data recovery not being available. The
   behavior has now been fixed.
            </p>
            <p>https://github.com/owncloud/core/pull/36523<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Stream_read not returning requested length for encrypted remote storage: <a href="https://github.com/owncloud/core/issues/34599">#34599</a></p>
            <p>Stream_read was not always returning the requested length for encrypted remote storage. This
   could result in errors when downloading files. The issue has been corrected.
            </p>
            <p>https://github.com/owncloud/core/issues/34599<br>
            </p>
            <p>https://github.com/owncloud/core/pull/36546<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Receive multiple users for user sync command: <a href="https://github.com/owncloud/core/pull/36576">#36576</a></p>
            <p>Receive multiple users for user sync command. Previously when multiple users were returned,
   an exception was thrown and the command was aborted. In this fix we allow multiple users to be
   returned, and we check that the uid provided by the admin matches with the returned users. And if
   we find matches of more than one users with same uid, then we throw the exception that was thrown
   previously. The messages are kept intact.
            </p>
            <p>https://github.com/owncloud/core/pull/36576<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Fix null for empty path on Oracle: <a href="https://github.com/owncloud/core/pull/36610">#36610</a></p>
            <p>An empty path was fetched as null and not as an empty string. Due to the strict comparison it
   caused the list of mounts for the existing fileId to be empty. So the higher level code relaying
   on the mounts list got an empty list and did nothing.
            </p>
            <p>https://github.com/owncloud/core/pull/36610<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Do not dispatch DeclineShare event for nonexistent shares: <a href="https://github.com/owncloud/core/pull/36759">#36759</a></p>
            <p>DeclineShare event was dispatched even when the share had been not found in oc_share_external
   table. It caused sending unshare notification to the empty hostname.
            </p>
            <p>https://github.com/owncloud/core/pull/36759<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Remove part files when upload is cancelled for all public links: <a href="https://github.com/owncloud/core/pull/36761">#36761</a></p>
            <p>Remove part files when the upload is cancelled for public links. Prior to this change, it was
   noticed that for `Upload Only` and `Download / View / Upload` the part files were not cleaned up.
   With this change it does clean up.
            </p>
            <p>https://github.com/owncloud/core/pull/36761<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Return correct file size in the public files webdav API: <a href="https://github.com/owncloud/core/issues/36741">#36741</a></p>
            <p>https://github.com/owncloud/core/issues/36741<br>
            </p>
            <p>https://github.com/owncloud/core/pull/36778<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Fix one-time password (OTP) verify button width: <a href="https://github.com/owncloud/core/pull/36807">#36807</a></p>
            <p>The one-time password (OTP) verify button width has been extended.
            </p>
            <p>https://github.com/owncloud/core/pull/36807<br>https://github.com/owncloud/core/pull/36892<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Sharing with a user and group of the same name on the webUI: <a href="https://github.com/owncloud/core/issues/36813">#36813</a></p>
            <p>When sharing with both a user and a group that have the same name it was not possible to adjust the
   sharing permissions of the 2nd share on the webUI. This problem has been corrected.
            </p>
            <p>https://github.com/owncloud/core/issues/36813<br>
            </p>
            <p>https://github.com/owncloud/core/pull/36766<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Fix provisioning API request for user information in mixed case: <a href="https://github.com/owncloud/core/issues/36822">#36822</a></p>
            <p>When a user requested their own user information using the provisioning API, the request URL
   had to contain the UID in exactly the same case as was used when the user was created.The issue has been fixed so that the UID in the request URL is no longer case-sensitive.
            </p>
            <p>https://github.com/owncloud/core/issues/36822<br>
            </p>
            <p>https://github.com/owncloud/core/pull/36878<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Fix output of files_external:list command: <a href="https://github.com/owncloud/core/issues/36839">#36839</a></p>
            <p>The files_external:list command was not displaying the correct information in the Options
   column. The Options column output has been corrected.
            </p>
            <p>https://github.com/owncloud/core/issues/36839<br>
            </p>
            <p>https://github.com/owncloud/core/pull/36841<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Add translation code for the Personal->Sharing section: <a href="https://github.com/owncloud/core/pull/36875">#36875</a></p>
            <p>Translation of the text in the Personal-&gt;Sharing section was not possible. This has been
   corrected. Translations of this text will become available after translators have provided
   the language-specific translations.
            </p>
            <p>https://github.com/owncloud/core/pull/36875<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Validate reshare permissions and attributes based on supershare: <a href="https://github.com/owncloud/core/pull/36265">#36265</a></p>
            <p>This change provides a uniform way that reshare permissions and attributes are internally
   checked and enforced. There is no change to external behaviour.
            </p>
            <p>https://github.com/owncloud/core/pull/36265<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Drop PHP 7.0 support across the platform: <a href="https://github.com/owncloud/core/pull/36290">#36290</a></p>
            <p>Support for security fixes for PHP 7.0 ended 1 Jan 2019 ownCloud core no longer supports PHP 7.0.
   Ensure that you are using PHP 7.1 or later.
            </p>
            <p>https://github.com/owncloud/core/pull/36290<br></p>
            <p>https://www.php.net/supported-versions.php<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Don't report locking support in public.php and public-files endpoints: <a href="https://github.com/owncloud/core/pull/36402">#36402</a></p>
            <p>Public endpoints were reporting locking support even though the backend was rejecting those
   requests. This was causing a problem accessing a publicly shared document using LibreOffice
   opening the file through webdav (LibreOffice was complaining about a Forbidden error trying
   to lock the file)With these changes, LibreOffice will show a warning while opening the remote file (from a
   public link) if the file is already locked, letting the user choose what to do. If there is no
   lock, the file will be opened normally, but it won't be locked.The following changes are expected: * LOCK and UNLOCK methods won't be reported as allowed *
   Lock information (d:lockdiscovery) and support (d:supportedlock) will be shown in the
   propfind if requested (lock support is needed for LibreOffice to try to lock the file) * Trying
   to lock the file through the public link will either throw a Locked exception if there is a lock in
   place, or MethodNotAllowed if there are no locks (the Locked exception is needed for
   LibreOffice to show a popup warning the user that the file is locked)
            </p>
            <p>https://github.com/owncloud/core/pull/36402<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update handlebars library to 4.5.3: <a href="https://github.com/owncloud/core/pull/36439">#36439</a></p>
            <p>The @bower_components/handlebars library has been updated from 4.1.2 to 4.5.3.
            </p>
            <p>https://github.com/owncloud/core/pull/36439<br>https://github.com/owncloud/core/pull/36438<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update Symfony polyfill components to 1.13.0: <a href="https://github.com/owncloud/core/pull/36485">#36485</a></p>
            <p>The following Symfony polyfill components have been updated to version 1.13.0: -
   polyfill-iconv - polyfill-php72 - polyfill-mbstring - polyfill-intl-idn - polyfill-util -
   polyfill-php56 - polyfill-ctype
            </p>
            <p>https://github.com/owncloud/core/pull/36485<br></p>
            <p>https://github.com/symfony/polyfill/releases/tag/v1.13.0<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update sabre/http (5.0.2 => 5.0.5): <a href="https://github.com/owncloud/core/pull/36490">#36490</a></p>
            <p>Includes functionality to significantly improve file download speed by enabling mmap based
   stream_copy_to_stream.
            </p>
            <p>https://github.com/owncloud/core/pull/36490<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update doctrine/cache (1.9.1 => 1.10.0): <a href="https://github.com/owncloud/core/pull/36503">#36503</a></p>
            <p>https://github.com/owncloud/core/pull/36503<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update Symfony components to 3.4.36: <a href="https://github.com/owncloud/core/pull/36503">#36503</a></p>
            <p>The following Symfony components have been updated to version 3.4.36: - console - debug -
   event-dispatcher - polyfill-mbstring - process - translation - routingThe following Symfony polyfill components have been updated to 1.31.1: - polyfill-util -
   polyfill-php56 - polyfill-iconv - polyfill-php72 - polyfill-intl-idn - polyfill-ctype
            </p>
            <p>https://github.com/owncloud/core/pull/36503<br></p>
            <p>https://symfony.com/blog/symfony-3-4-36-released<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update punic/punic (3.4.0 => 3.5.0): <a href="https://github.com/owncloud/core/pull/36508">#36508</a></p>
            <p>https://github.com/owncloud/core/pull/36508<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update patchwork/utf8 (1.3.1 => 1.3.2): <a href="https://github.com/owncloud/core/pull/36552">#36552</a></p>
            <p>https://github.com/owncloud/core/pull/36552<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update league/flysystem (1.0.57 => 1.0.61): <a href="https://github.com/owncloud/core/pull/36553">#36553</a></p>
            <p>https://github.com/owncloud/core/pull/36553<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update pear/archive_tar (1.4.8 => 1.4.9): <a href="https://github.com/owncloud/core/pull/36554">#36554</a></p>
            <p>https://github.com/owncloud/core/pull/36554<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Protect public preview with password: <a href="https://github.com/owncloud/core/pull/36571">#36571</a></p>
            <p>The preview route for password protected shares was accessible without the password.
            </p>
            <p>https://github.com/owncloud/core/pull/36571<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Consolidate user/group share actions into single dropdown: <a href="https://github.com/owncloud/core/pull/36587">#36587</a></p>
            <p>User and group share actions are grouped inside a dropdown which can be toggled via the
   cogwheel. This dropdown holds all related additional info and actions such as permissions,
   expiration, etc.
            </p>
            <p>https://github.com/owncloud/core/pull/36587<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update pear/pear_exception (v1.0.0 => v1.0.1): <a href="https://github.com/owncloud/core/pull/36599">#36599</a></p>
            <p>https://github.com/owncloud/core/pull/36599<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update myclabs/deep-copy (1.9.3 => 1.9.4): <a href="https://github.com/owncloud/core/pull/36599">#36599</a></p>
            <p>https://github.com/owncloud/core/pull/36599<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update phpspec/prophecy (1.9.0 => 1.10.0): <a href="https://github.com/owncloud/core/pull/36603">#36603</a></p>
            <p>https://github.com/owncloud/core/pull/36603<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update sabre/vobject (4.2.0 => 4.2.1): <a href="https://github.com/owncloud/core/pull/36614">#36614</a></p>
            <p>https://github.com/owncloud/core/pull/36614<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update league/flysystem (1.0.61 => 1.0.62): <a href="https://github.com/owncloud/core/pull/36659">#36659</a></p>
            <p>https://github.com/owncloud/core/pull/36659<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update zendframework/zend-validator (2.12.2 => 2.13.0): <a href="https://github.com/owncloud/core/pull/36660">#36660</a></p>
            <p>https://github.com/owncloud/core/pull/36660<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update egulias/email-validator (2.1.11 => 2.1.13): <a href="https://github.com/owncloud/core/pull/36661">#36661</a></p>
            <p>https://github.com/owncloud/core/pull/36661<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update phpdocumentor/reflection-docblock (4.3.2 => 4.3.4): <a href="https://github.com/owncloud/core/pull/36661">#36661</a></p>
            <p>https://github.com/owncloud/core/pull/36661<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update phpspec/prophecy (1.10.0 => 1.10.1): <a href="https://github.com/owncloud/core/pull/36661">#36661</a></p>
            <p>https://github.com/owncloud/core/pull/36661<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Zendframework dependency to laminas: <a href="https://github.com/owncloud/core/pull/36677">#36677</a></p>
            <p>Zend framework changed to be known as laminas. The dependencies have been updated.
            </p>
            <p>https://github.com/owncloud/core/pull/36677<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update league/flysystem (1.0.62 => 1.0.63): <a href="https://github.com/owncloud/core/pull/36709">#36709</a></p>
            <p>https://github.com/owncloud/core/pull/36709<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Switch to new id3parser: <a href="https://github.com/owncloud/core/issues/36717">#36717</a></p>
            <p>The previous lukasreschke/id3parser library was archived. Use the new one published as
   christophwurst/id3parser
            </p>
            <p>https://github.com/owncloud/core/issues/36717<br>
            </p>
            <p>https://github.com/owncloud/core/pull/36718<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update deepdiver1975/tarstreamer (0.1.1 => 2.0.0): <a href="https://github.com/owncloud/core/pull/36722">#36722</a></p>
            <p>https://github.com/owncloud/core/pull/36722<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update egulias/email-validator (2.1.13 => 2.1.14): <a href="https://github.com/owncloud/core/issues/36726">#36726</a></p>
            <p>https://github.com/owncloud/core/issues/36726<br>
            </p>
            <p>https://github.com/owncloud/core/pull/36727<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update laminas dependencies: <a href="https://github.com/owncloud/core/issues/36726">#36726</a></p>
            <p>Update laminas/laminas-zendframework-bridge (1.0.0 =&gt; 1.0.1) Update
   laminas/laminas-filter (2.9.2 =&gt; 2.9.3)
            </p>
            <p>https://github.com/owncloud/core/issues/36726<br>
            </p>
            <p>https://github.com/owncloud/core/pull/36727<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update sabre/dav (4.0.2 => 4.0.3): <a href="https://github.com/owncloud/core/issues/36742">#36742</a></p>
            <p>https://github.com/owncloud/core/issues/36742<br>
            </p>
            <p>https://github.com/owncloud/core/pull/36743<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update showdown library to 1.9.1: <a href="https://github.com/owncloud/core/pull/36752">#36752</a></p>
            <p>The @bower_components/showdown library has been updated from 1.9.0 to 1.9.1.
            </p>
            <p>https://github.com/owncloud/core/pull/36752<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update composer/semver (1.5.0 => 1.5.1): <a href="https://github.com/owncloud/core/pull/36753">#36753</a></p>
            <p>https://github.com/owncloud/core/pull/36753<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update sabre/vobject (4.2.1 => 4.2.2): <a href="https://github.com/owncloud/core/pull/36757">#36757</a></p>
            <p>https://github.com/owncloud/core/pull/36757<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Adjust wording displayed for empty additional settings panel: <a href="https://github.com/owncloud/core/pull/36776">#36776</a></p>
            <p>The wording displayed when the admin personal settings panel is empty has been adjusted so that
   it no longer looks like there is an error.
            </p>
            <p>https://github.com/owncloud/core/pull/36776<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update laminas/laminas-validator (2.13.0 => 2.13.1): <a href="https://github.com/owncloud/core/pull/36780">#36780</a></p>
            <p>https://github.com/owncloud/core/pull/36780<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update myclabs/deep-copy (1.9.4 => 1.9.5): <a href="https://github.com/owncloud/core/pull/36780">#36780</a></p>
            <p>https://github.com/owncloud/core/pull/36780<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update egulias/email-validator (2.1.14 => 2.1.15): <a href="https://github.com/owncloud/core/pull/36789">#36789</a></p>
            <p>https://github.com/owncloud/core/pull/36789<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update phpspec/prophecy (1.10.1 => v1.10.2): <a href="https://github.com/owncloud/core/pull/36789">#36789</a></p>
            <p>https://github.com/owncloud/core/pull/36789<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update symfony (3.4.36 => 3.4.37): <a href="https://github.com/owncloud/core/pull/36796">#36796</a></p>
            <p>The following symfony components have been updated to version 3.4.37:Symfony/debug symfony/console symfony/event-dispatcher symfony/routing
   symfony/process symfony/translation
            </p>
            <p>https://github.com/owncloud/core/pull/36796<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update punic/punic (3.5.0 => 3.5.1): <a href="https://github.com/owncloud/core/pull/36826">#36826</a></p>
            <p>https://github.com/owncloud/core/pull/36826<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update sabre dependencies: <a href="https://github.com/owncloud/core/pull/36866">#36866</a></p>
            <p>The following sabre dependencies have been updated: - sabre/uri (2.1.3 =&gt; 2.2.0) -
   sabre/event (5.0.3 =&gt; 5.1.0) - sabre/http (5.0.5 =&gt; 5.1.0) - sabre/xml (2.1.3 =&gt;
   2.2.0) - sabre/vobject (4.2.2 =&gt; 4.3.0)
            </p>
            <p>https://github.com/owncloud/core/pull/36866<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update symfony (3.4.37 => 4.4.4): <a href="https://github.com/owncloud/core/pull/36881">#36881</a></p>
            <p>The following symfony components have been updated to version 4.4.4:Symfony/console symfony/event-dispatcher symfony/process symfony/routing
   symfony/translationSymfony EventDispatcher-&gt;dispatch() events have been adjusted to conform to the
   Symfony4 standard.
            </p>
            <p>https://github.com/owncloud/core/pull/36881<br>https://github.com/owncloud/core/pull/36897<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update league/flysystem (1.0.63 => 1.0.64): <a href="https://github.com/owncloud/core/pull/36895">#36895</a></p>
            <p>https://github.com/owncloud/core/pull/36895<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - MariaDB 10.3 support: <a href="https://github.com/owncloud/core/issues/29483">#29483</a></p>
            <p>MariaDB 10.3 is now supported
            </p>
            <p>https://github.com/owncloud/core/issues/29483<br>
            </p>
            <p>https://github.com/owncloud/core/pull/36290<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - PostgreSQL 10 support: <a href="https://github.com/owncloud/core/issues/33187">#33187</a></p>
            <p>PostgreSQL 10 is now supported
            </p>
            <p>https://github.com/owncloud/core/issues/33187<br>
            </p>
            <p>https://github.com/owncloud/core/pull/36290<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Regex version for blacklisted_files and excluded_directories: <a href="https://github.com/owncloud/core/pull/36360">#36360</a></p>
            <p>Adds two config options blacklisted_files_regex and excluded_directories_regex to enable
   more flexible pattern matches. With this you can, for example, disable the upload of Microsoft
   Outlook .pst files or the creation of directories containing &lt;yourdate&gt;_backup.
            </p>
            <p>https://github.com/owncloud/core/pull/36360<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Add an option to provide a mount in read only mode: <a href="https://github.com/owncloud/core/pull/36397">#36397</a></p>
            <p>Adds a new option in the mount settings to provide a mount in read only mode. This enables users or
   admins to provide a write protected mount independent of any backend settings. The sync client
   automatically respects this mount setting without any additional intervention.
            </p>
            <p>https://github.com/owncloud/core/pull/36397<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Add user-sync OCS API: <a href="https://github.com/owncloud/core/pull/36428">#36428</a></p>
            <p>We added a new user sync ocs api to provide an http api for external user provisioning systems to
   trigger a user-sync for a specific user.Authorization: The http API can only be executed by a user with admin privileges. Suggestion is
   to create a technical user who is in the admin group.Route: `curl -X POST http://your.domain/ocs/v2.php/cloud/user-sync/admin -v -u admin`Response: 200 - if sync was executed, 404 - given userId is unknown, 409 - multiple users have
   been found for the given user id - not unique user criteria
            </p>
            <p>https://github.com/owncloud/core/pull/36428<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Support Oracle connection strings: <a href="https://github.com/owncloud/core/pull/36489">#36489</a></p>
            <p>To be able to use Oracle specific configuration settings like fail over support for Oracle
   connection strings has been added.
   https://docs.oracle.com/database/121/HABPT/config_fcf.htm#HABPT4967
            </p>
            <p>https://github.com/owncloud/core/pull/36489<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Add enabled and disabled filter options to occ app:list command: <a href="https://github.com/owncloud/core/pull/36520">#36520</a></p>
            <p>The occ app:list command now supports the --enabled and --disabled optionsOcc app:list --enabled Displays just the enabled apps.Occ app:list --disabled Displays just the disabled apps.If a disabled app was enabled in the past, then the previously-enabled version of the app is now
   displayed in the disabled apps list.
            </p>
            <p>https://github.com/owncloud/core/pull/36520<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Optimize memory usage in Expire Trashbin Background job: <a href="https://github.com/owncloud/core/pull/36565">#36565</a></p>
            <p>The expire trashbin background job was consuming a lot of memory. The SQL query has been
   optimized by filtering out unnecessary records and not processing all users at once.
            </p>
            <p>https://github.com/owncloud/core/pull/36565<br>https://github.com/owncloud/core/pull/36602<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Share indicator on webUI: <a href="https://github.com/owncloud/core/pull/36572">#36572</a></p>
            <p>The file list in the webUI now shows a share indicator on files and folders that reside inside a
   shared folder. The sidebar sharing tab reveals a detailed view of the share-tree including
   share-recipients and the parent folder that has been shared.
            </p>
            <p>https://github.com/owncloud/core/pull/36572<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Expiration date for user and group shares: <a href="https://github.com/owncloud/core/pull/36573">#36573</a></p>
            <p>Shares with users and/or groups can now be given an expiration date. If the default expiration
   date is enabled then the default expiration is 7 days in the future. The default expiration date
   can be modified by the administrator. The default expiration date can be enforced as the
   maximum expiration date of a share. In that case the user can select a shorter expiration, but
   not longer.The settings are disabled by default, preserving the existing behavior. They can be enabled on
   the admin sharing settings page. They can be set independently for user and group shares.
            </p>
            <p>https://github.com/owncloud/core/pull/36573<br>https://github.com/owncloud/core/pull/36766<br>https://github.com/owncloud/core/pull/36847<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Reduce memory footprint of trash expiry jobs: <a href="https://github.com/owncloud/core/pull/36602">#36602</a></p>
            <p>The trash expiry job now expires the files in batches of users per script execution, instead of
   all users at once. This prevents growing memory related to how PHP PDO handles memory for many
   consecutive large queries. The trash expiry has been also moved to a dedicated trash expiry
   manager class that is optimized for background job access, while trash manager is used for
   online queries. Also some other minor memory optimizations have been applied.
            </p>
            <p>https://github.com/owncloud/core/pull/36602<br>https://github.com/owncloud/core/pull/36565<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Allow plus sign in username: <a href="https://github.com/owncloud/core/pull/36613">#36613</a></p>
            <p>The plus sign is now allowed in a username, e.g. John+Smith
            </p>
            <p>https://github.com/owncloud/core/pull/36613<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Optimize memory consumption of occ files:checksums:verify command: <a href="https://github.com/owncloud/core/issues/31133">#31133</a></p>
            <p>Memory consumption has been reduced by clearing memory usages of processed files and folders.
   Also, information messages of the command have been improved by showing the current processed
   user and the command run result.
            </p>
            <p>https://github.com/owncloud/core/issues/31133<br>
            </p>
            <p>https://github.com/owncloud/core/pull/36787<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - MariaDB 10.4 support: <a href="https://github.com/owncloud/core/issues/36799">#36799</a></p>
            <p>MariaDB 10.4 is now supported
            </p>
            <p>https://github.com/owncloud/core/issues/36799<br>
            </p>
            <p>https://github.com/owncloud/core/pull/36800<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Enable DAV endpoints for trashbin and for public shares: <a href="https://github.com/owncloud/core/pull/36815">#36815</a></p>
            <p>DAV endpoint for trashbin and DAV endpoint for public shares were released in ownCloud 10.3.0.
   The endpoints were disabled by default and had to be enabled by setting
   dav.enable.tech_preview in config.php.These endpoints are now always enabled. There is no longer any need to set
   dav.enable.tech_preview in config.php.
            </p>
            <p>https://github.com/owncloud/core/pull/36815<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Additional share owner and initiator info in shares API response: <a href="https://github.com/owncloud/core/issues/36823">#36823</a></p>
            <p>We've extended the OCS Share API response for share recipients to also include additional
   fields for the share owner and initiator. Additional fields are configured in the admin
   settings and can be set to email or user id and are useful to distinguish users who have the same
   display name.
            </p>
            <p>https://github.com/owncloud/core/issues/36823<br>
            </p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - Add very verbose mode to remote shares polling: <a href="https://github.com/owncloud/core/pull/36832">#36832</a></p>
            <p>Additional output to the incoming-shares:poll command has been added when it is run with -vv
            </p>
            <p>https://github.com/owncloud/core/pull/36832<br></p>
        </li>
    </ul>
    <h2 id="10.3.2" class="version"> Changelog for ownCloud Core [10.3.2] (2019-12-04)</h2>
    <p>The following sections list the changes in ownCloud core 10.3.2 relevant to ownCloud admins and users.</p>
    <p>
    <a href="https://github.com/owncloud/core/compare/v10.3.1...v10.3.2">Full list of changes in10.3.2</a>
    </p>
    <h3 id="10.3.2-summary">Summary</h3>
    <ul class="summary">
        <li class="type-bugfix changelog-item">Bugfix - Fix share transfer in files:transfer-ownership command: <a href="https://github.com/owncloud/core/pull/36222">#36222</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Respect accounts.enable_medial_search setting for remote search: <a href="https://github.com/owncloud/core/pull/36225">#36225</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Fix SMB access denied error while listing the contents of the folder: <a href="https://github.com/owncloud/core/pull/36242">#36242</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Avoid unnecessary "Avatar not found" logs: <a href="https://github.com/owncloud/core/pull/36281">#36281</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Prevent Forbidden errors in the logs during file scan: <a href="https://github.com/owncloud/core/pull/36288">#36288</a></li>
        <li class="type-bugfix changelog-item">Bugfix - LargeFileHelper::getFileSizeViaCurl is broken with newer libcurl: <a href="https://github.com/owncloud/core/pull/36319">#36319</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Do not try to set null parent Id in the file cache: <a href="https://github.com/owncloud/core/issues/36305">#36305</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Follow single-bucket initialization for multi-bucket setup: <a href="https://github.com/owncloud/core/pull/36329">#36329</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Disallow sharing share_folder or it's parents: <a href="https://github.com/owncloud/core/issues/36241">#36241</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Fix sharing behavior to distinguish user and group having the same name: <a href="https://github.com/owncloud/core/issues/35488">#35488</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Do not create error log about user home in user creation: <a href="https://github.com/owncloud/core/issues/30853">#30853</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Allow sharing with guests when group restriction is active: <a href="https://github.com/owncloud/core/pull/36384">#36384</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Allow re-sharer to send an e-mail for public link: <a href="https://github.com/owncloud/core/issues/36386">#36386</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Handling null properly in dav files endpoint: <a href="https://github.com/owncloud/core/pull/36401">#36401</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Fix a php error for occ command files_external:list --output: <a href="https://github.com/owncloud/core/pull/36420">#36420</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Fix user search problem happening after user deletion: <a href="https://github.com/owncloud/core/pull/36431">#36431</a></li>
        <li class="type-bugfix changelog-item">Bugfix - The authentication header can also hold an empty string: <a href="https://github.com/owncloud/core/pull/36465">#36465</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Remove query and/or anchor part in remote url: <a href="https://github.com/owncloud/core/pull/36487">#36487</a></li>
        <li class="type-bugfix changelog-item">Bugfix - Occ system:cron only shows progess bar if option is set: <a href="https://github.com/owncloud/core/issues/36298">#36298</a></li>
        <li class="type-change changelog-item">Change - Update Symfony components to 3.4.32: <a href="https://github.com/owncloud/core/pull/36244">#36244</a></li>
        <li class="type-change changelog-item">Change - Update phpspec/prophecy (1.8.1 => 1.9.0): <a href="https://github.com/owncloud/core/pull/36253">#36253</a></li>
        <li class="type-change changelog-item">Change - Update zendframework/zend-validator (2.12.0 => 2.12.1): <a href="https://github.com/owncloud/core/pull/36274">#36274</a></li>
        <li class="type-change changelog-item">Change - Update league/flysystem (1.0.55 => 1.0.57): <a href="https://github.com/owncloud/core/pull/36285">#36285</a></li>
        <li class="type-change changelog-item">Change - Update sabre/dav from version 4.0.1 to 4.0.2: <a href="https://github.com/owncloud/core/issues/36299">#36299</a></li>
        <li class="type-change changelog-item">Change - Update pear/archive_tar (1.4.7 => 1.4.8): <a href="https://github.com/owncloud/core/pull/36310">#36310</a></li>
        <li class="type-change changelog-item">Change - Update jQuery-File-Upload from 9.18 to 9.34: <a href="https://github.com/blueimp/jQuery-File-Upload/pull/3508">#3508</a></li>
        <li class="type-change changelog-item">Change - Update twbs/bootstrap (3.3.7 => 3.4.1): <a href="https://github.com/owncloud/core/pull/36344">#36344</a></li>
        <li class="type-change changelog-item">Change - Update nikic/php-parser (4.2.4 => 4.2.5): <a href="https://github.com/owncloud/core/pull/36345">#36345</a></li>
        <li class="type-change changelog-item">Change - Update psr/log (1.1.0 => 1.1.1): <a href="https://github.com/owncloud/core/pull/36348">#36348</a></li>
        <li class="type-change changelog-item">Change - Update Symfony components to 3.4.33 and other dependencies: <a href="https://github.com/owncloud/core/pull/36358">#36358</a></li>
        <li class="type-change changelog-item">Change - Update Symfony components to 3.4.34: <a href="https://github.com/owncloud/core/pull/36405">#36405</a></li>
        <li class="type-change changelog-item">Change - Update nikic/php-parser (4.2.5 => 4.3.0): <a href="https://github.com/owncloud/core/pull/36410">#36410</a></li>
        <li class="type-change changelog-item">Change - Update swiftmailer/swiftmailer (v6.2.1 => v6.2.3): <a href="https://github.com/owncloud/core/pull/36417">#36417</a></li>
        <li class="type-change changelog-item">Change - Update Symfony components to 3.4.35: <a href="https://github.com/owncloud/core/pull/36426">#36426</a></li>
        <li class="type-change changelog-item">Change - Update pear/pear-core-minimal (v1.10.9 => v1.10.10): <a href="https://github.com/owncloud/core/pull/36448">#36448</a></li>
        <li class="type-change changelog-item">Change - Update pear/console_getopt (v1.4.2 => v1.4.3): <a href="https://github.com/owncloud/core/pull/36454">#36454</a></li>
        <li class="type-change changelog-item">Change - Update webmozart/assert (1.5.0 => 1.6.0): <a href="https://github.com/owncloud/core/pull/36465">#36465</a></li>
        <li class="type-enhancement changelog-item">Enhancement - New option in occ command files_external:list --mount-options: <a href="https://github.com/owncloud/core/pull/36420">#36420</a></li>
    </ul>
    <h3 id="10.3.2-details">Details</h3>
    <ul class="details">
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Fix share transfer in files:transfer-ownership command: <a href="https://github.com/owncloud/core/pull/36222">#36222</a></p>
            <p>Even when the path argument was given, files:transfer-ownership command was trying to
   transfer all shares of sourceUser. This situation caused random errors. We fixed this
   unintended behavior.
            </p>
            <p>https://github.com/owncloud/core/pull/36222<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Respect accounts.enable_medial_search setting for remote search: <a href="https://github.com/owncloud/core/pull/36225">#36225</a></p>
            <p>Users taken from a federated instance were always searched with medial search in the share
   autocomplete box. Config option accounts.enable_medial_search was not taken into account.
            </p>
            <p>https://github.com/owncloud/core/pull/36225<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Fix SMB access denied error while listing the contents of the folder: <a href="https://github.com/owncloud/core/pull/36242">#36242</a></p>
            <p>This happened in a DFS Replication (DFSr) folder, where such folder was visible even though the
   user didn't have permissions to read the folder. Using SMB2, windows threw an access denied
   error when a normal user was accessing that file.
            </p>
            <p>https://github.com/owncloud/core/pull/36242<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Avoid unnecessary "Avatar not found" logs: <a href="https://github.com/owncloud/core/pull/36281">#36281</a></p>
            <p>ViewOnlyPlugin was producing too many warning logs for users who do not have an avatar. This
   problem has been resolved by registering ViewOnlyPlugin only for files.
            </p>
            <p>https://github.com/owncloud/core/pull/36281<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Prevent Forbidden errors in the logs during file scan: <a href="https://github.com/owncloud/core/pull/36288">#36288</a></p>
            <p>When running files:scan exceptions were logged for guest users. This has been corrected.
            </p>
            <p>https://github.com/owncloud/core/pull/36288<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - LargeFileHelper::getFileSizeViaCurl is broken with newer libcurl: <a href="https://github.com/owncloud/core/pull/36319">#36319</a></p>
            <p>GetFileSizeViaCurl is a workaround for 32 bit platforms. Path separator was encoded when
   encoding the path but newer libcurl doesn't support that.
            </p>
            <p>https://github.com/owncloud/core/pull/36319<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Do not try to set null parent Id in the file cache: <a href="https://github.com/owncloud/core/issues/36305">#36305</a></p>
            <p>In some cases when the parent Id of a resource was null, it was still being stored. That was
   causing database constraint errors. The issue has been fixed.
            </p>
            <p>https://github.com/owncloud/core/issues/36305<br>
            </p>
            <p>https://github.com/owncloud/core/pull/36320<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Follow single-bucket initialization for multi-bucket setup: <a href="https://github.com/owncloud/core/pull/36329">#36329</a></p>
            <p>In multi-bucket object store configurations, store version information in the object
   storage the same as for single-bucket configurations.
            </p>
            <p>https://github.com/owncloud/core/pull/36329<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Disallow sharing share_folder or it's parents: <a href="https://github.com/owncloud/core/issues/36241">#36241</a></p>
            <p>Share_folder had share permission so it was possible for the user to share it along with some
   received shares. It caused weird behavior. So sharing share_folder (or any of it's parent
   folders) was prohibited. Deleting share_folder was already prohibited, but, the server did
   not return the correct node permissions. This situation led to dysfunctionality in client
   sides. This problem has been fixed.
            </p>
            <p>https://github.com/owncloud/core/issues/36241<br>https://github.com/owncloud/core/issues/36252<br>
            </p>
            <p>https://github.com/owncloud/core/pull/36337<br>https://github.com/owncloud/core/pull/36297<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Fix sharing behavior to distinguish user and group having the same name: <a href="https://github.com/owncloud/core/issues/35488">#35488</a></p>
            <p>Sharing a node with user and group having the same name was impossible. This bug was resolved by
   adding a share type check for share creation controls.
            </p>
            <p>https://github.com/owncloud/core/issues/35488<br>
            </p>
            <p>https://github.com/owncloud/core/pull/36359<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Do not create error log about user home in user creation: <a href="https://github.com/owncloud/core/issues/30853">#30853</a></p>
            <p>The server was producing an error log in every user creation and every first sync of a user
   account. This problem has been fixed.
            </p>
            <p>https://github.com/owncloud/core/issues/30853<br>https://github.com/owncloud/core/issues/32438<br>
            </p>
            <p>https://github.com/owncloud/core/pull/36365<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Allow sharing with guests when group restriction is active: <a href="https://github.com/owncloud/core/pull/36384">#36384</a></p>
            <p>It was not possible to share with guest users when 'Restrict users to only share with users in
   their groups' is enabled.
            </p>
            <p>https://github.com/owncloud/core/pull/36384<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Allow re-sharer to send an e-mail for public link: <a href="https://github.com/owncloud/core/issues/36386">#36386</a></p>
            <p>Sending an e-mail when creating public links from received shares was impossible. This
   problem fixed.
            </p>
            <p>https://github.com/owncloud/core/issues/36386<br>
            </p>
            <p>https://github.com/owncloud/core/pull/36393<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Handling null properly in dav files endpoint: <a href="https://github.com/owncloud/core/pull/36401">#36401</a></p>
            <p>Only if the files system is properly setup FileHome can properly be initialized
            </p>
            <p>https://github.com/owncloud/core/pull/36401<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Fix a php error for occ command files_external:list --output: <a href="https://github.com/owncloud/core/pull/36420">#36420</a></p>
            <p>Fix a php error of occ command files_external:list --output=json respectively
   --output=json_pretty, when using in conjunction with option --all
            </p>
            <p>https://github.com/owncloud/core/pull/36420<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Fix user search problem happening after user deletion: <a href="https://github.com/owncloud/core/pull/36431">#36431</a></p>
            <p>After a user search in user management web-UI, if the search result has a single user entry and
   afterward the user was deleted from the interface, the search was no longer work until
   refreshing the page. This bug has been fixed.
            </p>
            <p>https://github.com/owncloud/core/pull/36431<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - The authentication header can also hold an empty string: <a href="https://github.com/owncloud/core/pull/36465">#36465</a></p>
            <p>In some setups a not set authentication header can not only hold null but also an empty string
            </p>
            <p>https://github.com/owncloud/core/pull/36465<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Remove query and/or anchor part in remote url: <a href="https://github.com/owncloud/core/pull/36487">#36487</a></p>
            <p>Remote server URL may potentially contain query or anchor part. This pull request strips these
   parts for proper server name detection.
            </p>
            <p>https://github.com/owncloud/core/pull/36487<br></p>
        </li>
        <li class="type-bugfix changelog-item">
            <p>Bugfix - Occ system:cron only shows progess bar if option is set: <a href="https://github.com/owncloud/core/issues/36298">#36298</a></p>
            <p>Occ system:cron will only output the progess bar if the newly introduced option --progress is
   set. When being executed from crontab occ system::cron shall only print out in case of error.
            </p>
            <p>https://github.com/owncloud/core/issues/36298<br>
            </p>
            <p>https://github.com/owncloud/core/pull/36304<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update Symfony components to 3.4.32: <a href="https://github.com/owncloud/core/pull/36244">#36244</a></p>
            <p>The following Symfony components have been updated to version 3.4.32: - console -
   event-dispatcher - process - translation - routing
            </p>
            <p>https://github.com/owncloud/core/pull/36244<br>https://github.com/owncloud/core/pull/36245<br>https://github.com/owncloud/core/pull/36246<br>https://github.com/owncloud/core/pull/36247<br>https://github.com/owncloud/core/pull/36248<br></p>
            <p>https://symfony.com/blog/symfony-3-4-32-released<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update phpspec/prophecy (1.8.1 => 1.9.0): <a href="https://github.com/owncloud/core/pull/36253">#36253</a></p>
            <p>https://github.com/owncloud/core/pull/36253<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update zendframework/zend-validator (2.12.0 => 2.12.1): <a href="https://github.com/owncloud/core/pull/36274">#36274</a></p>
            <p>https://github.com/owncloud/core/pull/36274<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update league/flysystem (1.0.55 => 1.0.57): <a href="https://github.com/owncloud/core/pull/36285">#36285</a></p>
            <p>https://github.com/owncloud/core/pull/36285<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update sabre/dav from version 4.0.1 to 4.0.2: <a href="https://github.com/owncloud/core/issues/36299">#36299</a></p>
            <p>Sabre/http 4.0.2 was released. It fixes a server error when syncing carddav/caldav.
            </p>
            <p>https://github.com/owncloud/core/issues/36299<br>
            </p>
            <p>https://github.com/owncloud/core/pull/36300<br></p>
            <p>https://github.com/sabre-io/dav/releases/tag/4.0.2<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update pear/archive_tar (1.4.7 => 1.4.8): <a href="https://github.com/owncloud/core/pull/36310">#36310</a></p>
            <p>https://github.com/owncloud/core/pull/36310<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update jQuery-File-Upload from 9.18 to 9.34: <a href="https://github.com/blueimp/jQuery-File-Upload/pull/3508">#3508</a></p>
            <p>Updated jQuery-File-Upload component to the v9.34 which fixed Edge garbage collection for
   huge files
            </p>
            <p>https://github.com/blueimp/jQuery-File-Upload/pull/3508<br>https://github.com/owncloud/core/pull/36343<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update twbs/bootstrap (3.3.7 => 3.4.1): <a href="https://github.com/owncloud/core/pull/36344">#36344</a></p>
            <p>https://github.com/owncloud/core/pull/36344<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update nikic/php-parser (4.2.4 => 4.2.5): <a href="https://github.com/owncloud/core/pull/36345">#36345</a></p>
            <p>https://github.com/owncloud/core/pull/36345<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update psr/log (1.1.0 => 1.1.1): <a href="https://github.com/owncloud/core/pull/36348">#36348</a></p>
            <p>https://github.com/owncloud/core/pull/36348<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update Symfony components to 3.4.33 and other dependencies: <a href="https://github.com/owncloud/core/pull/36358">#36358</a></p>
            <p>The following Symfony components have been updated to version 3.4.33: - debug - console -
   event-dispatcher - process - routing - translationThe following other dependencies have been updated: - psr/log (1.1.1 =&gt; 1.1.2) -
   guzzlehttp/guzzle (5.3.3 =&gt; 5.3.4) - zendframework/zend-validator (2.12.1 =&gt;
   2.12.2) - mikey179/vfsstream (v1.6.7 =&gt; v1.6.8)
            </p>
            <p>https://github.com/owncloud/core/pull/36358<br></p>
            <p>https://symfony.com/blog/symfony-3-4-33-released<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update Symfony components to 3.4.34: <a href="https://github.com/owncloud/core/pull/36405">#36405</a></p>
            <p>The following Symfony components have been updated to version 3.4.34: - console -
   event-dispatcher - process - translation - routing
            </p>
            <p>https://github.com/owncloud/core/pull/36405<br>https://github.com/owncloud/core/pull/36406<br>https://github.com/owncloud/core/pull/36407<br>https://github.com/owncloud/core/pull/36408<br>https://github.com/owncloud/core/pull/36409<br></p>
            <p>https://symfony.com/blog/symfony-3-4-34-released<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update nikic/php-parser (4.2.5 => 4.3.0): <a href="https://github.com/owncloud/core/pull/36410">#36410</a></p>
            <p>https://github.com/owncloud/core/pull/36410<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update swiftmailer/swiftmailer (v6.2.1 => v6.2.3): <a href="https://github.com/owncloud/core/pull/36417">#36417</a></p>
            <p>Swiftmailer/swiftmailer v6.2.3 was released. It provides changes for PHP 7.4
   compatibility.
            </p>
            <p>https://github.com/owncloud/core/pull/36417<br></p>
            <p>https://github.com/swiftmailer/swiftmailer/releases/tag/v6.2.3<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update Symfony components to 3.4.35: <a href="https://github.com/owncloud/core/pull/36426">#36426</a></p>
            <p>The following Symfony components have been updated to version 3.4.35: - console - debug -
   event-dispatcher - process - routing - translation
            </p>
            <p>https://github.com/owncloud/core/pull/36426<br></p>
            <p>https://symfony.com/blog/symfony-3-4-35-released<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update pear/pear-core-minimal (v1.10.9 => v1.10.10): <a href="https://github.com/owncloud/core/pull/36448">#36448</a></p>
            <p>https://github.com/owncloud/core/pull/36448<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update pear/console_getopt (v1.4.2 => v1.4.3): <a href="https://github.com/owncloud/core/pull/36454">#36454</a></p>
            <p>https://github.com/owncloud/core/pull/36454<br></p>
        </li>
        <li class="type-change changelog-item">
            <p>Change - Update webmozart/assert (1.5.0 => 1.6.0): <a href="https://github.com/owncloud/core/pull/36465">#36465</a></p>
            <p>https://github.com/owncloud/core/pull/36465<br></p>
        </li>
        <li class="type-enhancement changelog-item">
            <p>Enhancement - New option in occ command files_external:list --mount-options: <a href="https://github.com/owncloud/core/pull/36420">#36420</a></p>
            <p>Using --mount-options shows all mount options independent if they are set to their default
   value or not.
            </p>
            <p>https://github.com/owncloud/core/pull/36420<br></p>
        </li>
    </ul>
    </div>

<div id="changelog-owncloud-core-legacy">
<h2><a href="https://github.com/owncloud/core/compare/v10.3.0...v10.3.1" target="_blank" rel="noopener">10.3.1</a> - 2019-11-05</h2>
<h3>Changed</h3>
<ul>
    <li>Use userFolder instead of rootFolder - <a href="https://github.com/owncloud/core/issues/36368" target="_blank" rel="noopener">#36368</a></li>
</ul>
<h2><a href="https://github.com/owncloud/core/compare/v10.2.1...v10.3.0" target="_blank" rel="noopener">10.3.0</a> - 2019-10-15</h2>
<h3>Added</h3>
<ul>
    <li>Support for php 7.3 <a href="https://github.com/owncloud/core/pull/34559" target="_blank" rel="noopener">#34559</a> <a href="https://github.com/owncloud/core/pull/35775" target="_blank" rel="noopener">#35775</a> <a href="https://github.com/owncloud/core/pull/35752" target="_blank" rel="noopener">#35752</a></li>
    <li>Support for redirecting private links to ownCloud phoenix frontend <a href="https://github.com/owncloud/core/pull/35819" target="_blank" rel="noopener">#35819</a></li>
    <li><code>encryption:fixencryptedversion</code> command to address issues related to encrypted versions  <a href="https://github.com/owncloud/encryption/pull/115" target="_blank" rel="noopener">#115</a></li>
    <li>Tech preview DAV endpoint for public shares <a href="https://github.com/owncloud/core/pull/35932" target="_blank" rel="noopener">#35932</a> <a href="https://github.com/owncloud/core/issues/36057" target="_blank" rel="noopener">#36057</a> <a href="https://github.com/owncloud/core/issues/36021" target="_blank" rel="noopener">#36021</a> <a href="https://github.com/owncloud/core/issues/36059" target="_blank" rel="noopener">#36059</a> <a href="https://github.com/owncloud/core/issues/36066" target="_blank" rel="noopener">#36066</a> <a href="https://github.com/owncloud/core/issues/36080" target="_blank" rel="noopener">#36080</a> <a href="https://github.com/owncloud/core/issues/36061" target="_blank" rel="noopener">#36061</a> <a href="https://github.com/owncloud/core/issues/36119" target="_blank" rel="noopener">#36119</a> <a href="https://github.com/owncloud/core/issues/36049" target="_blank" rel="noopener">#36049</a> <a href="https://github.com/owncloud/core/issues/36068" target="_blank" rel="noopener">#36068</a></li>
    <li>Tech preview DAV endpoint for trashbin <a href="https://github.com/owncloud/core/pull/35716" target="_blank" rel="noopener">#35716</a> <a href="https://github.com/owncloud/core/pull/35879" target="_blank" rel="noopener">#35879</a> <a href="https://github.com/owncloud/core/issues/36053" target="_blank" rel="noopener">#36053</a> <a href="https://github.com/owncloud/core/issues/36073" target="_blank" rel="noopener">#36073</a></li>
    <li>Disable Tech preview trashbin and public DAV APIs by default - <a href="https://github.com/owncloud/core/issues/36124" target="_blank" rel="noopener">#36124</a></li>
    <li>OCS Roles API and ability to set permissions via share attributes - <a href="https://github.com/owncloud/core/issues/36024" target="_blank" rel="noopener">#36024</a> <a href="https://github.com/owncloud/core/issues/36086" target="_blank" rel="noopener">#36086</a></li>
    <li>OCS API for public link share email notification - <a href="https://github.com/owncloud/core/issues/36063" target="_blank" rel="noopener">#36063</a></li>
    <li>JS API v2 for share attributes - <a href="https://github.com/owncloud/core/issues/35836" target="_blank" rel="noopener">#35836</a></li>
    <li>Url <code>/cron</code> in addition to <code>/cron.php</code> to execute cronjobs via webcron <a href="https://github.com/owncloud/core/pull/34932" target="_blank" rel="noopener">#34932</a></li>
    <li><code>system:cron</code> occ command for executing background tasks via system cron <a href="https://github.com/owncloud/core/pull/34932" target="_blank" rel="noopener">#34932</a></li>
    <li><code>previews_path</code> config option to configure thumbnail storage path <a href="https://github.com/owncloud/core/pull/35131" target="_blank" rel="noopener">#35131</a></li>
    <li>Show activity when share receiver unshares a received share <a href="https://github.com/owncloud/core/pull/35193" target="_blank" rel="noopener">#35193</a></li>
    <li>Document phoenix.baseUrl in config.sample.php - <a href="https://github.com/owncloud/core/issues/36007" target="_blank" rel="noopener">#36007</a></li>
    <li>Add getReshareAttributes method to shareitemmodel with fix for parsing - <a href="https://github.com/owncloud/core/issues/36186" target="_blank" rel="noopener">#36186</a></li>
    <li>Add new migrations to dav app to prevent invalid dav properties - <a href="https://github.com/owncloud/core/issues/36084" target="_blank" rel="noopener">#36084</a></li>
</ul>
<h3>Changed</h3>
<ul>
    <li>Allow two-factor providers to display custom challenge message <a href="https://github.com/owncloud/core/issues/34848" target="_blank" rel="noopener">#34848</a></li>
    <li>Handling of unauthenticated ajax requests to prevent browser issues <a href="https://github.com/owncloud/core/pull/36003" target="_blank" rel="noopener">#36003</a></li>
    <li>Improved share permission handling <a href="https://github.com/owncloud/core/pull/35884" target="_blank" rel="noopener">#35884</a></li>
    <li>Improve the JS attributes handling during reshare <a href="https://github.com/owncloud/core/pull/36214" target="_blank" rel="noopener">#36214</a></li>
    <li>Refined user administration setting button <a href="https://github.com/owncloud/core/pull/35877" target="_blank" rel="noopener">#35877</a></li>
    <li>Improved mobile device experience <a href="https://github.com/owncloud/core/pull/35919" target="_blank" rel="noopener">#35919</a> <a href="https://github.com/owncloud/core/pull/35813" target="_blank" rel="noopener">#35813</a> <a href="https://github.com/owncloud/core/pull/35347" target="_blank" rel="noopener">#35347</a></li>
    <li>Reference the new iOS app in the list of available applications <a href="https://github.com/owncloud/core/pull/35918" target="_blank" rel="noopener">#35918</a></li>
    <li>Improved sharing autocomplete dropdown layout <a href="https://github.com/owncloud/core/pull/35397" target="_blank" rel="noopener">#35397</a></li>
    <li>Improved theming capabilities by allowing html for Name and LogoClaim <a href="https://github.com/owncloud/core/pull/35273" target="_blank" rel="noopener">#35273</a></li>
    <li>Improved private link UX for large resolutions <a href="https://github.com/owncloud/core/pull/34998" target="_blank" rel="noopener">#34998</a></li>
    <li>Improved wording for several user/administrator encryption related interactions <a href="https://github.com/owncloud/encryption/pull/21" target="_blank" rel="noopener">#21</a> <a href="https://github.com/owncloud/encryption/pull/117" target="_blank" rel="noopener">#117</a></li>
    <li>Handling of composer autoloader for <code>apps/files_external</code> <a href="https://github.com/owncloud/core/pull/35755" target="_blank" rel="noopener">#35755</a></li>
    <li>Renamed share icon to be adblock friendly <a href="https://github.com/owncloud/core/pull/35199" target="_blank" rel="noopener">#35199</a></li>
    <li>Bump @bower_components/handlebars from v4.1.1 to v4.1.2 <a href="https://github.com/owncloud/core/pull/35025" target="_blank" rel="noopener">#35025</a></li>
    <li>Bump @bower_components/jsTimezoneDetect from 1.0.5 to v1.0.6  <a href="https://github.com/owncloud/core/pull/33776" target="_blank" rel="noopener">#33776</a></li>
    <li>Bump doctrine/lexer from v1.0.1 to 1.0.2 <a href="https://github.com/owncloud/core/pull/35625" target="_blank" rel="noopener">#35625</a></li>
    <li>Bump egulias/email-validator from 2.1.7 to 2.1.11 <a href="https://github.com/owncloud/core/pull/35341" target="_blank" rel="noopener">#35341</a> <a href="https://github.com/owncloud/core/pull/35625" target="_blank" rel="noopener">#35625</a> <a href="https://github.com/owncloud/core/pull/35934" target="_blank" rel="noopener">#35934</a> <a href="https://github.com/owncloud/core/pull/36026" target="_blank" rel="noopener">#36026</a> <a href="https://github.com/owncloud/core/issues/36026" target="_blank" rel="noopener">#36026</a></li>
    <li>Bump icewind/smb from 3.1.1 to 3.1.2 <a href="https://github.com/owncloud/core/pull/36017" target="_blank" rel="noopener">#36017</a></li>
    <li>Bump icewind/smb from 3.1.1 to 3.1.2 in /apps/files_external/3rdparty - <a href="https://github.com/owncloud/core/issues/36017" target="_blank" rel="noopener">#36017</a></li>
    <li>Bump league/flysystem from 1.0.51 to 1.0.55 <a href="https://github.com/owncloud/core/pull/35275" target="_blank" rel="noopener">#35275</a> <a href="https://github.com/owncloud/core/pull/35644" target="_blank" rel="noopener">#35644</a> <a href="https://github.com/owncloud/core/issues/36099" target="_blank" rel="noopener">#36099</a></li>
    <li>Bump nikic/php-parser from 4.2.1 to 4.2.4 <a href="https://github.com/owncloud/core/pull/35337" target="_blank" rel="noopener">#35337</a> <a href="https://github.com/owncloud/core/pull/36015" target="_blank" rel="noopener">#36015</a> <a href="https://github.com/owncloud/core/issues/36015" target="_blank" rel="noopener">#36015</a> <a href="https://github.com/owncloud/core/issues/36132" target="_blank" rel="noopener">#36132</a></li>
    <li>Bump phan to 1.3.5 and enable on PHP 7.2 7.3 - <a href="https://github.com/owncloud/core/issues/35818" target="_blank" rel="noopener">#35818</a></li>
    <li>Bump phpseclib/phpseclib from 2.0.15 to 2.0.23 <a href="https://github.com/owncloud/core/pull/35336" target="_blank" rel="noopener">#35336</a> <a href="https://github.com/owncloud/core/pull/35565" target="_blank" rel="noopener">#35565</a> <a href="https://github.com/owncloud/core/pull/35643" target="_blank" rel="noopener">#35643</a> <a href="https://github.com/owncloud/core/pull/35827" target="_blank" rel="noopener">#35827</a> <a href="https://github.com/owncloud/core/pull/36196" target="_blank" rel="noopener">#36196</a> <a href="https://github.com/owncloud/core/pull/36200" target="_blank" rel="noopener">#36200</a></li>
    <li>Bump sabre/dav from 3.2 to 4.0.1 <a href="https://github.com/owncloud/core/pull/34559" target="_blank" rel="noopener">#34559</a> <a href="https://github.com/owncloud/core/issues/36094" target="_blank" rel="noopener">#36094</a></li>
    <li>Bump sabre/xml 2.1.2 from to 2.1.3 <a href="https://github.com/owncloud/core/pull/36036" target="_blank" rel="noopener">#36036</a> <a href="https://github.com/owncloud/core/issues/36036" target="_blank" rel="noopener">#36036</a></li>
    <li>Bump sabre/uri from 2.1.2 to 2.1.3 <a href="https://github.com/owncloud/core/issues/36189" target="_blank" rel="noopener">#36189</a></li>
    <li>Bump sabre/http from 5.0.0 to 5.0.2 <a href="https://github.com/owncloud/core/issues/36192" target="_blank" rel="noopener">#36192</a></li>
    <li>Bump swiftmailer/swiftmailer from 6.2.0 to 6.2.1 <a href="https://github.com/owncloud/core/pull/35075" target="_blank" rel="noopener">#35075</a></li>
    <li>Bump symfony from v3.4.26 to v3.4.31 <a href="https://github.com/owncloud/core/pull/35146" target="_blank" rel="noopener">#35146</a> <a href="https://github.com/owncloud/core/pull/35348" target="_blank" rel="noopener">#35348</a> <a href="https://github.com/owncloud/core/pull/35625" target="_blank" rel="noopener">#35625</a> <a href="https://github.com/owncloud/core/pull/35934" target="_blank" rel="noopener">#35934</a> <a href="https://github.com/owncloud/core/issues/36098" target="_blank" rel="noopener">#36098</a> <a href="https://github.com/owncloud/core/issues/36097" target="_blank" rel="noopener">#36097</a> <a href="https://github.com/owncloud/core/pull/35989" target="_blank" rel="noopener">#35989</a> - Bump symfony/process from 3.4.30 to 3.4.31 - <a href="https://github.com/owncloud/core/issues/36095" target="_blank" rel="noopener">#36095</a> <a href="https://github.com/owncloud/core/issues/36096" target="_blank" rel="noopener">#36096</a> <a href="https://github.com/owncloud/core/issues/36093" target="_blank" rel="noopener">#36093</a></li>
    <li>Bump theseer/tokenizer from 1.1.2 to 1.1.3 <a href="https://github.com/owncloud/core/pull/35625" target="_blank" rel="noopener">#35625</a></li>
    <li>Updating webmozart/assert (1.4.0 =&gt; 1.5.0) - <a href="https://github.com/owncloud/core/issues/36103" target="_blank" rel="noopener">#36103</a></li>
    <li>Updating zendframework/zend-filter (2.9.1 =&gt; 2.9.2) - <a href="https://github.com/owncloud/core/issues/36102" target="_blank" rel="noopener">#36102</a></li>
    <li>Updating zendframework/zend-inputfilter (2.10.0 =&gt; 2.10.1) - <a href="https://github.com/owncloud/core/issues/36112" target="_blank" rel="noopener">#36112</a></li>
    <li>Update the minimum required Node engine version to 8.15.0 - <a href="https://github.com/owncloud/core/issues/36033" target="_blank" rel="noopener">#36033</a></li>
</ul>
<h3>Removed</h3>
<ul>
    <li>Deprecated <code>update</code> script from <code>files</code> app <a href="https://github.com/owncloud/core/pull/35781" target="_blank" rel="noopener">#35781</a></li>
    <li>Dropped <code>APC</code> and <code>XCache</code> support <a href="https://github.com/owncloud/core/pull/35782" target="_blank" rel="noopener">#35782</a></li>
    <li>Old table repair step will drop deprecated <code>contacts_cards_properties</code> table <a href="https://github.com/owncloud/core/pull/35721" target="_blank" rel="noopener">#35721</a></li>
    <li>Removed support for swift as primary / external storage <a href="https://github.com/owncloud/core/pull/35951" target="_blank" rel="noopener">#35951</a></li>
    <li>Moved S3 external integration into separate app (<a href="https://github.com/owncloud/files_external_s3" target="_blank" rel="noopener">files_external_s3</a>) <a href="https://github.com/owncloud/core/pull/34986" target="_blank" rel="noopener">#34986</a></li>
    <li>Moved ownCloud default encryption app into separate repository <a href="https://github.com/owncloud/core/pull/35949" target="_blank" rel="noopener">#35949</a></li>
</ul>
<h3>Fixed</h3>
<ul>
    <li>Fix potential issue when a user tries to delete the share_folder entry - <a href="https://github.com/owncloud/core/issues/36170" target="_blank" rel="noopener">#36170</a></li>
    <li>Clean up code of sharing blacklist feature - <a href="https://github.com/owncloud/core/issues/36038" target="_blank" rel="noopener">#36038</a></li>
    <li>Obey to config in share mail notifications APIs - <a href="https://github.com/owncloud/core/issues/36161" target="_blank" rel="noopener">#36161</a></li>
    <li>Don't invalidate the auth token if there isn't a user session active - <a href="https://github.com/owncloud/core/issues/36153" target="_blank" rel="noopener">#36153</a></li>
    <li>Fix typos in 'phoenix.baseUrl' documentation - <a href="https://github.com/owncloud/core/issues/36152" target="_blank" rel="noopener">#36152</a></li>
    <li>Don't check the CSRF token on public link email API - <a href="https://github.com/owncloud/core/issues/36158" target="_blank" rel="noopener">#36158</a></li>
    <li>Remove hardcoded http response codes - <a href="https://github.com/owncloud/core/issues/36127" target="_blank" rel="noopener">#36127</a></li>
    <li>Fix permission handling for share owner of a reshare - <a href="https://github.com/owncloud/core/issues/36193" target="_blank" rel="noopener">#36193</a></li>
    <li>Improve logging when a remote host went down suddenly - <a href="https://github.com/owncloud/core/issues/36180" target="_blank" rel="noopener">#36180</a></li>
    <li>Use bit operators when checking share file permission - <a href="https://github.com/owncloud/core/issues/36111" target="_blank" rel="noopener">#36111</a></li>
    <li>Only share owner should be able to update or delete share - <a href="https://github.com/owncloud/core/issues/36120" target="_blank" rel="noopener">#36120</a></li>
    <li>Fix various issues with session handling in relation to redis - <a href="https://github.com/owncloud/core/issues/35888" target="_blank" rel="noopener">#35888</a></li>
    <li>Fix issue where IE did not redirect to login page when user is not logged in - <a href="https://github.com/owncloud/core/issues/36079" target="_blank" rel="noopener">#36079</a></li>
    <li>Check that all user mount points has unique names - <a href="https://github.com/owncloud/core/issues/36029" target="_blank" rel="noopener">#36029</a></li>
    <li>Fix loading of app.php when using a separate apps folder - <a href="https://github.com/owncloud/core/issues/36054" target="_blank" rel="noopener">#36054</a></li>
    <li>Respect default app config within the TwoFactorChallengeController - <a href="https://github.com/owncloud/core/issues/36031" target="_blank" rel="noopener">#36031</a></li>
    <li>Don't send WWW-Authenticate headers with schema Basic for ajax requests - <a href="https://github.com/owncloud/core/issues/36003" target="_blank" rel="noopener">#36003</a></li>
    <li>Fix issue when share folder and shares go missing when storage becomes unavailable - <a href="https://github.com/owncloud/core/issues/35998" target="_blank" rel="noopener">#35998</a></li>
    <li>Handling of OCM sharing when receiving server did not include a protocol (i.e. <code>https</code>) <a href="https://github.com/owncloud/core/pull/35711" target="_blank" rel="noopener">#35711</a></li>
    <li>Performance improvements when loading groups of users <a href="https://github.com/owncloud/core/pull/35822" target="_blank" rel="noopener">#35822</a></li>
    <li>Relative path handling for <code>files:checksums:verify</code> occ command <a href="https://github.com/owncloud/core/pull/35694" target="_blank" rel="noopener">#35694</a></li>
    <li>Failed rename operation leading to unavailable external storage <a href="https://github.com/owncloud/core/pull/35598" target="_blank" rel="noopener">#35598</a></li>
    <li>Comment creation event missing ID field <a href="https://github.com/owncloud/core/pull/35799" target="_blank" rel="noopener">#35799</a></li>
    <li>Improved handling of share expire input fields to avoid user error <a href="https://github.com/owncloud/core/pull/35779" target="_blank" rel="noopener">#35779</a></li>
    <li>Maintain dav properties when files are moved to trashbin <a href="https://github.com/owncloud/core/pull/35954" target="_blank" rel="noopener">#35954</a></li>
    <li>Usage of domain when authenticate with SMB/WND shares <a href="https://github.com/owncloud/core/pull/35892" target="_blank" rel="noopener">#35892</a></li>
    <li>Triggering dav events on the public webdav endpoint <a href="https://github.com/owncloud/core/pull/35820" target="_blank" rel="noopener">#35820</a></li>
    <li>Prevent deletion of configured <code>share_folder</code> <a href="https://github.com/owncloud/core/pull/35998" target="_blank" rel="noopener">#35998</a></li>
    <li>Issues with improper displayed languages <a href="https://github.com/owncloud/core/pull/35973" target="_blank" rel="noopener">#35973</a></li>
    <li>Respect <code>user.min_search_length</code> with federated sharing <a href="https://github.com/owncloud/core/pull/35977" target="_blank" rel="noopener">#35977</a></li>
    <li>Avoid password manager autocomplete on user administration <a href="https://github.com/owncloud/core/pull/35931" target="_blank" rel="noopener">#35931</a></li>
    <li>Changing config settings produced duplicate emitted events <a href="https://github.com/owncloud/core/pull/35875" target="_blank" rel="noopener">#35875</a></li>
    <li>Properly return StorageNotAvailable on network failures with external storages <a href="https://github.com/owncloud/core/pull/35707" target="_blank" rel="noopener">#35707</a></li>
    <li>Improved error message when trying to share with a nonexistent federated user <a href="https://github.com/owncloud/core/pull/35542" target="_blank" rel="noopener">#35542</a></li>
    <li>Allow selection of UI errors during web-installation <a href="https://github.com/owncloud/core/pull/35681" target="_blank" rel="noopener">#35681</a></li>
    <li>Added missing events for webdav copy operations on new endpoint <a href="https://github.com/owncloud/core/pull/35604" target="_blank" rel="noopener">#35604</a></li>
    <li>Double-appearing address book entries when shared with groups <a href="https://github.com/owncloud/core/pull/35603" target="_blank" rel="noopener">#35603</a></li>
    <li>Issues with federation when proxy requires credentials <a href="https://github.com/owncloud/core/pull/35868" target="_blank" rel="noopener">#35868</a></li>
    <li>Respect <code>share_folder</code> with federated shares <a href="https://github.com/owncloud/core/pull/35396" target="_blank" rel="noopener">#35396</a></li>
    <li>Issues with sqlite to mysql migration with <code>db:convert-type</code> <a href="https://github.com/owncloud/core/pull/35390" target="_blank" rel="noopener">#35390</a></li>
    <li>Upload issues with mismatching checksums <a href="https://github.com/owncloud/core/pull/35294" target="_blank" rel="noopener">#35294</a></li>
    <li>Improved memory handling for trashbin expiry background job <a href="https://github.com/owncloud/core/pull/35708" target="_blank" rel="noopener">#35708</a></li>
    <li>Proper handling of objectstorage S3 issues on object upload for <code>files_primary_s3</code> <a href="https://github.com/owncloud/core/pull/35389" target="_blank" rel="noopener">core#35389</a> <a href="https://github.com/owncloud/files_primary_s3/pull/212" target="_blank" rel="noopener">files_primary_s3#212</a></li>
    <li>Respect default application configuration when using TwoFactor Authentication <a href="https://github.com/owncloud/core/pull/36031" target="_blank" rel="noopener">#36031</a></li>
    <li>Improved mobile view for file drop links <a href="https://github.com/owncloud/core/pull/34803" target="_blank" rel="noopener">#34803</a></li>
    <li>Ignore case of userid in occ <code>files:scan</code> command <a href="https://github.com/owncloud/core/pull/35324" target="_blank" rel="noopener">#35324</a></li>
    <li>Properly handle errors from remote server when declining a nonexistent federated share <a href="https://github.com/owncloud/core/pull/35321" target="_blank" rel="noopener">#35321</a></li>
    <li>UI issues on setup page when mobile devices where used <a href="https://github.com/owncloud/core/pull/35347" target="_blank" rel="noopener">#35347</a></li>
    <li>Direct access to sharing tab for long file listings <a href="https://github.com/owncloud/core/pull/35306" target="_blank" rel="noopener">#35306</a></li>
    <li>Improved OCM compliance on providerId and remoteId fields <a href="https://github.com/owncloud/core/pull/35122" target="_blank" rel="noopener">#35122</a></li>
    <li>Issue with adding multiple Google Drive external storages <a href="https://github.com/owncloud/core/pull/34987" target="_blank" rel="noopener">#34987</a></li>
    <li>Issues with recreating masterkeys when HSM is used <a href="https://github.com/owncloud/encryption/pull/128" target="_blank" rel="noopener">#128</a></li>
</ul>
<h2><a href="https://github.com/owncloud/core/compare/v10.2.0...v10.2.1" target="_blank" rel="noopener">10.2.1</a>- 2019-07-03</h2>
<h3>Fixed</h3>
<ul>
    <li>Error when user was removed from a group - <a href="https://github.com/owncloud/core/issues/35289" target="_blank" rel="noopener">#35289</a> <a href="https://github.com/owncloud/core/issues/35570" target="_blank" rel="noopener">#35570</a></li>
    <li>Incorrect avatar storage location - <a href="https://github.com/owncloud/core/issues/35311" target="_blank" rel="noopener">#35311</a> <a href="https://github.com/owncloud/core/issues/35531" target="_blank" rel="noopener">#35531</a></li>
    <li>Incorrect rendering of password changed notification email - <a href="https://github.com/owncloud/core/issues/35255" target="_blank" rel="noopener">#35255</a> <a href="https://github.com/owncloud/core/issues/35491" target="_blank" rel="noopener">#35491</a></li>
    <li>Performance issue with sharing on masterkey encryption - <a href="https://github.com/owncloud/core/issues/35492" target="_blank" rel="noopener">#35492</a></li>
    <li>Permission change handling for share receivers on internal shares - <a href="https://github.com/owncloud/core/issues/35510" target="_blank" rel="noopener">#35510</a> <a href="https://github.com/owncloud/core/pull/35633" target="_blank" rel="noopener">#35633</a></li>
    <li>Permission handling of public link shares based upon internal shares <a href="https://github.com/owncloud/core/pull/35600" target="_blank" rel="noopener">#35600</a></li>
    <li>Automatically set expiration date on newly created shares <a href="https://github.com/owncloud/core/issues/35550" target="_blank" rel="noopener">#35550</a> <a href="https://github.com/owncloud/core/pull/35593" target="_blank" rel="noopener">#35593</a></li>
    <li>Incorrectly sent password reset tokens <a href="https://github.com/owncloud/core/issues/32889" target="_blank" rel="noopener">#32889</a> <a href="https://github.com/owncloud/core/pull/35607" target="_blank" rel="noopener">#35607</a></li>
    <li>Issue with loading javascript files from additional app folders <a href="https://github.com/owncloud/core/issues/35640" target="_blank" rel="noopener">#35640</a> <a href="https://github.com/owncloud/core/pull/35709" target="_blank" rel="noopener">#35709</a></li>
</ul>
<h3>Changed</h3>
<ul>
    <li>Added <code>-y</code> option to <code>encryption:encrypt-all</code> occ command <a href="https://github.com/owncloud/encryption/issues/33" target="_blank" rel="noopener">encryption#33</a> <a href="https://github.com/owncloud/core/pull/35606" target="_blank" rel="noopener">#35606</a></li>
    <li>Updated application revocation list  - <a href="https://github.com/owncloud/core/issues/35506" target="_blank" rel="noopener">#35506</a></li>
</ul>
<h2><a href="https://github.com/owncloud/core/compare/v10.1.1...v10.2.0" target="_blank" rel="noopener">10.2.0</a> - 2019-05-16</h2>
<h3>Added</h3>
<ul>
    <li>Add new capability to advertise the availability of the detail parameter for private links - <a href="https://github.com/owncloud/core/issues/35104" target="_blank" rel="noopener">#35104</a></li>
    <li>Add background:queue:execute occ command for running cron jobs manually - <a href="https://github.com/owncloud/core/issues/34995" target="_blank" rel="noopener">#34995</a></li>
    <li>Adding background:queue commands: status and delete - <a href="https://github.com/owncloud/core/issues/34783" target="_blank" rel="noopener">#34783</a> <a href="https://github.com/owncloud/core/pull/35228" target="_blank" rel="noopener">#35228</a></li>
    <li>Added new permissions option for public link - <a href="https://github.com/owncloud/core/issues/34983" target="_blank" rel="noopener">#34983</a> <a href="https://github.com/owncloud/core/issues/35082" target="_blank" rel="noopener">#35082</a><a href="https://github.com/owncloud/core/pull/35159" target="_blank" rel="noopener">#35159</a><a href="https://github.com/owncloud/core/pull/35197" target="_blank" rel="noopener">#35197</a><a href="https://github.com/owncloud/core/pull/35238" target="_blank" rel="noopener">#35238</a></li>
    <li>Support for extra share key-value attributes - <a href="https://github.com/owncloud/core/issues/34951" target="_blank" rel="noopener">#34951</a></li>
    <li>Internal permission to prevent file download when set in share attribute, for &quot;secure view&quot; feature  - <a href="https://github.com/owncloud/core/issues/34951" target="_blank" rel="noopener">#34951</a> <a href="https://github.com/owncloud/core/issues/35095" target="_blank" rel="noopener">#35095</a></li>
    <li>Support for automatically accepting incoming federated shares from trusted servers - <a href="https://github.com/owncloud/core/issues/34206" target="_blank" rel="noopener">#34206</a> <a href="https://github.com/owncloud/core/issues/35135" target="_blank" rel="noopener">#35135</a></li>
    <li>User option for automatically accepting incoming shares - <a href="https://github.com/owncloud/core/pull/34647" target="_blank" rel="noopener">#34647</a> <a href="https://github.com/owncloud/core/pull/34842" target="_blank" rel="noopener">#34842</a> <a href="https://github.com/owncloud/core/issues/34934" target="_blank" rel="noopener">#34934</a></li>
    <li>User option for automatically accepting incoming federated shares - <a href="https://github.com/owncloud/core/issues/34706" target="_blank" rel="noopener">#34706</a></li>
    <li>User option to opt-out autocomplete in share dialog - <a href="https://github.com/owncloud/core/issues/34942" target="_blank" rel="noopener">#34942</a></li>
    <li>Add before-after share link auth events - <a href="https://github.com/owncloud/core/issues/34399" target="_blank" rel="noopener">#34399</a></li>
    <li>Log broken smb config params for easier debugging - <a href="https://github.com/owncloud/core/issues/34056" target="_blank" rel="noopener">#34056</a></li>
    <li>Add support for detecting library mime types - <a href="https://github.com/owncloud/core/issues/34082" target="_blank" rel="noopener">#34082</a></li>
    <li>Extend repair command to be able to list repair steps and run them individually - <a href="https://github.com/owncloud/core/issues/34499" target="_blank" rel="noopener">#34499</a></li>
    <li>Added CORS headers for many existing API calls, required for Phoenix  - <a href="https://github.com/owncloud/core/issues/34476" target="_blank" rel="noopener">#34476</a></li>
    <li>Encryption now supports working with a Hardware Security Module - <a href="https://github.com/owncloud/core/issues/34527" target="_blank" rel="noopener">#34527</a></li>
    <li>Command for first run wizard to reset for all users - <a href="https://github.com/owncloud/firstrunwizard/pull/83" target="_blank" rel="noopener">firstrunwizard/#83</a></li>
    <li>Inform admin about the need to login again after changing the master encryption key - <a href="https://github.com/owncloud/core/issues/34596" target="_blank" rel="noopener">#34596</a></li>
    <li>Added checkboxes to hide quota and password - <a href="https://github.com/owncloud/core/issues/34479" target="_blank" rel="noopener">#34479</a></li>
    <li>By default the &quot;apps-external&quot; directory is included in config.php during installation - <a href="https://github.com/owncloud/core/issues/34656" target="_blank" rel="noopener">#34656</a> <a href="https://github.com/owncloud/core/issues/34902" target="_blank" rel="noopener">#34902</a></li>
    <li>Added files:scan --group and --groups options - <a href="https://github.com/owncloud/core/issues/34754" target="_blank" rel="noopener">#34754</a></li>
    <li>Allow admins to enable medial search on group and user - <a href="https://github.com/owncloud/core/issues/34779" target="_blank" rel="noopener">#34779</a></li>
    <li>Add composer cleaner - <a href="https://github.com/owncloud/core/issues/34784" target="_blank" rel="noopener">#34784</a></li>
    <li>Add events for user preference changes - <a href="https://github.com/owncloud/core/issues/34820" target="_blank" rel="noopener">#34820</a></li>
    <li>Add occ command to poll incoming federated shares for updates - <a href="https://github.com/owncloud/core/issues/34933" target="_blank" rel="noopener">#34933</a> <a href="https://github.com/owncloud/core/issues/34959" target="_blank" rel="noopener">#34959</a> <a href="https://github.com/owncloud/core/issues/34993" target="_blank" rel="noopener">#34993</a> <a href="https://github.com/owncloud/core/issues/35073" target="_blank" rel="noopener">#35073</a></li>
</ul>
<h3>Changed</h3>
<ul>
    <li>Bump @bower_components/bowser from 1.6.0 to 1.9.4 in /build - <a href="https://github.com/owncloud/core/issues/34844" target="_blank" rel="noopener">#34844</a></li>
    <li>Bump @bower_components/backbone from 1.2.3 to 1.4.0 in /build - <a href="https://github.com/owncloud/core/issues/34288" target="_blank" rel="noopener">#34288</a> <a href="https://github.com/owncloud/core/issues/34621" target="_blank" rel="noopener">#34621</a></li>
    <li>Bump @bower_components/base64 from 0.3.0 to 1.0.2 in /build - <a href="https://github.com/owncloud/core/issues/34542" target="_blank" rel="noopener">#34542</a></li>
    <li>Bump @bower_components/clipboard from 1.5.12 to v2.0.4 in /build - <a href="https://github.com/owncloud/core/issues/34620" target="_blank" rel="noopener">#34620</a></li>
    <li>Bump @bower_components/bootstrap from 3.3.6 to 3.3.7 in /build - <a href="https://github.com/owncloud/core/issues/34843" target="_blank" rel="noopener">#34843</a></li>
    <li>Bump @bower_components/handlebars from v4.0.12 to v4.1.1 in /build - <a href="https://github.com/owncloud/core/issues/34454" target="_blank" rel="noopener">#34454</a> <a href="https://github.com/owncloud/core/issues/34802" target="_blank" rel="noopener">#34802</a></li>
    <li>Bump @bower_components/moment from 2.22.0 to 2.24.0 in /build - <a href="https://github.com/owncloud/core/issues/34459" target="_blank" rel="noopener">#34459</a></li>
    <li>Bump @bower_components/strengthify from 0.5.2 to 0.5.6 in /build - <a href="https://github.com/owncloud/core/issues/34451" target="_blank" rel="noopener">#34451</a></li>
    <li>Bump @bower_components/underscore from 1.8.3 to 1.9.1 in /build - <a href="https://github.com/owncloud/core/issues/34457" target="_blank" rel="noopener">#34457</a></li>
    <li>Bump composer/semver from 1.4.2 to 1.5.0 - <a href="https://github.com/owncloud/core/pull/34882" target="_blank" rel="noopener">#34882</a></li>
    <li>Bump extend from 3.0.1 to 3.0.2 in /build - <a href="https://github.com/owncloud/core/issues/34411" target="_blank" rel="noopener">#34411</a></li>
    <li>Bump handlebars from 4.0.12 to 4.1.1 in /build - <a href="https://github.com/owncloud/core/issues/34456" target="_blank" rel="noopener">#34456</a><a href="https://github.com/owncloud/core/issues/34801" target="_blank" rel="noopener">#34801</a></li>
    <li>Bump karma from 3.1.3 to 4.0.1 in /build - <a href="https://github.com/owncloud/core/issues/34458" target="_blank" rel="noopener">#34458</a> <a href="https://github.com/owncloud/core/issues/34675" target="_blank" rel="noopener">#34675</a></li>
    <li>Bump icewind/smb from 3.0.0 to 3.1.1 in /apps/files_external/3rdparty - <a href="https://github.com/owncloud/core/issues/34670" target="_blank" rel="noopener">#34670</a></li>
    <li>Bump icewind/streams from 0.5.2 to 0.7.1 in /apps/files_external/3rdparty - <a href="https://github.com/owncloud/core/issues/34537" target="_blank" rel="noopener">#34537</a></li>
    <li>Bump icewind/streams from 0.5.2 to 0.7.1 - <a href="https://github.com/owncloud/core/issues/34617" target="_blank" rel="noopener">#34617</a></li>
    <li>Bump league flysystem 1.0.51 - <a href="https://github.com/owncloud/core/issues/34417" target="_blank" rel="noopener">#34417</a> <a href="https://github.com/owncloud/core/issues/34946" target="_blank" rel="noopener">#34946</a></li>
    <li>Bump react promise v2.7.1 - <a href="https://github.com/owncloud/core/issues/34416" target="_blank" rel="noopener">#34416</a></li>
    <li>Zendframework bumps 20190208 - <a href="https://github.com/owncloud/core/issues/34413" target="_blank" rel="noopener">#34413</a></li>
    <li>Bump paragonie/random_compat v2.0.17 =&gt; v2.0.18 - <a href="https://github.com/owncloud/core/issues/34043" target="_blank" rel="noopener">#34043</a></li>
    <li>Bump pear/archive_tar from 1.4.6 to 1.4.7 - <a href="https://github.com/owncloud/core/issues/34990" target="_blank" rel="noopener">#34990</a></li>
    <li>Bump phpseclib/phpseclib from 2.0.13 to 2.0.15 - <a href="https://github.com/owncloud/core/issues/34285" target="_blank" rel="noopener">#34285</a> <a href="https://github.com/owncloud/core/issues/34741" target="_blank" rel="noopener">#34741</a></li>
    <li>Bump pimple/pimple from 3.0.2 to 3.2.3 - <a href="https://github.com/owncloud/core/issues/31753" target="_blank" rel="noopener">#31753</a></li>
    <li>Bump sinon from 7.1.1 to 7.3.1 in /build - <a href="https://github.com/owncloud/core/issues/34881" target="_blank" rel="noopener">#34881</a> <a href="https://github.com/owncloud/core/issues/34943" target="_blank" rel="noopener">#34943</a></li>
    <li>Bump symfony and modules to 3.4.26 - <a href="https://github.com/owncloud/core/issues/35062" target="_blank" rel="noopener">#35062</a></li>
    <li>Bump symfony/polyfill components from v1.10.0 to v1.11.0 - <a href="https://github.com/owncloud/core/pull/34882" target="_blank" rel="noopener">#34882</a></li>
    <li>Bump deepdiver1975/tarstreamer from 0.1.0 to 0.1.1 - <a href="https://github.com/owncloud/core/issues/34615" target="_blank" rel="noopener">#34615</a></li>
    <li>Bump zendframework/zend-servicemanager from 3.3.2 to 3.4.0 - <a href="https://github.com/owncloud/core/issues/33971" target="_blank" rel="noopener">#33971</a></li>
    <li>Bump zendframework/zend-inputfilter from 2.9.0 to 2.9.1 - <a href="https://github.com/owncloud/core/issues/34145" target="_blank" rel="noopener">#34145</a></li>
    <li>Bump dependencies after PHP 5.6 deprecation, swiftmailer 6.2 - <a href="https://github.com/owncloud/core/issues/34755" target="_blank" rel="noopener">#34755</a></li>
    <li>Bump README.md doc links to 10.1 - <a href="https://github.com/owncloud/core/issues/34403" target="_blank" rel="noopener">#34403</a></li>
    <li>Updating phpunit/phpunit (5.7.27 =&gt; 6.5.14) - <a href="https://github.com/owncloud/core/issues/34866" target="_blank" rel="noopener">#34866</a></li>
    <li>Updating bamarni/composer-bin-plugin (v1.2.0 =&gt; v1.3.0) - <a href="https://github.com/owncloud/core/issues/34920" target="_blank" rel="noopener">#34920</a></li>
    <li>Increase size of login_name from 64 to 255 - <a href="https://github.com/owncloud/core/issues/34280" target="_blank" rel="noopener">#34280</a></li>
    <li>Warn when .htaccess file is not writable - <a href="https://github.com/owncloud/core/issues/34486" target="_blank" rel="noopener">#34486</a> <a href="https://github.com/owncloud/core/issues/34461" target="_blank" rel="noopener">#34461</a></li>
    <li>Add password confirmation field when resetting password - <a href="https://github.com/owncloud/core/issues/34492" target="_blank" rel="noopener">#34492</a> <a href="https://github.com/owncloud/core/issues/34834" target="_blank" rel="noopener">#34834</a></li>
    <li>Add email footer with motto in email for changing password - <a href="https://github.com/owncloud/core/issues/34498" target="_blank" rel="noopener">#34498</a></li>
    <li>Change the styling of the active settings navigation menu item - <a href="https://github.com/owncloud/core/issues/34561" target="_blank" rel="noopener">#34561</a></li>
    <li>Added delay in search field - <a href="https://github.com/owncloud/core/issues/34613" target="_blank" rel="noopener">#34613</a></li>
    <li>Tidy up code for notification by email - <a href="https://github.com/owncloud/core/issues/34786" target="_blank" rel="noopener">#34786</a> <a href="https://github.com/owncloud/core/issues/35137" target="_blank" rel="noopener">#35137</a></li>
    <li>Some code now made PHP 7 specific - <a href="https://github.com/owncloud/core/issues/34925" target="_blank" rel="noopener">#34925</a></li>
    <li>cron.php calls the new occ system:cron command as a fallback - <a href="https://github.com/owncloud/core/issues/36221" target="_blank" rel="noopener">#36221</a></li>
    <li>Update the CA bundle - <a href="https://github.com/owncloud/core/issues/36219" target="_blank" rel="noopener">#36219</a></li>
</ul>
<h3>Removed</h3>
<ul>
    <li>Drop PHP 5.6 support across the platform - <a href="https://github.com/owncloud/core/issues/34698" target="_blank" rel="noopener">#34698</a></li>
    <li>Removed bundled documentation, help links now point to the online documentation - <a href="https://github.com/owncloud/core/issues/34612" target="_blank" rel="noopener">#34612</a> <a href="https://github.com/owncloud/core/issues/34649" target="_blank" rel="noopener">#34649</a></li>
    <li>Remove incompatible script for generating DB changeset - <a href="https://github.com/owncloud/core/issues/34722" target="_blank" rel="noopener">#34722</a></li>
    <li>Remove classes that were deprecated since OC 8.0.0: OCPConfig, OCPPERMISSION_XXX, OCPTemplate - <a href="https://github.com/owncloud/core/issues/34927" target="_blank" rel="noopener">#34927</a></li>
</ul>
<h3>Fixed</h3>
<ul>
    <li>Wrong translation file referenced for accept &amp; decline share - <a href="https://github.com/owncloud/core/issues/35063" target="_blank" rel="noopener">#35063</a></li>
    <li>Respect 'writable' appdir flag on update - <a href="https://github.com/owncloud/core/issues/35097" target="_blank" rel="noopener">#35097</a></li>
    <li>Aborted uploads in web UI are now properly cleared - <a href="https://github.com/owncloud/core/issues/35134" target="_blank" rel="noopener">#35134</a></li>
    <li>Fix regression with missing progress bar in files drop view - <a href="https://github.com/owncloud/core/issues/35059" target="_blank" rel="noopener">#35059</a></li>
    <li>Log exception when background job class not found - <a href="https://github.com/owncloud/core/issues/34723" target="_blank" rel="noopener">#34723</a></li>
    <li>Prevent concurrent updates in group shares to avoid duplicate entries - <a href="https://github.com/owncloud/core/issues/34769" target="_blank" rel="noopener">#34769</a></li>
    <li>Calender invitation now uses actual sender name - <a href="https://github.com/owncloud/core/issues/34901" target="_blank" rel="noopener">#34901</a></li>
    <li>Fix public link share default expiration behavior - <a href="https://github.com/owncloud/core/issues/34971" target="_blank" rel="noopener">#34971</a></li>
    <li>Improve files error handling on download - <a href="https://github.com/owncloud/core/issues/34886" target="_blank" rel="noopener">#34886</a></li>
    <li>Directly honour robots.txt if htaccess.RewriteBase is set - <a href="https://github.com/owncloud/core/issues/34949" target="_blank" rel="noopener">#34949</a></li>
    <li>Reduce sharing query size by properly reusing the query builder - <a href="https://github.com/owncloud/core/issues/34915" target="_blank" rel="noopener">#34915</a></li>
    <li>Tar download support for file names longer than 99 chars - <a href="https://github.com/owncloud/core/issues/34615" target="_blank" rel="noopener">#34615</a></li>
    <li>Fix Webdav error page, include CSP and message - <a href="https://github.com/owncloud/core/issues/34817" target="_blank" rel="noopener">#34817</a></li>
    <li>Handle accept decline with invalid share id - <a href="https://github.com/owncloud/core/issues/34786" target="_blank" rel="noopener">#34786</a> <a href="https://github.com/owncloud/core/pull/35221" target="_blank" rel="noopener">#35221</a></li>
    <li>Normalize path when moving chunks to final destination - <a href="https://github.com/owncloud/core/issues/34777" target="_blank" rel="noopener">#34777</a></li>
    <li>Better support for international email addresses after swiftmailer update - <a href="https://github.com/owncloud/core/issues/34759" target="_blank" rel="noopener">#34759</a></li>
    <li>Fix first time login handling - <a href="https://github.com/owncloud/core/issues/34758" target="_blank" rel="noopener">#34758</a></li>
    <li>Server container interface should inherit from icontainer,… - <a href="https://github.com/owncloud/core/issues/34756" target="_blank" rel="noopener">#34756</a></li>
    <li>Don't expose hashed password in OCS api - <a href="https://github.com/owncloud/core/issues/34691" target="_blank" rel="noopener">#34691</a></li>
    <li>Fixes UID issue with birthday calendar events - <a href="https://github.com/owncloud/core/issues/34701" target="_blank" rel="noopener">#34701</a></li>
    <li>Improve avatar performance by having many avatar related calls bypass the file cache - <a href="https://github.com/owncloud/core/issues/34592" target="_blank" rel="noopener">#34592</a></li>
    <li>Improve speed of apps list settings page by caching integrity check results - <a href="https://github.com/owncloud/core/issues/34584" target="_blank" rel="noopener">#34584</a></li>
    <li>Fix chunking infinite loop in some environment related issues - <a href="https://github.com/owncloud/core/issues/34558" target="_blank" rel="noopener">#34558</a></li>
    <li>Fixes issue file picker choose button disabled for directory selection - <a href="https://github.com/owncloud/core/issues/34426" target="_blank" rel="noopener">#34426</a></li>
    <li>Use sabre/vobject ^4.2 to fix issues in ITip messages - <a href="https://github.com/owncloud/core/issues/34553" target="_blank" rel="noopener">#34553</a></li>
    <li>Filter static tags when searching files by tag - <a href="https://github.com/owncloud/core/issues/34557" target="_blank" rel="noopener">#34557</a></li>
    <li>Fix collaborative tags PHP API for get and create operations - <a href="https://github.com/owncloud/core/issues/34610" target="_blank" rel="noopener">#34610</a></li>
    <li>Improve performance of account sync service - <a href="https://github.com/owncloud/core/issues/34546" target="_blank" rel="noopener">#34546</a></li>
    <li>Improve code occ files_external:list --short - <a href="https://github.com/owncloud/core/issues/34549" target="_blank" rel="noopener">#34549</a></li>
    <li>Fix preview expiration issues with trashbin/versions - <a href="https://github.com/owncloud/core/issues/34533" target="_blank" rel="noopener">#34533</a></li>
    <li>Use the displayname in lost password emails where possible - <a href="https://github.com/owncloud/core/issues/34512" target="_blank" rel="noopener">#34512</a></li>
    <li>Store quota overrides in preferences table - <a href="https://github.com/owncloud/core/issues/34467" target="_blank" rel="noopener">#34467</a></li>
    <li>Prevent password removal in share dialog if enforced - <a href="https://github.com/owncloud/core/issues/34497" target="_blank" rel="noopener">#34497</a></li>
    <li>Encryption now skips shared files when adding recovery key - <a href="https://github.com/owncloud/core/issues/34506" target="_blank" rel="noopener">#34506</a></li>
    <li>Fix encryption to use API instead of config access - <a href="https://github.com/owncloud/core/issues/34504" target="_blank" rel="noopener">#34504</a></li>
    <li>Properly handle StorageNotAvailableException in Webdav endpoint - <a href="https://github.com/owncloud/core/issues/34485" target="_blank" rel="noopener">#34485</a></li>
    <li>Properly hide share fields in &quot;Shared with You&quot; section when permissions are restricted - <a href="https://github.com/owncloud/core/issues/34473" target="_blank" rel="noopener">#34473</a></li>
    <li>Repair subshares earlier to avoid errors - <a href="https://github.com/owncloud/core/issues/34462" target="_blank" rel="noopener">#34462</a></li>
    <li>Only parse info.xml once to improve performance for every request - <a href="https://github.com/owncloud/core/issues/34482" target="_blank" rel="noopener">#34482</a></li>
    <li>Catch errors when info.xml is malformed - <a href="https://github.com/owncloud/core/issues/34427" target="_blank" rel="noopener">#34427</a></li>
    <li>Send OCM requests as JSON - <a href="https://github.com/owncloud/core/issues/34424" target="_blank" rel="noopener">#34424</a></li>
    <li>Remove composer that is now in vendor bin - <a href="https://github.com/owncloud/core/issues/34418" target="_blank" rel="noopener">#34418</a></li>
    <li>Use recipient language when sending notification email - <a href="https://github.com/owncloud/core/issues/34255" target="_blank" rel="noopener">#34255</a></li>
    <li>Fix shares not accessible for guest users when using &quot;share_folder&quot; config option - <a href="https://github.com/owncloud/core/issues/34395" target="_blank" rel="noopener">#34395</a></li>
    <li>Fix reset confirmation mail from occ - <a href="https://github.com/owncloud/core/issues/34154" target="_blank" rel="noopener">#34154</a></li>
    <li>Correctly write Login failed entry in log when 2FA is enforced - <a href="https://github.com/owncloud/core/issues/34055" target="_blank" rel="noopener">#34055</a></li>
    <li>Center the logo and login fields - <a href="https://github.com/owncloud/core/issues/34057" target="_blank" rel="noopener">#34057</a></li>
    <li>Fix Apache warnings by setting headers to &quot;always&quot; in htaccess - <a href="https://github.com/owncloud/core/issues/34089" target="_blank" rel="noopener">#34089</a> <a href="https://github.com/owncloud/core/issues/35118" target="_blank" rel="noopener">#35118</a></li>
    <li>Fix external storage advanced checkbox state issue - <a href="https://github.com/owncloud/core/issues/34168" target="_blank" rel="noopener">#34168</a></li>
    <li>Set permissions on log file creation instead of every write - <a href="https://github.com/owncloud/core/issues/34061" target="_blank" rel="noopener">#34061</a></li>
    <li>Images are again properly rotated now based on EXIF rotation - <a href="https://github.com/owncloud/core/issues/34356" target="_blank" rel="noopener">#34356</a></li>
    <li>Fix query parts for federated shares to be less expensive - <a href="https://github.com/owncloud/core/issues/34401" target="_blank" rel="noopener">#34401</a></li>
    <li>Fix cancel upload and hide 'uploading' message for files_drop shared folders - <a href="https://github.com/owncloud/core/issues/34097" target="_blank" rel="noopener">#34097</a></li>
</ul>
<h2><a href="https://github.com/owncloud/core/compare/v10.1.0...v10.1.1" target="_blank" rel="noopener">10.1.1</a></h2>
<h3>Fixed</h3>
<ul>
    <li>Set the correct value when upgrading app patch version in DB - <a href="https://github.com/owncloud/core/pull/34878" target="_blank" rel="noopener">#34878</a></li>
</ul>
<h2><a href="https://github.com/owncloud/core/compare/v10.0.10...v10.1.0" target="_blank" rel="noopener">10.1.0</a> - 2019-02-06</h2>
<h3>Added</h3>
<ul>
    <li>Added Symfony event for federation to provide apps with federated share receiver id - <a href="https://github.com/owncloud/core/issues/34152" target="_blank" rel="noopener">#34152</a></li>
    <li>Added mime types for sharedlib and executable - <a href="https://github.com/owncloud/core/issues/33893" target="_blank" rel="noopener">#33893</a></li>
    <li>Allow loading JSON files in setups with pretty URLs - <a href="https://github.com/owncloud/core/issues/32835" target="_blank" rel="noopener">#32835</a></li>
    <li>Support global CORS domains for public pages - <a href="https://github.com/owncloud/core/issues/33139" target="_blank" rel="noopener">#33139</a></li>
    <li>New tag scope &quot;static tags&quot;, editable but not assignable - <a href="https://github.com/owncloud/core/issues/33420" target="_blank" rel="noopener">#33420</a> <a href="https://github.com/owncloud/core/issues/33864" target="_blank" rel="noopener">#33864</a> <a href="https://github.com/owncloud/core/issues/34098" target="_blank" rel="noopener">#34098</a></li>
    <li>Added &quot;getBucket&quot; method to HomeObjectStore to fix S3 issue - <a href="https://github.com/owncloud/core/issues/33513" target="_blank" rel="noopener">#33513</a></li>
    <li>Pass an additional parameter on the core update - <a href="https://github.com/owncloud/core/issues/33641" target="_blank" rel="noopener">#33641</a></li>
    <li>Added short list argument to occ files_external:list - <a href="https://github.com/owncloud/core/issues/33684" target="_blank" rel="noopener">#33684</a></li>
    <li>Public JS utility function for email validation - <a href="https://github.com/owncloud/core/issues/33699" target="_blank" rel="noopener">#33699</a></li>
    <li>Introduce persistent and explicit locking of file and folders (Webdav locks) - <a href="https://github.com/owncloud/core/issues/33266" target="_blank" rel="noopener">#33266</a> <a href="https://github.com/owncloud/core/issues/33785" target="_blank" rel="noopener">#33785</a> <a href="https://github.com/owncloud/core/issues/33843" target="_blank" rel="noopener">#33843</a> <a href="https://github.com/owncloud/core/pull/33957" target="_blank" rel="noopener">#33957</a> <a href="https://github.com/owncloud/core/issues/33957" target="_blank" rel="noopener">#33957</a> <a href="https://github.com/owncloud/core/issues/34270" target="_blank" rel="noopener">#34270</a> <a href="https://github.com/owncloud/core/issues/34267" target="_blank" rel="noopener">#34267</a> <a href="https://github.com/owncloud/core/issues/34227" target="_blank" rel="noopener">#34227</a> <a href="https://github.com/owncloud/core/issues/34208" target="_blank" rel="noopener">#34208</a> <a href="https://github.com/owncloud/core/issues/34203" target="_blank" rel="noopener">#34203</a> <a href="https://github.com/owncloud/core/issues/34355" target="_blank" rel="noopener">#34355</a> <a href="https://github.com/owncloud/core/issues/34350" target="_blank" rel="noopener">#34350</a></li>
    <li>Add minimal frontend in files app for persistent locks (Webdav locks) - <a href="https://github.com/owncloud/core/issues/33951" target="_blank" rel="noopener">#33951</a></li>
    <li>Federated sharing new spec OCM 1.0-proposal1 - <a href="https://github.com/owncloud/core/issues/33027" target="_blank" rel="noopener">#33027</a> <a href="https://github.com/owncloud/core/issues/34113" target="_blank" rel="noopener">#34113</a> <a href="https://github.com/owncloud/core/issues/34252" target="_blank" rel="noopener">#34252</a></li>
    <li>Add sharing scope to enable addressbook sharing with custom groups - <a href="https://github.com/owncloud/core/issues/33849" target="_blank" rel="noopener">#33849</a></li>
    <li>Add X-Request-ID to header Access-Control-Allow-Headers - <a href="https://github.com/owncloud/core/issues/33926" target="_blank" rel="noopener">#33926</a></li>
    <li>Now also logging wrapped exceptions - <a href="https://github.com/owncloud/core/issues/34475" target="_blank" rel="noopener">#34475</a></li>
    <li>Switch to shorten hostname in status.php - <a href="https://github.com/owncloud/core/issues/34469" target="_blank" rel="noopener">#34469</a></li>
</ul>
<h3>Changed</h3>
<ul>
    <li>Use new DAV endpoint in web UI file list and upload - <a href="https://github.com/owncloud/core/issues/33544" target="_blank" rel="noopener">#33544</a></li>
    <li>Bypass apps max-version check for daily/git release channels - <a href="https://github.com/owncloud/core/issues/33861" target="_blank" rel="noopener">#33861</a></li>
    <li>Changed default link share name to be &quot;Public link&quot; - <a href="https://github.com/owncloud/core/issues/33879" target="_blank" rel="noopener">#33879</a> <a href="https://github.com/owncloud/core/issues/33955" target="_blank" rel="noopener">#33955</a></li>
    <li>Set shipped apps max version to 10 in preparation for Semver switch - <a href="https://github.com/owncloud/core/issues/33496" target="_blank" rel="noopener">#33496</a></li>
    <li>If only the patch level of an app's version changes no migrations will run - <a href="https://github.com/owncloud/core/issues/33218" target="_blank" rel="noopener">#33218</a> <a href="https://github.com/owncloud/core/issues/34138" target="_blank" rel="noopener">#34138</a></li>
    <li>User/group deletion in users page now has a confirmation dialog - <a href="https://github.com/owncloud/core/issues/33626" target="_blank" rel="noopener">#33626</a></li>
    <li>Disable browser autocomplete for password fields - <a href="https://github.com/owncloud/core/issues/32590" target="_blank" rel="noopener">#32590</a></li>
    <li>Minor and patch updates of dependencies as at 20181126 - <a href="https://github.com/owncloud/core/issues/33683" target="_blank" rel="noopener">#33683</a></li>
    <li>Bump @bower_components/browser-update from 2.0.1 to v2.0.2 in /build - <a href="https://github.com/owncloud/core/issues/34290" target="_blank" rel="noopener">#34290</a></li>
    <li>Bump composer/xdebug-handler to 1.3.0 - <a href="https://github.com/owncloud/core/issues/32977" target="_blank" rel="noopener">#32977</a></li>
    <li>Bump cryptiles from 3.1.2 to 3.1.4 in /build - <a href="https://github.com/owncloud/core/issues/33935" target="_blank" rel="noopener">#33935</a></li>
    <li>Bump friendsofphp/php-cs-fixer (v2.13.0 =&gt; v2.14.0) - <a href="https://github.com/owncloud/core/issues/33290" target="_blank" rel="noopener">#33290</a> <a href="https://github.com/owncloud/core/issues/34012" target="_blank" rel="noopener">#34012</a> <a href="https://github.com/owncloud/core/issues/34040" target="_blank" rel="noopener">#34040</a></li>
    <li>Bump handlebars from 4.0.11 to 4.0.12 in /build - <a href="https://github.com/owncloud/core/issues/32661" target="_blank" rel="noopener">#32661</a> <a href="https://github.com/owncloud/core/issues/34071" target="_blank" rel="noopener">#34071</a></li>
    <li>Bump hoek from 4.2.0 to 4.2.1 in /build - <a href="https://github.com/owncloud/core/issues/33574" target="_blank" rel="noopener">#33574</a></li>
    <li>Bump jakub-onderka/php-console-highlighter from 0.3.2 to 0.4 - <a href="https://github.com/owncloud/core/issues/32944" target="_blank" rel="noopener">#32944</a></li>
    <li>Bump karma from 3.0.0 to 3.1.3 in /build - <a href="https://github.com/owncloud/core/issues/33256" target="_blank" rel="noopener">#33256</a> <a href="https://github.com/owncloud/core/issues/33343" target="_blank" rel="noopener">#33343</a> <a href="https://github.com/owncloud/core/issues/33737" target="_blank" rel="noopener">#33737</a></li>
    <li>Bump league/flysystem from 1.0.46 to 1.0.48 - <a href="https://github.com/owncloud/core/issues/33199" target="_blank" rel="noopener">#33199</a></li>
    <li>Bump lodash from 4.17.4 to 4.17.11 in /build - <a href="https://github.com/owncloud/core/issues/33754" target="_blank" rel="noopener">#33754</a></li>
    <li>Bump pear/archive_tar from 1.4.3 to 1.4.6 - <a href="https://github.com/owncloud/core/issues/34080" target="_blank" rel="noopener">#34080</a> <a href="https://github.com/owncloud/core/issues/34448" target="_blank" rel="noopener">#34448</a></li>
    <li>Bump phan 0.12.11 - <a href="https://github.com/owncloud/core/issues/34022" target="_blank" rel="noopener">#34022</a></li>
    <li>Bump phpseclib/phpseclib from 2.0.11 to 2.0.13 - <a href="https://github.com/owncloud/core/issues/33433" target="_blank" rel="noopener">#33433</a> <a href="https://github.com/owncloud/core/issues/33922" target="_blank" rel="noopener">#33922</a></li>
    <li>Bump punic 3.1.0 =&gt; 3.2.0 - <a href="https://github.com/owncloud/core/issues/33462" target="_blank" rel="noopener">#33462</a></li>
    <li>Bump sabre/dav from 3.2.2 to 3.2.3 - <a href="https://github.com/owncloud/core/issues/33276" target="_blank" rel="noopener">#33276</a></li>
    <li>Bump sinon from 6.2.0 to 7.1.1 - <a href="https://github.com/owncloud/core/issues/32825" target="_blank" rel="noopener">#32825</a> <a href="https://github.com/owncloud/core/issues/33073" target="_blank" rel="noopener">#33073</a> <a href="https://github.com/owncloud/core/issues/33306" target="_blank" rel="noopener">#33306</a> <a href="https://github.com/owncloud/core/issues/33373" target="_blank" rel="noopener">#33373</a></li>
    <li>Bump marked from 0.3.7 to 0.3.19 in /build - <a href="https://github.com/owncloud/core/issues/33576" target="_blank" rel="noopener">#33576</a></li>
    <li>Bump sabre xml 1.5.1 - <a href="https://github.com/owncloud/core/issues/34102" target="_blank" rel="noopener">#34102</a></li>
    <li>Bump squizlabs/php_codesniffer 3.3.2=&gt;3.4.0 - <a href="https://github.com/owncloud/core/issues/33940" target="_blank" rel="noopener">#33940</a></li>
    <li>Bump sshpk from 1.13.1 to 1.16.0 in /build - <a href="https://github.com/owncloud/core/issues/33966" target="_blank" rel="noopener">#33966</a></li>
    <li>Bump stringstream from 0.0.5 to 0.0.6 in /build - <a href="https://github.com/owncloud/core/issues/33755" target="_blank" rel="noopener">#33755</a></li>
    <li>Bump symfony 3.4.15 to 3.4.20 - <a href="https://github.com/owncloud/core/issues/33001" target="_blank" rel="noopener">#33001</a> <a href="https://github.com/owncloud/core/issues/33460" target="_blank" rel="noopener">#33460</a> <a href="https://github.com/owncloud/core/issues/33667" target="_blank" rel="noopener">#33667</a> <a href="https://github.com/owncloud/core/issues/33821" target="_blank" rel="noopener">#33821</a></li>
    <li>Bump symfony/polyfill components v1.9.0 =&gt; v1.10.0 - <a href="https://github.com/owncloud/core/issues/33377" target="_blank" rel="noopener">#33377</a></li>
    <li>Bump symfony/translation from 3.4.17 to 3.4.18 - <a href="https://github.com/owncloud/core/issues/33429" target="_blank" rel="noopener">#33429</a></li>
    <li>Bump webmozart/assert (1.3.0 =&gt; 1.4.0) - <a href="https://github.com/owncloud/core/issues/34015" target="_blank" rel="noopener">#34015</a></li>
    <li>Bump zendframework/zend-inputfilter from 2.8.2 to 2.9.0 - <a href="https://github.com/owncloud/core/issues/33920" target="_blank" rel="noopener">#33920</a></li>
    <li>Patch bumps punic pear-core-minimal xdebug-handler - <a href="https://github.com/owncloud/core/issues/33830" target="_blank" rel="noopener">#33830</a></li>
    <li>Update moment JS to 2.22.2 - <a href="https://github.com/owncloud/core/issues/33650" target="_blank" rel="noopener">#33650</a></li>
</ul>
<h3>Removed</h3>
<ul>
    <li>Deprecate Sharing 1.0 APIs which will be removed in ownCloud 11 - <a href="https://github.com/owncloud/core/issues/33220" target="_blank" rel="noopener">#33220</a></li>
    <li>Remove core/l10n from release build - <a href="https://github.com/owncloud/core/issues/33960" target="_blank" rel="noopener">#33960</a></li>
</ul>
<h3>Fixed</h3>
<ul>
    <li>Fix missing translations in the user settings module - <a href="https://github.com/owncloud/core/issues/34234" target="_blank" rel="noopener">#34234</a> <a href="https://github.com/owncloud/core/issues/34261" target="_blank" rel="noopener">#34261</a></li>
    <li>Skip preview expiry when owner cannot be determined - <a href="https://github.com/owncloud/core/issues/34207" target="_blank" rel="noopener">#34207</a></li>
    <li>Allow the testing app to not be in the default apps folder - <a href="https://github.com/owncloud/core/issues/34196" target="_blank" rel="noopener">#34196</a></li>
    <li>Integrity check now detects renamed files properly - <a href="https://github.com/owncloud/core/issues/34085" target="_blank" rel="noopener">#34085</a></li>
    <li>Fix up grammar mistake in console output - <a href="https://github.com/owncloud/core/issues/33947" target="_blank" rel="noopener">#33947</a></li>
    <li>Expand occ user reset password email validation - <a href="https://github.com/owncloud/core/issues/33945" target="_blank" rel="noopener">#33945</a></li>
    <li>Return 403 instead of 500 status when uploading into share without write permissions - <a href="https://github.com/owncloud/core/issues/33640" target="_blank" rel="noopener">#33640</a></li>
    <li>Fix performance issue when fetching versions: do not iterate over all storages when only first is needed - <a href="https://github.com/owncloud/core/issues/33859" target="_blank" rel="noopener">#33859</a></li>
    <li>Config sample fixes - <a href="https://github.com/owncloud/core/issues/33870" target="_blank" rel="noopener">#33870</a> <a href="https://github.com/owncloud/core/issues/33954" target="_blank" rel="noopener">#33954</a> <a href="https://github.com/owncloud/core/issues/34020" target="_blank" rel="noopener">#34020</a></li>
    <li>Correction to default apps folder in config.sample.php - <a href="https://github.com/owncloud/core/issues/33912" target="_blank" rel="noopener">#33912</a></li>
    <li>Fix system tags object mapper for Oracle - <a href="https://github.com/owncloud/core/issues/33772" target="_blank" rel="noopener">#33772</a></li>
    <li>Adjust last login time when using auth modules - <a href="https://github.com/owncloud/core/issues/33752" target="_blank" rel="noopener">#33752</a></li>
    <li>Disable share autocomplete endpoint for members of groups excluded from sharing - <a href="https://github.com/owncloud/core/issues/33736" target="_blank" rel="noopener">#33736</a></li>
    <li>Fix issues with expiration date validation in public link dialog - <a href="https://github.com/owncloud/core/issues/33735" target="_blank" rel="noopener">#33735</a></li>
    <li>List compatible apps instead of missing ones in occ upgrade process - <a href="https://github.com/owncloud/core/issues/33730" target="_blank" rel="noopener">#33730</a></li>
    <li>Add background job to clean up orphaned DAV properties - <a href="https://github.com/owncloud/core/issues/33722" target="_blank" rel="noopener">#33722</a></li>
    <li>Fix paginated iteration when syncing users - <a href="https://github.com/owncloud/core/issues/33698" target="_blank" rel="noopener">#33698</a></li>
    <li>Cannot set 0 as value for config through OCC command - <a href="https://github.com/owncloud/core/issues/33643" target="_blank" rel="noopener">#33643</a></li>
    <li>Fix for some upgrade path that led to DAV tables missing bigint conversion - <a href="https://github.com/owncloud/core/issues/33603" target="_blank" rel="noopener">#33603</a></li>
    <li>Fix checksum verify command verbose mode and path argument handling - <a href="https://github.com/owncloud/core/issues/33610" target="_blank" rel="noopener">#33610</a></li>
    <li>Fix form to enter initial password to properly display error message - <a href="https://github.com/owncloud/core/issues/33453" target="_blank" rel="noopener">#33453</a></li>
    <li>File cache corruption check now only reports storage id once - <a href="https://github.com/owncloud/core/issues/33539" target="_blank" rel="noopener">#33539</a></li>
    <li>Fix escaping of public share names - <a href="https://github.com/owncloud/core/issues/33419" target="_blank" rel="noopener">#33419</a></li>
    <li>Update config.sample.php to fix a broken link - <a href="https://github.com/owncloud/core/issues/33518" target="_blank" rel="noopener">#33518</a></li>
    <li>Add &quot;uid&quot; argument to Symfony login events for consistency - <a href="https://github.com/owncloud/core/issues/33470" target="_blank" rel="noopener">#33470</a></li>
    <li>Prevent deletion of calendar group shares during cleanup - <a href="https://github.com/owncloud/core/issues/33394" target="_blank" rel="noopener">#33394</a></li>
    <li>Fix upload avatar for LDAP users - <a href="https://github.com/owncloud/core/issues/33369" target="_blank" rel="noopener">#33369</a></li>
    <li>Fix double escaping in email subject - <a href="https://github.com/owncloud/core/issues/33342" target="_blank" rel="noopener">#33342</a></li>
    <li>Add missing type hints in code - <a href="https://github.com/owncloud/core/issues/33314" target="_blank" rel="noopener">#33314</a></li>
    <li>Increase versions list performance by ignoring shared storages - <a href="https://github.com/owncloud/core/issues/33291" target="_blank" rel="noopener">#33291</a></li>
    <li>Fix PROPFIND with Depth infinity requests through Sabre update - <a href="https://github.com/owncloud/core/issues/28341" target="_blank" rel="noopener">#28341</a></li>
    <li>Adjust &quot;has never logged in&quot; text in occ command - <a href="https://github.com/owncloud/core/issues/33275" target="_blank" rel="noopener">#33275</a></li>
    <li>Don't remove temporary file on failure when creating office file preview - <a href="https://github.com/owncloud/core/issues/33234" target="_blank" rel="noopener">#33234</a></li>
    <li>Warning log about oc_readonly storage wrapper is now logged in debug level - <a href="https://github.com/owncloud/core/issues/33212" target="_blank" rel="noopener">#33212</a></li>
    <li>Fix occ encrypt-all command to not attempt re-encrypting already encrypted files - <a href="https://github.com/owncloud/core/issues/33206" target="_blank" rel="noopener">#33206</a></li>
    <li>Register areCredentialsValid as a sensitive logging method - <a href="https://github.com/owncloud/core/issues/32713" target="_blank" rel="noopener">#32713</a></li>
    <li>Deletion of user now also updates storages applicable fields - <a href="https://github.com/owncloud/core/issues/32906" target="_blank" rel="noopener">#32906</a></li>
    <li>Blacklist the method &quot;setPassword&quot; in stack traces - <a href="https://github.com/owncloud/core/issues/33176" target="_blank" rel="noopener">#33176</a></li>
    <li>Fix wording in occ command help - <a href="https://github.com/owncloud/core/issues/33179" target="_blank" rel="noopener">#33179</a></li>
    <li>Fix preLogin hook parameter inconsistencies - <a href="https://github.com/owncloud/core/issues/33185" target="_blank" rel="noopener">#33185</a></li>
</ul>
<h2>10.0.10 - 2018-09-18</h2>
<h3>Added</h3>
<ul>
    <li>Store user name in oc_preferences when provided by backend, use in external storage save in session mode <a href="https://github.com/owncloud/core/pull/32587" target="_blank" rel="noopener">#32587</a></li>
    <li>Support JSON format for settings passed to occ system:config:set - <a href="https://github.com/owncloud/core/issues/32524" target="_blank" rel="noopener">#32524</a></li>
    <li>occ decrypt-all command can now read password from an environment variable - <a href="https://github.com/owncloud/core/issues/32252" target="_blank" rel="noopener">#32252</a> <a href="https://github.com/owncloud/core/issues/32677" target="_blank" rel="noopener">#32677</a></li>
    <li>Roave Security Advisories as a development dependency - <a href="https://github.com/owncloud/core/issues/31818" target="_blank" rel="noopener">#31818</a></li>
    <li>Store timestamp when ownCloud was first installed - <a href="https://github.com/owncloud/core/issues/32000" target="_blank" rel="noopener">#32000</a></li>
    <li>Symfony events for login action with token or Apache - <a href="https://github.com/owncloud/core/issues/31985" target="_blank" rel="noopener">#31985</a></li>
    <li>Search API for files using Webdav REPORT and underlying search provider - <a href="https://github.com/owncloud/core/issues/31946" target="_blank" rel="noopener">#31946</a> <a href="https://github.com/owncloud/core/issues/32328" target="_blank" rel="noopener">#32328</a> <a href="https://github.com/owncloud/core/issues/32603" target="_blank" rel="noopener">#32603</a></li>
    <li>Add information whether user can share to capabilities API - <a href="https://github.com/owncloud/core/issues/31824" target="_blank" rel="noopener">#31824</a></li>
    <li>Reload the filelist view when accepting or rejecting a share - <a href="https://github.com/owncloud/core/issues/31798" target="_blank" rel="noopener">#31798</a></li>
    <li>Allow different language in public link share email - <a href="https://github.com/owncloud/core/issues/31767" target="_blank" rel="noopener">#31767</a></li>
    <li>Command files:scan now outputs items per second - <a href="https://github.com/owncloud/core/issues/32093" target="_blank" rel="noopener">#32093</a></li>
    <li>New option to prevent users to share with specific system groups - <a href="https://github.com/owncloud/core/issues/31740" target="_blank" rel="noopener">#31740</a> <a href="https://github.com/owncloud/core/issues/32533" target="_blank" rel="noopener">#32533</a> <a href="https://github.com/owncloud/core/issues/32501" target="_blank" rel="noopener">#32501</a> <a href="https://github.com/owncloud/core/issues/32707" target="_blank" rel="noopener">#32707</a></li>
    <li>Hook &quot;loadAdditionalScripts&quot; now also available for public link page - <a href="https://github.com/owncloud/core/issues/31944" target="_blank" rel="noopener">#31944</a></li>
    <li>Add url parameter to files app which opens a specific sidebar tab - <a href="https://github.com/owncloud/core/issues/32202" target="_blank" rel="noopener">#32202</a></li>
    <li>Retry chunks in web UI on stalled or timed out uploads - <a href="https://github.com/owncloud/core/issues/32170" target="_blank" rel="noopener">#32170</a> <a href="https://github.com/owncloud/core/issues/32335" target="_blank" rel="noopener">#32335</a></li>
    <li>Add log entry for each migration that is run - <a href="https://github.com/owncloud/core/issues/32461" target="_blank" rel="noopener">#32461</a></li>
    <li>Ability to create users and send them an email for password creation - <a href="https://github.com/owncloud/core/issues/32466" target="_blank" rel="noopener">#32466</a></li>
    <li>Command for resetting password now supports sending reset email and outputting link - <a href="https://github.com/owncloud/core/issues/32500" target="_blank" rel="noopener">#32500</a></li>
    <li>Added Phan static code analyzer to improve code quality - <a href="https://github.com/owncloud/core/issues/32492" target="_blank" rel="noopener">#32492</a></li>
    <li>Added method in PHP share API to set password hashes directly - <a href="https://github.com/owncloud/core/issues/32572" target="_blank" rel="noopener">#32572</a></li>
    <li>Experimental support for asynchronous MOVE operations - <a href="https://github.com/owncloud/core/issues/32414" target="_blank" rel="noopener">#32414</a></li>
    <li>Config report now contains list of all migrations that have run, for easier debugging of update issues - <a href="https://github.com/owncloud/configreport/pull/68" target="_blank" rel="noopener">configreport/#68</a></li>
</ul>
<h3>Changed</h3>
<ul>
    <li>Update CA bundle - 2018-06-20 - <a href="https://github.com/owncloud/core/issues/32688" target="_blank" rel="noopener">#32688</a></li>
    <li>Minimum desktop client version is 2.3.3 - <a href="https://github.com/owncloud/core/issues/32657" target="_blank" rel="noopener">#32657</a></li>
    <li>Handle SSL certificate verifications for others than Let's Encrypt - <a href="https://github.com/owncloud/core/issues/31858" target="_blank" rel="noopener">#31858</a></li>
    <li>Insufficient storage exception now logged with &quot;debug&quot; log level - <a href="https://github.com/owncloud/core/issues/31978" target="_blank" rel="noopener">#31978</a></li>
    <li>Skip filecache repair step for version greater than 10.0.4 - <a href="https://github.com/owncloud/core/issues/31803" target="_blank" rel="noopener">#31803</a></li>
    <li>Bump sinon from 2.4.1 to 6.2.0 in /build - <a href="https://github.com/owncloud/core/issues/32319" target="_blank" rel="noopener">#32319</a> <a href="https://github.com/owncloud/core/issues/32662" target="_blank" rel="noopener">#32662</a></li>
    <li>Bump karma from 2.0.2 to 3.0.0 in /build - <a href="https://github.com/owncloud/core/issues/31892" target="_blank" rel="noopener">#31892</a> <a href="https://github.com/owncloud/core/issues/32197" target="_blank" rel="noopener">#32197</a> <a href="https://github.com/owncloud/core/issues/32317" target="_blank" rel="noopener">#32317</a></li>
    <li>Bump behat/behat from 3.4.3 to 3.5.0 - <a href="https://github.com/owncloud/core/issues/32318" target="_blank" rel="noopener">#32318</a></li>
    <li>Bump paragonie/random_compat v2.0.15 to v2.0.17 - <a href="https://github.com/owncloud/core/issues/32107" target="_blank" rel="noopener">#32107</a></li>
    <li>Bump symfony/event-dispatcher from 3.4.12 to 3.4.13 - <a href="https://github.com/owncloud/core/issues/32199" target="_blank" rel="noopener">#32199</a></li>
    <li>Bump symfony/console from 3.4.12 to 3.4.13 - <a href="https://github.com/owncloud/core/issues/32140" target="_blank" rel="noopener">#32140</a></li>
    <li>Bump symfony/routing from 3.4.12 to 3.4.13 - <a href="https://github.com/owncloud/core/issues/32137" target="_blank" rel="noopener">#32137</a></li>
    <li>Bump symfony/process from 3.4.12 to 3.4.13 - <a href="https://github.com/owncloud/core/issues/32135" target="_blank" rel="noopener">#32135</a></li>
    <li>Bump symfony/translation from 3.4.12 to 3.4.13 - <a href="https://github.com/owncloud/core/issues/32198" target="_blank" rel="noopener">#32198</a></li>
    <li>Bump symfony polyfill 1.8.0 to 1.9.0 - <a href="https://github.com/owncloud/core/issues/32255" target="_blank" rel="noopener">#32255</a></li>
    <li>Bump swiftmailer/swiftmailer from 5.4.9 to 5.4.10 - <a href="https://github.com/owncloud/core/issues/32200" target="_blank" rel="noopener">#32200</a></li>
    <li>Minor dependency bumps 2018-08-26 - <a href="https://github.com/owncloud/core/issues/32439" target="_blank" rel="noopener">#32439</a></li>
    <li>Bump symfony 3.4.11 to 3.4.12 - <a href="https://github.com/owncloud/core/issues/31912" target="_blank" rel="noopener">#31912</a></li>
    <li>Bump symfony 3.4.15 and zend-stdlib 3.2.1 - <a href="https://github.com/owncloud/core/issues/32499" target="_blank" rel="noopener">#32499</a></li>
    <li>Allow slashes in generated resource routes in app framework - <a href="https://github.com/owncloud/core/issues/31939" target="_blank" rel="noopener">#31939</a></li>
    <li>Email field is now default in user management page, users receive an email with token to set initial password - <a href="https://github.com/owncloud/core/issues/32466" target="_blank" rel="noopener">#32466</a> <a href="https://github.com/owncloud/core/issues/32648" target="_blank" rel="noopener">#32648</a> <a href="https://github.com/owncloud/core/issues/32636" target="_blank" rel="noopener">#32636</a> <a href="https://github.com/owncloud/core/pull/32672" target="_blank" rel="noopener">#32672</a> <a href="https://github.com/owncloud/core/issues/32672" target="_blank" rel="noopener">#32672</a> <a href="https://github.com/owncloud/core/issues/32685" target="_blank" rel="noopener">#32685</a> <a href="https://github.com/owncloud/core/issues/32690" target="_blank" rel="noopener">#32690</a></li>
    <li>Split of config.sample.php into two files for core and apps - <a href="https://github.com/owncloud/core/issues/32554" target="_blank" rel="noopener">#32554</a> <a href="https://github.com/owncloud/core/issues/32634" target="_blank" rel="noopener">#32634</a></li>
</ul>
<h3>Removed</h3>
<h3>Fixed</h3>
<ul>
    <li>Fix PHP 7.2 issue with ini_set - <a href="https://github.com/owncloud/core/issues/32538" target="_blank" rel="noopener">#32538</a></li>
    <li>Prevent logging LDAP password in case of failure - <a href="https://github.com/owncloud/core/pull/32592" target="_blank" rel="noopener">#32592</a></li>
    <li>Prevent passwords to be set to empty strings - <a href="https://github.com/owncloud/core/pull/32581" target="_blank" rel="noopener">#32581</a></li>
    <li>Fix update issue related to oc_jobs when automatically enabling market app to assist for update in OC 10 - <a href="https://github.com/owncloud/core/pull/32573" target="_blank" rel="noopener">#32573</a></li>
    <li>Trigger missing migrations in files_sharing app, adds indices and can speed up some instances - <a href="https://github.com/owncloud/core/issues/32562" target="_blank" rel="noopener">#32562</a></li>
    <li>Fix issue with spam filters when sending public link emails - <a href="https://github.com/owncloud/core/issues/32542" target="_blank" rel="noopener">#32542</a></li>
    <li>Fix version previews to fall back to icon when no preview provider is available - <a href="https://github.com/owncloud/core/issues/32474" target="_blank" rel="noopener">#32474</a></li>
    <li>Fix master key recreation - <a href="https://github.com/owncloud/core/issues/32504" target="_blank" rel="noopener">#32504</a></li>
    <li>Return correct status when IMip email delivery fails - <a href="https://github.com/owncloud/core/issues/32489" target="_blank" rel="noopener">#32489</a></li>
    <li>Fix typos in config.sample.php - <a href="https://github.com/owncloud/core/issues/32496" target="_blank" rel="noopener">#32496</a></li>
    <li>Don't check for avatar folder if not enabled - <a href="https://github.com/owncloud/core/issues/32490" target="_blank" rel="noopener">#32490</a></li>
    <li>Add missing ILogger declaration in MigrationService - <a href="https://github.com/owncloud/core/issues/32473" target="_blank" rel="noopener">#32473</a> <a href="https://github.com/owncloud/core/issues/32475" target="_blank" rel="noopener">#32475</a></li>
    <li>Fix JS tests for future Sinon JS update - <a href="https://github.com/owncloud/core/issues/32488" target="_blank" rel="noopener">#32488</a></li>
    <li>Command to verify checksums is now more robust - <a href="https://github.com/owncloud/core/issues/32360" target="_blank" rel="noopener">#32360</a></li>
    <li>Fix not allowed to share message - <a href="https://github.com/owncloud/core/issues/32429" target="_blank" rel="noopener">#32429</a></li>
    <li>Update php doc to reflect proper return type - <a href="https://github.com/owncloud/core/issues/32427" target="_blank" rel="noopener">#32427</a></li>
    <li>Catch more errors in SMB storage - <a href="https://github.com/owncloud/core/issues/32416" target="_blank" rel="noopener">#32416</a></li>
    <li>Don't crash on filescan where folder has symlink - <a href="https://github.com/owncloud/core/issues/32408" target="_blank" rel="noopener">#32408</a></li>
    <li>Fix issue with some special characters in queries - <a href="https://github.com/owncloud/core/issues/32412" target="_blank" rel="noopener">#32412</a></li>
    <li>Use the core exception logger functionality in cron.php - <a href="https://github.com/owncloud/core/issues/32404" target="_blank" rel="noopener">#32404</a></li>
    <li>Compare UIDs instead of objects when changing displayname - <a href="https://github.com/owncloud/core/issues/32409" target="_blank" rel="noopener">#32409</a></li>
    <li>Compare UIDs instead of objects when changing email address - <a href="https://github.com/owncloud/core/issues/32391" target="_blank" rel="noopener">#32391</a></li>
    <li>Improve performance when propagating size updates in file cache - <a href="https://github.com/owncloud/core/issues/32304" target="_blank" rel="noopener">#32304</a></li>
    <li>Prevent current chunk assembly failing by setting the exclusive file lock earlier - <a href="https://github.com/owncloud/core/issues/32334" target="_blank" rel="noopener">#32334</a></li>
    <li>Don't strip linebreaks in personal note of public link share - <a href="https://github.com/owncloud/core/issues/32331" target="_blank" rel="noopener">#32331</a></li>
    <li>Let files be overwritten by rename operations on local storage instead of pre-deleting - <a href="https://github.com/owncloud/core/issues/32273" target="_blank" rel="noopener">#32273</a></li>
    <li>Continue with upgrade even if the market app cannot be disabled - <a href="https://github.com/owncloud/core/issues/32324" target="_blank" rel="noopener">#32324</a></li>
    <li>Versions app now works also when comments app is disabled - <a href="https://github.com/owncloud/core/issues/32208" target="_blank" rel="noopener">#32208</a></li>
    <li>Fix two factor challenge page for when password has expired - <a href="https://github.com/owncloud/core/issues/32058" target="_blank" rel="noopener">#32058</a></li>
    <li>Scanner now properly resets checksum whenever a file has changed remotely - <a href="https://github.com/owncloud/core/issues/32284" target="_blank" rel="noopener">#32284</a></li>
    <li>Fix checksums not being updated on modifying shared file for objectstore - <a href="https://github.com/owncloud/core/issues/32364" target="_blank" rel="noopener">#32364</a></li>
    <li>Accept email addresses with subdomains with hyphens for public link emails - <a href="https://github.com/owncloud/core/issues/32281" target="_blank" rel="noopener">#32281</a></li>
    <li>Properly set installed_version flag when enabling app via provisioning api - <a href="https://github.com/owncloud/core/issues/32214" target="_blank" rel="noopener">#32214</a></li>
    <li>Fix API response of pending shares when the state did not change - <a href="https://github.com/owncloud/core/issues/32156" target="_blank" rel="noopener">#32156</a></li>
    <li>Read mtime from both JS properties in web UI upload for browser compatibility - <a href="https://github.com/owncloud/core/issues/32013" target="_blank" rel="noopener">#32013</a></li>
    <li>Fix warning in logs while moving FutureFile after chunk assembly - <a href="https://github.com/owncloud/core/issues/32166" target="_blank" rel="noopener">#32166</a></li>
    <li>Allow null in &quot;Origin&quot; header for third party clients that send it with WebDAV - <a href="https://github.com/owncloud/core/issues/32189" target="_blank" rel="noopener">#32189</a></li>
    <li>Fix calendar or reminder insertion error via CalDAV on MacOS - <a href="https://github.com/owncloud/core/issues/32024" target="_blank" rel="noopener">#32024</a></li>
    <li>Properly log failed message when token based authentication is enforced - <a href="https://github.com/owncloud/core/issues/31948" target="_blank" rel="noopener">#31948</a></li>
    <li>Prevent share access to birthday calendar - <a href="https://github.com/owncloud/core/issues/31882" target="_blank" rel="noopener">#31882</a></li>
    <li>Added space in display names of shared calendar/contact - <a href="https://github.com/owncloud/core/issues/31877" target="_blank" rel="noopener">#31877</a></li>
    <li>Deleting a user now also properly deletes their external storages and storage assignations - <a href="https://github.com/owncloud/core/issues/32069" target="_blank" rel="noopener">#32069</a></li>
    <li>Improve text about logging in config.sample.php - <a href="https://github.com/owncloud/core/issues/32049" target="_blank" rel="noopener">#32049</a></li>
    <li>Use OC_DEFAULT_MODULE constant for encryption in core - <a href="https://github.com/owncloud/core/issues/31838" target="_blank" rel="noopener">#31838</a></li>
    <li>Unset encrypted flag in file cache when running decrypt-all command - <a href="https://github.com/owncloud/core/issues/32027" target="_blank" rel="noopener">#32027</a></li>
    <li>Fix decrypt of single user in decrypt-all command - <a href="https://github.com/owncloud/core/issues/32168" target="_blank" rel="noopener">#32168</a></li>
    <li>Fix login exception in decrypt-all command - <a href="https://github.com/owncloud/core/issues/31986" target="_blank" rel="noopener">#31986</a></li>
    <li>Properly clean up encryption keys after file deletion - <a href="https://github.com/owncloud/core/issues/31959" target="_blank" rel="noopener">#31959</a></li>
    <li>Remove sensitive shared_secret data from occ config:list output - <a href="https://github.com/owncloud/core/issues/31997" target="_blank" rel="noopener">#31997</a></li>
    <li>Fix file cache update function to properly handle empty string and nulls with Oracle - <a href="https://github.com/owncloud/core/issues/31996" target="_blank" rel="noopener">#31996</a></li>
    <li>Fix bogus etag update when propagating etag for federated shares - <a href="https://github.com/owncloud/core/issues/31992" target="_blank" rel="noopener">#31992</a></li>
    <li>Display all failed recipients when sending link share email - <a href="https://github.com/owncloud/core/issues/31935" target="_blank" rel="noopener">#31935</a> <a href="https://github.com/owncloud/core/issues/32633" target="_blank" rel="noopener">#32633</a></li>
    <li>Lock public link share dialog while processing - <a href="https://github.com/owncloud/core/issues/31928" target="_blank" rel="noopener">#31928</a></li>
    <li>AppManager text typo and PHPdoc return tags - <a href="https://github.com/owncloud/core/issues/31918" target="_blank" rel="noopener">#31918</a></li>
    <li>Optimize file uploads with PUT method, with custom mtime, use storage instead of view - <a href="https://github.com/owncloud/core/issues/31891" target="_blank" rel="noopener">#31891</a></li>
    <li>Optimize file uploads with PUT, don't fetch and update checksum again, reuse the one from part file - <a href="https://github.com/owncloud/core/issues/31768" target="_blank" rel="noopener">#31768</a></li>
    <li>Do not throw an error when the same theme is enabled twice - <a href="https://github.com/owncloud/core/issues/31783" target="_blank" rel="noopener">#31783</a></li>
    <li>Fix repair step that removes duplicate sub shares - <a href="https://github.com/owncloud/core/issues/31146" target="_blank" rel="noopener">#31146</a></li>
    <li>Adjust code to follow coding standard - <a href="https://github.com/owncloud/core/issues/32116" target="_blank" rel="noopener">#32116</a></li>
    <li>Fix overriding for gif images in themes for CLI scripts - <a href="https://github.com/owncloud/core/issues/32131" target="_blank" rel="noopener">#32131</a></li>
    <li>Fix wording on password change page - <a href="https://github.com/owncloud/core/issues/32146" target="_blank" rel="noopener">#32146</a></li>
    <li>Fixed mount config in frontend to only load once to avoid side effects - <a href="https://github.com/owncloud/core/issues/32095" target="_blank" rel="noopener">#32095</a></li>
    <li>Don't urlencode group id to make it work with &quot;/&quot; and &quot;%&quot; - <a href="https://github.com/owncloud/core/issues/31109" target="_blank" rel="noopener">#31109</a></li>
</ul>
<h2>10.0.9 - 2018-07-17</h2>
<h3>Added</h3>
<ul>
    <li>Added account module middleware to be able to plug in logic after authentication - <a href="https://github.com/owncloud/core/issues/31883" target="_blank" rel="noopener">#31883</a> <a href="https://github.com/owncloud/core/issues/31933" target="_blank" rel="noopener">#31933</a></li>
    <li>occ user:list now takes a list of attributes to display - <a href="https://github.com/owncloud/core/issues/31115" target="_blank" rel="noopener">#31115</a></li>
    <li>Added Symfony events for user preference changes - <a href="https://github.com/owncloud/core/issues/31266" target="_blank" rel="noopener">#31266</a></li>
    <li>Added Symfony events for public links shared by email - <a href="https://github.com/owncloud/core/issues/31632" target="_blank" rel="noopener">#31632</a></li>
    <li>Added Symfony events for accept and reject for local shares - <a href="https://github.com/owncloud/core/issues/31702" target="_blank" rel="noopener">#31702</a></li>
    <li>Added support for Imprint and Privacy Policy URLs in web UI and email footers - <a href="https://github.com/owncloud/core/issues/31666" target="_blank" rel="noopener">#31666</a> <a href="https://github.com/owncloud/core/issues/31699" target="_blank" rel="noopener">#31699</a> <a href="https://github.com/owncloud/core/issues/31730" target="_blank" rel="noopener">#31730</a> <a href="https://github.com/owncloud/core/pull/31766" target="_blank" rel="noopener">#31766</a></li>
    <li>Added HTML template for lost password email - <a href="https://github.com/owncloud/core/issues/31144" target="_blank" rel="noopener">#31144</a></li>
    <li>Received local shares can now trigger a notification to accept or reject them, also visible in &quot;Shared with you&quot; section - <a href="https://github.com/owncloud/core/issues/31613" target="_blank" rel="noopener">#31613</a> <a href="https://github.com/owncloud/core/issues/31886" target="_blank" rel="noopener">#31886</a></li>
    <li>Rejected shares can now be accepted again in the &quot;Shared with you&quot; section - <a href="https://github.com/owncloud/core/issues/31613" target="_blank" rel="noopener">#31613</a></li>
    <li>Provide original exception via logging events - <a href="https://github.com/owncloud/core/issues/31623" target="_blank" rel="noopener">#31623</a></li>
    <li>Share autocomplete now displays useful tooltip when typing less characters - <a href="https://github.com/owncloud/core/issues/31729" target="_blank" rel="noopener">#31729</a></li>
    <li>Added public Webdav API for versions using a new &quot;meta&quot; DAV endpoint - <a href="https://github.com/owncloud/core/pull/29207" target="_blank" rel="noopener">#31729</a> <a href="https://github.com/owncloud/core/pull/29637" target="_blank" rel="noopener">#29637</a> <a href="https://github.com/owncloud/core/issues/31805" target="_blank" rel="noopener">#31805</a> <a href="https://github.com/owncloud/core/issues/31801" target="_blank" rel="noopener">#31801</a></li>
    <li>Added support for retrieving file previews using Webdav endpoint - <a href="https://github.com/owncloud/core/pull/29319" target="_blank" rel="noopener">#29319</a> <a href="https://github.com/owncloud/core/pull/30192" target="_blank" rel="noopener">#30192</a> <a href="https://github.com/owncloud/core/issues/31748" target="_blank" rel="noopener">#31748</a> <a href="https://github.com/owncloud/core/issues/31788" target="_blank" rel="noopener">#31788</a> <a href="https://github.com/owncloud/core/issues/31862" target="_blank" rel="noopener">#31862</a> <a href="https://github.com/owncloud/core/issues/31865" target="_blank" rel="noopener">#31865</a></li>
    <li>Added versioning support for primary object store - <a href="https://github.com/owncloud/core/pull/29607" target="_blank" rel="noopener">#29607</a> <a href="https://github.com/owncloud/core/pull/31285" target="_blank" rel="noopener">#31285</a> <a href="https://github.com/owncloud/core/pull/31595" target="_blank" rel="noopener">#31595</a></li>
</ul>
<h3>Changed</h3>
<ul>
    <li>Updated ca-bundle.crt - <a href="https://github.com/owncloud/core/issues/31734" target="_blank" rel="noopener">#31734</a></li>
    <li>Bump symfony to 3.4.8 and other pending minor bumps - <a href="https://github.com/owncloud/core/issues/31221" target="_blank" rel="noopener">#31221</a></li>
    <li>Bump karma from 2.0.0 to 2.0.2 in /build - <a href="https://github.com/owncloud/core/issues/31253" target="_blank" rel="noopener">#31253</a></li>
    <li>Bump karma-jasmine from 1.1.1 to 1.1.2 in /build - <a href="https://github.com/owncloud/core/issues/31378" target="_blank" rel="noopener">#31378</a></li>
    <li>Bump karma-coverage from 1.1.1 to 1.1.2 in /build - <a href="https://github.com/owncloud/core/issues/31380" target="_blank" rel="noopener">#31380</a></li>
    <li>Bump zendframework/zend-inputfilter from 2.8.1 to 2.8.2 - <a href="https://github.com/owncloud/core/issues/31431" target="_blank" rel="noopener">#31431</a></li>
    <li>Bump icewind/smb from 1.1.0 to 3.0.0 in /apps/files_external/3rdparty - <a href="https://github.com/owncloud/core/issues/31521" target="_blank" rel="noopener">#31521</a></li>
    <li>Bump symfony 3.4.9 to 3.4.11 - <a href="https://github.com/owncloud/core/issues/31571" target="_blank" rel="noopener">#31571</a></li>
    <li>Update jsdoc requirement to ~3.5.5 - <a href="https://github.com/owncloud/core/issues/30036" target="_blank" rel="noopener">#30036</a></li>
    <li>Removed example theme which now lives in the <a href="https://github.com/owncloud/theme-example" target="_blank" rel="noopener">theme-example repository</a> - <a href="https://github.com/owncloud/core/issues/31447" target="_blank" rel="noopener">#31447</a></li>
    <li>A user who is a member of multiple groups is now excluded from sharing if at least one of their group is configured for exclusion - <a href="https://github.com/owncloud/core/issues/31737" target="_blank" rel="noopener">#31737</a> <a href="https://github.com/owncloud/core/issues/31822" target="_blank" rel="noopener">#31822</a></li>
    <li>Changed back default minimum search characters to 2 for share autocomplete due to confusion - <a href="https://github.com/owncloud/core/issues/31729" target="_blank" rel="noopener">#31729</a></li>
    <li>Files app UI now uses new versions API through the &quot;meta&quot; DAV endpoint - <a href="https://github.com/owncloud/core/pull/29607" target="_blank" rel="noopener">#29607</a></li>
</ul>
<h3>Removed</h3>
<ul>
    <li>Removed old private ajax API for previews, deprecated by DAV endpoint support - <a href="https://github.com/owncloud/core/pull/30254" target="_blank" rel="noopener">#30254</a></li>
    <li>Bookmarks certificate was removed - <a href="https://github.com/owncloud/core/issues/31878" target="_blank" rel="noopener">#31878</a></li>
</ul>
<h3>Fixed</h3>
<ul>
    <li>Adjustments for the notifications messages of the sharing apps - <a href="https://github.com/owncloud/core/issues/31947" target="_blank" rel="noopener">#31947</a></li>
    <li>Disable jquery globalEval - <a href="https://github.com/owncloud/core/issues/31972" target="_blank" rel="noopener">#31972</a></li>
    <li>Work around Edge browser memory leak in web UI chunked upload - <a href="https://github.com/owncloud/core/issues/31884" target="_blank" rel="noopener">#31884</a></li>
    <li>Don't fail if ISqlMigration doesn't return anything - <a href="https://github.com/owncloud/core/issues/31779" target="_blank" rel="noopener">#31779</a></li>
    <li>Fixed restoring of versions for single file shares - <a href="https://github.com/owncloud/core/issues/31681" target="_blank" rel="noopener">#31681</a></li>
    <li>Group admins are not able to create groups any more using provisioning API - <a href="https://github.com/owncloud/core/issues/31738" target="_blank" rel="noopener">#31738</a></li>
    <li>Fix Oracle for queries using ILIKE operator - <a href="https://github.com/owncloud/core/issues/31466" target="_blank" rel="noopener">#31466</a></li>
    <li>Improve user-sync command help description - <a href="https://github.com/owncloud/core/issues/31691" target="_blank" rel="noopener">#31691</a></li>
    <li>Fix deletion and restoration of files in trashbin in some partial selection scenarios - <a href="https://github.com/owncloud/core/issues/31700" target="_blank" rel="noopener">#31700</a></li>
    <li>Do not load the code of disabled theme apps - <a href="https://github.com/owncloud/core/issues/31478" target="_blank" rel="noopener">#31478</a></li>
    <li>Fix encrypt-all and decrypt-all commands to keep shares when encrypting - <a href="https://github.com/owncloud/core/issues/31600" target="_blank" rel="noopener">#31600</a> <a href="https://github.com/owncloud/core/issues/31590" target="_blank" rel="noopener">#31590</a></li>
    <li>Proceed with encrypt-all command by enabling user-keys if no mode is selected by user - <a href="https://github.com/owncloud/core/issues/31612" target="_blank" rel="noopener">#31612</a></li>
    <li>Validate maximum length of a username - <a href="https://github.com/owncloud/core/issues/31664" target="_blank" rel="noopener">#31664</a></li>
    <li>Save timezone as given during login - <a href="https://github.com/owncloud/core/issues/31493" target="_blank" rel="noopener">#31493</a></li>
    <li>Fix checksum computation to not apply on read-write streams to avoid potential mismatch results - <a href="https://github.com/owncloud/core/issues/31619" target="_blank" rel="noopener">#31619</a></li>
    <li>Exclude uploads directory from read-only cache mask, fixes guest app chunked uploads - <a href="https://github.com/owncloud/core/issues/31596" target="_blank" rel="noopener">#31596</a></li>
    <li>Properly normalize paths for event, no &amp;$magic needed - <a href="https://github.com/owncloud/core/issues/31689" target="_blank" rel="noopener">#31689</a></li>
    <li>Use the correct user id in login related Symfony events - <a href="https://github.com/owncloud/core/issues/31605" target="_blank" rel="noopener">#31605</a></li>
    <li>Fix public link dialog issue when collaborative tags app is disabled - <a href="https://github.com/owncloud/core/issues/31581" target="_blank" rel="noopener">#31581</a></li>
    <li>Fix updating public link share in transfer ownership command - <a href="https://github.com/owncloud/core/issues/31176" target="_blank" rel="noopener">#31176</a> <a href="https://github.com/owncloud/core/issues/31953" target="_blank" rel="noopener">#31953</a></li>
    <li>Do not set the password again if it hasn't changed - <a href="https://github.com/owncloud/core/issues/31370" target="_blank" rel="noopener">#31370</a></li>
    <li>Use correct l10n to translate 'password was changed' email - <a href="https://github.com/owncloud/core/issues/31553" target="_blank" rel="noopener">#31553</a></li>
    <li>Improve text in settings/personal App Password - <a href="https://github.com/owncloud/core/issues/31539" target="_blank" rel="noopener">#31539</a></li>
    <li>Fix default language code example - <a href="https://github.com/owncloud/core/issues/31448" target="_blank" rel="noopener">#31448</a></li>
    <li>Fix double slash in versioning file copy events - <a href="https://github.com/owncloud/core/issues/31452" target="_blank" rel="noopener">#31452</a></li>
    <li>Split public password enforced capabilities based on a config - <a href="https://github.com/owncloud/core/issues/31499" target="_blank" rel="noopener">#31499</a></li>
    <li>Fix bogus exceptions related to missing DAV nodes after deletion - <a href="https://github.com/owncloud/core/issues/31479" target="_blank" rel="noopener">#31479</a></li>
    <li>Fix enabling of users by group admins in the web UI - <a href="https://github.com/owncloud/core/issues/31489" target="_blank" rel="noopener">#31489</a></li>
    <li>Fix AccountMapper to return an object or throw an exception - <a href="https://github.com/owncloud/core/issues/31445" target="_blank" rel="noopener">#31445</a></li>
    <li>Proper handling of exceptions in UserManager - <a href="https://github.com/owncloud/core/issues/31446" target="_blank" rel="noopener">#31446</a></li>
    <li>Properly cache nonexistent user in UserManager - <a href="https://github.com/owncloud/core/issues/31446" target="_blank" rel="noopener">#31446</a></li>
    <li>Update verify checksums console output to flow more naturally - <a href="https://github.com/owncloud/core/issues/31449" target="_blank" rel="noopener">#31449</a></li>
    <li>Subadmin shouldn't be able to add users to their groups via API - <a href="https://github.com/owncloud/core/issues/31337" target="_blank" rel="noopener">#31337</a></li>
    <li>Catch duplicate inserts in token table - <a href="https://github.com/owncloud/core/pull/31460" target="_blank" rel="noopener">#31460</a> <a href="https://github.com/owncloud/core/issues/31794" target="_blank" rel="noopener">#31794</a> <a href="https://github.com/owncloud/core/pull/32041" target="_blank" rel="noopener">#32041</a></li>
    <li>Fix overflowing public share names in the share panel - <a href="https://github.com/owncloud/core/issues/31369" target="_blank" rel="noopener">#31369</a></li>
    <li>Fix occ user:sync to sync quota from preferences after upgrade if backend provided no quota - <a href="https://github.com/owncloud/core/issues/31360" target="_blank" rel="noopener">#31360</a></li>
    <li>Fix for Redis dev editions - <a href="https://github.com/owncloud/core/issues/31282" target="_blank" rel="noopener">#31282</a></li>
    <li>Fix mail debug message recipient field - <a href="https://github.com/owncloud/core/issues/31227" target="_blank" rel="noopener">#31227</a></li>
    <li>Prevent infinite loop in case of error in &quot;log&quot; event handler - <a href="https://github.com/owncloud/core/issues/31247" target="_blank" rel="noopener">#31247</a></li>
    <li>Fix HTTP status code when uploading virus-infected files - <a href="https://github.com/owncloud/core/issues/31260" target="_blank" rel="noopener">#31260</a></li>
    <li>Add back robots.txt in the release - <a href="https://github.com/owncloud/core/issues/31248" target="_blank" rel="noopener">#31248</a></li>
</ul>
<h2>10.0.8 - 2018-04-27</h2>
<h3>Added</h3>
<ul>
    <li>Added option for user:sync to reenable formerly disabled users - <a href="https://github.com/owncloud/core/pull/31124" target="_blank" rel="noopener">#31124</a></li>
    <li>Ability to log extra JSON fields - <a href="https://github.com/owncloud/core/issues/31121" target="_blank" rel="noopener">#31121</a></li>
    <li>Trigger event when logging - <a href="https://github.com/owncloud/core/issues/31121" target="_blank" rel="noopener">#31121</a></li>
    <li>Added command to verify and fix checksums - <a href="https://github.com/owncloud/core/pull/31008" target="_blank" rel="noopener">#31008</a></li>
    <li>Introduce seen and single user sync command line features - <a href="https://github.com/owncloud/core/issues/31025" target="_blank" rel="noopener">#31025</a> <a href="https://github.com/owncloud/core/issues/31032" target="_blank" rel="noopener">#31032</a></li>
    <li>Added config setting to specify minimum characters for sharing autocomplete - <a href="https://github.com/owncloud/core/issues/30994" target="_blank" rel="noopener">#30994</a> <a href="https://github.com/owncloud/core/issues/31067" target="_blank" rel="noopener">#31067</a> <a href="https://github.com/owncloud/core/pull/31160" target="_blank" rel="noopener">#31160</a></li>
    <li>Added personal note field for link share email - <a href="https://github.com/owncloud/core/issues/30486" target="_blank" rel="noopener">#30486</a> <a href="https://github.com/owncloud/core/issues/30571" target="_blank" rel="noopener">#30571</a> <a href="https://github.com/owncloud/core/issues/30813" target="_blank" rel="noopener">#30813</a> <a href="https://github.com/owncloud/core/issues/31057" target="_blank" rel="noopener">#31057</a> <a href="https://github.com/owncloud/core/pull/31201" target="_blank" rel="noopener">#31201</a> <a href="https://github.com/owncloud/core/pull/31212" target="_blank" rel="noopener">#31212</a></li>
    <li>Add conditional Logging target logfile for shared_secret and users - <a href="https://github.com/owncloud/core/issues/30443" target="_blank" rel="noopener">#30443</a></li>
    <li>Add option to disable link share password enforcement for write-only shares - <a href="https://github.com/owncloud/core/issues/30408" target="_blank" rel="noopener">#30408</a> <a href="https://github.com/owncloud/core/issues/30774" target="_blank" rel="noopener">#30774</a> <a href="https://github.com/owncloud/core/issues/30787" target="_blank" rel="noopener">#30787</a></li>
    <li>Add Webdav-Location header in private link redirect - <a href="https://github.com/owncloud/core/issues/30387" target="_blank" rel="noopener">#30387</a> <a href="https://github.com/owncloud/core/issues/30595" target="_blank" rel="noopener">#30595</a></li>
    <li>Make syslog output configurable, introduce new default that includes the request id - <a href="https://github.com/owncloud/core/issues/30346" target="_blank" rel="noopener">#30346</a></li>
    <li>Added &quot;uid&quot; parameter to &quot;validatePassword&quot; events - <a href="https://github.com/owncloud/core/issues/30334" target="_blank" rel="noopener">#30334</a></li>
    <li>Added new API event for zip file download - <a href="https://github.com/owncloud/core/issues/30067" target="_blank" rel="noopener">#30067</a></li>
    <li>Added new API event for public link creation - <a href="https://github.com/owncloud/core/issues/30067" target="_blank" rel="noopener">#30067</a></li>
    <li>Added log entry when the &quot;data-fingerprint&quot; command was run - <a href="https://github.com/owncloud/core/issues/30281" target="_blank" rel="noopener">#30281</a></li>
    <li>Added &quot;heic&quot; and &quot;heif&quot; as image mime types for thumbnails - <a href="https://github.com/owncloud/core/issues/30108" target="_blank" rel="noopener">#30108</a></li>
    <li>Added new API events for commenting actions - <a href="https://github.com/owncloud/core/issues/30142" target="_blank" rel="noopener">#30142</a></li>
    <li>Added &quot;register notifier&quot; event for use with the notification emails feature - <a href="https://github.com/owncloud/core/issues/30613" target="_blank" rel="noopener">#30613</a></li>
    <li>Added group option to files:scan command - <a href="https://github.com/owncloud/core/issues/30615" target="_blank" rel="noopener">#30615</a></li>
    <li>Added warning if no files to process in occ files:transfer-ownership command - <a href="https://github.com/owncloud/core/issues/30612" target="_blank" rel="noopener">#30612</a></li>
    <li>Added user:modify command to core - <a href="https://github.com/owncloud/core/issues/30652" target="_blank" rel="noopener">#30652</a></li>
    <li>Added config switch to enable fallback to http scheme when creating fed shares - <a href="https://github.com/owncloud/core/issues/30646" target="_blank" rel="noopener">#30646</a> <a href="https://github.com/owncloud/core/issues/31196" target="_blank" rel="noopener">#31196</a></li>
    <li>Added repair step for orphaned sub-shares - <a href="https://github.com/owncloud/core/issues/30695" target="_blank" rel="noopener">#30695</a></li>
    <li>Added repair step to fix orphaned reshares - <a href="https://github.com/owncloud/core/issues/31004" target="_blank" rel="noopener">#31004</a></li>
    <li>Added Symfony events for configuration changes (config.php and appconfig) - <a href="https://github.com/owncloud/core/issues/30788" target="_blank" rel="noopener">#30788</a> <a href="https://github.com/owncloud/core/issues/30937" target="_blank" rel="noopener">#30937</a> <a href="https://github.com/owncloud/core/issues/31107" target="_blank" rel="noopener">#31107</a></li>
    <li>Added Symfony event to let apps resolve private links - <a href="https://github.com/owncloud/core/issues/30911" target="_blank" rel="noopener">#30911</a></li>
    <li>Added Symfony events for delete and create share - <a href="https://github.com/owncloud/core/issues/31026" target="_blank" rel="noopener">#31026</a></li>
    <li>Added Symfony events for updating share attributes (expiration, password, name) - <a href="https://github.com/owncloud/core/issues/31120" target="_blank" rel="noopener">#31120</a></li>
    <li>Added Symfony events for group membership events - <a href="https://github.com/owncloud/core/issues/31003" target="_blank" rel="noopener">#31003</a></li>
    <li>Added Symfony events for feature change in group admin - <a href="https://github.com/owncloud/core/issues/31132" target="_blank" rel="noopener">#31132</a></li>
    <li>Added config.php option to select apps to ignore missing signature file (mostly for themes) - <a href="https://github.com/owncloud/core/issues/30891" target="_blank" rel="noopener">#30891</a> <a href="https://github.com/owncloud/core/issues/31066" target="_blank" rel="noopener">#31066</a></li>
    <li>Added ability for full-page frontend-only apps in info.xml - <a href="https://github.com/owncloud/core/issues/30918" target="_blank" rel="noopener">#30918</a></li>
    <li>More user-friendly email address input and handling in link share dialog - <a href="https://github.com/owncloud/core/issues/30945" target="_blank" rel="noopener">#30945</a> <a href="https://github.com/owncloud/core/issues/31142" target="_blank" rel="noopener">#31142</a></li>
</ul>
<h3>Changed</h3>
<ul>
    <li>Set minimum php version to 5.6 in composer.json - <a href="https://github.com/owncloud/core/issues/31100" target="_blank" rel="noopener">#31100</a></li>
    <li>Bump PHP to 5.6.33 in composer - <a href="https://github.com/owncloud/core/issues/30403" target="_blank" rel="noopener">#30403</a></li>
    <li>Bump phpseclib/phpseclib from 2.0.3 to 2.0.10 - <a href="https://github.com/owncloud/core/issues/30052" target="_blank" rel="noopener">#30052</a> <a href="https://github.com/owncloud/core/issues/30537" target="_blank" rel="noopener">#30537</a></li>
    <li>Bump phpunit and symfony/translation to match master - <a href="https://github.com/owncloud/core/issues/30410" target="_blank" rel="noopener">#30410</a></li>
    <li>Bump guzzlehttp/guzzle from 5.3.1 to 5.3.2 - <a href="https://github.com/owncloud/core/issues/30217" target="_blank" rel="noopener">#30217</a></li>
    <li>Bump lukasreschke/id3parser from 0.0.1 to 0.0.3 - <a href="https://github.com/owncloud/core/issues/30085" target="_blank" rel="noopener">#30085</a></li>
    <li>Bump symfony to 3.4.5 - <a href="https://github.com/owncloud/core/issues/30689" target="_blank" rel="noopener">#30689</a></li>
    <li>Bump symfony/translation from 3.2.4 to 3.3.16 - <a href="https://github.com/owncloud/core/issues/30380" target="_blank" rel="noopener">#30380</a></li>
    <li>Bump latest symfony and sabre/vobject point versions - <a href="https://github.com/owncloud/core/issues/30266" target="_blank" rel="noopener">#30266</a></li>
    <li>Bump karma from 1.5.0 to 2.0.0 in /build - <a href="https://github.com/owncloud/core/issues/30050" target="_blank" rel="noopener">#30050</a></li>
    <li>Bump punic/punic from 1.6.5 to 3.1.0 - <a href="https://github.com/owncloud/core/issues/30550" target="_blank" rel="noopener">#30550</a></li>
    <li>Bump symfony to 3.4.6 and Sabre vobject to 4.1.5 - <a href="https://github.com/owncloud/core/issues/30768" target="_blank" rel="noopener">#30768</a></li>
    <li>Bump sabre/http from 4.2.3 to v4.2.4 - <a href="https://github.com/owncloud/core/issues/30599" target="_blank" rel="noopener">#30599</a></li>
    <li>Bump jakub-onderka/php-parallel-lint from 0.9.2 to 1.0.0 - <a href="https://github.com/owncloud/core/issues/30626" target="_blank" rel="noopener">#30626</a></li>
    <li>Bump behat/mink-extension from 2.3.0 to 2.3.1 - <a href="https://github.com/owncloud/core/issues/30706" target="_blank" rel="noopener">#30706</a></li>
    <li>Bump league/flysystem from 1.0.42 to 1.0.43 - <a href="https://github.com/owncloud/core/issues/30704" target="_blank" rel="noopener">#30704</a></li>
    <li>Update composer in stable10 with versions as at 2018-02-07 - <a href="https://github.com/owncloud/core/issues/30390" target="_blank" rel="noopener">#30390</a></li>
    <li>Renamed SMB logging config.php settings from &quot;wnd&quot; to &quot;smb&quot; - <a href="https://github.com/owncloud/core/issues/30244" target="_blank" rel="noopener">#30244</a></li>
    <li>Improved error messages in user:delete command - <a href="https://github.com/owncloud/core/issues/30164" target="_blank" rel="noopener">#30164</a></li>
    <li>Validate email address in mail settings section - <a href="https://github.com/owncloud/core/issues/30315" target="_blank" rel="noopener">#30315</a></li>
    <li>Only decrypt users who have already logged in with decrypt-all occ command - <a href="https://github.com/owncloud/core/issues/30640" target="_blank" rel="noopener">#30640</a></li>
    <li>Replace usage of &quot;create_function&quot; in PHP - <a href="https://github.com/owncloud/core/issues/30714" target="_blank" rel="noopener">#30714</a></li>
    <li>Provisioning API can now properly set default or zero quota - <a href="https://github.com/owncloud/core/issues/30755" target="_blank" rel="noopener">#30755</a></li>
    <li>User quota setting can be queried through provisioning API - <a href="https://github.com/owncloud/core/issues/30850" target="_blank" rel="noopener">#30850</a></li>
</ul>
<h3>Removed</h3>
<ul>
    <li>Removed private oc_current_user Javascript variable - <a href="https://github.com/owncloud/core/issues/30486" target="_blank" rel="noopener">#30486</a> <a href="https://github.com/owncloud/core/issues/30556" target="_blank" rel="noopener">#30556</a></li>
    <li>Remove app store config values from config.sample.php - <a href="https://github.com/owncloud/core/issues/30422" target="_blank" rel="noopener">#30422</a></li>
    <li>Remove documentation of the theme option in config.sample.php - <a href="https://github.com/owncloud/core/issues/30350" target="_blank" rel="noopener">#30350</a></li>
    <li>Remove unused config.sample.php parameters - <a href="https://github.com/owncloud/core/issues/30933" target="_blank" rel="noopener">#30933</a> <a href="https://github.com/owncloud/core/issues/30812" target="_blank" rel="noopener">#30812</a></li>
    <li>Remove &quot;Unlimited&quot; word from quota report in personal page - <a href="https://github.com/owncloud/core/issues/31041" target="_blank" rel="noopener">#31041</a></li>
</ul>
<h3>Fixes</h3>
<ul>
    <li>Prevent background scan to scan homes of users who never logged in - <a href="https://github.com/owncloud/core/issues/31189" target="_blank" rel="noopener">#31189</a></li>
    <li>Properly align three button dialogs - <a href="https://github.com/owncloud/core/issues/31147" target="_blank" rel="noopener">#31147</a></li>
    <li>Many documentation improvements in config.sample.php - <a href="https://github.com/owncloud/core/issues/31114" target="_blank" rel="noopener">#31114</a> <a href="https://github.com/owncloud/core/issues/31127" target="_blank" rel="noopener">#31127</a> <a href="https://github.com/owncloud/core/issues/31128" target="_blank" rel="noopener">#31128</a> <a href="https://github.com/owncloud/core/issues/31068" target="_blank" rel="noopener">#31068</a> <a href="https://github.com/owncloud/core/issues/31173" target="_blank" rel="noopener">#31173</a> <a href="https://github.com/owncloud/core/pull/31182" target="_blank" rel="noopener">#31182</a></li>
    <li>Fix some documentation paths in config.sample.php - <a href="https://github.com/owncloud/core/issues/30431" target="_blank" rel="noopener">#30431</a></li>
    <li>Fix App Framework ApiController initialization to fix thumbnail access - <a href="https://github.com/owncloud/core/issues/31104" target="_blank" rel="noopener">#31104</a> <a href="https://github.com/owncloud/core/pull/31183" target="_blank" rel="noopener">#31183</a></li>
    <li>Check apache auth on login form - <a href="https://github.com/owncloud/core/issues/31074" target="_blank" rel="noopener">#31074</a></li>
    <li>Check basic auth credentials periodically after a timeout instead of … - <a href="https://github.com/owncloud/core/issues/31076" target="_blank" rel="noopener">#31076</a></li>
    <li>Email autocomplete in link share dialog will not return local/federated users any more, only contacts - <a href="https://github.com/owncloud/core/issues/30998" target="_blank" rel="noopener">#30998</a></li>
    <li>Fix settings page where elements are inline when they shouldn't - <a href="https://github.com/owncloud/core/issues/30988" target="_blank" rel="noopener">#30988</a></li>
    <li>Do not log errors when uploading forbidden file format - <a href="https://github.com/owncloud/core/issues/30991" target="_blank" rel="noopener">#30991</a></li>
    <li>Fix upload issue by replacing emittingCall with separate before and after events - <a href="https://github.com/owncloud/core/issues/30986" target="_blank" rel="noopener">#30986</a></li>
    <li>Fix Symfony event emittingCall by adding return - <a href="https://github.com/owncloud/core/issues/31045" target="_blank" rel="noopener">#31045</a></li>
    <li>Properly trigger file-related Symfony events when chunking - <a href="https://github.com/owncloud/core/issues/31087" target="_blank" rel="noopener">#31087</a></li>
    <li>Remove unsupported &quot;enable for groups&quot; field for theme apps - <a href="https://github.com/owncloud/core/issues/30948" target="_blank" rel="noopener">#30948</a></li>
    <li>Added OneNote 2016 user agent string to make it work with Webdav - <a href="https://github.com/owncloud/core/issues/30965" target="_blank" rel="noopener">#30965</a></li>
    <li>Refactored metadata sync code to unify behavior across all login methods - <a href="https://github.com/owncloud/core/issues/30638" target="_blank" rel="noopener">#30638</a></li>
    <li>Mask &quot;marketplace.key&quot; in config list as it is sensitive - <a href="https://github.com/owncloud/core/issues/30917" target="_blank" rel="noopener">#30917</a></li>
    <li>Polish totp middleware a little - <a href="https://github.com/owncloud/core/issues/30849" target="_blank" rel="noopener">#30849</a></li>
    <li>Set empty authtoken names to 'none' as empty is not allowed any more - <a href="https://github.com/owncloud/core/issues/30908" target="_blank" rel="noopener">#30908</a></li>
    <li>Fix CORS OPTIONS request for unauthenticated requests - <a href="https://github.com/owncloud/core/issues/30912" target="_blank" rel="noopener">#30912</a></li>
    <li>Treat any unknown app version as 0.0.1 - <a href="https://github.com/owncloud/core/issues/30890" target="_blank" rel="noopener">#30890</a></li>
    <li>Ignore multiple slashes in http path - <a href="https://github.com/owncloud/core/issues/30854" target="_blank" rel="noopener">#30854</a></li>
    <li>Initialize root folder service later to fix user backend registration order issue - <a href="https://github.com/owncloud/core/issues/30810" target="_blank" rel="noopener">#30810</a></li>
    <li>Remove implicit login in base.php to remove bogus &quot;Login failed&quot; logs - <a href="https://github.com/owncloud/core/issues/30814" target="_blank" rel="noopener">#30814</a></li>
    <li>Use storage specific move operation for object store - <a href="https://github.com/owncloud/core/issues/30817" target="_blank" rel="noopener">#30817</a></li>
    <li>Fix webUI display of group containing numeric username - <a href="https://github.com/owncloud/core/issues/30811" target="_blank" rel="noopener">#30811</a></li>
    <li>Fix calendar changes limit - <a href="https://github.com/owncloud/core/issues/30816" target="_blank" rel="noopener">#30816</a></li>
    <li>Properly use error exit code for unsupported PHP version - <a href="https://github.com/owncloud/core/issues/30780" target="_blank" rel="noopener">#30780</a></li>
    <li>Unbrand Personal security sessions message - <a href="https://github.com/owncloud/core/issues/30754" target="_blank" rel="noopener">#30754</a></li>
    <li>Propagate move exception messages to the frontend - <a href="https://github.com/owncloud/core/issues/30791" target="_blank" rel="noopener">#30791</a></li>
    <li>Fix chunk size comparison for big values on 32-bit systems - <a href="https://github.com/owncloud/core/issues/30772" target="_blank" rel="noopener">#30772</a></li>
    <li>Make error origin more distinguishable in some filesystem code paths - <a href="https://github.com/owncloud/core/issues/30682" target="_blank" rel="noopener">#30682</a></li>
    <li>Don't send emails when importing calendar/events - <a href="https://github.com/owncloud/core/issues/30666" target="_blank" rel="noopener">#30666</a></li>
    <li>Adding a system configuration for global CORS domains - <a href="https://github.com/owncloud/core/issues/30906" target="_blank" rel="noopener">#30906</a></li>
    <li>Better label for CORS in settings section - <a href="https://github.com/owncloud/core/issues/30663" target="_blank" rel="noopener">#30663</a></li>
    <li>Allow regular users to change their CORS domains - <a href="https://github.com/owncloud/core/issues/30649" target="_blank" rel="noopener">#30649</a></li>
    <li>Catch session unavailable exception - <a href="https://github.com/owncloud/core/issues/30347" target="_blank" rel="noopener">#30347</a> <a href="https://github.com/owncloud/core/issues/30623" target="_blank" rel="noopener">#30623</a></li>
    <li>Proper HTTP status code on login exception - <a href="https://github.com/owncloud/core/issues/30639" target="_blank" rel="noopener">#30639</a></li>
    <li>Fix file mtime issue on 32-bit systems - <a href="https://github.com/owncloud/core/issues/30546" target="_blank" rel="noopener">#30546</a></li>
    <li>Fixing logout for app password scenario - <a href="https://github.com/owncloud/core/issues/30591" target="_blank" rel="noopener">#30591</a></li>
    <li>Fix wording if you are not a member of any groups - <a href="https://github.com/owncloud/core/issues/30558" target="_blank" rel="noopener">#30558</a></li>
    <li>Fix for error when querying non present log_secret - <a href="https://github.com/owncloud/core/issues/30470" target="_blank" rel="noopener">#30470</a></li>
    <li>Properly create a session for a pure token based request, fixed oauth2 issues - <a href="https://github.com/owncloud/core/issues/30542" target="_blank" rel="noopener">#30542</a></li>
    <li>Free resources in preview providers - <a href="https://github.com/owncloud/core/issues/30533" target="_blank" rel="noopener">#30533</a></li>
    <li>Continue in case of rare error in files:scan repair command - <a href="https://github.com/owncloud/core/issues/30494" target="_blank" rel="noopener">#30494</a> <a href="https://github.com/owncloud/core/issues/30618" target="_blank" rel="noopener">#30618</a> <a href="https://github.com/owncloud/core/issues/30959" target="_blank" rel="noopener">#30959</a></li>
    <li>Make theming work when theme app is outside the ownCloud root - <a href="https://github.com/owncloud/core/issues/30477" target="_blank" rel="noopener">#30477</a></li>
    <li>Don't try decrypting federated shares in decrypt-all command - <a href="https://github.com/owncloud/core/issues/30155" target="_blank" rel="noopener">#30155</a></li>
    <li>Keep null in getMetaData in Checksum storage wrapper, fixes some files:scan scenarios - <a href="https://github.com/owncloud/core/issues/30302" target="_blank" rel="noopener">#30302</a></li>
    <li>Modals dialogs can now scroll, improves link share dialog UX - <a href="https://github.com/owncloud/core/issues/30424" target="_blank" rel="noopener">#30424</a></li>
    <li>Adjust link share wording and fix translations - <a href="https://github.com/owncloud/core/issues/31036" target="_blank" rel="noopener">#31036</a></li>
    <li>Fix failure of shares which are already moved with transfer ownership - <a href="https://github.com/owncloud/core/issues/30161" target="_blank" rel="noopener">#30161</a></li>
    <li>Return 403 instead of 503 to resume syncing of desktop client - <a href="https://github.com/owncloud/core/issues/30353" target="_blank" rel="noopener">#30353</a></li>
    <li>Guide users to also check spelling for typos in federated share id - <a href="https://github.com/owncloud/core/issues/30355" target="_blank" rel="noopener">#30355</a></li>
    <li>Fixed issue with number of hidden files not updating on renaming a file - <a href="https://github.com/owncloud/core/issues/30359" target="_blank" rel="noopener">#30359</a></li>
    <li>Fix deleted items auto expiration for users with no quota - <a href="https://github.com/owncloud/core/issues/30163" target="_blank" rel="noopener">#30163</a></li>
    <li>Fix validation for new encryption storage key location - <a href="https://github.com/owncloud/core/issues/30357" target="_blank" rel="noopener">#30357</a></li>
    <li>Fix some CSRF issues on Webdav endpoint by only checking for POST method - <a href="https://github.com/owncloud/core/issues/30358" target="_blank" rel="noopener">#30358</a></li>
    <li>Prevent share icon from shrinking with long texts - <a href="https://github.com/owncloud/core/pull/31163" target="_blank" rel="noopener">#31163</a></li>
    <li>Fixed regression where a user could not set own email address in the settings page - <a href="https://github.com/owncloud/core/issues/30319" target="_blank" rel="noopener">#30319</a></li>
    <li>Fix caldav and carddav syncing when dealing with lots of data - <a href="https://github.com/owncloud/core/issues/30252" target="_blank" rel="noopener">#30252</a></li>
    <li>Don't restrain width of icon-logo - <a href="https://github.com/owncloud/core/issues/30282" target="_blank" rel="noopener">#30282</a></li>
    <li>Check trashbin permissions before moving to trash, fixes deletion as guest user - <a href="https://github.com/owncloud/core/issues/30240" target="_blank" rel="noopener">#30240</a></li>
    <li>Handle no read access to skeleton - <a href="https://github.com/owncloud/core/issues/30241" target="_blank" rel="noopener">#30241</a></li>
    <li>Fix file name escaping in error messages in web UI related to file operations - <a href="https://github.com/owncloud/core/issues/30193" target="_blank" rel="noopener">#30193</a></li>
    <li>Proper error message when trying to add user to a group they are already member of in web UI - <a href="https://github.com/owncloud/core/issues/30194" target="_blank" rel="noopener">#30194</a></li>
    <li>Show new basename and extension while waiting for rename operation to finish in web UI - <a href="https://github.com/owncloud/core/issues/30040" target="_blank" rel="noopener">#30040</a></li>
    <li>Fix app author parsing in apps page - <a href="https://github.com/owncloud/core/issues/30043" target="_blank" rel="noopener">#30043</a></li>
    <li>Validate system path data used in findBinaryPath - <a href="https://github.com/owncloud/core/issues/30061" target="_blank" rel="noopener">#30061</a></li>
    <li>Fix deletion of group with special characters in web UI - <a href="https://github.com/owncloud/core/issues/30111" target="_blank" rel="noopener">#30111</a></li>
    <li>Fix missing preview in file upload conflict window - <a href="https://github.com/owncloud/core/issues/30125" target="_blank" rel="noopener">#30125</a></li>
    <li>Fix files endpoint bug when downloading vCard - <a href="https://github.com/owncloud/core/issues/30149" target="_blank" rel="noopener">#30149</a></li>
    <li>Properly filter link share email parameters - <a href="https://github.com/owncloud/core/issues/30165" target="_blank" rel="noopener">#30165</a></li>
    <li>Filter sender display name in mail notification handler - <a href="https://github.com/owncloud/core/issues/31056" target="_blank" rel="noopener">#31056</a></li>
    <li>Filter file name when sending internal mail - <a href="https://github.com/owncloud/core/issues/31046" target="_blank" rel="noopener">#31046</a></li>
    <li>Convert null to empty string for Oracle in file cache accessor - <a href="https://github.com/owncloud/core/issues/30224" target="_blank" rel="noopener">#30224</a></li>
    <li>Use LargeFileHelper to calculate log file size - fixes #30227 - <a href="https://github.com/owncloud/core/issues/30234" target="_blank" rel="noopener">#30234</a></li>
</ul>
<h2>10.0.7 - 2018-01-19</h2>
<h3>Fixed</h3>
<ul>
    <li>Fix various issues about null user errors - <a href="https://github.com/owncloud/core/issues/30450" target="_blank" rel="noopener">#30450</a></li>
    <li>Solve OAuth token expiry issue - <a href="https://github.com/owncloud/core/issues/30481" target="_blank" rel="noopener">#30481</a></li>
    <li>Fixed issues related to app passwords and account lock-outs - <a href="https://github.com/owncloud/core/issues/30363" target="_blank" rel="noopener">#30363</a></li>
</ul>
<h2>10.0.6 - 2018-01-29</h2>
<h3>Fixed</h3>
<ul>
    <li>Fix missing build dependency for L18N - <a href="https://github.com/owncloud/core/pull/30265" target="_blank" rel="noopener">#30265</a></li>
</ul>
<h2>10.0.5 - 2018-01-23</h2>
<h3>Added</h3>
<ul>
    <li>Add php-intl as hard requirement - <a href="https://github.com/owncloud/core/issues/29539" target="_blank" rel="noopener">#29539</a></li>
    <li>Optionally show server hostname in status.php - <a href="https://github.com/owncloud/core/issues/29471" target="_blank" rel="noopener">#29471</a></li>
    <li>Add link for logfiles docs in exception page and simplify text - <a href="https://github.com/owncloud/core/issues/29674" target="_blank" rel="noopener">#29674</a></li>
    <li>Link to trusted domains docs in error message - <a href="https://github.com/owncloud/core/issues/29730" target="_blank" rel="noopener">#29730</a></li>
    <li>Add indices on share table - <a href="https://github.com/owncloud/core/issues/29883" target="_blank" rel="noopener">#29883</a> <a href="https://github.com/owncloud/core/issues/29592" target="_blank" rel="noopener">#29592</a></li>
    <li>Add dispatcher event for &quot;unshare from self&quot; action - <a href="https://github.com/owncloud/core/issues/29851" target="_blank" rel="noopener">#29851</a></li>
    <li>Technology preview for PHP 7.2 support - <a href="https://github.com/owncloud/core/issues/29878" target="_blank" rel="noopener">#29878</a></li>
    <li>Added public hooks for file operations using Symfony Event Dispatcher - <a href="https://github.com/owncloud/core/issues/29939" target="_blank" rel="noopener">#29939</a></li>
    <li>Expose getAppPath() and getAppWebPath() on the AppManager service <a href="https://github.com/owncloud/core/pull/30041" target="_blank" rel="noopener">#30041</a> <a href="https://github.com/owncloud/core/pull/30150" target="_blank" rel="noopener">#30150</a></li>
    <li>Add warning in settings page when running in debug mode - <a href="https://github.com/owncloud/core/issues/29936" target="_blank" rel="noopener">#29936</a></li>
</ul>
<h3>Changed</h3>
<ul>
    <li>Switch Webdav URL in field in navigation panel to the new endpoint - <a href="https://github.com/owncloud/core/issues/29766" target="_blank" rel="noopener">#29766</a></li>
    <li>Require a minimum of 1 character for the application password name - <a href="https://github.com/owncloud/core/issues/29831" target="_blank" rel="noopener">#29831</a></li>
    <li>Only allow a single active theme app with no magic fallbacks to inactive app themes  - <a href="https://github.com/owncloud/core/issues/29854" target="_blank" rel="noopener">#29854</a></li>
    <li>Config report now hides email address from email config - <a href="https://github.com/owncloud/core/issues/29949" target="_blank" rel="noopener">#29949</a></li>
    <li>Change &quot;remote&quot; to &quot;federated&quot; suffix in sharing autocomplete dialog. - <a href="https://github.com/owncloud/core/issues/30046" target="_blank" rel="noopener">#30046</a> <a href="https://github.com/owncloud/core/issues/30171" target="_blank" rel="noopener">#30171</a></li>
</ul>
<h3>Removed</h3>
<ul>
    <li>Removed old Dropbox storage backend, people should use the <a href="https://github.com/owncloud/files_external_dropbox/" target="_blank" rel="noopener">files_external_dropbox app</a> instead - <a href="https://github.com/owncloud/core/issues/29135" target="_blank" rel="noopener">#29135</a></li>
    <li>Revoke tasks.crt - <a href="https://github.com/owncloud/core/issues/29882" target="_blank" rel="noopener">#29882</a></li>
    <li>Remove unused composer dependency on natxet/CssMin - <a href="https://github.com/owncloud/core/issues/29930" target="_blank" rel="noopener">#29930</a></li>
</ul>
<h3>Fixed</h3>
<ul>
    <li>Fix Dropbox / GDrive oauth handshake handling - <a href="https://github.com/owncloud/core/pull/30071" target="_blank" rel="noopener">#30071</a></li>
    <li>Redisplay login page on CSRF error - <a href="https://github.com/owncloud/core/issues/30035" target="_blank" rel="noopener">#30035</a></li>
    <li>Do not reset display name to uid on sso login - <a href="https://github.com/owncloud/core/issues/30038" target="_blank" rel="noopener">#30038</a></li>
    <li>Do not automatically disable apps of certain types - <a href="https://github.com/owncloud/core/issues/29870" target="_blank" rel="noopener">#29870</a></li>
    <li>Fix provisioning API when dealing with group name &quot;0&quot; - <a href="https://github.com/owncloud/core/issues/30004" target="_blank" rel="noopener">#30004</a></li>
    <li>Tweak occ command help output - <a href="https://github.com/owncloud/core/issues/29959" target="_blank" rel="noopener">#29959</a></li>
    <li>Now using upsert instead of insertIfNotExists for file cache updates, fixes concurrency issues - <a href="https://github.com/owncloud/core/issues/29934" target="_blank" rel="noopener">#29934</a></li>
    <li>Only set CORS headers on Webdav endpoint when Origin header is specified - <a href="https://github.com/owncloud/core/issues/29874" target="_blank" rel="noopener">#29874</a></li>
    <li>Ignore broken/dead symlinks on filescan - <a href="https://github.com/owncloud/core/issues/28959" target="_blank" rel="noopener">#28959</a></li>
    <li>Improve performance by caching nonexistent accounts - <a href="https://github.com/owncloud/core/issues/29866" target="_blank" rel="noopener">#29866</a></li>
    <li>Fix template location order by searching the enabled theme app first - <a href="https://github.com/owncloud/core/issues/29867" target="_blank" rel="noopener">#29867</a></li>
    <li>Actually log message instead of {$message} - <a href="https://github.com/owncloud/core/issues/29844" target="_blank" rel="noopener">#29844</a></li>
    <li>Improved performance on new DAV endpoint by skipping querying parent nodes - <a href="https://github.com/owncloud/core/issues/29834" target="_blank" rel="noopener">#29834</a></li>
    <li>Adjust error message about PHP compatibility to say PHP X.X like previous line. - <a href="https://github.com/owncloud/core/issues/29828" target="_blank" rel="noopener">#29828</a></li>
    <li>Raise more useful message when constructor are not resolvable - <a href="https://github.com/owncloud/core/issues/29760" target="_blank" rel="noopener">#29760</a></li>
    <li>Fix wording for versions expiration occ command - <a href="https://github.com/owncloud/core/issues/29671" target="_blank" rel="noopener">#29671</a></li>
    <li>Handle invalid or missing external storage backend to keep mount point visible - <a href="https://github.com/owncloud/core/issues/29562" target="_blank" rel="noopener">#29562</a></li>
    <li>Fix integrity check when owncloud is not installed - <a href="https://github.com/owncloud/core/issues/29692" target="_blank" rel="noopener">#29692</a></li>
    <li>Fix issues about unsharing with some scenarios after moving the share - <a href="https://github.com/owncloud/core/issues/29716" target="_blank" rel="noopener">#29716</a></li>
    <li>Allow group 0 to be created by provisioning API - <a href="https://github.com/owncloud/core/issues/29734" target="_blank" rel="noopener">#29734</a></li>
    <li>Do not reset quota if it was not provided - <a href="https://github.com/owncloud/core/issues/29673" target="_blank" rel="noopener">#29673</a></li>
    <li>Improve quota value validation - check size only if size key is set - <a href="https://github.com/owncloud/core/issues/29743" target="_blank" rel="noopener">#29743</a></li>
    <li>Code cleanup - <a href="https://github.com/owncloud/core/issues/29799" target="_blank" rel="noopener">#29799</a></li>
</ul>
<h2>10.0.4 - 2017-12-06</h2>
<h3>Added</h3>
<ul>
    <li>Added support for eml mimetype - <a href="https://github.com/owncloud/core/issues/29204" target="_blank" rel="noopener">#29204</a></li>
    <li>Added &quot;occ dav:cleanup-chunks&quot; command to clean up expired uploads - <a href="https://github.com/owncloud/core/issues/29180" target="_blank" rel="noopener">#29180</a></li>
    <li>Added &quot;occ files:scan&quot; repair mode to repair mismatch filecache paths - <a href="https://github.com/owncloud/core/issues/29074" target="_blank" rel="noopener">#29074</a> <a href="https://github.com/owncloud/core/issues/29232" target="_blank" rel="noopener">#29232</a></li>
    <li>Added occ command to change/recreate master-key - <a href="https://github.com/owncloud/core/issues/29260" target="_blank" rel="noopener">#29260</a> <a href="https://github.com/owncloud/core/issues/29735" target="_blank" rel="noopener">#29735</a></li>
    <li>Detailed mode for &quot;occ security:routes&quot; - <a href="https://github.com/owncloud/core/issues/29095" target="_blank" rel="noopener">#29095</a></li>
    <li>Webdav property to retrieve a private link to files or folders - <a href="https://github.com/owncloud/core/issues/29041" target="_blank" rel="noopener">#29041</a></li>
    <li>CORS support for public API routes - <a href="https://github.com/owncloud/core/issues/28852" target="_blank" rel="noopener">#28852</a> <a href="https://github.com/owncloud/core/issues/29741" target="_blank" rel="noopener">#29741</a> <a href="https://github.com/owncloud/core/issues/29749" target="_blank" rel="noopener">#29749</a></li>
    <li>More &quot;files_sharing&quot; capabilities entries - <a href="https://github.com/owncloud/core/issues/29040" target="_blank" rel="noopener">#29040</a></li>
    <li>Display server name in admin page, don't show in status.php - <a href="https://github.com/owncloud/core/issues/28938" target="_blank" rel="noopener">#28938</a></li>
    <li>Validate public link mail on the client side - <a href="https://github.com/owncloud/core/issues/29042" target="_blank" rel="noopener">#29042</a></li>
    <li>Expose XHR response in share dialog autocomplete callback for extensions - <a href="https://github.com/owncloud/core/issues/29231" target="_blank" rel="noopener">#29231</a></li>
    <li>Let apps provide icons for settings sections - <a href="https://github.com/owncloud/core/issues/29358" target="_blank" rel="noopener">#29358</a></li>
    <li>Added cancellable prehooks for logout operation - <a href="https://github.com/owncloud/core/issues/29352" target="_blank" rel="noopener">#29352</a></li>
    <li>Markdown support for app descriptions in apps settings panel - <a href="https://github.com/owncloud/core/issues/29333" target="_blank" rel="noopener">#29333</a></li>
    <li>Add option to allow user to share only with the groups they belong to - <a href="https://github.com/owncloud/core/issues/29391" target="_blank" rel="noopener">#29391</a></li>
    <li>Cacheable storage adapter for use by Flysystem based external storage backends - <a href="https://github.com/owncloud/core/issues/29414" target="_blank" rel="noopener">#29414</a></li>
    <li>Add user additional info field for share autocomplete  - <a href="https://github.com/owncloud/core/issues/29457" target="_blank" rel="noopener">#29457</a></li>
    <li>Add dispatcher event for remote fed shares - <a href="https://github.com/owncloud/core/issues/29482" target="_blank" rel="noopener">#29482</a></li>
    <li>Adding mode of operations - either single-instance or clus… - <a href="https://github.com/owncloud/core/issues/29492" target="_blank" rel="noopener">#29492</a></li>
    <li>Added support for MariaDB 10.2.7+ - <a href="https://github.com/owncloud/core/issues/29240" target="_blank" rel="noopener">#29240</a></li>
    <li>Admins can now exclude files from integrity check in config.php - <a href="https://github.com/owncloud/core/issues/29460" target="_blank" rel="noopener">#29460</a></li>
    <li>Use X-Request-ID header as request id if provided by client, useful for logging - <a href="https://github.com/owncloud/core/issues/29434" target="_blank" rel="noopener">#29434</a></li>
    <li>Added authentication headers verification to validate the session - <a href="https://github.com/owncloud/core/issues/29525" target="_blank" rel="noopener">#29525</a></li>
    <li>Added IServiceLoader on server container to load app service classes from XML tags in info.xml - <a href="https://github.com/owncloud/core/issues/29525" target="_blank" rel="noopener">#29525</a></li>
    <li>Trigger events for federated shares - <a href="https://github.com/owncloud/core/issues/29566" target="_blank" rel="noopener">#29566</a></li>
</ul>
<h3>Changed</h3>
<ul>
    <li>Exclude mimetypelist.js from integrity check - <a href="https://github.com/owncloud/core/issues/29048" target="_blank" rel="noopener">#29048</a> <a href="https://github.com/owncloud/core/issues/29316" target="_blank" rel="noopener">#29316</a></li>
    <li>Refactor set and reset of capabilities - <a href="https://github.com/owncloud/core/issues/29200" target="_blank" rel="noopener">#29200</a></li>
    <li>All amazon locations support v4 now - v3 deprecated - <a href="https://github.com/owncloud/core/issues/29153" target="_blank" rel="noopener">#29153</a></li>
    <li>Modified time value of files is now 64 bits long - <a href="https://github.com/owncloud/core/issues/28961" target="_blank" rel="noopener">#28961</a></li>
    <li>User names must now be at least 3 characters long - <a href="https://github.com/owncloud/core/issues/29237" target="_blank" rel="noopener">#29237</a></li>
    <li>AccountMapper get by email is now case insensitive - <a href="https://github.com/owncloud/core/issues/29341" target="_blank" rel="noopener">#29341</a></li>
    <li>Remove deprecated federated share API warning as it needlessly pollutes logs - <a href="https://github.com/owncloud/core/issues/29364" target="_blank" rel="noopener">#29364</a></li>
    <li>Improve UI for public link sharing permissions for folders - <a href="https://github.com/owncloud/core/issues/29413" target="_blank" rel="noopener">#29413</a></li>
    <li>Replace notify user for local shares with button - <a href="https://github.com/owncloud/core/issues/29463" target="_blank" rel="noopener">#29463</a></li>
    <li>Log out current user after submitting form in password reset page - <a href="https://github.com/owncloud/core/issues/29464" target="_blank" rel="noopener">#29464</a></li>
    <li>Update minimum supported browser versions - <a href="https://github.com/owncloud/core/issues/29507" target="_blank" rel="noopener">#29507</a></li>
    <li>Admins can now change display name even when its modification is disallowed for regular users - <a href="https://github.com/owncloud/core/issues/29442" target="_blank" rel="noopener">#29442</a></li>
</ul>
<h3>Removed</h3>
<ul>
    <li>Remove AvatarPermissions repair step - <a href="https://github.com/owncloud/core/issues/29202" target="_blank" rel="noopener">#29202</a></li>
    <li>Remove unused FTP code - <a href="https://github.com/owncloud/core/issues/29186" target="_blank" rel="noopener">#29186</a></li>
    <li>Remove app store related code obsoleted by market app - <a href="https://github.com/owncloud/core/issues/29249" target="_blank" rel="noopener">#29249</a></li>
    <li>Remove a route to removed script - <a href="https://github.com/owncloud/core/issues/29553" target="_blank" rel="noopener">#29553</a></li>
</ul>
<h3>Fixed</h3>
<ul>
    <li>Corrected namespace for OCMemcacheArrayCache which caused errors on some environments - <a href="https://github.com/owncloud/core/issues/29219" target="_blank" rel="noopener">#29219</a></li>
    <li>External storage Javascript code from apps is now loaded correctly (fixes Dropbox app and others) - <a href="https://github.com/owncloud/core/issues/29225" target="_blank" rel="noopener">#29225</a></li>
    <li>Use product name from theme - <a href="https://github.com/owncloud/core/issues/29251" target="_blank" rel="noopener">#29251</a></li>
    <li>Make sure the external storage folder name is editable when returning from OAuth authorization - <a href="https://github.com/owncloud/core/issues/29253" target="_blank" rel="noopener">#29253</a></li>
    <li>Fix duplicate external storage config that appear sometimes when returning from OAuth authorization - <a href="https://github.com/owncloud/core/issues/29254" target="_blank" rel="noopener">#29254</a></li>
    <li>Log exceptions in decrypt-all command - <a href="https://github.com/owncloud/core/issues/29248" target="_blank" rel="noopener">#29248</a></li>
    <li>SFTP key pair mode now works again - <a href="https://github.com/owncloud/core/issues/29156" target="_blank" rel="noopener">#29156</a></li>
    <li>Use correct class namespace for ownCloud ext storage - <a href="https://github.com/owncloud/core/issues/28935" target="_blank" rel="noopener">#28935</a></li>
    <li>Fix generated zip file to avoid errors with some zip tools - <a href="https://github.com/owncloud/core/issues/29149" target="_blank" rel="noopener">#29149</a></li>
    <li>Fix position of dialog boxes - <a href="https://github.com/owncloud/core/issues/29133" target="_blank" rel="noopener">#29133</a> <a href="https://github.com/owncloud/core/issues/29467" target="_blank" rel="noopener">#29467</a></li>
    <li>Move 64bit mtime migration from dav to core - <a href="https://github.com/owncloud/core/issues/29121" target="_blank" rel="noopener">#29121</a></li>
    <li>Allow 0 byte quota to be entered on UI - <a href="https://github.com/owncloud/core/issues/29113" target="_blank" rel="noopener">#29113</a></li>
    <li>Don't display warning about limited commands when running maintenance:install - <a href="https://github.com/owncloud/core/issues/28968" target="_blank" rel="noopener">#28968</a></li>
    <li>Handle no user session in isSharingDisabledForUser() - <a href="https://github.com/owncloud/core/issues/28915" target="_blank" rel="noopener">#28915</a></li>
    <li>Fix icon format for federated cloud sharing - <a href="https://github.com/owncloud/core/issues/28972" target="_blank" rel="noopener">#28972</a></li>
    <li>Fix for decrypting user specific keys - <a href="https://github.com/owncloud/core/issues/29189" target="_blank" rel="noopener">#29189</a></li>
    <li>Remove alternate keys storage during user delete - <a href="https://github.com/owncloud/core/issues/29155" target="_blank" rel="noopener">#29155</a></li>
    <li>Fix error logs due to deletion of keys - <a href="https://github.com/owncloud/core/issues/28934" target="_blank" rel="noopener">#28934</a></li>
    <li>Fix encryption panel to properly detect current mode after upgrade to ownCloud 10 - <a href="https://github.com/owncloud/core/issues/29049" target="_blank" rel="noopener">#29049</a></li>
    <li>Fix quota check when uploading to federated shares - <a href="https://github.com/owncloud/core/issues/29325" target="_blank" rel="noopener">#29325</a> <a href="https://github.com/owncloud/core/issues/29424" target="_blank" rel="noopener">#29424</a></li>
    <li>Fix issue when mounting another encrypted ownCloud - <a href="https://github.com/owncloud/core/issues/29360" target="_blank" rel="noopener">#29360</a></li>
    <li>AccountMapper get by email is now case insensitive - <a href="https://github.com/owncloud/core/issues/29341" target="_blank" rel="noopener">#29341</a></li>
    <li>Fix order of apps to be deterministic during install process - <a href="https://github.com/owncloud/core/issues/29267" target="_blank" rel="noopener">#29267</a></li>
    <li>Only initiate connection to federated share when necessary - <a href="https://github.com/owncloud/core/issues/29314" target="_blank" rel="noopener">#29314</a></li>
    <li>Allow group named &quot;0&quot; to be deleted - <a href="https://github.com/owncloud/core/issues/29323" target="_blank" rel="noopener">#29323</a></li>
    <li>Do not translate CORS header in settings page - <a href="https://github.com/owncloud/core/issues/29313" target="_blank" rel="noopener">#29313</a></li>
    <li>Disable background scan for home storage/cache - <a href="https://github.com/owncloud/core/issues/29306" target="_blank" rel="noopener">#29306</a></li>
    <li>Fixed double escaping in full page error messages - <a href="https://github.com/owncloud/core/issues/29304" target="_blank" rel="noopener">#29304</a></li>
    <li>Updated davclient.js which fixes issue whenever an app extends Array prototype - <a href="https://github.com/owncloud/core/issues/29305" target="_blank" rel="noopener">#29305</a></li>
    <li>Fix OCS apps API to correctly include attributes into generated XML - <a href="https://github.com/owncloud/core/issues/29303" target="_blank" rel="noopener">#29303</a></li>
    <li>Make enum type mapping work with migrations - <a href="https://github.com/owncloud/core/issues/29268" target="_blank" rel="noopener">#29268</a></li>
    <li>Handle invalid storage when getting storage root id - <a href="https://github.com/owncloud/core/issues/29278" target="_blank" rel="noopener">#29278</a></li>
    <li>Fix storing/retrieval for dav properties of non files - <a href="https://github.com/owncloud/core/issues/29273" target="_blank" rel="noopener">#29273</a></li>
    <li>Remove double quotes from boolean values in status.php output - <a href="https://github.com/owncloud/core/issues/29271" target="_blank" rel="noopener">#29271</a></li>
    <li>Tidy code in DAV related classes - <a href="https://github.com/owncloud/core/issues/29272" target="_blank" rel="noopener">#29272</a></li>
    <li>Fix the missing argument to DecryptAll - <a href="https://github.com/owncloud/core/issues/29371" target="_blank" rel="noopener">#29371</a></li>
    <li>Skip copying skeleton files if skeleton dir is not accessible - <a href="https://github.com/owncloud/core/issues/29379" target="_blank" rel="noopener">#29379</a></li>
    <li>Use chunked DB query when preloading directory content for DAV properties - <a href="https://github.com/owncloud/core/issues/29416" target="_blank" rel="noopener">#29416</a></li>
    <li>Fix failure when checking integrity signature for nonexistent files - <a href="https://github.com/owncloud/core/issues/29433" target="_blank" rel="noopener">#29433</a></li>
    <li>Prevent uploading of part files through WebDav - <a href="https://github.com/owncloud/core/issues/29432" target="_blank" rel="noopener">#29432</a></li>
    <li>Only trigger &quot;changeUser&quot; event if account object really changed - <a href="https://github.com/owncloud/core/issues/29429" target="_blank" rel="noopener">#29429</a></li>
    <li>Only load app type once in app manager classes - <a href="https://github.com/owncloud/core/issues/29428" target="_blank" rel="noopener">#29428</a></li>
    <li>Use efficient startsWith implementation in server container - <a href="https://github.com/owncloud/core/issues/29427" target="_blank" rel="noopener">#29427</a></li>
    <li>Fix race condition in browser when uploading folder tree - <a href="https://github.com/owncloud/core/issues/29435" target="_blank" rel="noopener">#29435</a></li>
    <li>Disable nginx buffering for file downloads to avoid huge memory usage in some scenarios - <a href="https://github.com/owncloud/core/issues/29403" target="_blank" rel="noopener">#29403</a></li>
    <li>Fix many issues related to session removal - <a href="https://github.com/owncloud/core/issues/28879" target="_blank" rel="noopener">#28879</a></li>
    <li>Fix SMB to better detect when overwriting through rename - <a href="https://github.com/owncloud/core/issues/29564" target="_blank" rel="noopener">#29564</a></li>
    <li>Fix files scan repair in bulk warning - <a href="https://github.com/owncloud/core/issues/29631" target="_blank" rel="noopener">#29631</a></li>
    <li>Fix federated share import from public link - <a href="https://github.com/owncloud/core/issues/29677" target="_blank" rel="noopener">#29677</a></li>
    <li>Fix status.php to properly display product name - <a href="https://github.com/owncloud/core/issues/29728" target="_blank" rel="noopener">#29728</a></li>
    <li>Sort allowed storages checkbox list - <a href="https://github.com/owncloud/core/issues/29746" target="_blank" rel="noopener">#29746</a></li>
</ul>
<h2><a href="https://github.com/owncloud/core/compare/v10.0.2...v10.0.3" target="_blank" rel="noopener">10.0.3</a> - 2017-09-15</h2>
<h3>Added</h3>
<ul>
    <li>It is now possible to upgrade from 8.2.11 directly to 10 - <a href="https://github.com/owncloud/core/issues/28655" target="_blank" rel="noopener">#28655</a> <a href="https://github.com/owncloud/core/pull/28673" target="_blank" rel="noopener">#28673</a></li>
    <li>Added extra check in case of missing home storage - <a href="https://github.com/owncloud/core/issues/28504" target="_blank" rel="noopener">#28504</a></li>
    <li>Added Shield and Workflow icons - <a href="https://github.com/owncloud/core/issues/28588" target="_blank" rel="noopener">#28588</a></li>
    <li>Enable chunking for big files in web UI when logged in - <a href="https://github.com/owncloud/core/issues/28547" target="_blank" rel="noopener">#28547</a></li>
    <li>Added emitting of hook &quot;post_unshareFromSelf&quot; to Share 2.0 - <a href="https://github.com/owncloud/core/issues/28413" target="_blank" rel="noopener">#28413</a></li>
    <li>Added occ user:inactive command to list inactive users - <a href="https://github.com/owncloud/core/issues/28294" target="_blank" rel="noopener">#28294</a></li>
    <li>Added internal setting for the periodic credentials validity check - <a href="https://github.com/owncloud/core/issues/28298" target="_blank" rel="noopener">#28298</a></li>
    <li>Added jquery events for external storage settings UI when using OAuth - <a href="https://github.com/owncloud/core/issues/28210" target="_blank" rel="noopener">#28210</a></li>
    <li>Added public IThemeService which allows apps like the template editor to interact with the current theme - <a href="https://github.com/owncloud/core/issues/28647" target="_blank" rel="noopener">#28647</a> <a href="https://github.com/owncloud/core/issues/28926" target="_blank" rel="noopener">#28926</a></li>
    <li>Added &quot;passwordEnabled&quot; field to hook data of link shares - <a href="https://github.com/owncloud/core/issues/28827" target="_blank" rel="noopener">#28827</a></li>
    <li>Add new option to disable sharing in every user-mounted external storages - <a href="https://github.com/owncloud/core/issues/28706" target="_blank" rel="noopener">#28706</a></li>
    <li>Added default user and group share permissions - <a href="https://github.com/owncloud/core/issues/28903" target="_blank" rel="noopener">#28903</a></li>
    <li>Added occ command to list routes - <a href="https://github.com/owncloud/core/issues/28907" target="_blank" rel="noopener">#28907</a></li>
    <li>Added mime types for m3u, m3u8, pls mappings to audio streams - <a href="https://github.com/owncloud/core/issues/28885" target="_blank" rel="noopener">#28885</a></li>
</ul>
<h3>Changed</h3>
<ul>
    <li>Transfer ownership now works with master key encryption - <a href="https://github.com/owncloud/core/issues/28537" target="_blank" rel="noopener">#28537</a> <a href="https://github.com/owncloud/core/issues/28845" target="_blank" rel="noopener">#28845</a></li>
    <li>Reenable medial search by default - <a href="https://github.com/owncloud/core/issues/28064" target="_blank" rel="noopener">#28064</a></li>
    <li>The LoginController now emits &quot;failedLogin&quot; hook signal after a failed login - <a href="https://github.com/owncloud/core/issues/28631" target="_blank" rel="noopener">#28631</a></li>
    <li>All columns that use the fileid have been changed to bigint (64-bits) - <a href="https://github.com/owncloud/core/issues/28581" target="_blank" rel="noopener">#28581</a></li>
    <li>Added search pattern for the occ app:list command - <a href="https://github.com/owncloud/core/issues/28653" target="_blank" rel="noopener">#28653</a></li>
    <li>Allow phpredis develop branch - <a href="https://github.com/owncloud/core/issues/28717" target="_blank" rel="noopener">#28717</a></li>
    <li>Default minimum desktop version in config.php is now 2.2.4 - <a href="https://github.com/owncloud/core/issues/28540" target="_blank" rel="noopener">#28540</a></li>
    <li>Reallow negative mtimes by default in storage implementations - <a href="https://github.com/owncloud/core/issues/28697" target="_blank" rel="noopener">#28697</a></li>
</ul>
<h3>Deprecated</h3>
<h3>Removed</h3>
<ul>
    <li>Removed &quot;themes&quot; folder - <a href="https://github.com/owncloud/core/issues/28617" target="_blank" rel="noopener">#28617</a> <a href="https://github.com/owncloud/core/issues/28999" target="_blank" rel="noopener">#28999</a></li>
    <li>Removed unused Windows checks - <a href="https://github.com/owncloud/core/issues/28612" target="_blank" rel="noopener">#28612</a></li>
    <li>Removed &quot;appstoreenabled&quot; from config.php - <a href="https://github.com/owncloud/core/issues/28714" target="_blank" rel="noopener">#28714</a></li>
    <li>Slash in filename when renaming is not allowed any more in the frontend (unintended &quot;feature&quot;) - <a href="https://github.com/owncloud/core/issues/28490" target="_blank" rel="noopener">#28490</a></li>
    <li>Using old chunking protocol on new DAV endpoint is now disallowed - <a href="https://github.com/owncloud/core/issues/28637" target="_blank" rel="noopener">#28637</a></li>
</ul>
<h3>Fixed</h3>
<h4>Platform</h4>
<ul>
    <li>Fix issue with folder sizes on 32-bit systems - <a href="https://github.com/owncloud/core/issues/28654" target="_blank" rel="noopener">#28654</a></li>
    <li>Fix null error in ActivityManager on some setups - <a href="https://github.com/owncloud/core/issues/28420" target="_blank" rel="noopener">#28420</a></li>
    <li>Load app code before running app specific migrations - <a href="https://github.com/owncloud/core/issues/28391" target="_blank" rel="noopener">#28391</a></li>
    <li>Prevent certificate manager to access FS too early, fixes 8.2 to 10 migration issue - <a href="https://github.com/owncloud/core/pull/28668" target="_blank" rel="noopener">#28668</a></li>
    <li>Clustering: Better support of read only config file and apps folder - <a href="https://github.com/owncloud/core/issues/28594" target="_blank" rel="noopener">#28594</a> <a href="https://github.com/owncloud/core/issues/28601" target="_blank" rel="noopener">#28601</a></li>
    <li>Only use IndexIgnore in htaccess if mod_autoindex.c is enabled/loaded - <a href="https://github.com/owncloud/core/issues/28591" target="_blank" rel="noopener">#28591</a></li>
    <li>Fix app enable of nonexistent app - <a href="https://github.com/owncloud/core/issues/28317" target="_blank" rel="noopener">#28317</a></li>
    <li>Keep redirect information when logging in with wrong password - <a href="https://github.com/owncloud/core/issues/28511" target="_blank" rel="noopener">#28511</a></li>
    <li>Use SwiftMailer antiflood plugin to reconnect after multiple emails sent - <a href="https://github.com/owncloud/core/issues/28180" target="_blank" rel="noopener">#28180</a></li>
    <li>Theme is now properly loaded when displaying full page error messages - <a href="https://github.com/owncloud/core/pull/28622" target="_blank" rel="noopener">#28622</a></li>
    <li>Adjusted warning for PHP 5.5 EOL - <a href="https://github.com/owncloud/core/issues/28765" target="_blank" rel="noopener">#28765</a></li>
    <li>Don't enable market app on upgrade from OC &lt; 10 if &quot;appstoreenabled&quot; was false in config.php - <a href="https://github.com/owncloud/core/issues/28757" target="_blank" rel="noopener">#28757</a></li>
    <li>Use different CSS comment style for IE11 support - <a href="https://github.com/owncloud/core/issues/28752" target="_blank" rel="noopener">#28752</a></li>
    <li>Adjust default slogan - <a href="https://github.com/owncloud/core/issues/28724" target="_blank" rel="noopener">#28724</a></li>
    <li>Catch filecache inconsistencies instead of logging warnings - <a href="https://github.com/owncloud/core/issues/28710" target="_blank" rel="noopener">#28710</a></li>
    <li>Check for null when traversing app passwords table rows - <a href="https://github.com/owncloud/core/issues/28894" target="_blank" rel="noopener">#28894</a></li>
    <li>Improve market upgrade messages + new switch - <a href="https://github.com/owncloud/core/issues/28871" target="_blank" rel="noopener">#28871</a></li>
    <li>Make occ upgrade verbose by default - <a href="https://github.com/owncloud/core/issues/28876" target="_blank" rel="noopener">#28876</a></li>
    <li>Add more information to updatechecker config doc - <a href="https://github.com/owncloud/core/issues/28867" target="_blank" rel="noopener">#28867</a></li>
</ul>
<h4>Database</h4>
<ul>
    <li>All columns that use the fileid have been changed to bigint (64-bits) - <a href="https://github.com/owncloud/core/issues/28581" target="_blank" rel="noopener">#28581</a></li>
    <li>Fix length of account search term column which broke installs on some DB setups - <a href="https://github.com/owncloud/core/issues/28576" target="_blank" rel="noopener">#28576</a></li>
    <li>Fix column lengths on migrations table to fix index - <a href="https://github.com/owncloud/core/issues/28254" target="_blank" rel="noopener">#28254</a></li>
    <li>Fixed some repeated duplicate key errors relate to oc_preferences table - <a href="https://github.com/owncloud/core/issues/28486" target="_blank" rel="noopener">#28486</a></li>
    <li>Add migration step to fix birthday calendars - <a href="https://github.com/owncloud/core/issues/28338" target="_blank" rel="noopener">#28338</a></li>
    <li>Added cache for new card uri-id mapping to fix db cluster execution - <a href="https://github.com/owncloud/core/issues/28308" target="_blank" rel="noopener">#28308</a></li>
</ul>
<h4>Performance</h4>
<ul>
    <li>Optimize upload - don't fetch info of nonexistent file - <a href="https://github.com/owncloud/core/issues/28704" target="_blank" rel="noopener">#28704</a></li>
    <li>Optimize upload - don't check if file exists if already known - <a href="https://github.com/owncloud/core/issues/28704" target="_blank" rel="noopener">#28704</a></li>
    <li>Optimize upload - do not fetch metadata for part file during checksumming - <a href="https://github.com/owncloud/core/issues/28633" target="_blank" rel="noopener">#28633</a></li>
    <li>Optimize shares retrieval logic with complex scenarios - <a href="https://github.com/owncloud/core/issues/28524" target="_blank" rel="noopener">#28524</a></li>
    <li>Optimize query logger - <a href="https://github.com/owncloud/core/issues/28220" target="_blank" rel="noopener">#28220</a></li>
    <li>Remove initial scanning overhead to speed up federated shares with lots of entries - <a href="https://github.com/owncloud/core/issues/28604" target="_blank" rel="noopener">#28604</a></li>
    <li>Improve contact search performance - <a href="https://github.com/owncloud/core/issues/28042" target="_blank" rel="noopener">#28042</a></li>
    <li>Improved search performance for federated instance users - <a href="https://github.com/owncloud/core/issues/28209" target="_blank" rel="noopener">#28209</a></li>
    <li>Add database index on &quot;oc_share.share_with&quot; column - <a href="https://github.com/owncloud/core/issues/28856" target="_blank" rel="noopener">#28856</a></li>
</ul>
<h4>Filesystem / storage</h4>
<ul>
    <li>Don't trigger hooks for every new dav chunk, only for final file - <a href="https://github.com/owncloud/core/issues/28817" target="_blank" rel="noopener">#28817</a></li>
    <li>Prevent creating file cache inconsistencies when moving a subtree in or out of a share - <a href="https://github.com/owncloud/core/issues/28219" target="_blank" rel="noopener">#28219</a></li>
    <li>Add check for empty result in storage memcache - <a href="https://github.com/owncloud/core/issues/28548" target="_blank" rel="noopener">#28548</a></li>
    <li>Fix error message when accessing a nonexistent file on external storage - <a href="https://github.com/owncloud/core/issues/28613" target="_blank" rel="noopener">#28613</a></li>
    <li>Fixed OAuth frontend logic when connecting to external storage - <a href="https://github.com/owncloud/core/issues/28496" target="_blank" rel="noopener">#28496</a> <a href="https://github.com/owncloud/core/issues/28400" target="_blank" rel="noopener">#28400</a></li>
    <li>Fix quota handling on new Webdav endpoint (affects desktop client 2.2+) - <a href="https://github.com/owncloud/core/issues/28261" target="_blank" rel="noopener">#28261</a></li>
    <li>Fix mounting Webdav as drive in Windows 10 - <a href="https://github.com/owncloud/core/issues/28243" target="_blank" rel="noopener">#28243</a></li>
    <li>Fix rare error that happens when mounting invalid shares - <a href="https://github.com/owncloud/core/issues/28342" target="_blank" rel="noopener">#28342</a></li>
    <li>Handle BSD case for 32 bit filemtime and install warning - <a href="https://github.com/owncloud/core/issues/28790" target="_blank" rel="noopener">#28790</a></li>
    <li>Properly check target rename path in new dav endpoint - <a href="https://github.com/owncloud/core/issues/28737" target="_blank" rel="noopener">#28737</a></li>
    <li>Increment required only when encryption is enabled - <a href="https://github.com/owncloud/core/issues/28880" target="_blank" rel="noopener">#28880</a></li>
</ul>
<h4>Files app</h4>
<ul>
    <li>Make sure passed upload mtime is always an int - <a href="https://github.com/owncloud/core/issues/28186" target="_blank" rel="noopener">#28186</a></li>
    <li>Fix directory mime type in trashbin list - <a href="https://github.com/owncloud/core/issues/28803" target="_blank" rel="noopener">#28803</a></li>
    <li>Properly highlight files when opening private link - <a href="https://github.com/owncloud/core/issues/28681" target="_blank" rel="noopener">#28681</a></li>
    <li>Fix overlapping selectively in default fileslist - <a href="https://github.com/owncloud/core/issues/28906" target="_blank" rel="noopener">#28906</a></li>
    <li>Better timeout detection in web UI uploads + chunked uploads - <a href="https://github.com/owncloud/core/issues/28896" target="_blank" rel="noopener">#28896</a></li>
    <li>Fix getting drop target when dragging from file manager  - <a href="https://github.com/owncloud/core/issues/28882" target="_blank" rel="noopener">#28882</a></li>
    <li>Improve file upload progress bar - <a href="https://github.com/owncloud/core/issues/28861" target="_blank" rel="noopener">#28861</a></li>
</ul>
<h4>Sharing</h4>
<ul>
    <li>Creating link shares now doesn't forget &quot;Allow editing&quot; permission any more - <a href="https://github.com/owncloud/core/issues/28065" target="_blank" rel="noopener">#28065</a></li>
    <li>Fix &quot;notify user&quot; checkbox in share panel - <a href="https://github.com/owncloud/core/issues/28237" target="_blank" rel="noopener">#28237</a></li>
    <li>Proper message shown when accessing unreachable private links - <a href="https://github.com/owncloud/core/issues/28600" target="_blank" rel="noopener">#28600</a></li>
    <li>Fix exact search term match for LDAP in share autocomplete - <a href="https://github.com/owncloud/core/issues/28851" target="_blank" rel="noopener">#28851</a></li>
    <li>Add tooltip to public shares panel - <a href="https://github.com/owncloud/core/issues/28781" target="_blank" rel="noopener">#28781</a></li>
    <li>Validate share link password even if unchanged when updating share - <a href="https://github.com/owncloud/core/issues/28713" target="_blank" rel="noopener">#28713</a></li>
    <li>Fix DiscoveryManager error during upgrade by untangling federated share app dependencies - <a href="https://github.com/owncloud/core/pull/28858" target="_blank" rel="noopener">#28858</a></li>
</ul>
<h4>User management</h4>
<ul>
    <li>Don't set email if invalid in user:add command - <a href="https://github.com/owncloud/core/issues/28577" target="_blank" rel="noopener">#28577</a></li>
    <li>Group admins can now properly edit members' email addresses - <a href="https://github.com/owncloud/core/issues/28366" target="_blank" rel="noopener">#28366</a></li>
    <li>Fixed &quot;settings_ajax_changegroupname&quot; typo in route name - <a href="https://github.com/owncloud/core/issues/28746" target="_blank" rel="noopener">#28746</a></li>
    <li>Use IProvidesEMailBackend to fix syncing with LDAP backend - <a href="https://github.com/owncloud/core/issues/28736" target="_blank" rel="noopener">#28736</a></li>
</ul>
<h4>API related</h4>
<ul>
    <li>Make Backbone PROPPATCH work with options.wait mode - <a href="https://github.com/owncloud/core/issues/28791" target="_blank" rel="noopener">#28791</a> <a href="https://github.com/owncloud/core/issues/28837" target="_blank" rel="noopener">#28837</a></li>
    <li>Detect PROPPATCH failure by parsing multistatus in Backbone Webdav adapter - <a href="https://github.com/owncloud/core/issues/28628" target="_blank" rel="noopener">#28628</a></li>
    <li>Error messages from the server on upload are now displayed in the web UI instead of generic messages - <a href="https://github.com/owncloud/core/issues/28635" target="_blank" rel="noopener">#28635</a></li>
    <li>Properly set the status text in OCS API v2 calls - <a href="https://github.com/owncloud/core/issues/28595" target="_blank" rel="noopener">#28595</a></li>
    <li>Data was not properly set in case of OCS Result object - <a href="https://github.com/owncloud/core/issues/28198" target="_blank" rel="noopener">#28198</a></li>
</ul>
<h4>Other</h4>
<ul>
    <li>Only reload file list when switching navigation sections - <a href="https://github.com/owncloud/core/issues/28843" target="_blank" rel="noopener">#28843</a></li>
    <li>Make new text file tooltip messages update properly - <a href="https://github.com/owncloud/core/issues/28151" target="_blank" rel="noopener">#28151</a></li>
    <li>Fix trashbin preview icons - <a href="https://github.com/owncloud/core/issues/28158" target="_blank" rel="noopener">#28158</a></li>
    <li>Allow user &quot;0&quot; as in comments - <a href="https://github.com/owncloud/core/issues/28422" target="_blank" rel="noopener">#28422</a></li>
    <li>Better description for occ files:scan command - <a href="https://github.com/owncloud/core/issues/28839" target="_blank" rel="noopener">#28839</a></li>
    <li>Better description for occ files:cleanup command - <a href="https://github.com/owncloud/core/issues/28841" target="_blank" rel="noopener">#28841</a></li>
    <li>Reworded upgrade message for admin with big instance - <a href="https://github.com/owncloud/core/issues/28828" target="_blank" rel="noopener">#28828</a></li>
    <li>Make lost password errors distinguishable - <a href="https://github.com/owncloud/core/issues/28756" target="_blank" rel="noopener">#28756</a></li>
    <li>Add height to menutoggler - <a href="https://github.com/owncloud/core/issues/28723" target="_blank" rel="noopener">#28723</a></li>
    <li>Remove apostrophe from full page file read error text - <a href="https://github.com/owncloud/core/issues/28702" target="_blank" rel="noopener">#28702</a></li>
    <li>Added missing &quot;fatal&quot; log level to occ log:manage level command - <a href="https://github.com/owncloud/core/issues/28683" target="_blank" rel="noopener">#28683</a></li>
</ul>
<h2><a href="https://github.com/owncloud/core/compare/v10.0.1...v10.0.2" target="_blank" rel="noopener">10.0.2</a> - 2017-06-30</h2>
<ul>
    <li>[major] Fix issue with database.xml migration being triggered twice on market app install - <a href="https://github.com/owncloud/core/issues/27982" target="_blank" rel="noopener">#27982</a></li>
    <li>[major] Apps formerly marked as shipped can now be uninstalled - <a href="https://github.com/owncloud/core/issues/27985" target="_blank" rel="noopener">#27985</a></li>
    <li>[major] Market now properly updates app version when using multiple apps paths - <a href="https://github.com/owncloud/core/issues/28002" target="_blank" rel="noopener">#28002</a></li>
</ul>
<h2><a href="https://github.com/owncloud/core/compare/v10.0.0...v10.0.1" target="_blank" rel="noopener">10.0.1</a> - 2017-06-23</h2>
<ul>
    <li>[major] Clear cached app info before installing app - <a href="https://github.com/owncloud/core/issues/27953" target="_blank" rel="noopener">#27953</a></li>
    <li>[major] Fix to allow admin login when using home object store mode - <a href="https://github.com/owncloud/core/issues/27963" target="_blank" rel="noopener">#27963</a></li>
    <li>[major] Skeleton files correct copied for shibboleth - <a href="https://github.com/owncloud/core/issues/27935" target="_blank" rel="noopener">#27935</a></li>
    <li>[major] Automatically enable market app when upgrading from OC &lt; 10 - <a href="https://github.com/owncloud/core/issues/27930" target="_blank" rel="noopener">#27930</a></li>
    <li>[major] Fix issue where market would run app migrations twice in some scenarios - market/#76</li>
    <li>[major] Fetch search terms from user backend (ex: LDAP) for more extended user search ability - <a href="https://github.com/owncloud/core/issues/27906" target="_blank" rel="noopener">#27906</a></li>
    <li>[major] Added support for upload-only link shares - <a href="https://github.com/owncloud/core/issues/27548" target="_blank" rel="noopener">#27548</a></li>
    <li>[major] When enabling default encryption module the admin must now explicitly choose encryption type (master key vs user key) - <a href="https://github.com/owncloud/core/issues/27512" target="_blank" rel="noopener">#27512</a></li>
    <li>[major] Fix missing &quot;publicuri&quot; field when upgrading from 9.1.5 - <a href="https://github.com/owncloud/core/issues/27754" target="_blank" rel="noopener">#27754</a></li>
    <li>[major] Add options to the user:sync command to handle missing accounts - <a href="https://github.com/owncloud/core/issues/27798" target="_blank" rel="noopener">#27798</a></li>
    <li>[major] Maintenance mode now properly blocks syncing on new DAV endpoint - <a href="https://github.com/owncloud/core/issues/27821" target="_blank" rel="noopener">#27821</a></li>
    <li>[major] Copy button for multiple link share now copies the correct link - <a href="https://github.com/owncloud/core/issues/27863" target="_blank" rel="noopener">#27863</a></li>
    <li>[major] Fix upload issues with IE11 - <a href="https://github.com/owncloud/core/issues/27875" target="_blank" rel="noopener">#27875</a></li>
    <li>[major] Allow apps to register multiple settings panels - <a href="https://github.com/owncloud/core/issues/27885" target="_blank" rel="noopener">#27885</a></li>
    <li>[major] Account table doesn't sync from user backends that have no listing support - <a href="https://github.com/owncloud/core/issues/27862" target="_blank" rel="noopener">#27862</a></li>
    <li>[major] Add events for password validation - <a href="https://github.com/owncloud/core/issues/27883" target="_blank" rel="noopener">#27883</a></li>
    <li>[major] Add JS event after external storage mount config is loaded, for UI extensions - <a href="https://github.com/owncloud/core/issues/27740" target="_blank" rel="noopener">#27740</a></li>
    <li>[major] Fix theming of setup page by autoloading default_enable theme apps - <a href="https://github.com/owncloud/core/issues/27819" target="_blank" rel="noopener">#27819</a></li>
    <li>[major] Allow apps to register custom settings page sections in info.xml - <a href="https://github.com/owncloud/core/issues/27634" target="_blank" rel="noopener">#27634</a></li>
    <li>[major] Add admin sharing option to restrict autocomplete to membership groups but still allow typing full name if known - <a href="https://github.com/owncloud/core/issues/27869" target="_blank" rel="noopener">#27869</a></li>
    <li>[minor] Market app update now doesn't overwrite local git checkouts - <a href="https://github.com/owncloud/core/issues/27973" target="_blank" rel="noopener">#27973</a></li>
    <li>[minor] Delete &quot;appstoreenabled&quot; config value when enabling market - <a href="https://github.com/owncloud/core/issues/27956" target="_blank" rel="noopener">#27956</a></li>
    <li>[minor] Do not verify email address when entered by an admin on their personal page - <a href="https://github.com/owncloud/core/issues/27921" target="_blank" rel="noopener">#27921</a></li>
    <li>[minor] Fix default share permission issue in public API <a href="https://github.com/owncloud/core/issues/27927" target="_blank" rel="noopener">#27927</a></li>
    <li>[minor] Properly rethrow exception when error occurred when enabling an app - <a href="https://github.com/owncloud/core/issues/27970" target="_blank" rel="noopener">#27970</a></li>
    <li>[minor] Remove own shares from &quot;Shared with you&quot; section - <a href="https://github.com/owncloud/core/issues/27972" target="_blank" rel="noopener">#27972</a></li>
    <li>[minor] Fix updating to daily from 10.0.0 with web updater - updater/#422</li>
    <li>[minor] Fix updating to 10.0.1 with web updater - <a href="https://github.com/owncloud/core/issues/27965" target="_blank" rel="noopener">#27965</a></li>
    <li>[minor] Removed unused and non-working auto-login after setup - <a href="https://github.com/owncloud/core/issues/27971" target="_blank" rel="noopener">#27971</a></li>
    <li>[minor] Fix SMB storage to return false if stat failed - <a href="https://github.com/owncloud/core/issues/27859" target="_blank" rel="noopener">#27859</a></li>
    <li>[minor] Update swiftmailer - <a href="https://github.com/owncloud/core/issues/27897" target="_blank" rel="noopener">#27897</a></li>
    <li>[minor] Escape filter in search - <a href="https://github.com/owncloud/core/issues/27900" target="_blank" rel="noopener">#27900</a></li>
    <li>[minor] Fix file name output in error pages - <a href="https://github.com/owncloud/core/issues/27808" target="_blank" rel="noopener">#27808</a></li>
    <li>[minor] Support for alternative login buttons through config.php - <a href="https://github.com/owncloud/core/issues/27607" target="_blank" rel="noopener">#27607</a></li>
    <li>[minor] Example theme app renamed to &quot;theme-example&quot; by convention - <a href="https://github.com/owncloud/core/issues/27632" target="_blank" rel="noopener">#27632</a></li>
    <li>[minor] Fix missing translation of built-in section names - <a href="https://github.com/owncloud/core/issues/27645" target="_blank" rel="noopener">#27645</a></li>
    <li>[minor] Add ability to disable password reset form in config - <a href="https://github.com/owncloud/core/issues/27676" target="_blank" rel="noopener">#27676</a></li>
    <li>[minor] Add support for themed radio buttons - <a href="https://github.com/owncloud/core/issues/27681" target="_blank" rel="noopener">#27681</a></li>
    <li>[minor] Fix customjs extension handling for external storage apps - <a href="https://github.com/owncloud/core/issues/27683" target="_blank" rel="noopener">#27683</a></li>
    <li>[minor] Fix upgrade error with mod_fcgid and PHP 7 - <a href="https://github.com/owncloud/core/issues/27553" target="_blank" rel="noopener">#27553</a></li>
    <li>[minor] Remove sharing subtab when link sharing is disallowed - <a href="https://github.com/owncloud/core/issues/27708" target="_blank" rel="noopener">#27708</a></li>
    <li>[minor] Add privacy warning in link shares panel - <a href="https://github.com/owncloud/core/issues/27844" target="_blank" rel="noopener">#27844</a></li>
    <li>[minor] Fix files app name in navigation menu - <a href="https://github.com/owncloud/core/issues/27843" target="_blank" rel="noopener">#27843</a></li>
    <li>[minor] Fix mimetype table code to ignore folder extensions - <a href="https://github.com/owncloud/core/issues/27668" target="_blank" rel="noopener">#27668</a></li>
    <li>[minor] Automatically focus the password field in password reset page - <a href="https://github.com/owncloud/core/issues/27889" target="_blank" rel="noopener">#27889</a></li>
    <li>[minor] Trashbin restore warnings due to missing entries now logged as debug - <a href="https://github.com/owncloud/core/issues/27826" target="_blank" rel="noopener">#27826</a></li>
    <li>[minor] Remove obsolete repair step RemoveOldShares - <a href="https://github.com/owncloud/core/issues/27737" target="_blank" rel="noopener">#27737</a></li>
    <li>[minor] &quot;local link&quot; was renamed to &quot;private link&quot; - <a href="https://github.com/owncloud/core/issues/27594" target="_blank" rel="noopener">#27594</a></li>
    <li>[minor] Fix column sorting in public file list page - <a href="https://github.com/owncloud/core/issues/27308" target="_blank" rel="noopener">#27308</a></li>
</ul>
<h2>10.0.0 - 2017-04-26</h2>
<h3>Added</h3>
<h4>General</h4>
<ul>
    <li>Allows users to add the app to the Android homescreen: <a href="https://github.com/owncloud/core/pull/25438" target="_blank" rel="noopener">#25438</a></li>
    <li>Compatible with PHP 7.1: <a href="https://github.com/owncloud/core/pull/25346" target="_blank" rel="noopener">#25436</a></li>
    <li>MySQL 4-byte UTF8 support: (utf8mb4 for e.g. Emoticons) <a href="https://github.com/owncloud/core/pull/17978" target="_blank" rel="noopener">#17978</a></li>
    <li>Admin, personal pages and app management are now merged together into a single &quot;Settings&quot; entry: <a href="https://github.com/owncloud/core/pull/26449" target="_blank" rel="noopener">#26449</a></li>
    <li>Admin page displays the output of the server's status.php: <a href="https://github.com/owncloud/core/pull/27238" target="_blank" rel="noopener">#27238</a></li>
    <li>Also allow using email address for password recovery: <a href="https://github.com/owncloud/core/pull/27168" target="_blank" rel="noopener">#27168</a></li>
    <li>Ability to disable password reset: <a href="https://github.com/owncloud/core/issues/27440" target="_blank" rel="noopener">#27440</a></li>
    <li>Support Redis Cluster: <a href="https://github.com/owncloud/core/pull/26407" target="_blank" rel="noopener">#26407</a></li>
    <li>ownCloud log entry reorder: <a href="https://github.com/owncloud/core/pull/27562" target="_blank" rel="noopener">#27562</a></li>
    <li>ownCloud log file rules to split into separate files: <a href="https://github.com/owncloud/core/pull/27443" target="_blank" rel="noopener">#27443</a></li>
    <li>occ scanner optimized memory usage for large scans by using autocommits: <a href="https://github.com/owncloud/core/pull/27527" target="_blank" rel="noopener">owncloud/core/27527</a></li>
    <li>Third party apps are not disabled anymore when upgrading</li>
</ul>
<h4>Filesystem</h4>
<ul>
    <li>Ability to exclude folders from being processed, like snapshot folders: <a href="https://github.com/owncloud/core/pull/19235" target="_blank" rel="noopener">#19235</a></li>
    <li>Checksum is computed on the fly and verified (File integrity checking): <a href="https://github.com/owncloud/core/issues/26655" target="_blank" rel="noopener">#26655</a> / <a href="https://github.com/owncloud/documentation/issues/2964" target="_blank" rel="noopener">Technical Documentation</a></li>
</ul>
<h4>Files App</h4>
<ul>
    <li>Share Link can be copied to the clipboard <a href="https://github.com/owncloud/core/pull/25418" target="_blank" rel="noopener">#25418</a></li>
    <li>Display version sizes in versions panel <a href="https://github.com/owncloud/core/pull/26511" target="_blank" rel="noopener">#26511</a></li>
    <li>Transfer ownership now works for individual folders <a href="https://github.com/owncloud/core/pull/27343" target="_blank" rel="noopener">#27343</a></li>
    <li>Favorite star indicator now visible in the file lists related to sharing (ex: &quot;Shared with you&quot;) <a href="https://github.com/owncloud/core/issues/19753" target="_blank" rel="noopener">#19753</a></li>
</ul>
<h4>User management</h4>
<ul>
    <li>Ability to disable users in the users page (enable column first under cog icon) <a href="https://github.com/owncloud/core/pull/27333" target="_blank" rel="noopener">#27333</a></li>
    <li>When changing personal email, an email confirmation is now sent <a href="https://github.com/owncloud/core/issues/7326" target="_blank" rel="noopener">#7326</a></li>
    <li>When password is changed through any means, the user will now receive an email <a href="https://github.com/owncloud/core/pull/27498" target="_blank" rel="noopener">#27498</a></li>
    <li>Change user preferences through OCC <a href="https://github.com/owncloud/core/issues/24770" target="_blank" rel="noopener">#24770</a></li>
</ul>
<h4>External storage</h4>
<ul>
    <li>&quot;Local&quot; storage type can now be disabled by sysadmin in config.php <a href="https://github.com/owncloud/core/issues/26653" target="_blank" rel="noopener">#26653</a></li>
    <li>External storage backends must use <a href="https://doc.owncloud.org/server/10.0/developer_manual/app/extstorage.html" target="_blank" rel="noopener">core external storage API</a> to work without &quot;files_external&quot; <a href="https://github.com/owncloud/core/issues/18160" target="_blank" rel="noopener">#18160</a></li>
    <li>FTP external storage moved to a separate app <a href="https://github.com/owncloud/files_external_ftp" target="_blank" rel="noopener">files_external_ftp</a></li>
</ul>
<h4>Dav App</h4>
<ul>
    <li>CalDAV calendar public sharing <a href="https://github.com/owncloud/core/pull/25351" target="_blank" rel="noopener">#25351</a></li>
</ul>
<h4>Sharing</h4>
<ul>
    <li>Support for multiple link shares: <a href="https://github.com/owncloud/core/pull/27337" target="_blank" rel="noopener">#27337</a></li>
    <li>When a recipient moves a file or folder out of a received share, the owner now receives a backup in their trashbin: <a href="https://github.com/owncloud/core/pull/27042" target="_blank" rel="noopener">#27042</a></li>
    <li>User avatars now visible in sharing autocomplete dropdown: <a href="https://github.com/owncloud/core/pull/25976" target="_blank" rel="noopener">#25976</a></li>
</ul>
<h4>For developers</h4>
<ul>
    <li>Users from all user backends are now stored in a central account table, improves performance by reducing recurring backend traffic: <a href="https://github.com/owncloud/core/issues/23558" target="_blank" rel="noopener">#23558</a></li>
    <li>Added event whenever a user is enabled or disabled: <a href="https://github.com/owncloud/core/issues/23970" target="_blank" rel="noopener">#23970</a></li>
    <li>Added first login event: <a href="https://github.com/owncloud/core/pull/26206" target="_blank" rel="noopener">#26206</a></li>
    <li>Added postLogout hook: <a href="https://github.com/owncloud/core/pull/27048" target="_blank" rel="noopener">#27048</a></li>
    <li>New column in oc_jobs table to store last duration: <a href="https://github.com/owncloud/core/pull/27144" target="_blank" rel="noopener">#27144</a></li>
    <li>Ability to specify offset and limit when doing a REPORT query on a files endpoint: <a href="https://github.com/owncloud/core/pull/26507" target="_blank" rel="noopener">#26507</a></li>
    <li>Avatar API via WebDAV <a href="https://github.com/owncloud/core/pull/26872" target="_blank" rel="noopener">https://github.com/owncloud/core/pull/26872</a></li>
    <li>Improve return value support for two factor auth providers API - <a href="https://github.com/owncloud/core/issues/26593" target="_blank" rel="noopener">#26593</a></li>
    <li>Apps can now register Sabre plugins in info.xml: <a href="https://github.com/owncloud/core/issues/26195" target="_blank" rel="noopener">#26195</a></li>
    <li>REPORT method for files endpoint now allows searching for favorites: <a href="https://github.com/owncloud/core/pull/26099" target="_blank" rel="noopener">#26099</a></li>
    <li>Group backends can now return group display names (partial support, only used by sharing autocomplete): <a href="https://github.com/owncloud/core/pull/26750" target="_blank" rel="noopener">#26750</a></li>
</ul>
<h3>Changed</h3>
<ul>
    <li>status.php now returns whether an instance requires a DB update: <a href="https://github.com/owncloud/core/pull/26209" target="_blank" rel="noopener">#26209</a></li>
    <li>config option to hide server version in status.php <a href="https://github.com/owncloud/core/pull/27473" target="_blank" rel="noopener">#27473</a></li>
    <li>provisioning API now also returns the user's home path: <a href="https://github.com/owncloud/core/issues/26850" target="_blank" rel="noopener">#26850</a></li>
    <li>web updater shows link to changelog in admin page: <a href="https://github.com/owncloud/core/issues/26796" target="_blank" rel="noopener">#26796</a></li>
</ul>
</div>
back to top