Commit Graph

411 Commits

Author SHA1 Message Date
Ferdinand Thiessen
48e8a82d87 fix(nginx): fastcgi_request_buffering must be on
* resolves: https://github.com/nextcloud/documentation/issues/9574

Some clients like DAVx5 use chunked transfer encoding.
PHP-FPM does not support this[1] because it requires to comply with the
CGI standard - 20+ years old - which enforces a Content-Length header.

So we need to buffer the whole request until passing it to PHP-FPM.

Without this 0-byte files would be created on Nextcloud as PHP-FPM will
not only set content-length to 0 but also does not pass the body data
stream.

[1] https://bugs.php.net/bug.php?id=51191 and https://github.com/php/php-src/pull/7509

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-09-04 13:54:05 +00:00
Daniel Calviño Sánchez
917a77a7a4 fix(admin_manual): Document S3 "connect_timeout" option
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2025-06-17 03:32:59 +00:00
Josh
213c5be758 fix(s3): document options for adjusting multipartcopy behavior
Added in nextcloud/server#41914

Signed-off-by: Josh <josh.t.richards@gmail.com>
2025-03-24 15:38:55 +01:00
Andy Scherzinger
4027e3b665 Revert "[stable30] document SSE-C support in external storage" 2025-01-31 16:54:28 +01:00
Christian Becker
f003b6b727 document SSE-C support in external storage
relates to nextcloud/server#33283

Signed-off-by: Christian Becker <christian@dabecka.de>
2025-01-30 22:16:23 +00:00
Josh
7c96b1ef94 Merge pull request #12150 from nextcloud/backport/12147/stable30
[stable30] fix(encryption): Link to current version of recovery tools
2024-09-14 19:10:15 -04:00
Josh
834f9e00db docs: Update SFTP External Storage custom port instructions
For nextcloud/server#47527

Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-09-14 20:52:38 +00:00
Christopher Ng
9e36cca92a fix(admin): Add note on trashbin cleanup when quota is exceeded
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2024-09-12 08:15:12 +00:00
Josh
c62b24e007 fix(encryption): Link to current version of recovery tools
Fixes nextcloud/server#47594

Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-08-30 12:37:26 +00:00
Richard Steinmetz
e7ffe4e1ed Merge pull request #12020 from nextcloud/fix-preview-enabled-parameter
fix(Files): mention enabledPreviewProviders parameter in Previews chapter
2024-08-05 08:30:37 +02:00
Daniel Kesselberg
2f269adec6 feat: hello codespell
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2024-07-23 13:04:10 +02:00
Josh Richards
00bb452879 fix(Files): mention enabledPreviewProviders parameter in Previews chapter
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2024-07-15 09:50:36 -04:00
Josh
094ddb7960 fix: remove mention of legacy filelocking.enabled toggle
No longer relevant today since it's not an experiment feature and is now on by default. There is no good reason to disable it.

See #45330 & https://github.com/nextcloud/server/pull/45330#discussion_r1608291623

Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-05-21 09:18:40 -04:00
Josh
848086dfb3 docs(admin): Document MultipartUpload for uploading chunks to s3
Add a note to the "Large file upload on object storage" section.

Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-04-08 18:47:21 -04:00
Ferdinand Thiessen
e54159acae feat(admin_manual): Document S3 concurrency option
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-03-16 21:30:56 +01:00
Côme Chilliet
ad53d41b9c fix: Fix obsolete statement about encryption overhead
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-03-08 14:39:08 +01:00
Louis Chemineau
ae5acaf979 Add note about named versions for admins
Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-03-05 11:14:21 +01:00
Louis
e9c1af1ff0 Merge pull request #11537 from arawa/feature/37677/exclude-some-groups-from-sharing-with-users
Feature #37677 documentation : Exclude some groups from sharing with users
2024-02-28 10:09:54 +01:00
Sebastien Marinier
c7396f527e Change 'Ignore the following groups when checking group membership' : text block and more explanations
Signed-off-by: Sebastien Marinier <sebastien.marinier@arawa.fr>
2024-02-27 17:27:44 +01:00
Sebastien Marinier
48ec714019 Feature #37677 documentation : Exclude some groups from sharing with users (PR#38173)
Signed-off-by: Sebastien Marinier <sebastien.marinier@arawa.fr>
2024-02-13 12:13:05 +01:00
Louis Chemineau
ce1e233f51 Add documentation about new sharing settings
From the following PRs:
- https://github.com/nextcloud/server/pull/31932
- https://github.com/nextcloud/server/pull/31857
- https://github.com/nextcloud/server/pull/31857

Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-02-12 18:59:40 +01:00
austin3410
0ae03aeedd Update big_file_upload_configuration.rst
Added a note explaining chunk size has no impact on unauthenticated uploads.

Signed-off-by: austin3410 <32914667+austin3410@users.noreply.github.com>
2024-01-18 13:01:04 +00:00
austin3410
63047c535e Update file_sharing_configuration.rst
Added section to explain that public uploads aren't chunked.

Signed-off-by: austin3410 <32914667+austin3410@users.noreply.github.com>
2024-01-18 13:01:04 +00:00
Ferdinand Thiessen
523ce6c7a4 fix(admin): Update files sharing documentation for new admin settings
* Update the screenshot
* Adjust config option names and add missing ones

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-11-22 12:06:26 +01:00
tflidd
8a7d84a598 Update files_locking_transactional.rst
Fixes https://github.com/nextcloud/documentation/issues/11263.

Signed-off-by: tflidd <tflidd@aspekte.net>
2023-11-05 15:22:54 +01:00
Joas Schilling
aa0f03b599 Update sharing settings
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-10-25 07:47:28 +02:00
Rello
564e579054 Update admin_manual/configuration_files/external_storage/auth_mechanisms.rst
Co-authored-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Rello <Rello@users.noreply.github.com>
2023-10-11 13:07:56 +02:00
Rello
72822f9556 Update auth_mechanisms.rst
Signed-off-by: Rello <Rello@users.noreply.github.com>
2023-10-11 11:53:58 +02:00
Josh Richards
b99dd87de3 Merge pull request #11087 from joshtrichards/jr-admin-primary-s3-create-performance-gain
(Object Storage) S3 performance gain from disabling verify_bucket_exists
2023-09-06 15:08:58 -04:00
JanisPlayer
554f3bf399 Remove Imaginary settings and default JPEG quality set to 80
Signed-off-by: JanisPlayer <54918417+JanisPlayer@users.noreply.github.com>
2023-09-04 22:39:48 +02:00
Josh Richards
5c8f03842e (Object Storage) S3 performance gain from disabling verify_bucket_exists
As developed in nextcloud/server#23932

Also includes caveat language re: multibucket scenarios

Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2023-09-03 09:05:07 -04:00
JanisPlayer
2d4fa9a4bd add 'preview_imaginary_url', 'preview_imaginary_key','preview_format', 'webp_quality'
Signed-off-by: JanisPlayer <54918417+JanisPlayer@users.noreply.github.com>
2023-09-02 11:15:01 +02:00
Josh Richards
f9c4a3fce4 (big_file_upload_configuration) Note new Apache LimitRequestBody default
Apache's default for this changed from 0 (unlimited) to 1 GiB. This impacts non-chunking client transactions.

Resolves: #35778 and #37695 and documents needed adjustments applicable to various others like https://github.com/nextcloud/docker/issues/1796

Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2023-08-11 08:44:15 -04:00
Daniel
6ff932d080 Merge pull request #10433 from rubo77/server-side-encryption
clarify the separation encryption of local and remote storage
2023-08-03 15:45:15 +02:00
Nordinev
9a96a4bde3 suppress a duplicate word
Signed-off-by: Nordinev <117503934+Nordinev@users.noreply.github.com>
2023-07-03 14:25:46 +02:00
Dominik Fuchß
102c65aef1 Add information about request_timeout
Signed-off-by: Dominik Fuchß <develop@fuchss.org>
2023-06-12 19:49:56 +02:00
Josh Richards
f31ca31693 (primary+external storage) S3 bucket naming requirements
Fixes nextcloud/server#35364

Also adds note about S3 endpoint naming to to External Storage make consistent with Primary Storage change made in #10595

Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2023-06-10 11:44:59 -04:00
Julius Härtl
4ed54fd679 Merge pull request #10595 from joshtrichards/jr-primary-storage-generic-s3-endpoint 2023-06-09 16:44:56 +02:00
Josh Richards
0bdafac933 (Primary Storage) Note to use generic S3 endpoint for hostname not bucket URL
Fixes #9679

Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2023-06-09 09:55:34 -04:00
Josh Richards
bdb1634650 (primary storage) data backup/recovery implications
- Adds paragraph about data backup coverage
- Makes metadata/etc paragraph easier to read/comprehend
- Makes exclusive access language stronger

Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2023-06-09 08:38:39 -04:00
Josh Richards
b8e0577931 feat(adminmanual): Clarify appropriate settings for Amazon S3 vs non-Amazon
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
Co-authored-by: Christoph Wurst <ChristophWurst@users.noreply.github.com>
2023-06-06 19:14:57 +02:00
Julius Härtl
b20bacd523 Merge pull request #10437 from joshtrichards/jr-s3-primary-storage-docs 2023-05-28 17:14:34 +02:00
Julius Härtl
20064f15cb Merge pull request #10438 from nextcloud/fix/adminmanual/primary-storage-s3-ssec-link 2023-05-25 19:05:56 +02:00
Josh Richards
640b7245fc Add'l clarification in S3 note + couple typos fixed
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2023-05-25 12:06:12 -04:00
Christoph Wurst
f5025077bd fix(adminmanual): Fix Amazon SSEC link
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-05-25 17:18:04 +02:00
Josh Richards
2281e388b0 (s3 primary) Simplify language, note defaults, better examples
Fixes #9934 (for primary storage)

* Clarifies parameters that may need to be changed when using with Amazon's S3
* Clarifies parameters that must be changed when using non-Amazon hosted S3
* Strips out no-op parameters (default values) from config example
* Lists supported parameters by type and their defaults (if any)
* Adds example config for non-Amazon hosted S3


Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2023-05-25 11:12:41 -04:00
Ruben Barkow-Kuder
07327b408a clarify the separation encryption of local and remote storage
Signed-off-by: Ruben Barkow-Kuder <github@r.z11.de>
2023-05-25 11:24:53 +02:00
Joas Schilling
a6df5261fd fix(branchoff): Add more branch-off markers
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-05-22 11:52:52 +02:00
Richard Steinmetz
a311084bb9 fix(admin): command box formatting in SSE-C section
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2023-05-17 10:49:34 +02:00
max-nextcloud
ff1f285747 Merge pull request #10388 from nextcloud/fix/occ-decrypt-all
fix: occ encryption:decrypt-all handles maintenance mode and disables…
2023-05-15 15:08:26 +02:00