From 80fc238bece3400c7b6349ddc3aad49b068f0ff1 Mon Sep 17 00:00:00 2001 From: Simon Frei Date: Fri, 12 Feb 2021 22:51:29 +0100 Subject: [PATCH] all: Automatic/disabled folder-config when receive-encrypted (#7327) --- go.mod | 1 - gui/default/index.html | 2 +- .../syncthing/core/syncthingController.js | 24 +- .../syncthing/folder/editFolderModalView.html | 2 +- gui/default/untrusted/index.html | 4 +- .../syncthing/core/syncthingController.js | 45 +++- .../syncthing/folder/editFolderModalView.html | 8 +- lib/config/folderconfiguration.go | 4 + lib/db/observed.go | 7 +- lib/db/structs.pb.go | 220 ++++++++++-------- lib/model/model.go | 25 +- lib/model/model_test.go | 4 +- proto/lib/db/structs.proto | 5 +- 13 files changed, 221 insertions(+), 130 deletions(-) diff --git a/go.mod b/go.mod index e89c8c520..4618e3b4b 100644 --- a/go.mod +++ b/go.mod @@ -48,7 +48,6 @@ require ( golang.org/x/sys v0.0.0-20201101102859-da207088b7d1 golang.org/x/text v0.3.4 golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e - google.golang.org/protobuf v1.23.0 ) go 1.14 diff --git a/gui/default/index.html b/gui/default/index.html index 300951fcb..c9aeb07b4 100644 --- a/gui/default/index.html +++ b/gui/default/index.html @@ -250,7 +250,7 @@