Commit Graph

4311 Commits

Author SHA1 Message Date
Jana Peper
bf20fbe33b feat: add link to required remote servers in system requirements
Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
2025-11-12 14:04:55 +00:00
Josh
58e7427e49 docs(admin): Add tip about detecting silent denials in SELinux
Signed-off-by: Josh <josh.t.richards@gmail.com>
2025-10-30 19:10:18 +00:00
Joas Schilling
9a6c3245bd fix(hardening): Adjust server list
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-10-27 16:18:39 +00:00
Tobias Kaminsky
f4cd79965d Update apps_management.rst
Signed-off-by: Tobias Kaminsky <tobias@kaminsky.me>
2025-10-27 15:31:53 +00:00
Nextcloud bot
43cfd0ea1c chore(administration): Generate system config documentation from config.sample.php 2025-10-23 13:42:34 +00:00
Nextcloud bot
936c91337f chore(administration): Generate system config documentation from config.sample.php 2025-10-16 02:46:56 +00:00
Nextcloud bot
0e4b41417a chore(administration): Generate system config documentation from config.sample.php 2025-10-15 02:46:28 +00:00
Marcel Klehr
6ec7aa7048 enh(admin): Add "Insight and debugging" section in AI
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2025-10-07 10:36:44 +00:00
provokateurin
4b2246b567 fix(admin): Add missing Github domain and explain App store download domains
Signed-off-by: provokateurin <kate@provokateurin.de>
2025-10-01 16:04:52 +00:00
Nextcloud bot
2cc19e5911 chore(administration): Generate system config documentation from config.sample.php 2025-09-23 12:53:24 +00:00
Anupam Kumar
ee64d4407a fix(AI): list more limitations to the context chat docs
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
2025-09-23 07:54:19 +00:00
Fodor Benedek
58a18b2a94 Add missing closing apostrophe for string
Signed-off-by: Fodor Benedek <benedek@fodor.pro>
2025-09-20 14:47:46 +00:00
rakekniven
ab9b48557f Merge branch 'stable31' into patch/fix-incorrect-heading-markup-in-centos8-install-example-stable31 2025-09-17 16:39:26 +02:00
alperozturk
f391838737 chore: bump min android version to 8.1
Signed-off-by: alperozturk <alper_ozturk@proton.me>
2025-09-11 15:47:08 +00:00
Nextcloud bot
3032c4678d chore(administration): Generate system config documentation from config.sample.php 2025-09-11 03:13:52 +00:00
林博仁(Buo-ren Lin)
205acf091a Fix incorrect heading markup in example_centos.rst
Fixes #13633.

Signed-off-by: 林博仁(Buo-ren Lin) <buo.ren.lin@gmail.com>
2025-09-09 07:19:40 +00:00
Andy Scherzinger
54ae10b189 Merge pull request #13603 from nextcloud/backport/13598/stable31
[stable31] fix(nginx): `fastcgi_request_buffering` must be `on`
2025-09-04 16:20:43 +02:00
Ferdinand Thiessen
22af1a8bf9 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:28 +00:00
Josh
8101fcd6b4 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-04 05:09:58 +00:00
Grigory Vodyanov
076b432166 Merge branch 'stable31' into backport/13526/stable31 2025-08-22 14:53:24 +02:00
Grigory Vodyanov
7b3daa5870 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 14:52:39 +02:00
Anupam Kumar
fd5b0f99e4 [stable31] chore(AI/ContextChat): update inital indexing docs (#13529) (#13530)
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
2025-08-22 07:21:42 +00:00
Alper Öztürk
a237ddba6c Update system_requirements.rst
Signed-off-by: Alper Öztürk <67455295+alperozturk96@users.noreply.github.com>
2025-07-25 23:54:22 +00:00
Grigorii K. Shartsev
1cac35657e fix(admin_manual/release_notes): correct ROW FORMAT migration in 31
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2025-07-25 19:49:59 +00:00
Daniel Kesselberg
7ec4b55cc1 docs: monitoring app returns a different active user count
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2025-07-22 18:08:25 +02:00
Joas Schilling
ffc0c4f4ab fix: Also adjust version selection in admin and developer docs
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-07-12 15:58:43 +00:00
Joas Schilling
e8feb55f75 fix(admin): Fix admin AI overview
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-07-03 13:18:10 +00:00
Joas Schilling
66749fdc77 ci: Fix PDF generation
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-07-03 13:18:10 +00:00
Ferdinand Thiessen
aa37ad29ae fix: adjust two factor documentation
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-07-01 19:35:56 +02:00
Josh
f9e34b9bd6 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-07-01 19:31:46 +02:00
Anupam Kumar
ea54bf0aef [stable31] chore(AI/ContextChat): add troubleshooting and logs info (#13247)
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
2025-06-19 11:15:15 +00:00
Daniel Calviño Sánchez
be507430d9 fix(admin_manual): Document S3 "connect_timeout" option
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2025-06-17 03:32:54 +00:00
Lumpiness
51ae7d1bdb Fixed webhook equals operator from $eq to $e 2025-06-16 12:44:15 +00:00
Pekko Eskola
198224f4ce 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-15 21:29:26 +02:00
SebastianKrupinski
5529ee298f feat: mail display mode
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
2025-06-13 11:47:44 +00:00
Julien Veyssier
28ae25a81a 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:47 +00:00
Ayke Halder
f774d3affb Add hint to pretty URLs: edit config htaccess.ignorefrontcontroller if htaccess SetEnv does not work
This fixes https://github.com/nextcloud/documentation/issues/13125

Signed-off-by: Ayke Halder <rr-it@users.noreply.github.com>
2025-05-22 17:43:21 +00:00
Daniel Kesselberg
2b80ee8740 docs(groupware): update troubleshooting article for missing calendars
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2025-05-20 14:00:49 +00:00
Daniel Kesselberg
19dcbb4d42 docs(groupware): add troubleshooting article for missing calendars
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2025-05-20 10:32:47 +00:00
John Molakvoæ
f3bfe25891 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:16 +00:00
Adam Monsen
cf137652cc link to relevant issue and PR
Signed-off-by: Adam Monsen <haircut@gmail.com>
2025-04-29 06:51:32 +00:00
Adam Monsen
37fbcc9316 reword row format explanation
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: Adam Monsen <haircut@gmail.com>
2025-04-29 06:51:32 +00:00
Adam Monsen
eb2922d4a4 explain v31 db row format warning
Signed-off-by: Adam Monsen <haircut@gmail.com>
2025-04-29 06:51:32 +00:00
Côme Chilliet
a4103952da fix: Re-order sections related to encryption
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-04-22 11:31:21 +02:00
Côme Chilliet
9223f1593a 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 11:30:59 +02:00
func0der
1674453380 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-04-22 09:20:18 +00:00
yemkareems
eae2aa254a fix: build failure error corrected 2025-04-22 09:14:28 +00:00
yemkareems
c9f4075588 fix: added key type details link to configuration page 2025-04-22 09:14:28 +00:00
Joas Schilling
a6d32ec4e9 fix(admin): Update retention documentation
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-04-14 19:05:55 +00:00
Ferdinand Thiessen
f762687a7a fix(admin): adjust ownCloud migration path
10.14 and 10.15 are tested by doing major by major migrations.

Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de>
Co-authored-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-04-14 15:59:54 +00:00