Ferdinand Thiessen
3e10a7c536
Merge pull request #12363 from nextcloud/feat/postgres-12-17
...
feat: Support postgres 17 but drop postgres 12
2024-11-13 14:12:28 +01:00
Daphne Muller
a264fa84dc
Update ai_as_a_service.rst ( #12289 )
...
Signed-off-by: Daphne Muller <86835268+DaphneMuller@users.noreply.github.com>
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
Co-authored-by: Anupam Kumar <kyteinsky@gmail.com>
2024-11-13 13:39:48 +05:30
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
Ferdinand Thiessen
d2a379c52d
feat: Support postgres 17 but drop postgres 12
...
* 17 is the latest release we should support
* 12 is now (as of 2024-11-15) end-of-life.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-11-13 02:58:48 +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
538390d924
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-10-29 16:40:36 +01: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
Lumpiness
6e79c41ff0
Fixed webhook equals operator from $eq to $e
2024-09-26 11:25:47 +03: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
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
Marcel Klehr
f9798b19b2
Admin docs: More additions for windmill and webhooks
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-09-12 10:16:33 +02: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
Marcel Klehr
3e4ad446bf
Admin docs: Make list of webhook events exhausitve
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-09-06 13:55:08 +02:00
Marcel Klehr
129f81ede0
Admin docs: Make list of webhook events exhausitve
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-09-06 13:47:47 +02:00
Marcel Klehr
8364ffa66e
Admin docs: More additions to windmill docs
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-09-06 13:41:36 +02:00
Marcel Klehr
d939cb4e9d
Admin docs: More additions to windmill docs
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-09-06 13:41:25 +02:00
Marcel Klehr
80914160e2
Update admin_manual/windmill_workflows/index.rst
...
Co-authored-by: Julien Veyssier <julien-nc@posteo.net>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-09-06 13:29:36 +02:00
Marcel Klehr
ee4ce533d1
Apply suggestions from code review
...
Co-authored-by: Julien Veyssier <julien-nc@posteo.net>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-09-06 13:26:53 +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
Marcel Klehr
da7a9144e4
Admin docs: More additions to windmill docs
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-09-05 11:40:35 +02:00
Marcel Klehr
3246209056
Admin docs: More additions to windmill docs
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-09-05 11:29:09 +02:00
Marcel Klehr
690ac4561a
Admin docs for the windmill integration: Add notes about auth
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-09-04 13:27:28 +02:00
Marcel Klehr
b2e8b3b767
Add admin docs for the windmill integration
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-09-04 10:15:12 +02: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
Anupam Kumar
47054c05b0
fix(AI/ContextChat): remove previous limitations
...
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
2024-08-06 13:30:14 +05:30
Nextcloud bot
b8a457cc47
generate documentation from config.sample.php
2024-08-06 02:54:34 +00:00
Richard Steinmetz
5727c7c4ba
feat(admin): document hidden calendar server settings
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2024-08-05 14:13:09 +02:00
Richard Steinmetz
e7ffe4e1ed
Merge pull request #12020 from nextcloud/fix-preview-enabled-parameter
...
fix(Files): mention enabledPreviewProviders parameter in Previews chapter
2024-08-05 08:30:37 +02:00
Marcel Klehr
97f556cdea
Merge pull request #12078 from nextcloud/docs/ai-more-requirements
...
docs(AI): Add more details to requirements
2024-08-01 13:21:10 +02:00
Marcel Klehr
c2d7e83e6d
fix: app_context_chat.rst
...
Co-authored-by: Anupam Kumar <kyteinsky@gmail.com>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-08-01 13:14:38 +02:00
Nextcloud bot
caecfeff9d
generate documentation from config.sample.php
2024-08-01 05:55:04 +00:00
Marcel Klehr
389ddbc314
docs(AI): Add more details to requirements
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-07-31 13:39:06 +02:00
Nextcloud bot
6cf3a814fe
generate documentation from config.sample.php
2024-07-31 02:52:48 +00:00
Nextcloud bot
4182b62e8d
generate documentation from config.sample.php
2024-07-27 02:49:26 +00:00
Jesse Hitch
924fe874b7
Merge branch 'master' into patch-1
2024-07-26 22:14:03 +02:00
Jesse Hitch
71521bec9b
Update admin_manual/maintenance/upgrade.rst
...
Co-authored-by: Kate <26026535+provokateurin@users.noreply.github.com>
Signed-off-by: Jesse Hitch <jessebot@linux.com>
2024-07-26 22:13:47 +02:00
Marcel Klehr
b6ca7681c2
Merge pull request #12063 from nextcloud/docs/taskprocessing-enums-defaults
...
docs(TaskProcessing): Update docs to reflect latest changes
2024-07-26 14:05:15 +02:00
Marcel Klehr
17fb341043
fix: config_sample_php_parameters.rst
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-07-26 13:53:55 +02:00
Marcel Klehr
1c28e793d2
docs(ai): Address review comments
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-07-26 13:41:08 +02:00
Daniel
8801393d34
Merge pull request #12061 from nextcloud/imaginary-pdf
...
docs(preview): add imaginary pdf provider
2024-07-26 11:26:38 +02:00
Marcel Klehr
6b5b1468d6
docs(admin/ai): How to improve task throughput
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-07-26 11:12:36 +02:00
Marcel Klehr
5ee2436e4f
docs(admin/ai): Add note about restarting job workers
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-07-26 11:05:02 +02:00
Jesse Hitch
0828c717b4
Update upgrade.rst - update grammar on upgrading to minor version before major version
...
Signed-off-by: Jesse Hitch <jessebot@linux.com>
2024-07-26 08:35:09 +02:00
Nextcloud bot
8aaa761819
generate documentation from config.sample.php
2024-07-26 02:51:22 +00:00
Daniel Kesselberg
68b7057563
docs(preview): add imaginary pdf provider
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2024-07-25 23:37:16 +02:00
Marcel Klehr
105ae3e859
Merge pull request #12055 from nextcloud/docs/admin/ai/cuda_version
...
docs(AI): Add note about CUDA version requirements
2024-07-25 10:41:41 +02:00
Benjamin Gaussorgues
a4e2c37134
Merge pull request #12059 from nextcloud/feat/restrict-admin
2024-07-24 16:10:41 +02:00
Benjamin Gaussorgues
b5f414b989
feat(admin): harden server with admin IP restrict
...
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
2024-07-24 16:01:42 +02:00
Louis
0eb123e427
Merge pull request #12056 from nextcloud/artonge/feat/users_management_admin_delegation
...
feat(admin): Users management delegation
2024-07-24 11:15:56 +02:00
Daniel Kesselberg
2f269adec6
feat: hello codespell
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2024-07-23 13:04:10 +02:00
Nextcloud bot
56790072c8
generate documentation from config.sample.php
2024-07-23 02:50:39 +00:00
Louis Chemineau
a5cda63ad6
feat(admin): Users management delegation
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-07-22 16:04:39 +02:00
Marcel Klehr
eed1fadd56
docs(AI): Add note about CUDA version requirements
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-07-22 10:35:56 +02:00
Joas Schilling
3c0222564f
feat(admin): List more supported Oracle versions
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-07-19 16:44:24 +02:00
Marcel Klehr
f1d99edd17
Merge pull request #12025 from nextcloud/docs/add/ai/chat-unusual-generations
...
docs(AI/Chat): Add note about hidden prompt
2024-07-19 10:38:03 +02:00
Marcel Klehr
352799345f
docs(AI/Chat): Add note about hidden prompt
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-07-19 10:29:04 +02:00
Josh
07e633fcd0
Merge pull request #12021 from nextcloud/admin-updating-general-refinements
...
fix(admin): Various Upgrade doc refinements
2024-07-18 10:10:26 -04:00
Anupam Kumar
30aac48b1f
fix(AI/ContextChat): AI as a service apps don't work with context chat
...
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
2024-07-18 17:19:59 +05:30
Simon L.
451349a6cc
Merge pull request #12028 from nextcloud/admin/webp
...
feat(admin): Add note about `webp` static assets
2024-07-17 16:10:54 +02:00
Ferdinand Thiessen
24efda86d5
Merge pull request #12026 from nextcloud/nc30/basenames
...
feat(admin): Add information about `forbidden_filename_basenames` in Nextcloud 30
2024-07-17 15:05:56 +02:00
Ferdinand Thiessen
64cfff1db8
feat(admin): Add note about webp static assets
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-07-17 14:03:01 +02:00
Ferdinand Thiessen
1f60f2c82f
fix(admin): Adjust supported Ubuntu versions (incl. 24.04)
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-07-17 13:54:41 +02:00
Ferdinand Thiessen
9ef0bdebd9
feat(admin): Add information about forbidden_filename_basenames in Nextcloud 30
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-07-17 13:44:14 +02:00
Daniel
17ecda3c77
Merge pull request #12023 from nextcloud/fix-adjust-php-fpm-install-notes-for-new-setupcheck
...
fix: adjust php-fpm install notes for new setupcheck
2024-07-17 10:26:51 +02:00
Daphne Muller
3c726b8f7e
Merge pull request #12012 from nextcloud/remove/admin/apps_supported
...
docs(admin): Remove apps_supported
2024-07-17 10:02:18 +02:00
Nextcloud bot
c495b14154
generate documentation from config.sample.php
2024-07-17 02:50:13 +00:00
Josh Richards
6fa6006a5d
fix: adjust php-fpm install notes for new setupcheck
...
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2024-07-16 19:27:41 -04:00
Josh Richards
099c47da94
fix(admin): Various Upgrade doc refinements
...
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2024-07-15 16:02:00 -04:00
Josh Richards
00bb452879
fix(Files): mention enabledPreviewProviders parameter in Previews chapter
...
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2024-07-15 09:50:36 -04:00
Marcel Klehr
fe8be76e22
Merge pull request #11957 from nextcloud/docs/ai-updates
...
docs(AI/LLM2): Update requirements and document model configuration
2024-07-15 12:41:52 +02:00
Git'Fellow
ebbacc4e0f
Require Redis v4.0.0+
...
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
2024-07-15 10:38:35 +02:00
Marcel Klehr
f9f34fc652
docs(AI/LLM2): Update requirements and document model configuration
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-07-15 06:31:41 +02:00
Marcel Klehr
35b0be6bb6
docs(admin): Remove apps_supported
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-07-15 06:15:34 +02:00
Daniel Hansson
8d898c9532
change Nextcloud VM to main branch
...
Since we changed branch to `main` we need to fix the documentation accordingly.
Ref: https://github.com/nextcloud/vm/issues/2652
Signed-off-by: Daniel Hansson <github@hanssonit.se>
2024-07-12 18:23:48 +02:00
Josh
9b1c20861b
fix: Add server-side setup check note to upgrade_to_28
...
Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-07-11 14:29:40 -04:00
Côme Chilliet
56e17c35bf
Merge pull request #11995 from nextcloud/filename-validation-changes
...
Add documentation for filename validation options
2024-07-11 15:44:36 +02:00
Andy Scherzinger
3cf469ce13
Merge pull request #11994 from nextcloud/fix/admin/apps_supported
...
docs(apps_supported): Add files_lock
2024-07-11 15:02:15 +02:00
Ferdinand Thiessen
aed9ca91ae
fix(admin_manual): Add information about changed config.php options
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-07-11 13:55:24 +02:00
Marcel Klehr
86fa24b8cf
docs(apps_supported): Add files_lock
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-07-11 13:23:11 +02:00
Nextcloud bot
c4237370f3
generate documentation from config.sample.php
2024-07-11 02:50:54 +00:00
Maxime LE HERICY
60f6340dce
Update harden_server.rst
...
Signed-off-by: Maxime LE HERICY <87175513+maximelehericy@users.noreply.github.com>
2024-07-10 11:42:59 +02:00
Marcel Klehr
6e9a2e946a
feat(AI/Context Chat): Document how to speed up loading of data
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-07-08 10:42:07 +02:00
Josh
d1ee46fe29
fix(admin): Make it real clear group admins have admin privs
...
Fixes nextcloud/server#46253
Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-07-03 11:06:40 -04:00
Nextcloud bot
e6fea1eaca
generate documentation from config.sample.php
2024-07-02 02:51:59 +00:00
Joas Schilling
27ec411dc3
Merge pull request #11934 from nextcloud/chore/adjust-system-requirements-nc30
...
fix: Adjust system requirement for upcoming Nextcloud 30
2024-06-26 13:21:41 +02:00
Daniel
c04a2eaa8a
Merge pull request #11872 from nextcloud/jtr/fix-enhance-opcache-revalidation-tuning
...
fix(admin): Revise opcache revalidation tuning section
2024-06-26 12:12:23 +02:00
Ferdinand Thiessen
f93fcb032b
fix: Adjust system requirement for upcoming Nextcloud 30
...
Clarify which versions we are testing and thus can support:
* MySQL 8.0 LTS + 8.4 LTS
* MariaDB 10.6 LTS, 10.11 LTS and 11.4 LTS
* *(other databases unchanged)*
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-06-26 11:32:58 +02:00
Marcel Klehr
a184d6af50
Merge branch 'master' into fix/admin/ai/llm2-stt_whisper2-no-gpu
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-06-25 08:04:20 +02:00
Marcel Klehr
294e6067f8
Merge pull request #11907 from nextcloud/fix/ai/small-additions2
...
fix(admin/AI): Small additions
2024-06-24 12:44:12 +02:00
Marcel Klehr
fe598387c3
Apply suggestions from code review
...
Co-authored-by: Josh <josh.t.richards@gmail.com>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-06-24 12:40:25 +02:00
Marcel Klehr
6927517899
Update admin_manual/ai/app_context_chat.rst
...
Co-authored-by: Josh <josh.t.richards@gmail.com>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-06-24 12:39:58 +02:00
Marcel Klehr
2995d98bf3
Update admin_manual/ai/app_llm2.rst
...
Co-authored-by: Josh <josh.t.richards@gmail.com>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-06-24 12:39:41 +02:00
Marcel Klehr
5c881f087c
Update admin_manual/ai/app_stt_whisper2.rst
...
Co-authored-by: Josh <josh.t.richards@gmail.com>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-06-24 12:39:31 +02:00
Marcel Klehr
8d31849809
Update admin_manual/ai/app_stt_whisper2.rst
...
Co-authored-by: Josh <josh.t.richards@gmail.com>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-06-24 12:39:21 +02:00
Michael
8c28795b1e
Update harden_server.rst
...
Add missing letter
Signed-off-by: Michael <2052646+bean5@users.noreply.github.com>
2024-06-21 16:16:30 -06:00
Josh
b42199f4a1
docs(security): remove db reference in bruteforce + add logs
...
Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-06-21 11:16:19 +02:00
MichaIng
71f8a7314a
fix(admin): refine .mjs related NC28 upgrade info
...
To cover rewrites, Cache-Control header, and give a concrete config file for MIME types, as suggested here: https://github.com/nextcloud/documentation/pull/11471#issuecomment-1912212928
Signed-off-by: MichaIng <micha@dietpi.com>
2024-06-18 19:37:04 +02:00
Daniel
75d3a0c08c
Merge pull request #11471 from nextcloud/fix/mjs-upgrade
...
fix(admin): Add a note about JavaScript modules to Nextcloud 28 upgrade guides
2024-06-18 18:06:57 +02:00
Marcel Klehr
8a82b7341e
fix(admin/AI): Small additions
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-06-13 09:59:03 +02:00
Anupam Kumar
62131e6f2f
docs(admin/AI): Assistant admin configuration
...
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
2024-06-13 12:10:55 +05:30
Julius Härtl
462f7fa53e
docs(admin): Add note about configuring encoding order for text
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-06-06 10:01:30 +02:00
Richard Steinmetz
b6544c1f26
Merge pull request #11880 from Steve8291/patch-2
...
Update php_configuration.rst
2024-06-06 08:16:58 +02:00
Alexander Müller
c1b8902bcc
update wording "Administration settings" and "Flow"
...
Signed-off-by: Alexander Müller <28591861+alexanderdd@users.noreply.github.com>
2024-06-04 11:41:42 +02:00
Arthur Schiwon
789b6a7552
Merge pull request #11881 from nextcloud/enh/noid/pqsql-94
...
docs: pqsql 9.4 is no longer supported
2024-06-04 09:57:11 +02:00
Marcel Klehr
5615ab512b
fix(admin/AI): Small additions
...
- Add FAQ section to AI Overview
- Add note to context chat that it's not possible to change the language model
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-06-03 16:07:20 +02:00
Marcel Klehr
d340667a55
fix(admin/AI): llm2 & stt_whisper2 still don't support GPU yet
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-06-03 15:58:13 +02:00
Daniel Kesselberg
3a0f78e804
docs: pqsql 9.4 is no longer supported
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2024-06-03 12:54:11 +02:00
Steve8291
727f671ea8
Update php_configuration.rst
...
Add note that sodium is included with php7.2+
Signed-off-by: Steve8291 <hambling8@gmail.com>
2024-06-03 06:48:11 -04:00
Jake Nabasny
abb087d95e
Add additional user profile attributes from LDAP
...
Signed-off-by: Jake Nabasny <jake@nabasny.com>
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2024-06-03 08:43:28 +02:00
Josh Richards
809a3cbcf3
fix(admin): Revise opcache revalidation tuning section
...
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2024-05-28 10:20:23 -04:00
Josh
55efb80c45
Merge pull request #11848 from nextcloud/docs-admin-remove-filelocking-toggle
...
fix: remove mention of legacy `filelocking.enabled` toggle
2024-05-24 10:41:52 -04:00
Josh
5f0a7bad82
Merge pull request #11838 from nextcloud/jtr/admin-manual-upgrade-not-latest
...
fix(admin): Remove "latest" archive reference during upgrades
2024-05-23 09:39:44 -04:00
Josh Richards
41ff00b001
fix(install): copy->move data directory during manual upgrades
...
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2024-05-23 09:10:10 -04:00
Rello
d8e84f8822
Update harden_server.rst
...
add link to detailed field list for survery server
Signed-off-by: Rello <Rello@users.noreply.github.com>
2024-05-22 14:50:05 +02:00
Richard Steinmetz
851edea5aa
Merge pull request #11850 from nextcloud/fix/adjust-theming-docs
...
fix(admin): Adjust docs for theming
2024-05-22 07:37:01 +02:00
Ferdinand Thiessen
9fcd555376
fix(admin): Adjust docs for theming
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-05-21 22:40:52 +02:00
Josh
094ddb7960
fix: remove mention of legacy filelocking.enabled toggle
...
No longer relevant today since it's not an experiment feature and is now on by default. There is no good reason to disable it.
See #45330 & https://github.com/nextcloud/server/pull/45330#discussion_r1608291623
Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-05-21 09:18:40 -04:00
Marcel Müller
dd59014ac3
fix(docs): Fix occ example for dashboard layout
...
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
2024-05-20 18:28:19 +02:00
Josh Richards
e6b19af50f
fix(admin): Remove "latest" archive reference to avoid accidents
...
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2024-05-17 10:48:43 -04:00
Arthur Schiwon
95b2baad21
Merge pull request #11828 from nextcloud/enh/noid/remove-user-auth-external
...
chore: remove documentation for user_external
2024-05-17 14:42:16 +02:00
Rello
f4fd7e76cf
Merge branch 'master' into Rello-server-hardening
2024-05-17 14:03:43 +02:00
Rello
0e62fbc0b4
Update harden_server.rst
...
Signed-off-by: Rello <Rello@users.noreply.github.com>
2024-05-17 12:58:37 +02:00
Bastian Derigs
f926534f95
Update harden_server.rst
...
Signed-off-by: Bastian Derigs <155444921+derigs@users.noreply.github.com>
2024-05-17 11:23:02 +02:00
Rello
af3c0ecc56
Update harden_server.rst
...
Signed-off-by: Rello <Rello@users.noreply.github.com>
2024-05-17 09:55:59 +02:00
Rello
ce4a1a0af0
Update harden_server.rst
...
Signed-off-by: Rello <Rello@users.noreply.github.com>
2024-05-17 09:52:02 +02:00
Nextcloud bot
9415210810
generate documentation from config.sample.php
2024-05-17 02:43:48 +00:00
Bastian Derigs
0b0cb86c7a
Update harden_server.rst
...
Signed-off-by: Bastian Derigs <155444921+derigs@users.noreply.github.com>
2024-05-16 15:17:55 +02:00
Rello
f4b2b2a251
Update harden_server.rst
...
Signed-off-by: Rello <Rello@users.noreply.github.com>
2024-05-16 14:28:45 +02:00
Daniel Kesselberg
97e9895527
chore: remove documentation for user_external
...
Users expect, because the app is mentioned in our admin documentation, that there should be a compatible release and are disappointed if not.
We do not maintain or support user_external, and therefore the mention in our documention should go.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2024-05-16 13:51:41 +02:00
Rello
19342c0b8d
Update harden_server.rst
...
Signed-off-by: Rello <Rello@users.noreply.github.com>
2024-05-16 10:28:40 +02:00
Rello
219867f1d0
Update harden_server.rst
...
add fields to be submitted to Nextcloud servers
Signed-off-by: Rello <Rello@users.noreply.github.com>
2024-05-16 10:06:25 +02:00
Nextcloud bot
3c5d3a6cd4
generate documentation from config.sample.php
2024-05-16 02:44:11 +00:00
Daphne Muller
306834489b
Update ai_as_a_service.rst
...
added Localai and plusserver mention
Signed-off-by: Daphne Muller <86835268+DaphneMuller@users.noreply.github.com>
2024-05-13 13:27:16 +02:00
Syl
77a3aa27ec
Add missing trailing slashes in Caddy redirects
...
Signed-off-by: Syl <gh@sperg.net>
2024-05-08 22:19:53 +01:00
AT-SGAI-CSIC
c3a5f060d2
Update caching_configuration.rst
...
Add some comma
Signed-off-by: AT-SGAI-CSIC <139878963+AT-SGAI-CSIC@users.noreply.github.com>
2024-05-08 08:31:43 +02:00
AT-SGAI-CSIC
f2bb43a64e
Update caching_configuration.rst
...
Missing comma in config redis cluster
Signed-off-by: AT-SGAI-CSIC <139878963+AT-SGAI-CSIC@users.noreply.github.com>
2024-05-07 13:19:43 +02:00
Maik Wegener
edfeb7a40c
Add totp regex to fail2ban example on harden_server.rst
...
Signed-off-by: Maik Wegener <76479431+mwegnr@users.noreply.github.com>
2024-05-04 00:48:28 +02:00
Josh
2d3dee7677
fix(Requirements): Memory constrained environments
...
* various apps/features/configurations require more than the minimum so let's make it clearer that only meeting the minimum does come with trade-offs
* the built-in Updater requires PHP memory_limit (and/or available RAM) equal to the current size of the downloaded Archive package (see nextcloud/updater#505 ). Otherwise it will always fail on step 5 (integrity check). Let's mention that so people aren't surprised. They can of course do a manual update still.
Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-05-01 11:27:29 -04:00
tflidd
45c589c012
Add option to db indices to occ_command.rst
...
An option `--dry-run` for the adding db-indices seems to be available but not documented (2c059dd606/core/Command/Db/AddMissingIndices.php (L65C17-L65C24) )
Signed-off-by: tflidd <tflidd@aspekte.net>
2024-04-29 09:47:29 +02:00
Adriano Cataluddi
04212e19ca
Removed the duplicate extension "js" warning from the NGINX configuration. Fixed #1
...
Signed-off-by: Adriano Cataluddi <acataluddi@gmail.com>
2024-04-28 16:29:01 +02:00
Anupam Kumar
c16ccaacbe
docs(admin_manual/ai): update context chat requirements and limitations
...
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
2024-04-24 17:32:00 +05:30
Nextcloud bot
da9ff8b013
generate documentation from config.sample.php
2024-04-23 02:53:22 +00:00
Marcel Klehr
e5522e4906
fix(admin_manual/ai): Add notes about 5min limitation
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-04-22 12:26:16 +02:00
Varun Patil
334f6e5620
Merge pull request #11706 from nextcloud/pulsejet/imaginary
...
docs(tuning): add warning for Imaginary+HEIC
2024-04-21 13:10:50 -07:00
Daphne Muller
5080007430
Update app_assistant.rst
...
added link to user documentation
Signed-off-by: Daphne Muller <86835268+DaphneMuller@users.noreply.github.com>
2024-04-17 14:50:12 +02:00
Côme Chilliet
2ef266bac6
feat(ldap): Update screenshots and add new option documentation
...
Documented "Disable users missing from LDAP"
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-04-15 18:00:02 +02:00
Marcel Klehr
fd0c87cd2d
fix(admin_manual): Fix docs for recognize
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-04-15 10:33:31 +02:00
Marcel Klehr
c9f7f272f0
fix(admin_manual): Fix docs for recognize
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-04-14 11:16:14 +02:00
Marcel Klehr
b7524e3eba
fix(admin_manual): Fix docs for recognize
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-04-14 10:08:26 +02:00
Marcel Klehr
03f78e1102
Apply suggestions from code review
...
Co-authored-by: Julien Veyssier <julien-nc@posteo.net>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-04-12 11:36:10 +02:00
Marcel Klehr
bfc0de9332
enh(admin_manual): Add docs for recognize
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-04-12 10:51:33 +02:00
Josh
a3c0f528a1
docs(admin): Fix typo
...
Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-04-09 11:24:35 -04:00
Josh
ab3e045f07
docs(admin): Replace supported app Two-Factor U2F w/ WebAuthn
...
U2F was deprecated awhile ago (nextcloud/twofactor_u2f#1013 ) and supported dropped beyond Server v23. Migration path is https://apps.nextcloud.com/apps/twofactor_webauthn
Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-04-09 11:02:57 -04:00
Richard Steinmetz
2929777efc
feat(admin): drop php 8.0
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2024-04-09 11:55:56 +02:00
Josh
848086dfb3
docs(admin): Document MultipartUpload for uploading chunks to s3
...
Add a note to the "Large file upload on object storage" section.
Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-04-08 18:47:21 -04:00
Josh
63c495bf21
docs(admin): Fix brute force disabling command
...
Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-04-05 18:22:05 -04:00
Varun Patil
a7e47614e1
docs(tuning): add warning for Imaginary+HEIC
...
Signed-off-by: Varun Patil <varunpatil@ucla.edu>
2024-04-05 12:32:09 -07:00
Josh
e6dc9b7193
docs(admin): Bring Administration privileges chapter up-to-date
...
* Update to match current implementation's title in `server`
* Tidy up/expand the instructions a bit
* Split into Introduction + Usage section
* Update screenshot
Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-04-05 11:01:42 -04:00
Christoph Wurst
3296251a57
Merge pull request #11691 from nextcloud/docs/admin/configuration-chapter-toc
...
docs(admin): Adjust + automate ordering of Configuration chapter
2024-04-03 10:09:26 +02:00
Josh
173b2c3413
docs(admin): Update Android system requirements to 7
...
Fixes nextcloud/android#12758
Also already documented/requirement in the Play Store entries for both Files and Talk apps. So not a policy change; just documenting what's already reality.
Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-04-02 15:21:53 -04:00
Josh
f5d5d1d733
docs(admin): Update + automate ordering of Configuration chapter
...
Make sure the following are always first:
- "Using the occ command"
- "Configuration Parameters"
- "Warnings on admin page"
- Then include everything else left automatically (without require this index be updated for every new section any longer)
- Automatically alphabetize included sections
Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-04-02 12:55:50 -04:00
Andy Scherzinger
11a21abfa2
Merge pull request #11680 from nextcloud/docs/admin/release-schedule
...
docs(admin): Expand the `Maintenance and release schedule` chapter
2024-03-29 20:18:54 +01:00
Josh
50d83a4832
docs(admin): Rewrite the Maintenance and release schedule chapter
...
Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-03-29 17:23:36 +00:00
Marcel Klehr
c5917f135d
Merge pull request #11665 from nextcloud/admin/ai-setup
...
enh(admin_manual): Extend AI section to contain AI setup
2024-03-28 15:10:56 +01:00
Marcel Klehr
91b8e2f3e5
fix(admin_manual): Make capacity estimates more skeptical
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-03-26 10:39:50 +01:00
Marcel Klehr
26a60c4295
fix(admin_manual): Add note about scaling and rough capacity estimates
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-03-26 09:47:45 +01:00
Julius Härtl
776044f7d7
Merge pull request #11661 from nextcloud/enh/s3-concurrency
...
feat(admin_manual): Document S3 concurrency option
2024-03-26 09:03:58 +01:00
Nextcloud bot
179a7ed91a
generate documentation from config.sample.php
2024-03-26 02:50:22 +00:00
Marcel Klehr
d9aad22068
fix(admin_manual): correct custom model instructions
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-03-25 14:41:57 +01:00
Ferdinand Thiessen
787c4fb53d
Merge pull request #11660 from nextcloud/nickvergessen-patch-1
...
Update some outdated versions and links
2024-03-23 20:01:28 +01:00
Marcel Klehr
02a47ed21e
fix(admin_manual): Fix code blocks
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-03-22 14:05:52 +01:00
Marcel Klehr
b0db29681b
fix(admin_manual): ADdress reviews on new AI section
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-03-22 14:00:55 +01:00
Jore
e388171714
docs(admin) occ: Add documentation for user:lastseen --all
...
Signed-off-by: Jore <1122344+nooblag@users.noreply.github.com>
2024-03-21 04:29:07 +11:00
Marcel Klehr
2b916ca6f6
enh(admin_manual): Extend AI section to contain AI setup
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-03-18 11:45:19 +01:00
Ferdinand Thiessen
e54159acae
feat(admin_manual): Document S3 concurrency option
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-03-16 21:30:56 +01:00
Joas Schilling
377125a347
Update some outdated versions and links
...
Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
2024-03-16 19:50:34 +01:00
Christoph Wurst
05d23f32db
Merge pull request #11634 from nextcloud/feat/adminmanual/two-factor-disable-cleanup-occ
...
feat(admin): occ twofactor:cleanup/disable
2024-03-13 19:50:47 +01:00
Hamza Mahjoubi
b129119bff
docs(adminmanual): LLM supported languages
...
Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com>
2024-03-13 15:00:12 +01:00
Christoph Wurst
c7193449d8
Merge pull request #11643 from nextcloud/feat/admin/occ-fix-caldav-changes
...
fix(admin): Add docs for occ dav:dav:fix-missing-caldav-changes
2024-03-13 13:48:01 +01:00
Christoph Wurst
dbecb64703
fix(admin): Add docs for occ dav:dav:fix-missing-caldav-changes
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2024-03-13 13:34:46 +01:00
Anna
6882c14453
Merge pull request #11636 from nextcloud/fix/admin/caldav-rate-limit-config
...
fix(admin): Fix setting CalDAV rate limits
2024-03-13 12:31:14 +01:00
Nextcloud bot
663ca0fc35
generate documentation from config.sample.php
2024-03-13 04:44:31 +00:00
Nextcloud bot
60f67b2aa2
generate documentation from config.sample.php
2024-03-12 02:49:17 +00:00
Ferdinand Thiessen
754e6eee88
Merge pull request #11622 from nextcloud/app-updated
...
feat: Add documentation for app-updated notifications for Nextcloud 29
2024-03-11 11:44:59 +01:00
Christoph Wurst
78bb9db5cb
fix(admin): Fix setting CalDAV rate limits
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2024-03-11 11:37:33 +01:00
Christoph Wurst
2a593f31c6
feat(admin): occ twofactor:cleanup/disable
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2024-03-11 08:34:11 +01:00
Côme Chilliet
ad53d41b9c
fix: Fix obsolete statement about encryption overhead
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-03-08 14:39:08 +01:00
Côme Chilliet
4de9159aa6
feat: Add documentation for occ encryption:drop-legacy-filekey
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-03-08 14:38:36 +01:00
Maxence Lange
845fb9a79f
Merge pull request #11617 from nextcloud/docs/appconfig-api-29
...
appconfg api
2024-03-08 02:38:02 -01:00
Ferdinand Thiessen
ff38720e13
feat: Add documentation for app-updated notifications for Nextcloud 29
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-03-08 00:50:35 +01:00
Arthur Schiwon
2149844ea1
feat(apps): add files_downloadlimit
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2024-03-06 21:47:25 +01:00
Maxence Lange
b2c90127b1
appconfg api
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2024-03-06 17:31:29 -01:00
Louis Chemineau
ae5acaf979
Add note about named versions for admins
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-03-05 11:14:21 +01:00
Nextcloud bot
dbc33eb989
generate documentation from config.sample.php
2024-03-04 02:49:46 +00:00
Marcel Klehr
a83b9f0ed6
Merge pull request #11571 from nextcloud/nc-fkl-patch-1
...
AI chapter: Add link to SummarAI app
2024-02-29 12:07:14 +01:00
Marcel Müller
aede6d826a
Merge pull request #11580 from nextcloud/document-occ-keys-test
...
Add documentation for 'occ user:keys:verify' command
2024-02-29 11:53:24 +01:00
Christoph Wurst
75e412492d
Merge pull request #11590 from nextcloud/feat/mail-app-event-llm
...
feat: Mail app LLM event title/agenda
2024-02-29 10:21:38 +01:00
Kate
056e4a692c
Merge pull request #11596 from dgiebert/master
2024-02-29 09:20:18 +01:00
Dominic Giebert
312b12737c
Added arm64 filter to nginx-root.conf
...
Signed-off-by: Dominic Giebert <dominic.giebert@suse.com>
2024-02-29 08:27:45 +01:00
Nextcloud bot
37e10a64af
generate documentation from config.sample.php
2024-02-29 02:49:17 +00:00
Dominic Giebert
1f9ef63cd9
Added support for Built-in CODE Server (ARM64)
...
Signed-off-by: Dominic Giebert <dominic.giebert@suse.com>
2024-02-28 17:46:51 +01:00
Louis
e9c1af1ff0
Merge pull request #11537 from arawa/feature/37677/exclude-some-groups-from-sharing-with-users
...
Feature #37677 documentation : Exclude some groups from sharing with users
2024-02-28 10:09:54 +01:00
Marcel Müller
105a0629cd
Fix warning for data-directory troubleshooting
...
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
2024-02-27 23:32:59 +01:00
Marcel Müller
bfc0599cdf
Add documentation for 'occ user:keys:test' command
...
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
2024-02-27 23:26:22 +01:00
Josh
4fe91a6ed6
docs(admin): Emphasize recommended versions in db chapter ( #11588 )
...
Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-02-27 17:21:25 -05:00
Christoph Wurst
70fd293a14
Merge pull request #11587 from nextcloud/enh/document-count-discrepancy-for-userreport
...
enh(admin_manual): document count discrepancy for
2024-02-27 19:29:47 +01:00
Christoph Wurst
cec9dcec53
feat: Mail app LLM event title/agenda
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2024-02-27 19:26:36 +01:00
Sebastien Marinier
c7396f527e
Change 'Ignore the following groups when checking group membership' : text block and more explanations
...
Signed-off-by: Sebastien Marinier <sebastien.marinier@arawa.fr>
2024-02-27 17:27:44 +01:00
Josh
508aa2f1ef
docs(admin): Clarify DB conversion steps and command usage ( #11584 )
...
Signed-off-by: Josh <josh.t.richards@gmail.com>
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
2024-02-26 10:21:46 -05:00
Anna Larch
2eb832b99d
enh(admin_manual): document count discrepancy for
...
Signed-off-by: Anna Larch <anna@nextcloud.com>
2024-02-26 16:09:23 +01:00
Josh
ad61519424
docs(admin): Fix name of Collabora Nextcloud integration app
...
Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-02-24 17:10:26 -05:00
Josh
ed7c4202fe
docs(admin): Warn to choose custom app values carefully
...
* Add warnign to custom app directories section to make sure that the values (locations) any custom apps directories chosen do not conflict with existing directories
* Update the example to use `extra-apps` rather than `apps2` for clarity
Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-02-23 09:54:16 -05:00
nc-fkl
a641fa173e
Update index.rst
...
Added SummarAI to Text processing implementing apps
Signed-off-by: nc-fkl <149385388+nc-fkl@users.noreply.github.com>
2024-02-22 17:16:37 +01:00
Simon L
8edf2fc79e
adjust slogan for AIO
...
Signed-off-by: Simon L <szaimen@e.mail.de>
2024-02-22 15:33:40 +01:00
Maksim Sukharev
fe153779dc
fix(admin_manual): enhance docs for occ app commands
...
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2024-02-22 12:20:32 +01:00
Christoph Wurst
57e974809f
feat(adminmanual): Add section about CalDAV rate limits
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2024-02-22 09:31:46 +01:00
Josh
9d03886d84
Update occ_command.rst
...
Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-02-21 08:12:12 -05:00
Josh
f234789ce8
docs(admin): Reviseocc security command section
...
* Fix couple typos
* Tidy up overview
* Add link to BFP chapter
Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-02-19 08:30:22 -05:00
Josh
1329195507
Merge pull request #11541 from nextcloud/docs/jr/bpf-2024-q1-updates
...
docs(admin): revise the brute force protection configuration chapter
2024-02-18 10:29:29 -05:00
Josh
7e503a2c12
Update bruteforce_configuration.rst: Drop feature history
...
Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-02-17 12:33:14 -05:00
Josh
08b9d4a09b
docs(admin): revise the brute force protection configuration chapter
...
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-02-16 16:52:47 +00:00
Sebastien Marinier
48ec714019
Feature #37677 documentation : Exclude some groups from sharing with users (PR#38173)
...
Signed-off-by: Sebastien Marinier <sebastien.marinier@arawa.fr>
2024-02-13 12:13:05 +01:00
Louis Chemineau
ce1e233f51
Add documentation about new sharing settings
...
From the following PRs:
- https://github.com/nextcloud/server/pull/31932
- https://github.com/nextcloud/server/pull/31857
- https://github.com/nextcloud/server/pull/31857
Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-02-12 18:59:40 +01:00
Robin Appelman
ef0d415554
Merge pull request #11472 from nextcloud/fix/nginx-config
...
nginx: fix response headers for assets
2024-02-09 15:40:14 +01:00
Côme Chilliet
bdf25c669b
Merge pull request #11473 from nextcloud/update-database-support
2024-02-08 11:22:58 +01:00
Hamza Mahjoubi
1f17b1803b
feat(adminmanual): Smart replies for mail
...
Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com>
2024-02-07 15:14:01 +01:00
Josh
3663abda4e
fix(background_jobs_configuration) Add example
...
Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-02-04 10:17:20 -05:00
Anupam Kumar
85c5e013a4
update email changelog of NC 26
...
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
2024-02-01 20:45:52 +05:30
Nextcloud bot
86deb0ec94
generate documentation from config.sample.php
2024-01-31 02:46:32 +00:00
Josh
2180fa1c00
Merge pull request #11451 from nextcloud/fix/admin-mail-debug
...
Fix(email_configuration): Fix conflicting debug mode sections
2024-01-30 11:31:59 -05:00
Joas Schilling
60e63622b8
fix(admin): Update 2FA screenshots
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-01-30 15:38:43 +01:00
Marcel Müller
3dbb0ce224
Document 'occ security:bruteforce:attempts'
...
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
2024-01-29 19:27:05 +01:00
Ferdinand Thiessen
9791035074
fix(admin): Update supported database support
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-01-27 13:59:10 +01:00
MichaIng
4ef607d350
nginx: fix response headers for assets
...
Nginx resets all response headers in a location block, if it contains any "add_header" directive. When setting the "Cache-Control" header for static assets, this was originally worked around by using the "expires" directive instead. https://github.com/nextcloud/documentation/pull/8083 however added the "immutable" flag for assets with "v=" query parameter and broke all other response headers for assets that way.
This commit fixes this by re-adding all reponse headers explicitly for those assets. Originally those doubled code was removed thanks to using "expires", but I see no way to have both: the "immutable" flag as well as avoiding doubled headers via "expires" directive.
Additionally, this commit avoids the trailing comma and space in the Cache-Control header for assets without "v=" query parameter, and adds sets the wasm MIME type in a cleaner/more consistent way together with js/mjs, and rephrases the broken comment sentence.
Signed-off-by: MichaIng <micha@dietpi.com>
2024-01-26 17:10:58 +01:00
Ferdinand Thiessen
b28c72be84
fix(admin): Add a note about JavaScript modules to Nextcloud 28 upgrade guides
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-01-26 15:28:38 +01:00
Nextcloud bot
450f2cb780
generate documentation from config.sample.php
2024-01-24 02:47:12 +00:00
Côme Chilliet
ce341846fb
Merge pull request #11444 from J0WI/rm-bz2-recommend
...
Remove bz2 from recommend extensions
2024-01-22 10:42:51 +01:00
J0WI
72c438aab1
Remove bz2
...
Co-authored-by: Josh <josh.t.richards@gmail.com>
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2024-01-19 17:25:55 +00:00
Josh
c54e92f76f
Fix(email_configuration): Fix conflicting debug mode sections
...
`mail_smtpdebug` was being described in two places, one of which was incomplete (it didn't note the requirement to also change `loglevel` to `0`... leading to confusion).
* Removes the inaccurate spot and moves the accurate one into its place so there are no longer two debug logging sections.
Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-01-18 21:06:43 -05:00
Anna
0033bbbbf1
Merge pull request #11397 from escoand/patch-1
...
Add custom public calendars
2024-01-18 15:14:38 +01:00
Ferdinand Thiessen
1abc7216ff
Merge pull request #11399 from nextcloud/feat(admin)-document-the---showonly-flag-of-the-update-command
...
feat(admin): document the `--showonly` flag of the app update command
2024-01-18 14:14:11 +01:00
Ferdinand Thiessen
192c7acbe9
fix(admin): Adjust wording
...
Co-authored-by: Josh <josh.t.richards@gmail.com>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-01-18 14:08:47 +01:00
austin3410
0ae03aeedd
Update big_file_upload_configuration.rst
...
Added a note explaining chunk size has no impact on unauthenticated uploads.
Signed-off-by: austin3410 <32914667+austin3410@users.noreply.github.com>
2024-01-18 13:01:04 +00:00
austin3410
63047c535e
Update file_sharing_configuration.rst
...
Added section to explain that public uploads aren't chunked.
Signed-off-by: austin3410 <32914667+austin3410@users.noreply.github.com>
2024-01-18 13:01:04 +00:00
escoand
626c661134
Add custom public calendars
...
Signed-off-by: escoand <escoand@users.noreply.github.com>
2024-01-18 13:55:36 +01:00
Christoph Wurst
d9d5f410dd
Merge pull request #11446 from nextcloud/feat/adminmanual/db-replica
...
feat(adminmanual): Add db replica docs
2024-01-17 19:02:54 +01:00
Christoph Wurst
b44a8da8e1
feat(adminmanual): Add db replica docs
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2024-01-17 18:40:42 +01:00
J0WI
2c6ac0e1dd
Remove bz2 from recommend extensions
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2024-01-16 00:38:24 +01:00
Rello
027b8b6288
Update admin_manual/configuration_server/occ_command.rst
...
Co-authored-by: Christoph Wurst <ChristophWurst@users.noreply.github.com>
Signed-off-by: Rello <Rello@users.noreply.github.com>
2024-01-15 15:09:19 +01:00
Rello
018e298e0d
Update occ_command.rst
...
add sharing:delete-orphan-shares
Signed-off-by: Rello <Rello@users.noreply.github.com>
2024-01-15 15:02:49 +01:00
Johannes Merkel
0709da4c0d
fix(adminmanuel): Add note about shared items feature in contacts
...
Signed-off-by: Johannes Merkel <mail@johannesgge.de>
2024-01-09 19:22:16 +01:00
Max
9de4a83e8f
fix(admin): antivirus occ commands
...
Including feedback from PR review of #10711 .
Signed-off-by: Max <max@nextcloud.com>
2024-01-02 09:30:08 +01:00
Max
5d58f43107
enh: add some more documentation for antivirus usage
...
Signed-off-by: Max <max@nextcloud.com>
2024-01-02 08:44:30 +01:00
Andrew McGuinness
f3f5b84a14
Update harden_server.rst
...
remove duplicated phrase
Signed-off-by: Andrew McGuinness <andrew@arobeia.co.uk>
2023-12-28 09:45:11 +00:00
Nextcloud bot
0b7b218b97
generate documentation from config.sample.php
2023-12-28 02:47:43 +00:00
Daniel
6150af05b7
Merge pull request #11404 from viktorix/patch-1
2023-12-23 23:13:17 +01:00
Marcel Klehr
cc2116949f
enh(admin_manual/ai): Add context_chat
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2023-12-20 14:00:30 +01:00
Nextcloud bot
eb7a366928
generate documentation from config.sample.php
2023-12-20 02:43:14 +00:00
Viktor Nagornyy
6edff5b50c
fix: Corrected mistake in initial commit
...
Corrected mistake in the initial commit.
Signed-off-by: Viktor Nagornyy <1692600+viktorix@users.noreply.github.com>
2023-12-18 13:15:38 -05:00
Viktor Nagornyy
fce01e64d6
fix: Ubuntu 22.04 installation instructions archive location
...
Installation instructions describe steps that do not match the updated "Install" page, making it hard for users to find archive files. This PR updates the steps, making it clear where user can find archives.
Signed-off-by: Viktor Nagornyy <1692600+viktorix@users.noreply.github.com>
2023-12-18 13:09:57 -05:00