summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/core/_web.py
AgeCommit message (Collapse)Author
2016-10-03[bug] use correct twisted log api for warningsdrebs
2016-09-27[pkg] some bundling hacksKali Kaneko (leap communications)
2016-09-22[pkg] bitmask_js => leap.bitmask_jselijah
2016-09-22[pkg] fix www (aka bitmask_js) when run in "development mode"elijah
this change allows you to edit the js and have the changes reflected immediately in the app.
2016-09-20[style] pep8 cleanupKali Kaneko (leap communications)
2016-09-06[feat] add webui command: enable/disable/statusKali Kaneko (leap communications)
2016-09-06[bug] allow webui to launch without bitmask_www packageKali Kaneko (leap communications)
2016-09-06[pkg] package bitmask_wwwKali Kaneko (leap communications)
2016-09-01[feat] added initial bitmask_js (WIP)elijah
2016-09-01[feat] add web/js core APIRuben Pollan
Implements http REST API for the core and bitmask.js generic library to use this API. For events it uses long polling. - Resolves: #8265