Merge branch 'main' into copilot/refactor-template-localization

This commit is contained in:
Christian Krakau-Louis
2026-03-12 12:44:33 +01:00
committed by GitHub
120 changed files with 25599 additions and 1790 deletions
+1
View File
@@ -524,6 +524,7 @@
<option value="webdav" {% if storage_provider == "webdav" %}selected{% endif %}>WebDAV</option>
<option value="ftp" {% if storage_provider == "ftp" %}selected{% endif %}>FTP</option>
<option value="sftp" {% if storage_provider == "sftp" %}selected{% endif %}>SFTP</option>
<option value="icloud" {% if storage_provider == "icloud" %}selected{% endif %}>iCloud Drive</option>
</select>
</div>