summaryrefslogtreecommitdiffstats
path: root/afm-client
AgeCommit message (Collapse)AuthorFilesLines
2016-02-15Added runmode=remote|localFulup Ar Foll2-4/+5
2016-02-15Update runnable list after uninstallFulup Ar Foll4-11/+14
2016-02-15appli: integrates mode local/remoteJosé Bollo3-7/+9
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é Bollo3-4/+4
Change-Id: I1ba856464a12fb83fb29bc35415a0bb8371b2669 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
2016-02-11added installJosé Bollo3-5/+16
Change-Id: I38b58d9cc8843fdfed557b4e3e15d1462710e2e7 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
2016-02-10synchronize with sourcesJosé Bollo4-5/+3
After modifying sources, gulp must be used using the command: gulp build-app-prod That regenerates dist.prod/opa/AFBclient.min.js I ran it and removed artefacts of dist.prod/sessions Change-Id: If2a501291fcbd246727906205c46649fa2abce24 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 Foll4-4/+12
2016-01-28Update "dist.prod"Manuel Bachmann1-2/+2
Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
2016-01-28readme: fixup typoYannick Gicquel1-2/+2
Signed-off-by: Yannick Gicquel <yannick.gicquel@iot.bzh>
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 Bachmann2-3/+3
Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
2016-01-28Update "dist.prod" for "Update INFO+Stop"Manuel Bachmann1-2/+2
Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
2016-01-28Update INFO+StopFulup Ar Foll2-10/+51
2016-01-28Update JSON APIFulup Ar Foll635-33/+126722
2016-01-28Update CommentFulup Ar Foll1-2/+2
2016-01-28Add "dist.prod" directory, modify .gitignoreManuel Bachmann39-2/+33
"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>
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 Foll82-203/+5379
2016-01-22Initial commitFulup Ar Foll2-0/+203