Fodor Benedek
c2400dbba4
Add missing closing apostrophe for string
...
Signed-off-by: Fodor Benedek <benedek@fodor.pro >
2025-09-19 20:58:27 +02:00
Andy Scherzinger
bc6f09a0f8
Merge pull request #13669 from nextcloud/carl/oracle-db-support-matrix
...
Update supported Oracle Database
2025-09-18 18:58:46 +02:00
Carl Schwan
86c3f1ee5d
correct supported versions
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2025-09-18 17:22:28 +02:00
rakekniven
c7a28815e6
Merge pull request #13671 from nextcloud/jtr/refactor/admin-intro
...
refactor(admin): Revise introduction chapter
2025-09-17 16:16:45 +02:00
Josh
02c17c3343
refactor: Rearrange introductory text in admin manual (final I think!)
...
Signed-off-by: Josh <josh.t.richards@gmail.com >
2025-09-17 09:40:35 -04:00
Josh
9d67e7a46a
refactor: Revise introduction in admin manual for additional clarity
...
Enhanced the introduction section for clarity and detail.
Signed-off-by: Josh <josh.t.richards@gmail.com >
2025-09-17 09:31:56 -04:00
Josh
3edfb3d40f
refactor(admin): Revise introduction chapter
...
Updated the introduction section to:
- enhance readability and make it more useful
- include additional context and detail
Signed-off-by: Josh <josh.t.richards@gmail.com >
2025-09-16 13:31:12 -04:00
Carl Schwan
b124ab9d37
fix: formatting
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2025-09-16 17:23:33 +02:00
Carl Schwan
ed2766f4dc
Update supported Oracle Database
...
Only mark as supported the version also supported by Oracle
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2025-09-16 17:02:11 +02:00
Marcel Klehr
9af4c7ea8f
fix(webhook_listeners): Document Tag{Assigned,Unassigned}Event
...
instead of not-working MapperEvent
Signed-off-by: Marcel Klehr <mklehr@gmx.net >
2025-09-16 13:47:53 +02:00
Josh
3381bf9ea1
Merge pull request #13649 from brlin-tw/patch-administrators-typo
...
fix(config_sample_php_parameters): Fix typo (administrators)
2025-09-11 13:57:07 -04:00
Josh
c6b7db3294
Merge pull request #13646 from nextcloud/jtr/chore/admin-canonical-link
...
feat: Add Canonical Link Relation to `stable` branch to all manuals
2025-09-11 13:54:29 -04:00
Josh
4def5a71b4
chore(admin): add canonical link to stable branch
...
Signed-off-by: Josh <josh.t.richards@gmail.com >
2025-09-11 13:25:32 -04:00
Josh
68d6009cf2
chore(admin): drop impossible to disable PHP ext: json, hash
...
Signed-off-by: Josh <josh.t.richards@gmail.com >
2025-09-11 13:20:23 -04:00
alperozturk
d7fcc5e915
chore: bump min android version to 8.1
...
Signed-off-by: alperozturk <alper_ozturk@proton.me >
2025-09-11 08:55:11 +02:00
林博仁(Buo-ren Lin)
bbedcdb60f
fix(config_sample_php_parameters): Fix typo (administrators)
...
Signed-off-by: 林博仁(Buo-ren Lin) <buo.ren.lin@gmail.com >
2025-09-11 14:36:08 +08:00
Nextcloud bot
5f94089269
chore(administration): Generate system config documentation from config.sample.php
2025-09-11 03:13:55 +00:00
Nextcloud bot
26f435c86e
generate documentation from config.sample.php
2025-09-10 03:16:21 +00:00
林博仁(Buo-ren Lin)
4f85e8a815
Fix incorrect heading markup in example_centos.rst
...
Fixes #13633 .
Signed-off-by: 林博仁(Buo-ren Lin) <buo.ren.lin@gmail.com >
2025-09-09 02:38:14 +00:00
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