<!-- Have a security concern? Please report potential security issues via our HackerOne program (https://hackerone.com/nextcloud) instead of filing a public GitHub issue. See our security policy: https://nextcloud.com/security/ --> <!-- Thanks for taking the time to suggest improvements to Nextcloud! Use this form to request features or propose enhancements. Guidelines: * Please search existing issues first; your idea may already have been discussed or implemented. * This repository (https://github.com/nextcloud/server/issues) is only for issues within the Nextcloud Server code. This includes shipped apps such as Files, DAV, Encryption, External Storage, Sharing, Deleted Files, Versions, Federation, and LDAP. * Issues for other components should be reported in their respective repositories in the Nextcloud GitHub organization: https://github.com/nextcloud/ * Nextcloud is an open source project backed by Nextcloud GmbH. Many contributors are volunteers and primarily focus on issues affecting home users. Paid engineers prioritize customer-reported issues and critical defects. * This is the development issue tracker. Please do NOT use it for support questions or help diagnosing your installation. - For community/user help: https://help.nextcloud.com - For professional / large deployment support options: https://nextcloud.com/support --> <!-- Please keep the note below for other contributors --> > [!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. --- <!-- DO NOT EDIT ABOVE THIS LINE --> **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** <!-- Provide a clear and concise description of what you want to happen. --> 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** <!-- Provide a clear and concise description of any alternative solutions or features you've considered. --> A script that set the configs if not defined. **Additional context** <!-- Add any other context or screenshots related to the feature request here. -->
Tip
Help move this idea forward
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