Thomas Citharel
b185c75eb7
Merge pull request #11626 from nextcloud/feat/adminmanual/dav-data-retention
2025-09-24 20:57:25 +02:00
Christoph Wurst
6443a41265
fix(adminmanual): Document data retention and possible issues
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2025-09-24 14:36:47 +02:00
Andy Scherzinger
32d2bdf681
Merge pull request #13701 from nextcloud/fix/openssue
...
fix(admin): supported openSUSE Leap version is 15.6
2025-09-24 01:10:02 +02:00
Ferdinand Thiessen
5ca466e055
fix(admin): supported openSUSE Leap version is 15.6
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2025-09-23 18:23:42 +02:00
Nextcloud bot
ad83384d3b
chore(administration): Generate system config documentation from config.sample.php
2025-09-23 12:53:29 +00:00
Anupam Kumar
293bff2c90
Merge pull request #13696 from nextcloud/fix/ai/cc-docs
...
fix(AI): list more limitations to the context chat docs
2025-09-23 13:24:04 +05:30
Anupam Kumar
d32f8162bf
fix(AI): list limitations in the live_transcription app docs ( #13695 )
...
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com >
2025-09-22 19:55:03 +05:30
Anupam Kumar
00f3291945
fix(AI): list more limitations to the context chat docs
...
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com >
2025-09-22 19:52:44 +05:30
Sebastian Krupinski
a8f4c8c1d8
Merge pull request #13692 from nextcloud/feat/system-addressbook-disabled
...
feat: system address book auto disabled
2025-09-22 07:54:07 -04:00
SebastianKrupinski
fc29dbb8c1
feat: system address book auto disabled
...
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com >
2025-09-22 07:49:54 -04:00
Josh
f8ae032a73
Merge pull request #13684 from nextcloud/jtr/refactor/install-tuning
...
refactor: Light editing of server tuning guide
2025-09-22 01:31:45 -04:00
github-actions[bot]
b707e3f9aa
Merge pull request #13689 from nextcloud/translations_69a91e60dcfe40f79ec4694e579bbaa8
2025-09-21 09:01:44 +00:00
transifex-integration[bot]
6f8b761644
Translate macosvfs.pot in it
...
100% translated source file: 'macosvfs.pot'
on 'it'.
2025-09-21 08:57:25 +00:00
Josh
4b485ac950
Merge pull request #13685 from RedyAu/patch-1
...
Add missing closing apostrophe for string
2025-09-20 10:47:40 -04:00
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
Josh
9c1c7d253f
Fix: typo
...
Signed-off-by: Josh <josh.t.richards@gmail.com >
2025-09-18 18:31:59 -04:00
Josh
932bf0863b
refactor: Light editing of server tuning guide
...
Mostly just typos, minor formatting matters, etc.
Minor rewording in a couple spots.
Other notable changes:
- Renamed *Using MariaDB/MySQL instead of SQLite* section to *Replacing SQLite* and expanded it to incorporate PostgreSQL as a coequal option
- Added *Tuning your database* section which was really a place to move the MariaDB tuning bit that was in the previous section. Also added a PostgreSQL relevant link there for consistency.
Signed-off-by: Josh <josh.t.richards@gmail.com >
2025-09-18 17:57:02 -04: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
ed6eff6c3b
Merge pull request #13647 from nextcloud/jtr/feat/eol-warning-banner
...
feat: Automated EoL warning banner for unsupported releases
2025-09-17 17:30:05 +02:00
Josh
9be24d83f2
chore: drop tab from warning
...
Updated warning message for outdated documentation.
Signed-off-by: Josh <josh.t.richards@gmail.com >
2025-09-17 11:16:23 -04:00
Josh
c7246baf84
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 11:12:19 -04:00
rakekniven
bbc978c293
Merge pull request #13673 from nextcloud/jtr/fix-global-disable-copy-source-global
...
fix: Disable unnecessary RST source inclusion in HTML builds
2025-09-17 17:10:22 +02:00
Josh
537c255a51
chore: Remove html_copy_source option from user conf.py
...
Removed option to disable including RST sources in HTML build at the User Manual config level, since we can do it at the global conf level for all manuals.
Signed-off-by: Josh <josh.t.richards@gmail.com >
2025-09-17 11:01:58 -04:00
Josh
627b4a4fd3
fix: Disable unnecessary RST source inclusion in HTML builds
...
Disable inclusion of RST sources in HTML builds.
This would normally be used if we we had the links for readers to view the RST source code. We don't and there's no point in doing so.
- Already the case for the User Manual, but not the others; this makes it global across all manuals
- No need to include RST source since we're not linking to it (i.e. we're not using `html_show_sourcelink` anywhere).
Signed-off-by: Josh <josh.t.richards@gmail.com >
2025-09-17 10:59:59 -04: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
Marcel Klehr
80e26e5a9d
Merge pull request #13668 from nextcloud/fix/admin/webhooks-systemtags-typed-events
...
fix(webhook_listeners): Document Tag{Assigned,Unassigned}Event
2025-09-16 19:18:21 +02: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
github-actions[bot]
4492972df4
Merge pull request #13667 from nextcloud/translations_69a91e60dcfe40f79ec4694e579bbaa8
2025-09-13 12:01:42 +00:00
transifex-integration[bot]
5f974d6956
Translate calendar.pot in de
...
100% translated source file: 'calendar.pot'
on 'de'.
2025-09-13 11:57:21 +00:00
github-actions[bot]
adc2ce6b60
Merge pull request #13665 from nextcloud/translations_69a91e60dcfe40f79ec4694e579bbaa8
2025-09-12 13:14:05 +00:00
transifex-integration[bot]
256fcc1075
Translate autoupdate.pot in it
...
100% translated source file: 'autoupdate.pot'
on 'it'.
2025-09-12 13:07:41 +00:00
github-actions[bot]
9ef54b8e69
Merge pull request #13664 from nextcloud/translations_69a91e60dcfe40f79ec4694e579bbaa8
2025-09-12 13:05:22 +00:00
transifex-integration[bot]
ede9911c90
Translate faq.pot in it
...
100% translated source file: 'faq.pot'
on 'it'.
2025-09-12 12:58:20 +00:00
github-actions[bot]
1ccb17b699
Merge pull request #13663 from nextcloud/translations_69a91e60dcfe40f79ec4694e579bbaa8
2025-09-12 12:49:48 +00:00
transifex-integration[bot]
8e082cffbe
Translate advanced_features.pot in it
...
100% translated source file: 'advanced_features.pot'
on 'it'.
2025-09-12 12:45:25 +00:00
Ferdinand Thiessen
bfc941e953
Merge pull request #13645 from nextcloud/feat/document-ijob-execute-removal
...
feat(developer): document removal of `IJob::execute`
2025-09-12 01:12:12 +02:00
Ferdinand Thiessen
b0dfe5ecef
feat(developer): document removal of IJob::execute
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2025-09-12 00:57:30 +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
Daniel
5a773b3579
Merge pull request #13660 from nextcloud/chore/admin/drop-php-always-on-json-hash
...
chore(admin): drop impossible to disable PHP ext: json, hash
2025-09-11 19:34:32 +02:00
Josh
753fbb66ca
chore(user): add canonical link to stable branch
...
Add canonical link for stable version in documentation.
Signed-off-by: Josh <josh.t.richards@gmail.com >
2025-09-11 13:25:32 -04:00
Josh
610f02ff44
chore(developer): add canonical link to stable branch
...
Add canonical link to stable version of developer manual
Signed-off-by: Josh <josh.t.richards@gmail.com >
2025-09-11 13:25:32 -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