Robin Appelman
81a7af4dd4
Merge pull request #13870 from nextcloud/multi-instance-s3
...
add documentation for multi-instance primary object storage
2025-11-24 16:21:30 +01:00
Robin Appelman
369d8fcbb7
add documentation for multi-instance primary object storage
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2025-11-20 16:24:08 +01:00
Björn Schießle
0045bf2c71
Update file versioning retention policy details
...
Clarified version retention policy in documentation. Add the information that we always keep the latest version in each time window.
Signed-off-by: Björn Schießle <bjoern.schiessle@nextcloud.com >
2025-11-14 10:08:22 +01:00
yemkareems
e10bc6fb1f
Merge pull request #13795 from nextcloud/fix/72738/add-note-about-job-run
...
fix: add note about change in behaviour of the job
2025-11-05 13:48:26 +05:30
yemkareems
d6bd7038a3
fix: title underlying too short build error fix
2025-11-05 13:44:00 +05:30
yemkareems
bf204aeaec
fix: change in text as required for file creation and background job
2025-11-05 13:32:04 +05:30
yemkareems
4917b8bbd0
fix: added the paragraph above note
2025-10-23 14:30:14 +05:30
Daniel Kesselberg
e61af0b4ff
docs(previews): mp3 previews disabled by default
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2025-10-14 19:16:51 +02:00
yemkareems
02dfcf09be
fix: add note about change in behaviour of the job
2025-10-13 12:11:26 +05:30
Ferdinand Thiessen
ef403b4883
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 12:23:17 +02:00
rakekniven
dd71dc8ffe
Merge pull request #13387 from nextcloud/alexanderdd-patch-1
...
rename title from "Encryption configuration" to "Server-Side Encrypti…
2025-08-26 09:56:21 +02:00
Alexander Müller
8660b8b492
Update encryption_configuration.rst - captitalization
...
Signed-off-by: Alexander Müller <28591861+alexanderdd@users.noreply.github.com >
2025-08-25 04:35:09 -05:00
rakekniven
9efaa1ccd5
Update encryption_migration.rst
...
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com >
2025-08-15 11:33:39 +02:00
Alexander Müller
8c73cac029
Update encryption_migration.rst
...
related to https://github.com/nextcloud/documentation/pull/13387
Signed-off-by: Alexander Müller <28591861+alexanderdd@users.noreply.github.com >
2025-08-15 11:33:39 +02:00
rakekniven
beb7efd9e6
Update encryption_details.rst
...
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com >
2025-08-15 11:24:50 +02:00
Alexander Müller
b7cf618b48
Update encryption_details.rst
...
related to https://github.com/nextcloud/documentation/pull/13387
Signed-off-by: Alexander Müller <28591861+alexanderdd@users.noreply.github.com >
2025-08-15 11:24:50 +02:00
Björn Schießle
42f2d62d47
Add documentation in how to enable server-side-encryption for team folders
...
fix: https://github.com/nextcloud/documentation/issues/10713
Signed-off-by: Björn Schießle <bjoern@schiessle.org >
2025-08-08 12:34:41 +02:00
Alexander Müller
df94c9e8b0
rename title from "Encryption configuration" to "Server-Side Encryption configuration"
...
we also have e2ee, which is not covered here, so I feel the title needs to be more specific
Signed-off-by: Alexander Müller <28591861+alexanderdd@users.noreply.github.com >
2025-07-07 04:58:53 -05:00
nfebe
8751a18d9c
docs(files_sharing): Document toggle for federated shares display
2025-06-25 19:57:38 +01:00
Daniel Calviño Sánchez
95e3a28088
fix(admin_manual): Document S3 "connect_timeout" option
...
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com >
2025-06-15 10:15:20 +02:00
Ferdinand Thiessen
71b828f712
feat(admin): document OCC commands for WCF
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2025-04-30 16:26:49 +02:00
Ferdinand Thiessen
a23935a343
feat(admin): document windows compatible filenames
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2025-04-30 16:26:49 +02:00
Simon L.
495247ae4a
standardize occ command documentation
...
Use `sudo -E -u www-data php occ` everywhere.
Motivation: this should work on more appliances like also inside docker containers.
Signed-off-by: Simon L. <szaimen@e.mail.de >
2025-04-29 13:21:08 +02:00
Côme Chilliet
6b27a5a27e
fix: Re-order sections related to encryption
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2025-04-22 09:34:18 +02:00
Côme Chilliet
bf4d19f8ad
feat: Make it clearer that master key is used by default
...
And which section are not pertinent with master key.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2025-04-22 09:31:56 +02:00
Pablo Zmdl
b3149733ff
docs(admin): Rename a left-over mention of max_chunk_size
...
The setting is now files.chunked_upload.max_size, which was already
changed in a previous occurrence in this file.
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2025-04-11 19:05:53 +02:00
rakekniven
a6ae7d4e41
Merge pull request #12374 from nextcloud/fix/70739/add-cron-delay-sentence
...
fix: add sentence about delay in cron execution.
2025-03-26 15:23:36 +01:00
yemkareems
cd628be09b
fix: build failure error corrected
2025-03-22 20:04:11 +01:00
yemkareems
9bb30d77c0
fix: added key type details link to configuration page
2025-03-22 20:04:11 +01:00
Elizabeth Danzberger
bc2d9edbf2
feat: update new apis for file conversion
...
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de >
2025-02-25 17:52:25 +01:00
Ferdinand Thiessen
16c5eecd61
Merge pull request #11122 from func0der/patch-1
...
Clarify the use of a master key during setup of encryption
2025-01-31 17:08:43 +01:00
func0der
b7c001be1a
Update encryption_configuration.rst
...
Add notice about encryption having a master key setup, since it has been the default since Nextcloud 13 without any notice.
Signed-off-by: func0der <529819+func0der@users.noreply.github.com >
2025-01-31 16:57:55 +01:00
Joas Schilling
d47918e6bf
fix: Add marker to positions that need adjusting on branch off
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2025-01-31 16:00:27 +01:00
Christian Becker
cc1efdfe76
document SSE-C support in external storage
...
relates to nextcloud/server#33283
Signed-off-by: Christian Becker <christian@dabecka.de >
2025-01-30 22:32:25 +01:00
Ferdinand Thiessen
7d5d1a0f11
docs(admin): Document change of max_chunk_size
...
It is now 100MiB instead of 10MiB and no longer an app config,
but a system config option.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2025-01-17 13:20:46 +01:00
Josh
d2caf0b2ce
fix(bigFiles): add note re: nginx fastcgi_read_timeout when chunking
...
Signed-off-by: Josh <josh.t.richards@gmail.com >
2025-01-15 10:40:42 -05:00
Thomas Citharel
d93e2cf571
feat(admin): document preview:cleanup occ command
...
Ref https://github.com/nextcloud/server/pull/48537
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2025-01-07 19:04:56 +01:00
Josh
8c00c862d8
fix(s3): document options for adjusting multipartcopy behavior
...
Added in nextcloud/server#41914
Signed-off-by: Josh <josh.t.richards@gmail.com >
2024-11-22 15:29:16 -05:00
yemkareems
c4fc16f4f0
fix: add sentence about delay in cron execution.
...
Signed-off-by: yemkareems <yemkareems@gmail.com >
2024-11-18 18:33:06 +05:30
F. E Noel Nfebe
bb8533bde9
Merge pull request #12339 from nextcloud/update-encryption-docs
...
chore: Update notes on public sharing key
2024-11-17 20:34:49 +01:00
nfebe
ae59612f32
chore: Update notes on master sharing key
...
Signed-off-by: nfebe <fenn25.fn@gmail.com >
2024-11-14 10:56:19 +01:00
Matthias Grundmann
8a111854e2
feat: Explain preview_max_memory configuration parameter
...
Co-authored-by: Matthias Grundmann <matthias@glasmail.de >
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de >
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-11-13 18:57:05 +01:00
Josh Richards
69952ba04d
Add link to Big File handling section from nginx doc chapter
...
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de >
Signed-off-by: Josh Richards <josh.t.richards@gmail.com >
2024-11-13 02:13:01 +01:00
Ferdinand Thiessen
0820f56832
fix: Adjust path
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-11-13 02:00:52 +01:00
Ethan McAuliffe
31961b406a
Use default redis socket name in example config
...
Signed-off-by: Ethan McAuliffe <14607273+emcauliffe@users.noreply.github.com >
2024-11-13 02:00:52 +01:00
Côme Chilliet
a182d3cc30
enh: Move occ configuration to top level
...
It’s not specific to server configuration and should be easy to find in
the admin manual.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2024-09-17 16:36:43 +02:00
Ferdinand Thiessen
9e09785b3c
Merge pull request #12133 from nextcloud/sftp-custom-port
...
docs: Update SFTP External Storage custom port instructions
2024-09-14 22:52:31 +02:00
Christopher Ng
c16ef0dbdd
fix(admin): Add note on trashbin cleanup when quota is exceeded
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2024-09-11 11:53:24 -07:00
Josh
56d49961c9
fix(encryption): Link to current version of recovery tools
...
Fixes nextcloud/server#47594
Signed-off-by: Josh <josh.t.richards@gmail.com >
2024-08-29 14:09:29 -04:00
Josh
ad95f07cbe
docs: Update SFTP External Storage custom port instructions
...
For nextcloud/server#47527
Signed-off-by: Josh <josh.t.richards@gmail.com >
2024-08-27 09:08:07 -04:00