summaryrefslogtreecommitdiffstats
path: root/lib/folder
AgeCommit message (Collapse)AuthorFilesLines
2017-11-29Refit source files to have a public xs-apiv1 lib package.Sebastien Douheret3-346/+0
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-11-24Add folder update support and ClientData field.Sebastien Douheret3-0/+21
- 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-06Fixed folder ID and label generation.Sebastien Douheret3-5/+15
Folder ID is now a simple uuid (without sub-string of label)
2017-11-06Add sanity check on pathmap folder creation.Sebastien Douheret2-12/+38
2017-11-06Cleanup and improvementsSebastien Douheret1-6/+5
- Save server data into file - FolderType is now a string - cleanup useless code Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-09-22Allow to run xds-server without syncthing support.Sebastien Douheret1-0/+82
To disable synchting support, just don't declare "syncthing": {...} section in config.json file.
2017-08-29Fixed path convertion/mapping for in/out and for command args.Sebastien Douheret2-1/+26
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-08-18Add folder synchronization status.Sebastien Douheret2-6/+32
Also add ability to force re-synchronization.
2017-08-16Moved project creation in a modal windowsSebastien Douheret1-5/+15
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-08-16Add folder interface and support native pathmap folder type.Sebastien Douheret2-0/+147
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>