summaryrefslogtreecommitdiffstats
path: root/afm-client/app/Frontend
AgeCommit message (Collapse)AuthorFilesLines
2016-05-29Fix runmodeFulup Ar Foll1-3/+3
2016-05-29Update client window exitFulup Ar Foll1-2/+2
2016-05-29Clean up to prepare new version of APIFulup Ar Foll4-66/+104
2016-04-15update to afb-daemon evolutionsJosé Bollo3-7/+7
- change the jtype - names uploaded widgets 'widget' Change-Id: I4634f71f820ba9c6619d944dd68b0238ed649a23 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
2016-02-17Fix Modal Info PopupFulup Ar Foll2-16/+18
2016-02-17Implement closing windows of remote launchsFulup Ar Foll2-3/+8
Change-Id: Ibcaa672271b1da94dd87291ea0531b5c520fa373
2016-02-16Fixed BeforeUnload Binder Call in ProdModeFulup Ar Foll2-5/+7
2016-02-15Updated TokenRefresh and AppConfigFulup Ar Foll2-37/+32
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 Foll1-4/+4
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 Foll1-10/+34
2016-01-28Update JSON APIFulup Ar Foll2-22/+40
2016-01-28Update CommentFulup Ar Foll1-2/+2
2016-01-28Minor CleanupFulup Ar Foll1-6/+8
2016-01-27Handle Error Modal on uploadFulup Ar Foll13-381/+71
2016-01-25Cosmetic fixesFulup Ar Foll3-11/+13
2016-01-25First versionFulup Ar Foll65-0/+4184