37 Commits

Author SHA1 Message Date
SebastianKrupinski
f307bc638c feat: calendar import + export
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
2025-11-21 08:54:22 +01:00
Alexander Müller
21ce7cb813 how to disable automatic creation of example events
fulfilling the wish of https://github.com/nextcloud/documentation/pull/13523#issuecomment-3257422671

Signed-off-by: Alexander Müller <28591861+alexanderdd@users.noreply.github.com>
2025-10-03 09:53:24 +00:00
Alexander Müller
c5a72f18ec fix formatting of code sample
correcting from one backtick to two backticks

as documented here https://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html#inline-markup

Signed-off-by: Alexander Müller <28591861+alexanderdd@users.noreply.github.com>
2025-09-04 14:47:24 +00:00
Salvatore Martire
219c5a7c94 feat(admin): add documentation for occ user:profile
Signed-off-by: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com>
2025-06-17 18:38:15 +02:00
Alexander Müller
7db6cd5c23 fix formatting of code snippet
Signed-off-by: Alexander Müller <28591861+alexanderdd@users.noreply.github.com>
2025-06-11 05:05:14 -05:00
rakekniven
408f5a2e52 Update admin_manual/occ_command.rst
Co-authored-by: Daniel <mail@danielkesselberg.de>
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
2025-06-07 19:08:18 +02:00
rakekniven
30aab35bbc Update admin_manual/occ_command.rst
Co-authored-by: Daniel <mail@danielkesselberg.de>
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
2025-06-07 19:03:48 +02:00
Alexander Müller
8d406ad0e8 add how to list just enabled/disabled apps
added:

List all of your installed and enabled (flag -enabled) or disabled (flag -disabled) apps::

 sudo -E -u www-data php occ app:list -enabled

Signed-off-by: Alexander Müller <28591861+alexanderdd@users.noreply.github.com>
2025-06-07 19:03:48 +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
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
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
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
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
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
Joas Schilling
d47918e6bf fix: Add marker to positions that need adjusting on branch off
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-01-31 16:00:27 +01:00
rakekniven
6150d1b7cd Add "--allow-unstable" section for app update
Fixes #12324 

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
2025-01-21 14:28:59 +01:00
Thomas Citharel
d93e2cf571 feat(admin): document preview:cleanup occ command
Ref https://github.com/nextcloud/server/pull/48537

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2025-01-07 19:04:56 +01:00
Josh
b27a217ec6 Merge pull request #12389 from nextcloud/feat-files-external-scan
feat(admin): Add command to scan external storages directly
2024-11-25 13:35:02 -05:00
Josh
31815f25ca feat(admin): Add command to scan external storages directly
- Adds missing minimal documentation entry for nextcloud/server#25109
- Adds an introduction paragraph

Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-11-22 10:14:12 -05:00
Josh
9a60c54575 fix(admin): Update commands for files namespace
Fixes #9630 

Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-11-20 11:39:57 -05: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
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
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
Duo123418
adcc8b78eb Update occ_command.rst
Signed-off-by: Duo123418 <148443179+Duo123418@users.noreply.github.com>
2024-10-16 20:16:43 +11:00
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
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