diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2024-07-16 12:39:29 +0200 |
---|---|---|
committer | Ferdinand Thiessen <opensource@fthiessen.de> | 2024-07-17 16:17:14 +0200 |
commit | 0936af996013ab07fe845fb852b80b3ab1d536f0 (patch) | |
tree | 35af0615e55836c53c149b2884e2cde10d8409b5 /apps/files/templates | |
parent | 19ba872e9aae98686ad61acd543f9945d8577797 (diff) | |
download | nextcloud-server-0936af996013ab07fe845fb852b80b3ab1d536f0.tar.gz nextcloud-server-0936af996013ab07fe845fb852b80b3ab1d536f0.zip |
feat(files): Allow to configure Windows filename compatibility in the settings
This adds an admin setting to toggle Windows filename compatibility.
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de>
Co-authored-by: Louis <louis@chmn.me>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Diffstat (limited to 'apps/files/templates')
-rw-r--r-- | apps/files/templates/settings-personal.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/files/templates/settings-personal.php b/apps/files/templates/settings-personal.php index 06ea218f3b0..0ca3846d699 100644 --- a/apps/files/templates/settings-personal.php +++ b/apps/files/templates/settings-personal.php @@ -4,9 +4,6 @@ * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors * SPDX-License-Identifier: AGPL-3.0-or-later */ - -script(\OCA\Files\AppInfo\Application::APP_ID, 'personal-settings'); - ?> <div id="files-personal-settings" class="section"> </div> |