Add folder update support and ClientData field.
authorSebastien Douheret <sebastien.douheret@iot.bzh>
Fri, 24 Nov 2017 00:28:00 +0000 (01:28 +0100)
committerSebastien Douheret <sebastien.douheret@iot.bzh>
Fri, 24 Nov 2017 00:28:00 +0000 (01:28 +0100)
commit67a7d6e46143410a5fa9cfa2554023ab7687ea34
tree6168592c5cc72a39795aa49a5683a81f2b872a19
parentd2335afe1058153a3aad27fa483499b0639e096c
Add folder update support and ClientData field.

- folder config can be updated using PUT /folders/:id route
- ClientData field of FolderConfig can be used by client to store any data (used from example by dashboard to save build settings)
.vscode/settings.json
glide.yaml
lib/apiv1/apiv1.go
lib/apiv1/events.go
lib/apiv1/folders.go
lib/folder/folder-interface.go
lib/folder/folder-pathmap.go
lib/folder/folder-st-disable.go
lib/model/folders.go
lib/syncthing/folder-st.go