summaryrefslogtreecommitdiffstats
path: root/lib/model/folders.go
AgeCommit message (Collapse)AuthorFilesLines
2017-09-22Allow to run xds-server without syncthing support.Sebastien Douheret1-16/+23
To disable synchting support, just don't declare "syncthing": {...} section in config.json file.
2017-09-18Fix syncthing binary path detection.Sebastien Douheret1-1/+1
2017-08-18Add folder synchronization status.Sebastien Douheret1-25/+80
Also add ability to force re-synchronization.
2017-08-16Moved project creation in a modal windowsSebastien Douheret1-1/+1
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-08-16Add folder interface and support native pathmap folder type.Sebastien Douheret1-0/+333
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>