Alexander Müller
21ce7cb813
how to disable automatic creation of example events
...
fulfilling the wish of https://github.com/nextcloud/documentation/pull/13523#issuecomment-3257422671
Signed-off-by: Alexander Müller <28591861+alexanderdd@users.noreply.github.com >
2025-10-03 09:53:24 +00:00
provokateurin
2a614646db
fix(admin): Add missing Github domain and explain App store download domains
...
Signed-off-by: provokateurin <kate@provokateurin.de >
2025-10-01 16:05:05 +00:00
John Molakvoæ
f85e8f1c89
Merge pull request #13703 from nextcloud/backport/11626/stable32
2025-09-29 09:40:21 +02:00
John Molakvoæ
f2f2b655d9
Merge pull request #13699 from nextcloud/backport/13696/stable32
2025-09-29 09:39:55 +02:00
Josh
6e335fb752
Merge pull request #13687 from nextcloud/backport/13685/stable32
...
[stable32] Add missing closing apostrophe for string
2025-09-29 03:39:35 -04:00
John Molakvoæ
61b8b38e33
Merge pull request #13670 from nextcloud/backport/13668/stable32
2025-09-29 09:37:35 +02:00
Christoph Wurst
9fcdb72b25
fix(adminmanual): Document data retention and possible issues
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2025-09-24 18:57:32 +00:00
Ferdinand Thiessen
d8e550f906
fix(admin): supported openSUSE Leap version is 15.6
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2025-09-23 23:10:07 +00:00
Nextcloud bot
af112b949f
chore(administration): Generate system config documentation from config.sample.php
2025-09-23 12:53:27 +00:00
Anupam Kumar
5602f758ca
fix(AI): list more limitations to the context chat docs
...
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com >
2025-09-23 07:54:29 +00:00
Fodor Benedek
69a2bf7d34
Add missing closing apostrophe for string
...
Signed-off-by: Fodor Benedek <benedek@fodor.pro >
2025-09-20 14:47:55 +00:00
Andy Scherzinger
9255afca2f
Merge pull request #13661 from nextcloud/backport/13660/stable32
...
[stable32] chore(admin): drop impossible to disable PHP ext: json, hash
2025-09-18 19:25:45 +02:00
Carl Schwan
890c54430a
correct supported versions
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2025-09-18 16:58:52 +00:00
Carl Schwan
4beb8017c5
fix: formatting
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2025-09-18 16:58:52 +00:00
Carl Schwan
38f3de7747
Update supported Oracle Database
...
Only mark as supported the version also supported by Oracle
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2025-09-18 16:58:51 +00:00
Marcel Klehr
e1998e9441
fix(webhook_listeners): Document Tag{Assigned,Unassigned}Event
...
instead of not-working MapperEvent
Signed-off-by: Marcel Klehr <mklehr@gmx.net >
2025-09-16 17:18:26 +00:00
Josh
f14751c9d2
chore(admin): drop impossible to disable PHP ext: json, hash
...
Signed-off-by: Josh <josh.t.richards@gmail.com >
2025-09-11 17:34:47 +00:00
Andy Scherzinger
74f3d1dba0
Merge pull request #13627 from nextcloud/backport/13607/stable32
...
[stable32] fix(nginx): `ssl_stapling` should be `off` with Let's Encrypt
2025-09-11 17:49:57 +02:00
alperozturk
77a0915876
chore: bump min android version to 8.1
...
Signed-off-by: alperozturk <alper_ozturk@proton.me >
2025-09-11 15:46:57 +00:00
Thomas MICHEL
e45abfb974
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-08 10:45:28 +00:00
Alexander Müller
c5a72f18ec
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-04 14:47:24 +00:00
Ferdinand Thiessen
aeed102682
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:17 +00: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
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