Commit Graph

4088 Commits

Author SHA1 Message Date
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
pmffromspace
fca397c43f Update reverse_proxy_configuration.rst
For me the original documentation examples did not work because of false formatting.

Signed-off-by: pmffromspace <108571752+pmffromspace@users.noreply.github.com>
2024-09-18 10:02:59 +02:00
Côme Chilliet
5485faa0c8 feat: Document user:list and --disabled option
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-09-17 16:40:22 +02:00
Côme Chilliet
a182d3cc30 enh: Move occ configuration to top level
It’s not specific to server configuration and should be easy to find in
 the admin manual.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-09-17 16:36:43 +02:00
Côme Chilliet
0200647d12 enh: Add subtitles for occ user commands
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-09-17 16:24:23 +02:00
Josh
cb09ad5cf6 fix: add minimum sqlite version to system requirements
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2024-09-16 16:57:14 -04:00
Ferdinand Thiessen
9e09785b3c Merge pull request #12133 from nextcloud/sftp-custom-port
docs: Update SFTP External Storage custom port instructions
2024-09-14 22:52:31 +02:00
Nextcloud bot
b295229f2c generate documentation from config.sample.php 2024-09-13 02:59:26 +00:00
Pytal
1b474b22c0 Merge pull request #12197 from nextcloud/fix/trashbin-retention
fix(admin): Add note on trashbin cleanup when quota is exceeded
2024-09-12 01:15:05 -07:00
Christopher Ng
c16ef0dbdd fix(admin): Add note on trashbin cleanup when quota is exceeded
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2024-09-11 11:53:24 -07:00
Istvan Berenyi
dc56b80a4d Update nginx-subdir.conf.sample
Signed-off-by: Istvan Berenyi <39776299+istvan-berenyi@users.noreply.github.com>
2024-09-11 17:39:35 +01:00
Istvan Berenyi
413b332b80 Update admin_manual/installation/nginx-root.conf.sample
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: Istvan Berenyi <39776299+istvan-berenyi@users.noreply.github.com>
2024-09-11 17:38:04 +01:00
Istvan Berenyi
84410d1ced Update nginx-subdir.conf.sample
Updated Nginx subdir conf file with new formatting of http2

Signed-off-by: Istvan Berenyi <39776299+istvan-berenyi@users.noreply.github.com>
2024-09-10 19:02:36 +01:00
Istvan Berenyi
5e976df502 Update nginx-root.conf.sample
Updated Nginx root conf file with new formatting of http2

Signed-off-by: Istvan Berenyi <39776299+istvan-berenyi@users.noreply.github.com>
2024-09-10 19:01:27 +01:00
Marcel Müller
11630a903c Merge pull request #12171 from nextcloud/fix/noid/add-setupchecks-occ
fix(occ): Add setupchecks command
2024-09-10 19:04:07 +02:00
Marcel Klehr
3a195e9fc2 Admin AI docs: Add references for supported languages
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-09-10 14:47:14 +02:00
Marcel Klehr
dde43e86ff Admin AI docs: Add references for supported languages
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-09-10 13:35:11 +02:00
Marcel Klehr
cc1b25a86e Admin docs: Update AI docs
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-09-10 09:51:10 +02:00
Marcel Klehr
e1c54adf1f Admin docs: Update AI docs
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-09-10 09:51:08 +02:00
Nextcloud bot
c3b80c9acc generate documentation from config.sample.php 2024-09-10 04:28:55 +00:00
Anupam Kumar
a131c11c4c Add email and generate-password options in occ user:add (#11160)
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
2024-09-09 20:45:46 +05:30
Daniel Kesselberg
8ce8939735 chore: add trailing comma for allowed_admin_ranges
Most of our examples have a trailing comma to easier copy and paste.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2024-09-09 14:17:04 +02:00
Daphne Muller
a31acd2a9e Merge pull request #11725 from nextcloud/enh/summarai-documentation
Enh/summarai documentation
2024-09-09 14:07:04 +02:00
Anupam Kumar
c31946d460 feat(Admin/AI): add docs for summary bot
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
2024-09-09 17:27:16 +05:30
Florian Klinger
a8bb690d53 Small fixes in style of documentation
Signed-off-by: Florian Klinger <florian.klinger@nextcloud.com>
2024-09-09 16:27:53 +05:30
Florian Klinger
ffaf519448 Extended documentation for summarai
Signed-off-by: Florian Klinger <florian.klinger@nextcloud.com>
2024-09-09 16:27:53 +05:30
Florian Klinger
2efd228ebc Added summarai to documentation
Signed-off-by: Florian Klinger <florian.klinger@nextcloud.com>
2024-09-09 16:27:53 +05:30
Marcel Müller
ad0a72dd16 fix(occ): Add setupchecks command
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
2024-09-06 22:13:24 +02:00
Josh
50f54e1562 feat(adminmanual): Add section about CardDAV rate limits
Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-09-05 13:34:01 -04:00
Josh
56d49961c9 fix(encryption): Link to current version of recovery tools
Fixes nextcloud/server#47594

Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-08-29 14:09:29 -04:00
Anupam Kumar
a6343ef6b4 Update admin_manual/ai/app_translate.rst
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
2024-08-29 09:33:00 +00:00
Simon L.
643cfde00a Merge pull request #12128 from nextcloud/Rello-patch-1
Add Enterprise-AIO hint to installation options
2024-08-29 11:29:50 +02:00
Simon L.
ccbe30a690 address review
Signed-off-by: Simon L. <szaimen@e.mail.de>

Co-authored-by: Josh <josh.t.richards@gmail.com>
Signed-off-by: Simon L. <szaimen@e.mail.de>
2024-08-29 11:22:26 +02:00
Anupam Kumar
d4cc23ab4b feat(Admin/AI): add docs for translate2 (#12120)
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
2024-08-29 08:11:28 +00:00
Anupam Kumar
671495ba45 fix(Admin/AI): update the prompt config examples for llm2 (#12121)
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
2024-08-29 13:25:53 +05:30
Joas Schilling
bd99711eba Merge pull request #12134 from nextcloud/docs/apcu
docs(admin): Add more details about configuring APCu
2024-08-28 17:28:54 +02:00
Julius Härtl
e1fae84df7 docs(admin): Add upgrade to 31 section
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-08-28 16:49:21 +02:00
Julius Härtl
8ee35d1d9d docs(admin): Add more details about configuring APCu
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-08-27 15:48:11 +02:00
Josh
ad95f07cbe docs: Update SFTP External Storage custom port instructions
For nextcloud/server#47527

Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-08-27 09:08:07 -04:00
Louis Chemineau
0b66870942 feat: Add mention of maintenance:repair-share-owner
Fix https://github.com/nextcloud/documentation/issues/10064

Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-08-27 14:58:37 +02:00
Viktor Nagornyy
f37df70949 Updates NC version required for oC migration
Signed-off-by: Viktor Nagornyy <1692600+viktorix@users.noreply.github.com>
2024-08-27 07:33:49 +02:00
Rello
7a076caa0b Add Enterprise-AIO hint to installation options
Add Enterprise-AIO hint to installation options

Signed-off-by: Rello <Rello@users.noreply.github.com>
2024-08-26 12:32:18 +02:00
Nextcloud bot
563ee8cf9d generate documentation from config.sample.php 2024-08-22 02:56:59 +00:00
Jonas
2257b67b3f fix(admin_manual): Fix formatting in text app configuration docs
Signed-off-by: Jonas <jonas@freesources.org>
2024-08-21 11:54:44 +02:00
Christoph Wurst
e0439d6d68 feat(admin): Auth token clean-up
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2024-08-19 11:29:31 +02:00
Anna
f336e17837 Merge pull request #12097 from nextcloud/feat/document-subscription-intervals
feat: document refresh rate
2024-08-14 16:34:18 +02:00
Richard Steinmetz
7b7f7b356f feat(admin): document follow-up reminders in mail
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2024-08-13 16:59:10 +02:00
Anna Larch
bea7582678 feat: document refresh rate
Signed-off-by: Anna Larch <anna@nextcloud.com>
2024-08-07 18:20:22 +02:00
Nextcloud bot
345347da99 generate documentation from config.sample.php 2024-08-07 02:55:16 +00:00