Commit Graph

4147 Commits

Author SHA1 Message Date
Joas Schilling
95e8ae80ca Merge pull request #12328 from tgoeg/patch-1
Update harden_server.rst - improve fail2ban section
2024-11-13 07:48:59 +01:00
Josh Richards
69952ba04d Add link to Big File handling section from nginx doc chapter
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2024-11-13 02:13:01 +01:00
Ferdinand Thiessen
0820f56832 fix: Adjust path
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-11-13 02:00:52 +01:00
Ethan McAuliffe
31961b406a Use default redis socket name in example config
Signed-off-by: Ethan McAuliffe <14607273+emcauliffe@users.noreply.github.com>
2024-11-13 02:00:52 +01:00
Josh Richards
4f64b4d8f1 (general_troubleshooting) Add Tideways as a problematic PHP module
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2024-11-13 01:51:07 +01:00
Josh Richards
2be685c99b fix(trashbin): Add missing size expire commands to occ commmand list
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2024-11-13 01:15:57 +01:00
Josh
80b4a5b202 feat(troubleshooting): add Internal Server Errors section
Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-11-13 01:05:35 +01:00
Ferdinand Thiessen
9fb405f5b7 Merge pull request #12288 from Duo123418/update2_issues#11549
Update2 issues#11549
2024-11-13 01:03:32 +01:00
Ferdinand Thiessen
4cc2ae41cb fix: Add missing rst syntax
Co-authored-by: Josh <josh.t.richards@gmail.com>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-11-13 00:46:40 +01:00
Thibaut
d6f310d85c Rewriting part of the occ group:list documentation to match the actual behaviour
Adding the "--info" flag and the correct comments to the occ group:list command.

Signed-off-by: Thibaut <17176051+ThibautPlg@users.noreply.github.com>
2024-11-13 00:46:22 +01:00
Nextcloud bot
2a5c2f947e generate documentation from config.sample.php 2024-11-05 02:58:15 +00:00
Nextcloud bot
ae9f403e00 generate documentation from config.sample.php 2024-10-31 02:57:09 +00:00
Josh
93fa448660 Merge pull request #12331 from nextcloud/fix/occ-user-auth-tokens
fix(occ): Add `user:auth-tokens` to command listing
2024-10-30 09:49:43 -04:00
MichaIng
c7f433a042 fix(admin): remove mentions of apc.enable_cli
After https://github.com/nextcloud/server/pull/46151, Nextcloud does not require `apc.enable_cli` to be enabled anymore, but will fallback to the dummy NullCache instead for CLI calls. All mentions of this PHP configuration option are hence removed.

Additionally, one left mention of `opcache.enable_cli` is removed, which was never required.

Signed-off-by: MichaIng <micha@dietpi.com>
2024-10-29 16:35:41 +01:00
Josh
ec3deddcd1 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-29 10:17:13 -04:00
Marcel Klehr
2a0b7b6ef2 Merge pull request #12330 from nextcloud/fix/context-chat-multilingual
enh(AI): Context chat is now multilingual
2024-10-29 09:37:15 +01:00
Marcel Klehr
6408f26987 enh(AI): Context chat is now multilingual
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-10-29 09:31:20 +01:00
tgoeg
410319591c 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-10-28 13:06:34 +01:00
Nextcloud bot
a8041cac70 generate documentation from config.sample.php 2024-10-26 02:55:33 +00:00
Julien Veyssier
7c75f4114a windmill-admin: mention common script params, warn about app ID, split long lines
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
2024-10-24 11:09:48 +02:00
Nextcloud bot
175d4c5dfe generate documentation from config.sample.php 2024-10-22 03:01:48 +00:00
John Molakvoæ
6204de315b fix(admin_manual): Microsoft Outlook email Basic authentication deprecation
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
2024-10-19 09:12:35 +02:00
Nextcloud bot
dff4662b5b generate documentation from config.sample.php 2024-10-19 03:11:22 +00:00
Bastian Derigs
246cc7a4e0 feat(Admin/AI): update task pickup docs for AIO (#12291)
Signed-off-by: Bastian Derigs <155444921+derigs@users.noreply.github.com>
2024-10-17 10:22:36 +00:00
Duo123418
f9193dae1b Update apps_management.rst
Signed-off-by: Duo123418 <148443179+Duo123418@users.noreply.github.com>
2024-10-16 20:25:17 +11:00
Duo123418
adcc8b78eb Update occ_command.rst
Signed-off-by: Duo123418 <148443179+Duo123418@users.noreply.github.com>
2024-10-16 20:16:43 +11:00
Ferdinand Thiessen
68d454fd54 Merge pull request #12224 from nextcloud/jtr/fix/admin-release-notes-mariadb-10.5
fix(upgrade_to_30): Note the drop of MariaDB 10.5 support
2024-10-11 14:48:23 +02:00
Ferdinand Thiessen
757bae850e fix(admin): Note drop of MariaDB 10.3 support
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-10-11 14:27:07 +02:00
Joas Schilling
448e416a6b fix(admin): Document oft loading for nginx
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-10-11 08:42:25 +02:00
Marcel Klehr
ae194613c1 enh(AI): More additions to AI admin docs
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-10-10 10:23:27 +02:00
Marcel Klehr
5c65817aa6 fix(admin/windmill): Some minor additions
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-10-08 08:40:48 +02:00
Daniel
7288e78274 Merge pull request #12162 from nextcloud/feat/occ-list-addressbook-command
feat(carddav): add command to list address books
2024-10-07 16:28:49 +02:00
Anupam Kumar
48305d76c9 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-10-07 17:06:27 +05:30
Anna Larch
0cb12b3c80 feat(carddav): add command to list address books
Signed-off-by: Anna Larch <anna@nextcloud.com>
2024-10-07 10:31:52 +02:00
Anna Larch
b5f0cfd7e3 feat(caldav): create subscriptions via occ
Signed-off-by: Anna Larch <anna@nextcloud.com>
2024-10-03 13:07:36 +02:00
Hamza Mahjoubi
8a652e3a7e fix(admin-manual): adjust status codes for provision api user controller
Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com>
2024-10-01 14:43:28 +02:00
Marcel Klehr
b994308a46 Merge pull request #12250 from nextcloud/fix/ai/summary_bot_naming
fix(Admin/AI): consistent naming for summary_bot
2024-10-01 08:10:30 +02:00
Daniel Kesselberg
9b8f65a7de docs: update link for approve_links
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2024-09-30 22:57:08 +02:00
Anupam Kumar
ab463a5776 fix(Admin/AI): consistent naming for summary_bot
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
2024-10-01 01:34:55 +05:30
Marcel Klehr
02552a1e7d Merge pull request #12245 from nextcloud/enh/admin-ai/vram
More additions about AI
2024-09-27 10:49:38 +02:00
Marcel Klehr
d04343657d fix(AI/assistant): Don't mention old apps
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-09-27 10:44:59 +02:00
Marcel Klehr
140c4581c6 Admin docs: Add a note about VRAM usage
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-09-27 10:31:22 +02:00
tflidd
ef4fe38957 Merge pull request #12222 from creiser-jambit/patch-1
fixed link for raspberry pi installation script
2024-09-25 14:26:27 +02:00
Marcel Klehr
877484cb25 Merge pull request #12153 from nextcloud/feat/admin/windmill
Add admin docs for the windmill integration
2024-09-24 15:44:06 +02:00
Josh
bfd5c575e6 fix(upgrade_to_30): Note the drop of MariaDB 10.5 support
Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-09-22 18:20:54 -04:00
Josh
fe886df59e docs(ldap): Add logging suggestion to Troubleshooting section
Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-09-21 16:26:06 -04:00
creiser-jambit
fc49fc13f6 fixed link
Signed-off-by: creiser-jambit <creiser-jambit@users.noreply.github.com>
2024-09-21 21:39:47 +02:00
Nextcloud bot
99afc31781 generate documentation from config.sample.php 2024-09-21 02:55:35 +00:00
Ferdinand Thiessen
e90f78c06f Merge pull request #12100 from michnovka/patch-1
Update nginx-root.conf.sample
2024-09-19 13:19:19 +02:00
michnovka
ae4d7ba285 Update nginx-root.conf.sample
Add version so its easy to check when updates are needed

Signed-off-by: michnovka <michnovka@gmail.com>
2024-09-19 00:27:33 +02:00