aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/tests/AdvancedCapabilitiesTest.php
Commit message (Collapse)AuthorAgeFilesLines
* feat(files): Add capability for clients to check WCF statefeat/add-wcf-capFerdinand Thiessen2025-03-181-0/+47
This adds a non-initial-state capability for the windows-compatibile-filemnames feature. It is not required by the webui and it might have performance impacts (always compares system config against windows presets), so it is not included in every page load, but instead for querying from the clients. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>