nextcloud / nextcloud/server

As admin, I want to change default files app preferences

Open
#60,220 1 comment 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

0. Needs triage enhancement
Dominant language
PHP
Stars
36.9k
Forks
5.2k
Avg merge
2d 3h
Merged PRs (30d)
713

Description

[!TIP]

Help move this idea forward
  • Use the 👍 reaction to show support for this feature.
  • Avoid commenting unless you have relevant information to add; unnecessary comments create noise for subscribers.
  • Subscribe to receive notifications about status changes and new comments.

Is your feature request related to a problem? Please describe.
Users can change config of files app: grid layout, popup on deletion...
Default values for this configs are set in this file https://github.com/nextcloud/server/blob/master/apps/files/lib/Service/UserConfig.php#L15

Describe the solution you'd like

As admin, I would like te be able to change this default config.
For example: enable folder tree by default, display popup on file deletion.

Describe alternatives you've considered

A script that set the configs if not defined.

Additional context

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 with apps/files/lib/Service/UserConfig.php, especially the existing default values referenced in the issue, and trace how Files preferences are stored and exposed to users. The work is complete when an administrator can configure defaults such as folder-tree visibility or deletion popups, while the requested behavior and handling of user-specific settings are covered.

Written by the indexing model from the issue text.

Assessment

Tech stack
php
Domain
backend
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.