Commit Graph

4317 Commits

Author SHA1 Message Date
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
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
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
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
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
87d003b43d fix: adjust two factor documentation
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-03-24 16:15:25 +01:00
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
b5279d6eaa generate documentation from config.sample.php 2025-03-23 03:13:51 +00:00
cd628be09b fix: build failure error corrected 2025-03-22 20:04:11 +01:00
9bb30d77c0 fix: added key type details link to configuration page 2025-03-22 20:04:11 +01:00
373684316a Update config_sample_php_parameters.rst
Signed-off-by: Moritz Stückler <moritz@bitbetter.de>
2025-03-22 19:40:45 +01:00
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
4ce3520e0f Update package_upgrade.rst
Signed-off-by: scubamuc <54933878+scubamuc@users.noreply.github.com>
2025-03-22 19:03:07 +01:00
28abae6be1 Update package_upgrade.rst
Signed-off-by: scubamuc <54933878+scubamuc@users.noreply.github.com>
2025-03-22 19:03:07 +01:00
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
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
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
1e049f107f Merge branch 'master' into chore/webauthn-modules
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
2025-03-21 13:54:06 +01:00
06f3ac67af fix docker hub link
Signed-off-by: jameskimmel <17176225+jameskimmel@users.noreply.github.com>
2025-03-21 13:30:54 +01:00
1c3022f342 Merge pull request #12891 from nextcloud/feat/exclude-users-from-activity-expiration
feat(activity): exclude users from expiry
2025-03-20 16:41:46 +01:00
385ee38ce8 Merge pull request #12884 from nextcloud/strugee-better-windmill-magic
Clarify Windmill magic listener script details
2025-03-20 12:27:14 +01:00
cc24957557 Fixed invalid stt_whisper2 docker volume name
Signed-off-by: Oleksander Piskun <oleksandr2088@icloud.com>
2025-03-19 16:36:22 +03:00
a910289382 feat(activity): exclude users from expiry
Signed-off-by: Anna Larch <anna@nextcloud.com>
2025-03-19 13:58:20 +01:00
89ea0d9ab8 Merge pull request #12888 from nextcloud/chore/document-profile-visibility
chore: document profile visibility for users and administrator
2025-03-18 17:40:16 +01:00
291190fab6 Merge pull request #12872 from nextcloud/fix/sodium-requirements
fix(admin): Specify php-sodium requirements
2025-03-18 15:25:07 +01:00
58fc7e8ee9 chore: document profile visibility for users and administrator
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-03-18 15:24:17 +01:00
b1fc1b2584 Clarify Windmill magic listener script details
Signed-off-by: AJ Jordan <alex@strugee.net>
2025-03-18 01:31:44 -04:00
fc04d6448b feat: add schemas for calendar object webhook events
Signed-off-by: Edward Ly <contact@edward.ly>
2025-03-17 10:07:15 -07:00
7ecf6642de fix: Add versions back to developer and admin docs
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-03-17 17:27:38 +01:00
c482eb508e fix(admin): Specify php-sodium requirements
The sodium extension is only needed for argon2, iff:
- PHP is < 8.4 and built without libargon2

With PHP < 8.4 you can also enable argon2 without sodium by compiling
with libargon2 support.
With PHP 8.4 the argon2 support is included in php-openssl which is
already a hard requirement of Nextcloud.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-03-17 12:15:13 +01:00
8bd5728e58 fix(admin): Adjust required and recommended modules
- `bcmath` is not needed anymore.
- `gmp` is not required but recommended now for WebAuthn.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-03-17 12:14:23 +01:00
2b0529f135 feat: add system address book documentation
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
2025-03-16 16:09:32 -04:00
9a0a2e1a9c add small Oidc sections in admin and developer docs
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
2025-03-13 12:29:56 +01:00
8464bcec65 update(ai): add note for openai-api compatibility
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
2025-03-07 21:19:21 +05:30
1d9bef2345 feat: add Conext Agent Limitations
Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
2025-03-06 15:54:56 +01:00
f7cd4a4a61 Update example-ubuntu.rst
Creattion of sources is incorrect and has been updated from collabora website.  Tested and working.

Signed-off-by: austserve <71426474+austserve@users.noreply.github.com>
2025-03-04 15:55:06 +01:00
e85f653645 enh(context_chat): Document ways to speedup indexing
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2025-03-04 10:01:26 +01:00
ce45a4a0ef docs(admin): add Alpine Linux
Alpine Linux is a well maintained distro, which features a lightweight
environment, and good choice for LNMP.

Add Alpine Linux to system requirements.

Signed-off-by: Raymond Hackley <wonderfulShrineMaidenOfParadise@postmarketos.org>
2025-03-01 21:03:53 +01:00
de2b54eea5 generate documentation from config.sample.php 2025-02-28 03:13:06 +00:00
212c4e03dc modified free space limit after changing it in desktop
Signed-off-by: Pablo Ariño Muñoz <progpabarino@gmail.com>
2025-02-27 11:27:44 +08:00
bc2d9edbf2 feat: update new apis for file conversion
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
2025-02-25 17:52:25 +01:00
6b56b54995 enh(ai): Add more tools to context_agent
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2025-02-25 10:09:48 +01:00
cd3f1967ff admin(windmill): add more details on creating custom scripts
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
2025-02-24 11:55:00 +01:00
e1d102f18a enh(context_chat): Add avx2 instruction requirement
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2025-02-24 08:38:57 +01:00
ca0aa5fbd4 enh(llm2): Add avx2 instruction requirement
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2025-02-24 08:33:05 +01:00
6313f4da09 enh(webhook_listeners): Add OCP\\SystemTag\\MapperEvent
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2025-02-24 08:32:56 +01:00
832f790610 enh(webhook_listeners): Add docs for regular expressions
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2025-02-24 08:32:48 +01:00
a0e3b6b7de enh(ai): Add Mistral 3 small to context agent recommended models
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2025-02-24 08:32:41 +01:00
36a60fe77a Fix wrong data types in app_assistant.rst (#12615)
Signed-off-by: Oliver <965863+oli-ver@users.noreply.github.com>
2025-02-16 13:55:59 +00:00
54eb135c73 fix(admin): Fix admin AI overview
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-02-14 13:11:11 +01:00