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
Grigory Vodyanov
26c20ef440
feat(Groupware/Calendar): update text and screenshots to full page calendar modal
...
Signed-off-by: Grigory V <scratchx@gmx.com >
Signed-off-by: Grigory Vodyanov <scratchx@gmx.com >
2025-08-22 19:31:57 +02:00
Anupam Kumar
8977487bcb
[stable30] chore(AI/ContextChat): update inital indexing docs ( #13529 ) ( #13531 )
...
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com >
2025-08-22 07:24:28 +00:00
Alper Öztürk
b01b93ee86
Update system_requirements.rst
...
Signed-off-by: Alper Öztürk <67455295+alperozturk96@users.noreply.github.com >
2025-07-25 23:54:12 +00:00
Daniel Kesselberg
a639e21130
docs: monitoring app returns a different active user count
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2025-07-22 18:09:47 +02:00
Joas Schilling
6576951737
fix: Show custom version select
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2025-07-15 09:55:03 +02:00
Anupam Kumar
15fa76a86d
[stable30] chore(AI/ContextChat): add troubleshooting and logs info ( #13246 )
...
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com >
2025-06-19 11:13:32 +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
Lumpiness
1ba59c40b7
Fixed webhook equals operator from $eq to $e
2025-06-16 12:44:24 +00:00
rakekniven
4dbaa3a189
Merge pull request #13222 from nextcloud/backport/13220/stable30
...
[stable30] feat: mail display mode
2025-06-15 16:58:20 +02:00
Pekko Eskola
46ffe75240
Fix typo in logging_configuration.rst, "admit_audit" to "admin_audit"
...
In first section about logging, the "admin_audit app" is referred to erroneously as "admit_audit app". Not a significant typo but can cause confusion upon first reading.
Signed-off-by: Pekko Eskola <44174921+pekkoeskola@users.noreply.github.com >
2025-06-13 17:55:53 +02:00
SebastianKrupinski
9630bd66f5
feat: mail display mode
...
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com >
2025-06-13 11:48:03 +00:00
Julien Veyssier
56dd9c70c4
feat: add warning about context_chat not respecting files_accesscontrol rules
...
Signed-off-by: Julien Veyssier <julien-nc@posteo.net >
2025-06-02 17:17:52 +00:00
Daniel Kesselberg
72f9f5bea0
docs(groupware): update troubleshooting article for missing calendars
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2025-05-20 16:32:38 +00:00
Daniel Kesselberg
e9b202b9f3
docs(groupware): add troubleshooting article for missing calendars
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2025-05-20 16:28:39 +00:00
John Molakvoæ
93e86bff61
fix: clarify that group admins cannot add existing users to their group
...
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com >
2025-05-12 13:00:06 +00:00
Joas Schilling
b2ab08f9f3
fix(admin): Update retention documentation
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2025-04-14 19:05:42 +00:00
Oleksander Piskun
27f55dc34d
fix(webhook_listeners): removed non-existing NodeReadEvent event from documentation
...
Signed-off-by: Oleksander Piskun <oleksandr2088@icloud.com >
2025-04-14 09:13:41 +00:00
Joas Schilling
83840cd7a8
fix(migration): Improve note about changing locations
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2025-04-11 18:30:29 +02:00
Josh
641a428c72
docs(admin): Add tip about detecting silent denials in SELinux
...
Signed-off-by: Josh <josh.t.richards@gmail.com >
2025-04-11 16:08:01 +00:00
Simon L.
6e7efa8abd
docs: aio-imaginary image has been moved to ghcr.io
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2025-04-09 13:46:29 +02:00
skjnldsv
7355dde6ab
feat(admin_manual): document user:info occ command
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com >
2025-03-27 08:57:44 +01:00
rakekniven
2bc11ecb8b
Merge pull request #12415 from nextcloud/backport/12390/stable30
...
[stable30] fix(s3): document options for adjusting multipartcopy behavior
2025-03-26 10:57:51 +01:00
Grigory Vodyanov
aaee290730
feat(mail): add message translation documentation
...
Signed-off-by: Grigory Vodyanov <scratchx@gmx.com >
2025-03-26 07:49:54 +01:00
Ferdinand Thiessen
21acb924f1
fix: adjust two factor documentation
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2025-03-24 15:20:58 +00:00
Josh
be5d58b9ad
refactor(admin): 2FA chapter clean-up
...
- Document the three bundled (shipped) 2FA providers.
- Clarify what "providers" are and why they're important.
- Re-order the sections.
- Remove some outdated bits.
- Eliminate some redundancies.
- Misc tidying up.
Signed-off-by: Josh <josh.t.richards@gmail.com >
2025-03-24 15:20:58 +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
Anupam Kumar
fdbba0c015
update(ai): add note for openai-api compatibility
...
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com >
2025-03-21 22:31:44 +01:00
Julien Veyssier
0c562649af
admin(windmill): add more details on creating custom scripts
...
Signed-off-by: Julien Veyssier <julien-nc@posteo.net >
2025-02-24 11:14:41 +00:00
Oliver
2c5c817bdc
Fix wrong data types in app_assistant.rst ( #12615 )
...
Signed-off-by: Oliver <965863+oli-ver@users.noreply.github.com >
2025-02-16 19:49:33 +05:30
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
backportbot[bot]
97c83771fc
[stable30] fix(AI/ContextChat): update docs ( #12533 )
...
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com >
Co-authored-by: Anupam Kumar <kyteinsky@gmail.com >
Co-authored-by: Julien Veyssier <julien-nc@posteo.net >
2025-01-26 14:43:39 +00:00
Anupam Kumar
91d7d4355c
[stable30] fix(AppAPI): Apps page instead of External Apps page ( #12493 ) ( #12500 )
...
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com >
2025-01-23 11:06:33 +00:00
Ferdinand Thiessen
7b7e8b1617
Merge pull request #12512 from nextcloud/backport/12509/stable30
...
[stable30] Update index.rst
2025-01-17 13:16:54 +01:00
Bastian Derigs
824470434d
Update index.rst
...
Update to create a systemd service for the workers.
Signed-off-by: Bastian Derigs <155444921+derigs@users.noreply.github.com >
2025-01-15 16:08:48 +00:00
Bastian Derigs
4b13903e3f
Update index.rst
...
Signed-off-by: Bastian Derigs <155444921+derigs@users.noreply.github.com >
2025-01-15 16:08:48 +00:00
Josh
f5ba895f0b
chore: remove no longer applicable Imaginary + HEIC warning
...
Signed-off-by: Josh <josh.t.richards@gmail.com >
2025-01-13 14:03:07 +00:00
backportbot[bot]
fd288e23c0
[stable30] update context chat docs to match the latest release ( #12492 )
...
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com >
Co-authored-by: Anupam Kumar <kyteinsky@gmail.com >
2025-01-09 08:24:35 +00:00
Anupam Kumar
7e2bcf0549
[stable30] update translate2 docs: model switch ( #12489 )
...
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com >
2025-01-08 15:55:03 +00:00
Andy Scherzinger
33b0030a06
docs: Add generic uninstallation pointers
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de >
2024-12-12 20:06:38 +00:00
Anupam Kumar
ea78ed1aaa
enh(Maintenance): update sync with clients after data recovery
...
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com >
2024-12-06 20:05:21 +05:30
Josh
05329858ac
feat(admin): Add command to scan external storages directly
...
- Adds missing minimal documentation entry for nextcloud/server#25109
- Adds an introduction paragraph
Signed-off-by: Josh <josh.t.richards@gmail.com >
2024-11-25 18:35:22 +00:00
Josh
e9cc268b95
fix(admin): Update commands for files namespace
...
Fixes #9630
Signed-off-by: Josh <josh.t.richards@gmail.com >
2024-11-25 11:19:32 +00:00
MichaIng
9e503258ec
enh(admin_manual): update OPcache JIT docs
...
Single Nextcloud instances have shown to use less than 2 MiB of the configured JIT buffer size, so that 8 MiB is sufficient by a large margin. Using any larger value pre-occupies the `opcache.memory_consumption` accurdingly and 128 MiB would hence fill its default 128 MiB completely, without any benefit.
The example JIT size is hence reduced to 8 MiB. Enabling JIT however has shown to raise overall OPcache usage by a larger amount than the configured JIT size, so that `opcache.memory_consumption` might still need to be raised in some cases. This information is added to the documentation: https://github.com/nextcloud/all-in-one/issues/2755#issuecomment-1591848523
Additionally, the info is added that JIT is currently supported on x86 platforms only.
Signed-off-by: MichaIng <micha@dietpi.com >
2024-11-15 10:16:18 +00:00
Anupam Kumar
01f7ab9d10
[stable30] Update ai_as_a_service.rst ( #12365 )
...
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com >
2024-11-13 12:15:15 +01:00
tgoeg
cde6807ae6
Update harden_server.rst - improve fail2ban section
...
Nextcloud won't log failed login attempts in log levels > 2.
Added this to the documentation, and, while at it, improved the fail2ban guide in a few other places.
Fixes #12327 .
Signed-off-by: tgoeg <39340276+tgoeg@users.noreply.github.com >
2024-11-13 06:49:21 +00:00
Ferdinand Thiessen
0014f96bc7
Merge pull request #12361 from nextcloud/backport/11805/stable30
...
[stable30] fix(trashbin): Add missing size/expire commands to occ commmand list
2024-11-13 02:24:11 +01:00
Josh Richards
005228bc6d
fix(trashbin): Add missing size expire commands to occ commmand list
...
Signed-off-by: Josh Richards <josh.t.richards@gmail.com >
2024-11-13 00:37:48 +00:00
Josh
333ed0a25f
feat(troubleshooting): add Internal Server Errors section
...
Signed-off-by: Josh <josh.t.richards@gmail.com >
2024-11-13 00:11:49 +00:00