Ferdinand Thiessen
ecee22353c
Merge pull request #13607 from michel-thomas/nginx-letsencrypt-ocsp-end-support
...
fix(nginx): `ssl_stapling` should be `off` with Let's Encrypt
2025-09-08 12:45:23 +02:00
Alexander Müller
7af4409740
remove warning that nginx is not officially supported
...
https://docs.nextcloud.com/server/stable/admin_manual/installation/system_requirements.html lists nginx as official recommendation, so this warning needs to be removed
Signed-off-by: Alexander Müller <28591861+alexanderdd@users.noreply.github.com >
2025-09-08 03:44:53 -05:00
Thomas MICHEL
dbc37c958d
fix(nginx): ssl_stapling should be off with Let's Encrypt
...
Signed-off-by: Thomas MICHEL <12149036+michel-thomas@users.noreply.github.com >
2025-09-05 13:44:43 +02:00
Ferdinand Thiessen
ebcddb32b3
Merge pull request #13589 from nextcloud/alexanderdd-patch-2
...
fix formatting of code sample
2025-09-04 16:47:19 +02:00
Ferdinand Thiessen
a2dff6aa58
Merge pull request #13588 from nextcloud/alexanderdd-patch-1
...
clarify "Enable an app for specific groups of users"
2025-09-04 16:46:30 +02:00
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
Josh
32c05e30a0
fix(troubleshooting): outdated Apache modules
...
The apache2filter SAPI hasn't existed since PHP 7.0.
Signed-off-by: Josh <josh.t.richards@gmail.com >
2025-09-03 17:36:00 -04:00
Alexander Müller
5ca20ad001
fix formatting of code sample
...
correcting from one backtick to two backticks
as documented here https://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html#inline-markup
Signed-off-by: Alexander Müller <28591861+alexanderdd@users.noreply.github.com >
2025-09-02 09:21:43 -05:00
Alexander Müller
6e4051eca2
clarify "Enable an app for specific groups of users"
...
so it is easier to find, e.g. when you search for "restrict"
Signed-off-by: Alexander Müller <28591861+alexanderdd@users.noreply.github.com >
2025-09-02 09:18:32 -05:00
Josh
9ac65ce4a7
chore: typo php_configuration.rst
...
Signed-off-by: Josh <josh.t.richards@gmail.com >
2025-08-31 07:40:42 -04:00
Josh Richards
a269ad7aa9
chore(admin): Fix typo
...
Signed-off-by: Josh Richards <josh.t.richards@gmail.com >
2025-08-30 12:45:52 -04:00
Josh Richards
8dd56af040
refactor(admin): Improve the PHP Modules & Configuration chapter
...
Signed-off-by: Josh Richards <josh.t.richards@gmail.com >
2025-08-30 12:13:39 -04:00
Nextcloud bot
c68ed57bb8
generate documentation from config.sample.php
2025-08-29 03:07:02 +00:00
rakekniven
6588f241d4
Update conf.py
...
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com >
2025-08-27 10:08:46 +02:00
rakekniven
94d4163f8e
Merge branch 'master' into jtr-refactor-admin-conf-2
2025-08-27 09:53:15 +02:00
Anupam Kumar
41b8ea2d79
feat(AI): add live_transcription admin docs
...
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com >
2025-08-26 19:24:29 +05:30
rakekniven
ecd59ccd08
Merge branch 'master' into jtr-refactor-admin-conf-2
...
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com >
2025-08-26 14:31:20 +02:00
Simon L.
53831a8815
Merge pull request #13513 from as598466/patch-1
...
improve nginx conf examples to mention php-fpm timeouts
2025-08-26 11:45:53 +02:00
as598466
1647f1787b
improve nginx conf examples to mention php-fpm timeouts
...
When uploading large files, a 504 error occurs in the Nextcloud client: "It’s taking too long to connect to the server. Please try again later. If you need help, contact your server administrator. Add the appropriate directives to prevent this error.
Signed-off-by: as598466 <124391092+as598466@users.noreply.github.com >
Signed-off-by: Simon L. <szaimen@e.mail.de >
Co-Authored-By: Simon L. <szaimen@e.mail.de >
2025-08-26 11:41:36 +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
Josh
7edc06837d
fix: adjust formatting
...
Signed-off-by: Josh <josh.t.richards@gmail.com >
2025-08-22 13:38:46 -04:00
Josh
2287a2074c
refactor(admin): clean up conf.py / bring up-to-date
...
- Brings config format up-to-date with current Sphinx quickstart/base template (versus the >12 year old one)
- Improves consistency and readability for contributors
- No changes in functionality.
Signed-off-by: Josh <josh.t.richards@gmail.com >
2025-08-22 13:19:45 -04:00
Josh Richards
ac6260a46c
feat(admin): Add distinct sections + links
...
Signed-off-by: Josh Richards <josh.t.richards@gmail.com >
2025-08-22 11:41:41 -04:00
Anupam Kumar
a0d9a9978c
chore(AI/ContextChat): update inital indexing docs ( #13529 )
...
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com >
2025-08-22 12:42:33 +05:30
Nextcloud bot
ea567f8663
generate documentation from config.sample.php
2025-08-22 03:04:37 +00:00
Grigory Vodyanov
5292b64789
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-21 15:50:07 +02:00
Richard Steinmetz
2bfb6e28fa
Merge pull request #13523 from nextcloud/feat/admin/calendar-example-event-feature
...
feat(admin): document example event feature
2025-08-21 10:11:31 +02:00
Richard Steinmetz
0fc55884bd
feat(admin): document example event feature
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud >
2025-08-21 10:00:24 +02:00
Richard Steinmetz
366521bbc9
feat(admin): example contact feature is enabled by default
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud >
2025-08-21 09:09:10 +02:00
Nextcloud bot
f3a1403f36
generate documentation from config.sample.php
2025-08-20 03:04:55 +00:00
Nextcloud bot
87845bd318
generate documentation from config.sample.php
2025-08-19 03:04:27 +00: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
Alexander Müller
9fed6bbb73
fix command (replace "=" with " ")
...
reported by a customer, confirmed by Björn
Signed-off-by: Alexander Müller <28591861+alexanderdd@users.noreply.github.com >
2025-08-14 08:18:22 -05:00
Nextcloud bot
523877dc55
generate documentation from config.sample.php
2025-08-12 03:03:55 +00:00
rakekniven
46406e76fc
Merge pull request #13495 from nextcloud/schiessle-patch-1
...
Add documentation in how to enable server-side-encryption for team folders
2025-08-11 21:34:00 +02:00
rakekniven
6fb6e9e179
Merge pull request #13500 from nextcloud/feat/taskprocessing/task-cleanup
...
feat(TaskProcessing): add taskprocessing:task:cleanup command
2025-08-11 21:32:05 +02:00
Simon L.
713db5539d
Merge pull request #13477 from nextcloud/enh/noid/nginx-root-sample-more-timeouts
...
Add more timeout configs in the nginx-root-sample file
2025-08-11 13:45:26 +02:00
Oleksander Piskun
47ab9a1a02
feat(TaskProcessing): add taskprocessing:task:cleanup command
...
Signed-off-by: Oleksander Piskun <oleksandr2088@icloud.com >
2025-08-11 11:22:58 +03: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
rakekniven
497e836fcf
Merge pull request #13484 from nextcloud/feat/document-generation
...
feat: Add docs for AI document generation
2025-08-08 07:51:39 +02:00
Lukas Schaefer
c0eac95e1e
Define MCP
...
Signed-off-by: Lukas Schaefer <lukas@lschaefer.xyz >
2025-08-07 14:53:32 -04:00
Lukas Schaefer
53a1a21cec
mcp server docs
...
Signed-off-by: Lukas Schaefer <lukas@lschaefer.xyz >
2025-08-07 10:00:05 -04:00
Nextcloud bot
ac4e04dc6b
generate documentation from config.sample.php
2025-08-07 03:01:50 +00:00
Marcel Klehr
2cd9b3a300
feat: Add docs for AI document generation
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net >
2025-08-05 09:23:40 +02:00
Julien Veyssier
8486c74c57
enh(admin): comment timeout configs in nginx-root-sample and nginx-subdir.conf.sample
...
Signed-off-by: Julien Veyssier <julien-nc@posteo.net >
2025-08-04 14:18:38 +02:00
Julien Veyssier
7f4243222e
enh(admin): add more timeout configs in the nginx-root-sample and nginx-subdir.conf.sample files
...
Signed-off-by: Julien Veyssier <julien-nc@posteo.net >
2025-08-04 14:14:27 +02:00