4321 Commits

Author SHA1 Message Date
provokateurin
70610d8c6c feat(admin): Add object store per bucket config example
Signed-off-by: provokateurin <kate@provokateurin.de>
2025-12-15 13:22:30 +00:00
Andy Scherzinger
deba1a7465 docs(oc): Update migrating_owncloud.rst - oC 10.16
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2025-12-09 10:44:28 +00:00
Nextcloud bot
b1fd3e7dad chore(administration): Generate system config documentation from config.sample.php 2025-12-04 02:53:42 +00:00
Nextcloud bot
41bb95e47a chore(administration): Generate system config documentation from config.sample.php 2025-12-02 02:57:39 +00:00
Daniel Kesselberg
d739b47f02 docs(previews): mp3 previews disabled by default
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2025-11-22 18:57:48 +01:00
Arthur Schiwon
5c1e264b96 Merge pull request #13872 from nextcloud/backport/13867/stable31
[stable31] fix: Doument app config option to enable notify_push with text
2025-11-21 12:00:39 +01:00
Miłosz Kosobucki
80ea2dcede Add mp4 and webm to nginx config
Mp4 is used by the firstrun plugin. Without these being mentioned in
this section, the firstrun movie isn't shown and the first run modal
dialog apparently can't be closed.

Webm added for completeness as there are files like this in firstrun
assets.

Signed-off-by: Miłosz Kosobucki <milosz@kosobucki.pl>
2025-11-21 10:06:17 +00:00
Julius Knorr
60909b4b4c fix: Doument app config option to enable notify_push with text
Signed-off-by: Julius Knorr <jus@bitgrid.net>
2025-11-21 08:26:42 +00:00
Nextcloud bot
51117d13a1 chore(administration): Generate system config documentation from config.sample.php 2025-11-13 02:55:29 +00:00
janepie
c3cbc1124b Fix: add ref
Signed-off-by: janepie <49834966+janepie@users.noreply.github.com>
2025-11-12 14:04:55 +00:00
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