Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-01-28 | Minor Cleanup | 2 | -12/+14 | ||
2016-01-27 | Handle Error Modal on upload | 13 | -381/+71 | ||
2016-01-25 | Cosmetic fixes | 3 | -11/+13 | ||
2016-01-25 | First version | 82 | -203/+5379 | ||
2016-01-22 | Initial commit | 2 | -0/+203 | ||
2016-01-07 | Update README.md (screenshot, target instructions) | 1 | -2/+9 | ||
Added: - screenshot ; - instructions to run afb-daemon on target. Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh> | |||||
2016-01-05 | Add "dist.prod" directory, modify .gitignore | 34 | -2/+34 | ||
"dist.prod" is a snapshot of compiled application ; it is useful for demos, and because compiling AngularJS code (using npm, gulp...) within Yocto means lots of efforts for little gain. Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh> | |||||
2015-12-29 | Switch TokenRefresh to HTTP GET | 2 | -4/+4 | ||
We are doing HTTP POST calls with no data in TokenRefresh widget, which is time-consuming and can lead to crashes with libmicrohttpd > 0.9.30. Use HTTP GETs instead. Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh> | |||||
2015-12-23 | Added Autolog to TokenRefresh Widget | 4 | -25/+55 | ||
2015-12-22 | small bugs | 1 | -1/+1 | ||
2015-12-21 | Fixed Warning | 2 | -8/+9 | ||
2015-12-21 | Few hack for Post | 2 | -3/+6 | ||
2015-12-20 | Fixed valid/invalid status for app | 4 | -81/+22 | ||
2015-12-20 | Implemented client upload with rangeslider and zip open | 1 | -0/+1 | ||
2015-12-20 | Implemented client upload with rangeslider and zip open | 25 | -188/+1204 | ||
2015-12-17 | Activated Token-Refresh Monitoring | 1 | -2/+2 | ||
2015-12-17 | Cleanup | 3 | -5/+6 | ||
2015-12-16 | Added AFB monitoring and token auto-refresh | 4 | -14/+23 | ||
2015-12-16 | Work in Progress | 10 | -6/+142 | ||
2015-12-16 | Doc | 3 | -5/+5 | ||
2015-12-16 | Add the app!!! | 55 | -2/+3148 | ||
2015-12-16 | Add Netbeans Project | 2 | -0/+45 | ||
2015-12-16 | Doc | 1 | -5/+8 | ||
2015-12-16 | Doc | 1 | -10/+10 | ||
2015-12-16 | Initial Version. Support both AfbDaemon & Backend Mock server. | 7 | -2/+695 | ||
2015-12-09 | Initial commit | 1 | -0/+2 | ||