summaryrefslogtreecommitdiffstats
path: root/afm-client/app
AgeCommit message (Collapse)AuthorFilesLines
2016-02-15Added runmode=remote|localFulup Ar Foll1-2/+3
2016-02-15Update runnable list after uninstallFulup Ar Foll2-8/+11
2016-02-15appli: integrates mode local/remoteJosé Bollo1-3/+5
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
2016-02-12Fixed Mutiple AutoStart Call and Refresh TokenFulup Ar Foll2-5/+5
2016-02-12Fixed Mutiple AutoStart Call & added Application Menu ContextFulup Ar Foll3-15/+37
2016-02-11fix iconsJosé Bollo2-2/+2
Change-Id: I1ba856464a12fb83fb29bc35415a0bb8371b2669 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
2016-02-11added installJosé Bollo2-3/+14
Change-Id: I38b58d9cc8843fdfed557b4e3e15d1462710e2e7 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
2016-02-10app.js: avoid ambiguityJosé Bollo1-1/+1
Writing: "conf ? expr : var = item;" is wrong because = has lower priority than ?:. It is in fact evaluated as: "(conf ? expr : var) = item;" Change-Id: I876b67b80c9285356d82bcc1c87795a97a501c86 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
2016-02-09CleanupFulup Ar Foll1-3/+6
2016-02-09Implemented URL query parsing for initial token /opa/?token=abcdeFulup Ar Foll2-4/+10
2016-01-28AppliButton: fixup terminate actionYannick Gicquel1-1/+1
'stop' is used to put apps in pause, and 'cont' to unpause them. to exit an app, 'terminate' has been choosen Signed-off-by: Yannick Gicquel <yannick.gicquel@iot.bzh>
2016-01-28Fix call to afm-main install function after uploadManuel Bachmann1-1/+1
Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
2016-01-28Update INFO+StopFulup Ar Foll2-10/+51
2016-01-28Update JSON APIFulup Ar Foll3-29/+49
2016-01-28Update CommentFulup Ar Foll1-2/+2
2016-01-28Minor CleanupFulup Ar Foll2-12/+14
2016-01-27Handle Error Modal on uploadFulup Ar Foll13-381/+71
2016-01-25Cosmetic fixesFulup Ar Foll3-11/+13
2016-01-25First versionFulup Ar Foll73-0/+4632