Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-11-06 | Fixed folder ID and label generation. | Sebastien Douheret | 1 | -1/+5 | |
Folder ID is now a simple uuid (without sub-string of label) | |||||
2017-11-06 | Add Server UUID and use it build CmdID. | Sebastien Douheret | 1 | -1/+1 | |
2017-11-06 | Kill right Syncthing (same url) in DEBUG mode | Sebastien Douheret | 2 | -10/+11 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-11-06 | Bump Syncthing 0.14.38 | Sebastien Douheret | 1 | -5/+5 | |
2017-11-06 | Fix syncthing logger | Sebastien Douheret | 1 | -5/+5 | |
2017-11-06 | Cleanup and improvements | Sebastien Douheret | 2 | -3/+0 | |
- Save server data into file - FolderType is now a string - cleanup useless code Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-10-17 | Delete folders on disk (Server side and for Syncthing folder only) | Sebastien Douheret | 1 | -1/+10 | |
2017-10-12 | Used non default syncthing port to avoid confict. | Sebastien Douheret | 1 | -1/+1 | |
2017-09-18 | Fix syncthing binary path detection. | Sebastien Douheret | 1 | -11/+21 | |
2017-09-13 | Set install dir to /opt/AGL and move conf to $HOME/.xds-server | Sebastien Douheret | 1 | -1/+1 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-08-29 | Fixed path convertion/mapping for in/out and for command args. | Sebastien Douheret | 1 | -1/+24 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-08-24 | Take care of ST connection lost in ST event monitor. | Sebastien Douheret | 2 | -6/+33 | |
2017-08-24 | Redirect HTTP and Gin server logs into a file (xds-server-verbose.log). | Sebastien Douheret | 1 | -1/+4 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-08-18 | Add folder synchronization status. | Sebastien Douheret | 4 | -8/+331 | |
Also add ability to force re-synchronization. | |||||
2017-08-16 | Add folder interface and support native pathmap folder type. | Sebastien Douheret | 3 | -54/+216 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-06-26 | Use xds-common go library. | Sebastien Douheret | 1 | -1/+1 | |
2017-06-23 | Prevent Syncthing auto-upgrade and restart. | Sebastien Douheret | 1 | -0/+2 | |
2017-06-20 | Remove duplicate fields and set default SDK dir. | Sebastien Douheret | 1 | -1/+1 | |
- Removed duplicate fields between Config and FileConfig - set /xdt/sdk as default SDK directory | |||||
2017-05-27 | Wait folder insync before sending exit event. | Sebastien Douheret | 1 | -0/+90 | |
By default wait folder insync. Set ExitImmediate param to true to send exit event immedialty without waiting folder synchronization. | |||||
2017-05-22 | Allow to set Syncthing rescanInterval parameter. | Sebastien Douheret | 1 | -0/+4 | |
2017-05-18 | Add Cross SDKs support (part 2) | Sebastien Douheret | 2 | -11/+5 | |
2017-05-17 | Use autogenerated Synchting apikey. | Sebastien Douheret | 1 | -3/+24 | |
Except if gui-apikey is set in config.json file. Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-05-17 | Add SDKs support. | Sebastien Douheret | 1 | -5/+41 | |
Don't allow to install SDKs through XDS for now. Only probe existing SDKs that have been manually installed using scripts/agl/install-agl-sdks.sh. Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-05-17 | Auto start Syncthing and Syncthing-inotify. | Sebastien Douheret | 1 | -14/+190 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-05-11 | Initial main commit. | Sebastien Douheret | 2 | -0/+192 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> |