Skip to content

Add WebDAV URL visibility in user profile#118

Draft
Copilot wants to merge 5 commits intomainfrom
copilot/add-webdav-address-info
Draft

Add WebDAV URL visibility in user profile#118
Copilot wants to merge 5 commits intomainfrom
copilot/add-webdav-address-info

Conversation

Copy link
Copy Markdown

Copilot AI commented Feb 15, 2026

Users couldn't find their WebDAV server URL despite WebDAV being fully implemented. Added discovery path through profile UI.

Changes

Profile page (static/profile.html)

  • Added WebDAV Connection section displaying dynamically generated server URL
  • Clipboard copy button using Navigator Clipboard API
  • Link to platform-specific setup guide

Setup guide (static/webdav-setup.html)

  • Platform-specific connection instructions (Windows, macOS, Linux, iOS, Android)
  • Troubleshooting for common issues (Registry edits, file size limits, auth configuration)

Documentation (README.md)

  • Moved WebDAV from roadmap to current features

Security & Accessibility

  • XSS prevention: DOM methods (createElement, textContent) instead of innerHTML for user-controlled content
  • Link security: rel="noopener noreferrer" on external links
  • Semantic HTML: Proper <kbd> tag usage for keyboard shortcuts
  • ARIA labels for screen reader support

Screenshots

Profile page WebDAV section:
WebDAV Connection

Setup guide:
Setup Guide

Original prompt

This section details on the original issue you should resolve

<issue_title>Webdav address</issue_title>
<issue_description>Where can I find my webdav address?</issue_description>

Comments on the Issue (you are @copilot in this section)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI and others added 4 commits February 15, 2026 14:50
Co-authored-by: DioCrafts <58851263+DioCrafts@users.noreply.github.com>
…uplication

Co-authored-by: DioCrafts <58851263+DioCrafts@users.noreply.github.com>
…tics, add link indicators

Co-authored-by: DioCrafts <58851263+DioCrafts@users.noreply.github.com>
… to kbd shortcuts

Co-authored-by: DioCrafts <58851263+DioCrafts@users.noreply.github.com>
Copilot AI changed the title [WIP] Add documentation for finding WebDAV address Add WebDAV URL visibility in user profile Feb 15, 2026
Copilot AI requested a review from DioCrafts February 15, 2026 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Webdav address

2 participants