Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-02-10 | app.js: avoid ambiguity | José Bollo | 1 | -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-09 | Cleanup | Fulup Ar Foll | 1 | -3/+6 | |
2016-02-09 | Implemented URL query parsing for initial token /opa/?token=abcde | Fulup Ar Foll | 1 | -2/+8 | |
2016-01-27 | Handle Error Modal on upload | Fulup Ar Foll | 1 | -1/+0 | |
2016-01-25 | First version | Fulup Ar Foll | 1 | -0/+64 | |