From ca5a757fab6de89ff0ee49983797e136c2b2a747 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Mon, 25 Feb 2019 15:27:54 +0100 Subject: Show webdav endpoint in settings and welcome page --- frontend/index.html | 4 +++- frontend/js/app.js | 1 + frontend/welcome.html | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/frontend/index.html b/frontend/index.html index 8cea7b9..76b10e1 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -62,8 +62,10 @@ Public Folder Listing - + + WebDAV Endpoint + {{ origin }}/_webdav/ About Logout diff --git a/frontend/js/app.js b/frontend/js/app.js index 22d203b..9a6251b 100644 --- a/frontend/js/app.js +++ b/frontend/js/app.js @@ -259,6 +259,7 @@ var app = new Vue({ data: { ready: false, busy: false, + origin: window.location.origin, uploadStatus: { busy: false, count: 0, diff --git a/frontend/welcome.html b/frontend/welcome.html index f125c1b..3523c49 100644 --- a/frontend/welcome.html +++ b/frontend/welcome.html @@ -13,7 +13,7 @@

Surfer

- Manage your files in your browser or use the commandline tool. + Manage your files in your browser, use the commandline tool or connect via WebDAV.



-- cgit v1.2.3