nextcloud / nextcloud/server

Write ocs end-points for occ commands and other admin settings - continued

Open
#4,904 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

1. to develop enhancement feature: occ feature: settings
Dominant language
PHP
Stars
36.9k
Forks
5.2k
Avg merge
2d 3h
Merged PRs (30d)
713

Description

Followup for all not completed task from 12: #2694

I would be good to have a OCS API for all our occ and admin settings so that a Nextcloud installation can be administrated from outside.

Here is a list of what we need:

  • config
    • import
    • list: provisioning_api for apps
    • system:delete
    • system:get
    • system:set
  • encryption:
    • change-key-storage-root
    • disable
    • enable
    • list-modules
    • migrate
    • set-default-module
    • show-key-storage-root
    • status
  • files
    • files:cleanup
  • integrity:
    • integrity:check-app
    • integrity:check-core
  • ldap:
    • ldap:check-user
    • ldap:search
    • ldap:show-remnants
    • ldap:test-config
  • maintenance:
    • maintenance:mimetype:update-db
    • maintenance:mimetype:update-js
    • maintenance:repair
    • maintenance:update:htaccess
  • user
    • user:lastseen
    • user:report
    • user:resetpassword
  • versions
    • versions:cleanup

Please double check for your apps @nickvergessen @blizzz @rullzer @icewind1991 @LukasReschke @schiessle

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing the incomplete work from issue #2694 and the existing OCS API alongside the listed occ commands and admin settings. Break the request into individual command groups, then verify that each required configuration, encryption, files, integrity, LDAP, maintenance, user, and versions operation has an OCS endpoint and that the complete checklist is covered.

Written by the indexing model from the issue text.

Assessment

Tech stack
php
Domain
api, backend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
15/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.