summaryrefslogtreecommitdiffstats
path: root/lib/apiv1/folders.go
AgeCommit message (Collapse)AuthorFilesLines
2017-11-29Refit source files to have a public xs-apiv1 lib package.Sebastien Douheret1-131/+0
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-11-24Add folder update support and ClientData field.Sebastien Douheret1-0/+24
- 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)
2017-11-06Added short project ID name support if not ambiguous.Sebastien Douheret1-5/+17
2017-10-17Create xds-project.conf file on folder creation.Sebastien Douheret1-0/+22
2017-08-18Add folder synchronization status.Sebastien Douheret1-1/+15
Also add ability to force re-synchronization.
2017-08-16Add folder interface and support native pathmap folder type.Sebastien Douheret1-27/+9
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-06-26Use xds-common go library.Sebastien Douheret1-1/+1
2017-05-17Auto start Syncthing and Syncthing-inotify.Sebastien Douheret1-2/+2
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-05-11Initial main commit.Sebastien Douheret1-0/+77
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>