Daniel
b8b701b7f2
Merge pull request #13151 from nextcloud/bug/noid/add-article-for-missing-calendars-another-op
...
docs(groupware): update troubleshooting article for missing calendars
2025-05-20 16:00:33 +02:00
Daniel Kesselberg
579f623c7b
docs(groupware): update troubleshooting article for missing calendars
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2025-05-20 13:25:36 +02:00
Tobias Kaminsky
47a9a28ca9
Clarify that downloads can come from gh
...
Signed-off-by: Tobias Kaminsky <tobias@kaminsky.me>
2025-05-20 12:55:45 +02:00
Oleksander Piskun
d8ed975c0f
feat(Flow): mention that the Windmill instance URL also needs to be set
...
Signed-off-by: Oleksander Piskun <oleksandr2088@icloud.com>
2025-05-19 16:41:00 +03:00
Daniel Kesselberg
5a12d9dbad
docs(groupware): add troubleshooting article for missing calendars
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2025-05-16 14:37:18 +02:00
rakekniven
0108da467a
Update admin_manual/installation/server_tuning.rst
...
Co-authored-by: Simon L. <szaimen@e.mail.de>
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
2025-05-13 20:58:58 +02:00
Kraligor
10c747ee0a
Update server_tuning.rst to include example Imaginary Docker run command
...
Signed-off-by: Kraligor <o.beiter@googlemail.com>
2025-05-13 20:58:58 +02:00
John Molakvoæ
a6bc084a7d
fix: clarify that group admins cannot add existing users to their group
...
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
2025-05-12 13:51:22 +02:00
rakekniven
56068a449f
Merge pull request #13115 from nextcloud/enh/ai-updates
...
AI section updates
2025-05-09 23:53:18 +02:00
rakekniven
e5f75dc1ef
Merge pull request #13113 from nextcloud/occ-external-dependencies
...
document occ files_external:dependencies
2025-05-09 23:51:28 +02:00
rakekniven
aa617dfe39
chore(docs): Sorted variable type order
...
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
2025-05-09 23:45:42 +02:00
Marcel Klehr
6ac91acbda
enh(stt_whisper2): Runs on GPU as well now
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2025-05-09 12:04:35 +02:00
Marcel Klehr
ad2bedce7c
enh(llm2): Update required CUDA version
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2025-05-09 12:04:22 +02:00
Marcel Klehr
5c4ac5210d
enh(context_agent): Correct model requirements
...
llm2 now supports tool calling with llama 3.1
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2025-05-09 12:04:16 +02:00
Robin Appelman
0c00f424ba
document occ files_external:dependencies
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2025-05-08 18:03:13 +02:00
Robin Appelman
b07dfbba04
document json type for config:system:set
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2025-05-08 17:58:44 +02:00
rakekniven
b138b976bc
Merge pull request #7418 from luiz-surian/patch-2
...
Update nginx-root.conf.sample
2025-05-05 22:01:17 +02:00
Ferdinand Thiessen
084fe5004d
Merge pull request #13098 from nextcloud/feat/document-wcf
...
feat(admin): document Windows compatible filenames
2025-05-05 18:56:04 +02:00
Scarlett McAllister
6573dd0072
OpenBSD documentation should include instruction for web wizard
2025-05-05 17:27:53 +02:00
MichaIng
4ad9e7c36e
nginx-subdir: Align HSTS directive with root config
...
Signed-off-by: MichaIng <micha@dietpi.com>
2025-05-05 13:21:16 +02:00
Luiz Surian
c9b1b22eb9
Update nginx-root.conf.sample
...
To be in compliance with RFC6797 and https://hstspreload.org/ , line 31 about the Strict-Transport-Security (HSTS) Header should have a minimum max-age of 31536000 seconds, and not have a ";" symbol at the end.
2025-05-05 13:17:47 +02:00
Nextcloud bot
3a4f59e43b
generate documentation from config.sample.php
2025-05-05 03:42:50 +00:00
Nextcloud bot
b67e177ddd
generate documentation from config.sample.php
2025-05-01 03:13:54 +00:00
Ferdinand Thiessen
71b828f712
feat(admin): document OCC commands for WCF
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-04-30 16:26:49 +02:00
Ferdinand Thiessen
a23935a343
feat(admin): document windows compatible filenames
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-04-30 16:26:49 +02:00
rakekniven
fb61181d3b
Update config_sample_php_parameters.rst
...
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
2025-04-30 15:45:17 +02:00
rakekniven
26d28aa377
change occ syntax the make it passing CI
...
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
2025-04-30 15:41:12 +02:00
Lukas Schaefer
e4edef17fb
docs for text to speech
...
Signed-off-by: Lukas Schaefer <lukas@lschaefer.xyz>
2025-04-30 00:14:46 -04:00
Nextcloud bot
77aaa492b9
generate documentation from config.sample.php
2025-04-30 03:13:57 +00:00
Simon L.
495247ae4a
standardize occ command documentation
...
Use `sudo -E -u www-data php occ` everywhere.
Motivation: this should work on more appliances like also inside docker containers.
Signed-off-by: Simon L. <szaimen@e.mail.de>
2025-04-29 13:21:08 +02:00
Ferdinand Thiessen
bc9cdd184e
Merge pull request #13086 from meonkeys/v31-db-row-format-warning
...
explain v31 db row format warning
2025-04-29 08:51:27 +02:00
Nextcloud bot
b3ac16afa7
generate documentation from config.sample.php
2025-04-29 03:14:16 +00:00
Adam Monsen
a8fe5b878a
link to relevant issue and PR
...
Signed-off-by: Adam Monsen <haircut@gmail.com>
2025-04-28 13:28:05 -07:00
Adam Monsen
de7c1eddc1
reword row format explanation
...
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: Adam Monsen <haircut@gmail.com>
2025-04-28 13:23:57 -07:00
Adam Monsen
6a5044d190
explain v31 db row format warning
...
Signed-off-by: Adam Monsen <haircut@gmail.com>
2025-04-28 13:23:56 -07:00
Anupam Kumar
812e0d0c6c
fix(Admin/AppAPI): remove leftover todo message ( #13090 )
...
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
2025-04-28 09:25:57 +00:00
Ferdinand Thiessen
cd2356c316
Merge pull request #13073 from nextcloud/alexanderdd-patch-1
...
update recommended ubuntu LTS version from 22.04 to 24.04 ?
2025-04-28 09:20:02 +02:00
Ferdinand Thiessen
8b41d12ce4
Merge pull request #13084 from keunes/patch-3
...
Update backup.rst to specify MariaDB command
2025-04-28 09:13:03 +02:00
Alexander Müller
62a3bdf1b5
chore: update recommended ubuntu lts version from 22.04 to 24.04
...
I hope this is correct? In the portal we say 24.04 is recommended https://portal.nextcloud.com/article/Installation/Installation---Supported-platforms
Signed-off-by: Alexander Müller <28591861+alexanderdd@users.noreply.github.com>
2025-04-28 09:02:25 +02:00
Oleksander Piskun
bf52375b64
feat(AppAPI): mention the Test Deploy action more clearly
...
Signed-off-by: Oleksander Piskun <oleksandr2088@icloud.com>
2025-04-28 09:35:35 +03:00
Keunes
8af8cca1e7
Update backup.rst
...
Specify MariaDB command
Signed-off-by: Keunes <11229646+keunes@users.noreply.github.com>
2025-04-27 18:30:18 +02:00
Nextcloud bot
d613275552
generate documentation from config.sample.php
2025-04-25 03:12:22 +00:00
Anupam Kumar
c3643bfbc4
feat(Admin/AppAPI): add HaRP documentation ( #13070 )
...
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
2025-04-24 23:48:58 +05:30
Nextcloud bot
7c48b404da
generate documentation from config.sample.php
2025-04-23 03:13:02 +00:00
Côme Chilliet
6b27a5a27e
fix: Re-order sections related to encryption
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-04-22 09:34:18 +02:00
Côme Chilliet
bf4d19f8ad
feat: Make it clearer that master key is used by default
...
And which section are not pertinent with master key.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-04-22 09:31:56 +02:00
Nextcloud bot
5d826e0a6d
generate documentation from config.sample.php
2025-04-18 03:13:24 +00:00
Nextcloud bot
1c316417a1
generate documentation from config.sample.php
2025-04-15 03:18:48 +00:00
Joas Schilling
f6ee87b4ad
Merge pull request #13045 from nextcloud/bugfix/noid/retention-docs-fixes
...
fix(admin): Update retention documentation
2025-04-14 21:05:37 +02:00
Joas Schilling
b2c205eef0
fix(admin): Update retention documentation
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-04-14 21:01:03 +02:00
Ferdinand Thiessen
dfe18632d7
fix(admin): adjust ownCloud migration path
...
10.14 and 10.15 are tested by doing major by major migrations.
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de>
Co-authored-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-04-14 17:56:32 +02:00
Oleksander Piskun
5be8ceff58
fix(webhook_listeners): removed non-existing NodeReadEvent event from documentation
...
Signed-off-by: Oleksander Piskun <oleksandr2088@icloud.com>
2025-04-14 12:07:57 +03:00
Nextcloud bot
41604005c9
generate documentation from config.sample.php
2025-04-12 03:17:11 +00:00
Pablo Zmdl
b3149733ff
docs(admin): Rename a left-over mention of max_chunk_size
...
The setting is now files.chunked_upload.max_size, which was already
changed in a previous occurrence in this file.
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com>
2025-04-11 19:05:53 +02:00
rakekniven
8300693783
Merge pull request #13034 from nextcloud/fix/watsonx-ai-rating
...
fix(admin): update integration_watsonx AI rating
2025-04-11 18:31:18 +02:00
Edward Ly
eee5aba25a
fix(admin): update integration_watsonx AI rating
...
Signed-off-by: Edward Ly <contact@edward.ly>
2025-04-11 09:21:43 -07:00
scubamuc
1af7cf5e06
Update source_installation.rst
...
Correct syntax add closing brackets
Signed-off-by: scubamuc <54933878+scubamuc@users.noreply.github.com>
2025-04-11 18:16:13 +02:00
scubamuc
953c30ffcd
Update source_installation.rst
...
add: link to confinement
remove: syntax error
add: requirements
Signed-off-by: scubamuc <54933878+scubamuc@users.noreply.github.com>
2025-04-11 18:16:13 +02:00
rakekniven
e149a91474
Merge pull request #12383 from nextcloud/docs-admin-install-selinux-silent-denials
...
docs(admin): Add tip about detecting silent denials in SELinux
2025-04-11 18:07:37 +02:00
Anupam Kumar
bd8d7c3120
fix(AppAPI): white text in mermaid diagrams ( #13030 )
2025-04-11 18:23:59 +05:30
Edward Ly
7581ca94c0
feat(admin): add integration_watsonx app information
...
Also cleaned up some grammar in the "AI as a Service" page.
Signed-off-by: Edward Ly <contact@edward.ly>
2025-04-10 19:48:59 -07:00
rakekniven
02176a8df5
Merge pull request #13028 from nextcloud/feature/user-counts-note
...
feat(user_configuration): note lack of user count for "all accounts" when using LDAP/AD
2025-04-10 15:27:28 +02:00
Claudio Cambra
d1ab4bd86b
feat(user_configuration): note lack of user count for "all accounts" when using LDAP/AD
...
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2025-04-10 20:19:42 +09:00
Jyrki Gadinger
5229fae9c9
fix: update macOS requirement for desktop clients
...
Also include Alma 8 (EL8) as a supported distro for our AppImages
Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
2025-04-09 08:28:22 +02:00
Simon L.
f3c73b750e
docs: aio-imaginary image has been moved to ghcr.io
...
Signed-off-by: Simon L. <szaimen@e.mail.de>
2025-04-08 10:54:48 +02:00
Robin Appelman
c7c5eb0c70
document share:list command
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2025-04-03 20:18:27 +02:00
Daniel Kesselberg
e69acfd908
docs(groupware): Rework occ groupware commands
...
- Improved readability of the section
- Documented list and delete calendar subscriptions
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2025-04-03 14:01:52 +02:00
scubamuc
c471e575e4
Update source_installation.rst
...
correct syntax error
Signed-off-by: scubamuc <54933878+scubamuc@users.noreply.github.com>
2025-04-02 18:54:54 +02:00
scubamuc
b0cd967fc1
Update source_installation.rst
...
add: link to confinement
remove: syntax error
correct: link error
Signed-off-by: scubamuc <54933878+scubamuc@users.noreply.github.com>
2025-04-02 18:54:54 +02:00
Edward Ly
35dde1431d
fix(admin): update AppAPI image links
...
Signed-off-by: Edward Ly <contact@edward.ly>
2025-03-31 10:42:46 -07:00
scubamuc
e3ceb02920
Update source_installation.rst
...
add: encryption
add: configuration
add: external media
Signed-off-by: scubamuc <54933878+scubamuc@users.noreply.github.com>
2025-03-28 20:36:16 +01:00
rakekniven
78c629d6ae
Merge branch 'master' into patch-5
...
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
2025-03-27 18:28:19 +01:00
scubamuc
a4b3be6754
Update source_installation.rst
...
correct line break error
Signed-off-by: scubamuc <54933878+scubamuc@users.noreply.github.com>
2025-03-27 18:19:09 +01:00
scubamuc
1d07997db2
Update source_installation.rst
...
beautify format and context, add installation procedure for first start, correct grammar, add links in correct format
Signed-off-by: scubamuc <54933878+scubamuc@users.noreply.github.com>
2025-03-27 11:53:56 +01:00
skjnldsv
e5ae48729f
feat(admin_manual): document ldap:test-user-settings and cleanup ldap section
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2025-03-27 09:26:34 +01:00
skjnldsv
da0df7bd06
feat(admin_manual): document user:info occ command
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2025-03-27 08:31:04 +01:00
Benks
816d743c1e
Update occ_command.rst
...
Signed-off-by: Benks <github@postelio.de>
2025-03-26 18:34:29 +01:00
Benks
b2543d30f2
Linebreak and rephrasing
...
Signed-off-by: Benks <github@postelio.de>
2025-03-26 18:34:29 +01:00
Benks
3fccc0fcf9
Update occ_command.rst
...
Warning about Share URL change after moving a calendar.
Signed-off-by: Benks <github@postelio.de>
2025-03-26 18:34:29 +01:00
Hamza
f24196731b
Merge pull request #12929 from nextcloud/fix/typos-example-contact
...
fix(example-contact): spacing and inclusive wording
2025-03-26 15:24:19 +01:00
rakekniven
a6ae7d4e41
Merge pull request #12374 from nextcloud/fix/70739/add-cron-delay-sentence
...
fix: add sentence about delay in cron execution.
2025-03-26 15:23:36 +01:00
Hamza Mahjoubi
496b755b29
fix(example-contact): spacing and inclusive wording
...
Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com>
2025-03-26 15:19:32 +01:00
Hamza Mahjoubi
457d6b3fcf
docs(admin): Add documentation for contacts example content
...
Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com>
2025-03-26 14:57:50 +01:00
scubamuc
f3c99e4826
Update source_installation.rst
...
update information from Nextcloud snap documentation including description and links for clearer understanding
Signed-off-by: scubamuc <54933878+scubamuc@users.noreply.github.com>
2025-03-26 11:01:45 +01:00
scubamuc
09a125906f
Update package_upgrade.rst
...
one "=" corrected
Signed-off-by: scubamuc <54933878+scubamuc@users.noreply.github.com>
2025-03-26 10:15:37 +01:00
scubamuc
3375a92338
Update package_upgrade.rst
...
line too short, add "===="
Signed-off-by: scubamuc <54933878+scubamuc@users.noreply.github.com>
2025-03-26 10:05:08 +01:00
scubamuc
6d5750af8a
Update package_upgrade.rst
...
correct spelling
Signed-off-by: scubamuc <54933878+scubamuc@users.noreply.github.com>
2025-03-26 07:59:52 +01:00
scubamuc
1b02cbbe98
Update package_upgrade.rst
...
Nextcloud snap upgrade description as per documentation opn GitHub
Signed-off-by: scubamuc <54933878+scubamuc@users.noreply.github.com>
2025-03-24 22:27:49 +01:00
Ferdinand Thiessen
87d003b43d
fix: adjust two factor documentation
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-03-24 16:15:25 +01:00
Josh
7e2204589a
refactor(admin): 2FA chapter clean-up
...
- Document the three bundled (shipped) 2FA providers.
- Clarify what "providers" are and why they're important.
- Re-order the sections.
- Remove some outdated bits.
- Eliminate some redundancies.
- Misc tidying up.
Signed-off-by: Josh <josh.t.richards@gmail.com>
2025-03-24 16:02:55 +01:00
Nextcloud bot
b5279d6eaa
generate documentation from config.sample.php
2025-03-23 03:13:51 +00:00
yemkareems
cd628be09b
fix: build failure error corrected
2025-03-22 20:04:11 +01:00
yemkareems
9bb30d77c0
fix: added key type details link to configuration page
2025-03-22 20:04:11 +01:00
Moritz Stückler
373684316a
Update config_sample_php_parameters.rst
...
Signed-off-by: Moritz Stückler <moritz@bitbetter.de>
2025-03-22 19:40:45 +01:00
Moritz Stückler
e5253fb92a
fix: dead link for core navigation ocs api
...
Signed-off-by: Moritz Stückler <moritz@bitbetter.de>
2025-03-22 19:40:45 +01:00
scubamuc
4ce3520e0f
Update package_upgrade.rst
...
Signed-off-by: scubamuc <54933878+scubamuc@users.noreply.github.com>
2025-03-22 19:03:07 +01:00
scubamuc
28abae6be1
Update package_upgrade.rst
...
Signed-off-by: scubamuc <54933878+scubamuc@users.noreply.github.com>
2025-03-22 19:03:07 +01:00
scubamuc
5b35b214e3
Update package_upgrade.rst
...
Formatting changes requested
Signed-off-by: scubamuc <54933878+scubamuc@users.noreply.github.com>
2025-03-22 19:03:07 +01:00
scubamuc
43dd8b8283
Update package_upgrade.rst
...
scubamuc, snap-team changes
Signed-off-by: scubamuc <54933878+scubamuc@users.noreply.github.com>
2025-03-22 19:03:07 +01:00
rakekniven
df0cb8d30d
Merge branch 'master' into patch-1
...
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
2025-03-21 22:46:47 +01:00