Commit Graph

4103 Commits

Author SHA1 Message Date
backportbot[bot]
fd288e23c0 [stable30] update context chat docs to match the latest release (#12492)
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
Co-authored-by: Anupam Kumar <kyteinsky@gmail.com>
2025-01-09 08:24:35 +00:00
Anupam Kumar
7e2bcf0549 [stable30] update translate2 docs: model switch (#12489)
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
2025-01-08 15:55:03 +00:00
Andy Scherzinger
33b0030a06 docs: Add generic uninstallation pointers
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2024-12-12 20:06:38 +00:00
Anupam Kumar
ea78ed1aaa enh(Maintenance): update sync with clients after data recovery
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
2024-12-06 20:05:21 +05:30
Josh
05329858ac feat(admin): Add command to scan external storages directly
- Adds missing minimal documentation entry for nextcloud/server#25109
- Adds an introduction paragraph

Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-11-25 18:35:22 +00:00
Josh
e9cc268b95 fix(admin): Update commands for files namespace
Fixes #9630 

Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-11-25 11:19:32 +00:00
MichaIng
9e503258ec enh(admin_manual): update OPcache JIT docs
Single Nextcloud instances have shown to use less than 2 MiB of the configured JIT buffer size, so that 8 MiB is sufficient by a large margin. Using any larger value pre-occupies the `opcache.memory_consumption` accurdingly and 128 MiB would hence fill its default 128 MiB completely, without any benefit.

The example JIT size is hence reduced to 8 MiB. Enabling JIT however has shown to raise overall OPcache usage by a larger amount than the configured JIT size, so that `opcache.memory_consumption` might still need to be raised in some cases. This information is added to the documentation: https://github.com/nextcloud/all-in-one/issues/2755#issuecomment-1591848523

Additionally, the info is added that JIT is currently supported on x86 platforms only.

Signed-off-by: MichaIng <micha@dietpi.com>
2024-11-15 10:16:18 +00:00
Anupam Kumar
01f7ab9d10 [stable30] Update ai_as_a_service.rst (#12365)
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
2024-11-13 12:15:15 +01:00
tgoeg
cde6807ae6 Update harden_server.rst - improve fail2ban section
Nextcloud won't log failed login attempts in log levels > 2.
Added this to the documentation, and, while at it, improved the fail2ban guide in a few other places.

Fixes #12327.

Signed-off-by: tgoeg <39340276+tgoeg@users.noreply.github.com>
2024-11-13 06:49:21 +00:00
Ferdinand Thiessen
0014f96bc7 Merge pull request #12361 from nextcloud/backport/11805/stable30
[stable30] fix(trashbin): Add missing size/expire commands to occ commmand list
2024-11-13 02:24:11 +01:00
Josh Richards
005228bc6d fix(trashbin): Add missing size expire commands to occ commmand list
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2024-11-13 00:37:48 +00:00
Josh
333ed0a25f feat(troubleshooting): add Internal Server Errors section
Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-11-13 00:11:49 +00:00
Anupam Kumar
1ca88aa644 enh(Admin/AI): update background job worker docs (#12263)
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
Co-authored-by: Julien Veyssier <julien-nc@posteo.net>
2024-11-13 01:03:58 +01:00
Ferdinand Thiessen
5ba7d3e5e4 Merge pull request #12262 from nextcloud/backport/12261/stable30
[stable30] feat(caldav): create subscriptions via occ
2024-11-13 00:40:21 +01:00
Anna Larch
5b4fc0896d feat(caldav): create subscriptions via occ
Signed-off-by: Anna Larch <anna@nextcloud.com>
2024-11-13 00:37:15 +01:00
Marcel Klehr
1fe7f54464 enh(AI): More additions to AI admin docs
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-11-13 00:34:22 +01:00
Josh
41bf666d6b fix(occ): Add user:auth-tokens to command listing
These were implemented in nextcloud/server#40026

Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-10-30 13:50:26 +00:00
Julien Veyssier
1a42155a18 add windmill and webhooks admin doc
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
2024-10-25 10:28:25 +02:00
John Molakvoæ
1387ba17d5 fix(admin_manual): Microsoft Outlook email Basic authentication deprecation
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
2024-10-20 20:43:05 +00:00
Josh
ca7479c2e4 Merge pull request #12276 from nextcloud/backport/12224/stable30
[stable30] fix(upgrade_to_30): Note the drop of MariaDB 10.5 support
2024-10-18 13:46:16 -04:00
Christoph Wurst
718a486104 Merge pull request #12254 from nextcloud/backport/12249/stable30
[stable30] fix:[admin-manual] adjust status codes for provision api user controller
2024-10-14 09:12:38 +02:00
Ferdinand Thiessen
2910fbff21 fix(admin): Note drop of MariaDB 10.3 support
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-10-11 12:48:43 +00:00
Josh
f2910ecbdb fix(upgrade_to_30): Note the drop of MariaDB 10.5 support
Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-10-11 12:48:43 +00:00
Joas Schilling
78770c195c fix(admin): Document oft loading for nginx
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-10-11 10:17:20 +00:00
Anupam Kumar
14f50cfa73 feat(Admin/AI): add docs for summary bot
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
2024-10-02 13:28:37 +05:30
Florian Klinger
7553b5c556 Small fixes in style of documentation
Signed-off-by: Florian Klinger <florian.klinger@nextcloud.com>
2024-10-02 13:26:11 +05:30
Florian Klinger
032d9a0887 Extended documentation for summarai
Signed-off-by: Florian Klinger <florian.klinger@nextcloud.com>
2024-10-02 13:26:11 +05:30
Florian Klinger
99f2acc46e Added summarai to documentation
Signed-off-by: Florian Klinger <florian.klinger@nextcloud.com>
2024-10-02 13:26:11 +05:30
Hamza Mahjoubi
c212d7676a fix(admin-manual): adjust status codes for provision api user controller
Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com>
2024-10-01 12:49:21 +00:00
Marcel Klehr
5513eafb5e fix(AI/assistant): Don't mention old apps
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-09-27 08:49:52 +00:00
Marcel Klehr
d902cf88b1 Admin docs: Add a note about VRAM usage
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-09-27 08:49:52 +00:00
creiser-jambit
da2a33ea28 fixed link
Signed-off-by: creiser-jambit <creiser-jambit@users.noreply.github.com>
2024-09-27 06:39:04 +00:00
Josh
5a72ec7844 fix: add minimum sqlite version to system requirements
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2024-09-16 21:05:09 +00:00
Josh
7c96b1ef94 Merge pull request #12150 from nextcloud/backport/12147/stable30
[stable30] fix(encryption): Link to current version of recovery tools
2024-09-14 19:10:15 -04:00
Ferdinand Thiessen
e7e466532b Merge pull request #12203 from nextcloud/backport/12133/stable30
[stable30] docs: Update SFTP External Storage custom port instructions
2024-09-14 22:57:49 +02:00
Christoph Wurst
47b3ab1d6f Merge pull request #12115 from nextcloud/backport/12114/stable30
[stable30] feat(admin): Auth token clean-up
2024-09-14 22:55:38 +02:00
Ferdinand Thiessen
8290758b0b Merge pull request #12186 from nextcloud/backport/11160/stable30
[stable30] Add `email` and `generate-password` options in `occ user:add`
2024-09-14 22:54:45 +02:00
Josh
834f9e00db docs: Update SFTP External Storage custom port instructions
For nextcloud/server#47527

Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-09-14 20:52:38 +00:00
Ferdinand Thiessen
337938e470 Merge pull request #12167 from nextcloud/backport/12161/stable30
[stable30] feat(adminmanual): Add section about CardDAV rate limits
2024-09-14 22:49:15 +02:00
Ferdinand Thiessen
608b0b08b1 Merge pull request #12185 from nextcloud/backport/12184/stable30
[stable30] chore: add trailing comma for allowed_admin_ranges
2024-09-14 22:48:37 +02:00
Ferdinand Thiessen
2d996ee146 Merge pull request #12193 from nextcloud/backport/12171/stable30
[stable30] fix(occ): Add setupchecks command
2024-09-14 22:46:26 +02:00
Ferdinand Thiessen
2f8461e6dd Merge pull request #12198 from nextcloud/backport/12197/stable30
[stable30] fix(admin): Add note on trashbin cleanup when quota is exceeded
2024-09-14 22:45:31 +02:00
Viktor Nagornyy
6358eab44f Updates NC version required for oC migration
Signed-off-by: Viktor Nagornyy <1692600+viktorix@users.noreply.github.com>
2024-09-12 21:14:20 +00:00
Christopher Ng
9e36cca92a fix(admin): Add note on trashbin cleanup when quota is exceeded
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2024-09-12 08:15:12 +00:00
Marcel Müller
c2c459ea82 fix(occ): Add setupchecks command
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
2024-09-10 17:04:31 +00:00
Marcel Klehr
68809bdcae Admin AI docs: Add references for supported languages
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-09-10 12:52:33 +00:00
Marcel Klehr
be0a90b10c Admin AI docs: Add references for supported languages
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-09-10 12:52:33 +00:00
Marcel Klehr
b3f2db7a68 Admin docs: Update AI docs
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-09-10 10:00:51 +02:00
Marcel Klehr
cccf3c7d7a Admin docs: Update AI docs
Signed-off-by: Marcel Klehr <mklehr@gmx.net>

[skip ci]
2024-09-10 07:58:28 +00:00
Marcel Klehr
70178e007c Admin docs: Update AI docs
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-09-10 07:58:27 +00:00