Skip to content

Commit 064d574

Browse files
authored
Merge pull request #13876 from nextcloud/backport/13875/stable32
[stable32] system address book auto disabled, mp3 preview provider disabled, add hint about s3 integrity protection
2 parents 2bae8ac + 06f0c0f commit 064d574

File tree

5 files changed

+36
-10
lines changed

5 files changed

+36
-10
lines changed

admin_manual/configuration_files/previews_configuration.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ The following image shows some examples of previews of various file types.
1313
By default, Nextcloud can generate previews for the following filetypes:
1414

1515
* Images files
16-
* Cover of MP3 files
1716
* Text documents
1817

1918
.. note:: Nextcloud can also generate previews of other file types (such as PDF, SVG,

admin_manual/installation/server_tuning.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,6 @@ Nextcloud to use Imaginary by editing your `config.php`:
222222
.. code:: php
223223
224224
'enabledPreviewProviders' => [
225-
'OC\Preview\MP3',
226225
'OC\Preview\TXT',
227226
'OC\Preview\MarkDown',
228227
'OC\Preview\OpenDocument',

admin_manual/release_notes/upgrade_to_31.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,10 @@ But if you need to set a new custom value you need now to use the system configu
4444
Monitoring: Counting of active users
4545
------------------------------------
4646

47-
Starting with Nextcloud 31.0.6 the monitoring app was adjusted to count the active users in the same way as occ user:report and the support app.
47+
Starting with Nextcloud 31.0.6 the monitoring app was adjusted to count the active users in the same way as occ user:report and the support app.
48+
49+
Previews
50+
--------
51+
52+
Starting with Nextcloud 31.0.10, the preview provider for MP3 files, which reads cover images embedded in the files, is disabled by default for performance and stability reasons.
53+
See :doc:`../configuration_files/previews_configuration` for details on how to enable or disable the preview provider.

admin_manual/release_notes/upgrade_to_32.rst

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,26 @@ Web server configuration
1818
Monitoring: Counting of active users
1919
------------------------------------
2020

21-
The monitoring app was adjusted to count the active users in the same way as occ user:report and the support app.
21+
The monitoring app was adjusted to count the active users in the same way as occ user:report and the support app.
22+
23+
System address book
24+
--------------------
25+
26+
During the upgrade to Nextcloud 32 the system address book might become disabled if the amount of system users exceeds the default limit of 5000 users. This is to prevent performance issues. You can re-enable the system address book using the command line or administration interface.
27+
28+
For more information about the system address book, see the documentation. :ref:`System Address Book <system-address-book>`
29+
30+
Previews
31+
--------
32+
33+
Starting with Nextcloud 32.0.1, the preview provider for MP3 files, which reads cover images embedded in the files, is disabled by default for performance and stability reasons.
34+
See :doc:`../configuration_files/previews_configuration` for details on how to enable or disable the preview provider.
35+
36+
S3 integrity protections enabled, configuration update may be needed
37+
--------------------------------------------------------------------
38+
39+
The AWS SDK for PHP was updated and now enables the default integrity protections for S3. If your S3 backend does not support the default integrity protection yet, you can disable it since Nextcloud 32.0.2 by adding ``'request_checksum_calculation' => 'when_required',`` and ``'response_checksum_validation' => 'when_required',`` to the object store configuration.
40+
41+
If your S3 backend does not support this, you may see an error such as ``Checksum Type mismatch occurred, expected checksum Type: null, actual checksum Type: crc32`` in your logs when uploading files.
42+
43+
More details about S3 integrity protection can be found at https://docs.aws.amazon.com/sdkref/latest/guide/feature-dataintegrity.html and https://github.com/aws/aws-sdk-php/discussions/3100.

user_manual/files/access_webgui.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,16 @@ streaming, and it doesn't work in your Web browser, it may be a browser issue. S
4949
File controls
5050
-------------
5151

52-
Nextcloud can display thumbnail previews for image files, MP3 covers,
53-
and text files, if this enabled by your server administrator. Hover your cursor
54-
over a file or folder to expose the controls for the following operations:
52+
Nextcloud can display thumbnail previews for various file types, such as images, audio files, and text files.
53+
The specific types supported are up to the server administrator.
54+
Hover your cursor over a file or folder to expose the controls for the following operations:
5555

5656
Favorites
5757
Click the star to the left of the file icon to mark it as a favorite:
58-
58+
5959
.. figure:: ../images/files_page-1.png
6060
:alt: Marking Favorite files.
61-
61+
6262
You can also quickly find all of your favorites with the Favorites filter on the left
6363
sidebar.
6464

@@ -179,5 +179,5 @@ Creating or connecting to a Federation Share link
179179
-------------------------------------------------
180180

181181
Federated Cloud Sharing allows you to mount file shares from remote Nextcloud
182-
servers, and manage them just like a local share. See :doc:`federated_cloud_sharing`
182+
servers, and manage them just like a local share. See :doc:`federated_cloud_sharing`
183183
to learn to how to create and connect to new Federated Cloud shares.

0 commit comments

Comments
 (0)