From 1555ca3e192d9e59ff0595a70571917a2b480050 Mon Sep 17 00:00:00 2001 From: Scharel Date: Wed, 17 Oct 2018 14:14:16 +0200 Subject: [PATCH] Removed password Removed App-Password. The accounts I use for testing are dedicated test-accounts. The passwords are revocable and made invalid before committing any changes. There's no way to attack the server with these credentials. --- qml/harbour-nextcloudnotes.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qml/harbour-nextcloudnotes.qml b/qml/harbour-nextcloudnotes.qml index f7b23c1..6cf7500 100644 --- a/qml/harbour-nextcloudnotes.qml +++ b/qml/harbour-nextcloudnotes.qml @@ -11,9 +11,9 @@ ApplicationWindow id: appSettings path: "/apps/harbour-nextcloudnotes/settings" property string lastUpdate: qsTr("never") - property url server: "https://cloud.scharel.name" + "/index.php/apps/notes/api/v0.2/notes" + property url server: "https://127.0.0.1" + "/index.php/apps/notes/api/v0.2/notes" property string username: "test" - property string password: "9J4HQ-aq7b3-69fCY-4HpPj-69MPj" // TODO provide password before testing + property string password // TODO provide password before testing. Just use revocable passwords for testing! } property var notes: NotesApi {