Commit Graph

4686 Commits

Author SHA1 Message Date
Ferdinand Thiessen
52336f227d chore(admin_manual): remove weird company statement
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2026-03-11 12:43:37 +01:00
Nextcloud bot
d72519aa71 chore(administration): Generate system config documentation from config.sample.php 2026-03-07 03:07:48 +00:00
Nextcloud bot
0d7dea191b chore(administration): Generate system config documentation from config.sample.php 2026-03-06 03:12:08 +00:00
Ferdinand Thiessen
057e6b3844 Merge pull request #14099 from nextcloud/feat/add-current-distros
feat(admin): add supported distributions
2026-02-27 21:40:27 +01:00
Ferdinand Thiessen
3e25953e8b Merge pull request #14097 from o-kotb/typo
fix small typo in server tuning
2026-02-27 21:37:25 +01:00
Ferdinand Thiessen
36145b1941 Merge pull request #14090 from nextcloud/fix/context-chat-occ
fix(AI/ContextChat): correct type for auto_indexing config
2026-02-27 21:34:48 +01:00
Ferdinand Thiessen
9021e27f41 Merge pull request #14095 from nextcloud/leftybournes/feat/clear_password
feat(occ): clear password with --no-password
2026-02-27 21:33:13 +01:00
Ferdinand Thiessen
ea83a28397 feat(admin): add supported distributions
- We recommend RHEL 10
  - RHEL 9 is still supported until we drop PHP 8.2.
- We also support Debian 13
  - Debian 12 is also supported as long as we support PHP 8.2
- SLES 16 is now also supported as the current release
  - SLES 15 is still supported as long as we support PHP 8.2
    but this requires SP6 or later (currently SP7 is available)
- openSUSE Leap 15 is not supported anymore, instead
  openSUSE Leap 16 was released and is the supported version.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2026-02-27 21:20:55 +01:00
Omar Kotb
e2bcf0be37 fix small typo in server tuning
Focking -> Locking
also "This *places* additional load"

Signed-off-by: Omar Kotb <omar@omarkotb.com>
2026-02-27 21:18:34 +09:00
Louis Chmn
427df6c5bc fix: Improve the description of the cookies.
Signed-off-by: Louis Chmn <louis@chmn.me>
2026-02-27 13:02:47 +01:00
Kent Delante
41c308d104 feat(occ): clear password with --no-password
Signed-off-by: Kent Delante <kent.delante@proton.me>
2026-02-26 19:53:45 +08:00
SebastianKrupinski
2ad4db80f1 feat: federated read/write
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
2026-02-25 10:56:17 -05:00
Anupam Kumar
f455011fe7 fix(AI/ContextChat): correct type for auto_indexing config
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
2026-02-25 10:49:56 +05:30
Josh
a9a188889e reactor: consolidate encryption troubleshooting into enc. chapter
Signed-off-by: Josh <josh.t.richards@gmail.com>
2026-02-24 09:10:48 -05:00
Josh
1f3699475e refactor: Integrate encryption troubleshooting sections
Moved them all to the Encryption chapter rather than having them split between there and the general troubleshooting chapter.

And cleaned up some grammar and typos.

Signed-off-by: Josh <josh.t.richards@gmail.com>
2026-02-24 09:10:48 -05:00
Josh
669b21b087 docs(encryption): Add links to occ encryption in cmd ref guide
Added a tip for further encryption command examples and details.

Signed-off-by: Josh <josh.t.richards@gmail.com>
2026-02-24 09:10:48 -05:00
Josh
828c4cde37 fix: additional clarification within Limitations section
Signed-off-by: Josh <josh.t.richards@gmail.com>
2026-02-24 09:10:48 -05:00
Josh
6324e4d950 chore: add back referenced label
Signed-off-by: Josh <josh.t.richards@gmail.com>
2026-02-24 09:10:48 -05:00
Josh
d4ef2658ad refactor(admin): Rewrite Server-Side Encryption chapter
Updated the server-side encryption documentation.

- Reorganized and streamlined
- Improved clarity throughout
- Fixed a few outdated comments/notes
- Additional reference links
- Added context of "encryption" to help reader understand SSE in the context of other encryption solutions (both within Nextcloud and provided by their OS/etc)
- Expanded/clarified key management modes and encryption methods a bit

Signed-off-by: Josh <josh.t.richards@gmail.com>
2026-02-24 09:10:32 -05:00
Nextcloud bot
540f7d0ab0 chore(administration): Generate system config documentation from config.sample.php 2026-02-24 03:15:27 +00:00
Nextcloud bot
0ed9482072 chore(administration): Generate system config documentation from config.sample.php 2026-02-20 03:15:15 +00:00
Marcel Klehr
2fc22eb8bc fix(admin_manual): Update recognize docs to avoid mentioning photos app
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2026-02-19 11:26:34 +01:00
Joas Schilling
331a67d84f fix(admin): Link to new repository locations
Signed-off-by: Joas Schilling <coding@schilljs.com>
2026-02-12 17:39:41 +01:00
Joas Schilling
034a891666 fix(installation): Add optional servers for weather_status app
Signed-off-by: Joas Schilling <coding@schilljs.com>
2026-02-12 17:34:37 +01:00
Jana Peper
d5e2018616 docs: adapt windmill docs to new integration
Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
2026-02-11 16:34:11 +01:00
Andy Scherzinger
5616c66d61 docs: Add energy consumption info
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2026-02-11 12:15:59 +01:00
Nextcloud bot
09aa5f72df chore(administration): Generate system config documentation from config.sample.php 2026-02-11 03:16:57 +00:00
Anupam Kumar
97f734e0ec chore(AI/ContextChat): update scaling docs for parsing
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
2026-02-03 15:56:08 +05:30
Anupam Kumar
99b2c30ff2 feat(AI/LiveTranscription): add live translation docs (#14045)
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
2026-02-03 15:20:17 +05:30
Daniel Kesselberg
2dda834b11 docs(release-notes): s3 integrity protection is now opt-in
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2026-02-01 00:09:13 +01:00
Simon L.
f55b9f30da fix(system-requirements): fix listing of supported postgres versions
Signed-off-by: Simon L. <szaimen@e.mail.de>
2026-01-27 10:01:18 +01:00
Hoang Pham
5f61fd8f47 Merge pull request #13966 from nextcloud/docs/smb-case-sensitivity
docs: explain SMB case-sensitive option
2026-01-26 16:07:04 +07:00
Jos Poortvliet
3933868ffd fix(admin): Clarify Oracle support and update recommended databases
Added Oracle database note to indicate it's for Nextcloud Enterprise only and updated the recommended database engines.

Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
2026-01-22 12:49:48 +01:00
Daniel
745c7afd46 Merge pull request #13994 from piechocki/patch-1
Fix integration of code
2026-01-20 18:39:51 +01:00
David Dreschner
0ffe51f79a fix(groupware): Add separate section for mail troubleshooting, remove mail shortcuts and re-sort some things
Signed-off-by: David Dreschner <github-2017@dreschner.net>
2026-01-20 15:17:59 +01:00
David Dreschner
6bb0671b20 Merge pull request #13993 from nextcloud/fix/move-mail-documentation
fix(groupware): Move admin and user documentation for mail app out of mail repo and update debug logging
2026-01-19 16:39:57 +01:00
David Dreschner
0f673faa4b fix(groupware): Move admin and user documentation for mail app to central documentation
Signed-off-by: David Dreschner <github-2017@dreschner.net>
2026-01-19 12:43:18 +01:00
Nextcloud bot
ab1f037055 chore(administration): Generate system config documentation from config.sample.php 2026-01-19 03:10:03 +00:00
piechocki
202afbf902 fix integration of code for docs webpage
before, the two hyphens were replaced by a dash in the view presented on docs.nextcloud.com, resulting in an erroneous occ command (too many arguments to "config:app:set")

Signed-off-by: piechocki <34336439+piechocki@users.noreply.github.com>
2026-01-17 15:42:46 +01:00
SebastianKrupinski
a911e1e16b feat: restrict calendar invitation participants
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
2026-01-15 16:09:17 -05:00
Benjamin Gaussorgues
a4ffa6d8a0 feat: add documentation for OpenMetrics
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
2026-01-08 12:37:10 +01:00
Nextcloud bot
2137474e18 chore(administration): Generate system config documentation from config.sample.php 2026-01-08 02:58:15 +00:00
Hoang Pham
a6ca6eb57b docs: explain SMB case-sensitive option
Signed-off-by: Hoang Pham <hoangmaths96@gmail.com>
2026-01-05 16:22:38 +07:00
Alex Turff
7173fbd571 Add documentation for OWNCLOUD_HTTP2_ENABLED variable
Signed-off-by: Alex Turff <alex@turff.net>
2026-01-05 09:21:22 +01:00
Joas Schilling
3fb02487c1 feat: Support PHP 8.5 in Nextcloud 33
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-12-19 16:51:28 +01:00
Simon L.
3537dcb28a fix(DeployConfigurations): remove notice that AIO has a built-in HaRP container as it does not
Signed-off-by: Simon L. <szaimen@e.mail.de>
2025-12-18 11:28:04 +01:00
provokateurin
72d0aa721d feat(admin): Add object store per bucket config example
Signed-off-by: provokateurin <kate@provokateurin.de>
2025-12-15 14:14:12 +01:00
Marcel Klehr
0334145fc9 Merge pull request #13934 from nextcloud/chore/update-ai
chore(admin): Update AI docs
2025-12-15 09:23:12 +01:00
Marcel Klehr
63739be4f6 fix: Address review comments
Co-authored-by: Anupam Kumar <kyteinsky@gmail.com>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2025-12-15 08:44:40 +01:00
Marcel Klehr
55d6cd8772 fix: Address review comments
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2025-12-15 08:43:39 +01:00