From e8d2456701f63e9a74268be09b3f651df5da276a Mon Sep 17 00:00:00 2001 From: retoor Date: Thu, 13 Nov 2025 19:56:41 +0000 Subject: [PATCH] feat: replace markdown legal links with html pages and add full html templates for all eight policies Replace all eight footer legal links from .md to .html extensions in mywebdav-app.js and create corresponding HTML documents for privacy policy, data processing agreement, terms of service, cookie policy, security policy, compliance statement, data portability & deletion policy, and contact & complaint mechanism, each with placeholder content and back navigation. --- static/js/components/mywebdav-app.js | 32 +++---- static/legal/compliance_statement.html | 25 +++++ static/legal/contact_complaint_mechanism.html | 25 +++++ static/legal/cookie_policy.html | 55 +++++++++++ .../data_portability_deletion_policy.html | 25 +++++ static/legal/data_processing_agreement.html | 25 +++++ static/legal/privacy_policy.html | 95 +++++++++++++++++++ static/legal/security_policy.html | 25 +++++ static/legal/terms_of_service.html | 68 +++++++++++++ 9 files changed, 359 insertions(+), 16 deletions(-) create mode 100644 static/legal/compliance_statement.html create mode 100644 static/legal/contact_complaint_mechanism.html create mode 100644 static/legal/cookie_policy.html create mode 100644 static/legal/data_portability_deletion_policy.html create mode 100644 static/legal/data_processing_agreement.html create mode 100644 static/legal/privacy_policy.html create mode 100644 static/legal/security_policy.html create mode 100644 static/legal/terms_of_service.html diff --git a/static/js/components/mywebdav-app.js b/static/js/components/mywebdav-app.js index 0057bee..a8c229e 100644 --- a/static/js/components/mywebdav-app.js +++ b/static/js/components/mywebdav-app.js @@ -104,14 +104,14 @@ export class MyWebdavApp extends HTMLElement {