Add folder synchronization status.
authorSebastien Douheret <sebastien.douheret@iot.bzh>
Thu, 17 Aug 2017 23:04:02 +0000 (01:04 +0200)
committerSebastien Douheret <sebastien.douheret@iot.bzh>
Thu, 17 Aug 2017 23:04:02 +0000 (01:04 +0200)
commit8f44cc7217ce48f3f94c8ea3f037cdf011c4493b
treea93c483370e6ad64a7440241cfb7c21beb6021ba
parent4feef5296bf3aea331fdde4cd7b94ee2322a907e
Add folder synchronization status.

Also add ability to force re-synchronization.
18 files changed:
.vscode/settings.json
lib/apiv1/apiv1.go
lib/apiv1/events.go [new file with mode: 0644]
lib/apiv1/folders.go
lib/folder/folder-interface.go
lib/folder/folder-pathmap.go
lib/model/folders.go
lib/syncthing/folder-st.go
lib/syncthing/st.go
lib/syncthing/stEvent.go [new file with mode: 0644]
lib/syncthing/stfolder.go
webapp/src/app/config/config.component.css
webapp/src/app/devel/build/build.component.html
webapp/src/app/projects/projectAddModal.component.ts
webapp/src/app/projects/projectCard.component.ts
webapp/src/app/projects/projectsListAccordion.component.ts
webapp/src/app/services/config.service.ts
webapp/src/app/services/xdsserver.service.ts