1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-26 22:41:17 +02:00

Desktop: Add Sync Wizard dialog

This commit is contained in:
Laurent Cozic
2021-08-16 15:20:14 +01:00
parent 5c50ee9b14
commit fe4900d254
32 changed files with 701 additions and 32 deletions

View File

@@ -23,6 +23,10 @@ class SyncTargetWebDAV extends BaseSyncTarget {
return _('WebDAV');
}
static description() {
return 'The WebDAV protocol allows users to create, change and move documents on a server. There are many WebDAV compatible servers, including SeaFile, Nginx or Apache.';
}
async isAuthenticated() {
return true;
}