Commit Graph

18396 Commits

Author SHA1 Message Date
Ferdinand Thiessen
70c95aafcb fix(developer): add missing deprecations to the changelog of stable23
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-10-14 12:00:09 +00:00
Dorra
675738b440 Merge pull request #13735 from nextcloud/backport/13729/stable30
[stable30] feat(20.1): add documentation for talk 20.1
2025-09-30 16:38:44 +02:00
Dorra Jaouad
44f6a9d4b6 feat(talk_documentation): add documentation for talk 20.1
Signed-off-by: Dorra Jaouad <dorra.jaoued7@gmail.com>
2025-09-30 15:32:26 +02:00
Maksim Sukharev
1f910882ac Merge pull request #13732 from nextcloud/backport/13727/stable30 2025-09-30 13:03:56 +02:00
Maksim Sukharev
6d45daddde fix(user_manual): add Talk 20.0 features documentation
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2025-09-30 10:53:42 +00:00
Nextcloud bot
a6e30c3fb7 chore(administration): Generate system config documentation from config.sample.php 2025-09-23 03:14:37 +00:00
rakekniven
2cd37651f1 Merge pull request #13676 from nextcloud/backport/13647/stable30
[stable30] feat: Automated EoL warning banner for unsupported releases
2025-09-17 19:03:05 +02:00
Josh
67ec318178 chore: drop tab from warning
Updated warning message for outdated documentation.

Signed-off-by: Josh <josh.t.richards@gmail.com>
2025-09-17 15:31:26 +00:00
Josh
a1b4840bbc chore: Apply suggestions from code review
Co-authored-by: Daniel <mail@danielkesselberg.de>
Signed-off-by: Josh <josh.t.richards@gmail.com>
2025-09-17 15:31:26 +00:00
Josh
fa4c4c98e4 feat: Implement EoL warning banner for unsupported releases
Added a warning banner for outdated documentation.

Signed-off-by: Josh <josh.t.richards@gmail.com>
2025-09-17 15:31:25 +00:00
Nextcloud bot
e71795c7d2 chore(administration): Generate system config documentation from config.sample.php 2025-09-11 03:13:50 +00:00
Andy Scherzinger
ede4bfda93 Merge pull request #13601 from nextcloud/backport/13598/stable30
[stable30] fix(nginx): `fastcgi_request_buffering` must be `on`
2025-09-04 16:21:01 +02:00
Ferdinand Thiessen
48e8a82d87 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:05 +00:00
rakekniven
84f305e916 Merge pull request #13583 from nextcloud/backport/13579/stable30
[stable30] chore(i18n): Grammar improvement
2025-09-01 14:51:22 +02:00
rakekniven
df8dccc8e0 chore(i18n): Grammar improvement
Reported at Transifex

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
2025-09-01 12:41:59 +00:00
rakekniven
ce6b1598d1 Merge pull request #13556 from nextcloud/backport/13554/stable30
[stable30] Adapted option name to current UI
2025-08-27 09:33:48 +02:00
rakekniven
cb82a5e299 fix(user): Adapted option name to current UI
Option is named "Enable simplified editor", see screenshot above

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2025-08-27 06:54:20 +00:00
Sebastian Krupinski
a4efb0e3d2 Merge pull request #13536 from nextcloud/backport/13526/stable30
[MANUAL BACKPORT] feat(Groupware/Calendar): update text and screenshots to full page calendar modal
2025-08-22 16:46:33 -04:00
Grigory Vodyanov
26c20ef440 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 19:31:57 +02:00
Anupam Kumar
8977487bcb [stable30] chore(AI/ContextChat): update inital indexing docs (#13529) (#13531)
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
2025-08-22 07:24:28 +00:00
Daniel
efb78bd52b Merge pull request #13510 from nextcloud/backport/13508/stable30
[stable30] feat(devmanual): document contacts menu user status setter
2025-08-14 12:02:05 +02:00
Christoph Wurst
235a4813b0 feat(devmanual): document contacts menu user status setter
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2025-08-14 09:21:59 +00:00
Daniel
22fc2d17d7 Merge pull request #13488 from nextcloud/backport/13486/stable30
[stable30] Mail: Dashboard integration
2025-08-07 09:26:26 +02:00
Daniel Kesselberg
6de5135402 docs(mail): add note about dashboard integration
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2025-08-06 16:18:08 +00:00
Hamza
cc2d431c1f Merge pull request #13463 from nextcloud/backport/13458/stable30
[stable30] docs(user-manual): update free busy documentation
2025-07-29 12:11:31 +02:00
Hamza
e36e7be4a7 docs(user-manual): update free busy documentation
Signed-off-by: Hamza <hamzamahjoubi221@gmail.com>
2025-07-29 10:00:14 +00:00
Josh
a3cde0e9dc Merge pull request #13453 from nextcloud/backport/13448/stable30
[stable30] Update Minimum Supported Android Version for Files App
2025-07-25 22:07:25 -04:00
Alper Öztürk
b01b93ee86 Update system_requirements.rst
Signed-off-by: Alper Öztürk <67455295+alperozturk96@users.noreply.github.com>
2025-07-25 23:54:12 +00:00
Daniel
f096a54e8f Merge pull request #13444 from nextcloud/backport/13442/stable30
[stable30] docs: monitoring app returns a different active user count
2025-07-22 20:42:13 +02:00
Daniel Kesselberg
a639e21130 docs: monitoring app returns a different active user count
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2025-07-22 18:09:47 +02:00
Ferdinand Thiessen
4fe671de07 Merge pull request #13431 from nextcloud/backport/13430/stable30
[stable30] fix(developer): use correct CSS variable name
2025-07-17 23:55:44 +02:00
Ferdinand Thiessen
4ed6455c46 fix(developer): use correct CSS variable name
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-07-17 21:24:37 +00:00
Joas Schilling
b401f163e8 Merge pull request #13414 from nextcloud/backport/13404/stable30
[stable30] feat(user_manual): Make translation versions more visible
2025-07-15 10:00:28 +02:00
Joas Schilling
6576951737 fix: Show custom version select
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-07-15 09:55:03 +02:00
Joas Schilling
842935712e fix: Don't show english twice
Signed-off-by: Joas Schilling <coding@schilljs.com>

[skip ci]
2025-07-15 09:55:03 +02:00
Joas Schilling
bcaeb4dd5b feat(user_manual): Make translations more visible by adding language to dropdown handle
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-07-15 09:55:02 +02:00
Daniel
9703fbe4f7 Merge pull request #13320 from nextcloud/backport/13313/stable30
[stable30] docs(groupware): Add hint that contact groups only work for writeable…
2025-06-26 12:57:29 +02:00
Daniel Kesselberg
f97caae7d6 docs(groupware): Add hint that contact groups only work for writeable contacts
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2025-06-26 12:48:50 +02:00
Anupam Kumar
15fa76a86d [stable30] chore(AI/ContextChat): add troubleshooting and logs info (#13246)
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
2025-06-19 11:13:32 +00:00
rakekniven
73e2b1dc12 Merge pull request #13237 from nextcloud/backport/13226/stable30
[stable30] fix(admin_manual): Document S3 "connect_timeout" option
2025-06-17 09:27:01 +02:00
Daniel Calviño Sánchez
917a77a7a4 fix(admin_manual): Document S3 "connect_timeout" option
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2025-06-17 03:32:59 +00:00
Côme Chilliet
01cd03e728 Merge pull request #13233 from nextcloud/backport/12232/stable30
[stable30] Fixed webhook equals operator from $eq to $e
2025-06-16 15:50:57 +02:00
Lumpiness
1ba59c40b7 Fixed webhook equals operator from $eq to $e 2025-06-16 12:44:24 +00:00
rakekniven
4dbaa3a189 Merge pull request #13222 from nextcloud/backport/13220/stable30
[stable30] feat: mail display mode
2025-06-15 16:58:20 +02:00
Josh
98713217db Merge pull request #13204 from nextcloud/backport/13168/stable30
[stable30] Fix typo in logging_configuration.rst, "admit_audit" to "admin_audit"
2025-06-13 11:59:37 -04:00
Pekko Eskola
46ffe75240 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-13 17:55:53 +02:00
SebastianKrupinski
9630bd66f5 feat: mail display mode
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
2025-06-13 11:48:03 +00:00
Daniel
22c5050678 Merge pull request #13219 from nextcloud/backport/13216/stable30
[stable30] docs(groupware): create filter from message
2025-06-13 13:39:47 +02:00
Daniel Kesselberg
6fb5d319ee docs(groupware): create filter from message
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2025-06-13 13:35:54 +02:00
Daniel
d9eafe8903 Merge pull request #13183 from nextcloud/backport/13182/stable30
[stable30] [stable31] docs(groupware): add stable url for microsoft oauth settings
2025-06-04 11:49:31 +02:00