summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/core/web
AgeCommit message (Collapse)Author
2017-04-27[bug] do not assume we got a listenerKali Kaneko (leap communications)
2017-04-27[bug] unify logging style using class attrKali Kaneko (leap communications)
I changed most of the logger statements to use a class attribute, in this way it's easier to identify which class it's logging them. in some cases I leave a module-level logger, when we're either using functions or when the module it's too small. at the same time I did a general review and cleanup of the logging statements.
2017-02-24[feature] require authentication token for apiKali Kaneko (leap communications)
implements a global auth token for the app. this token is written to .config/leap/authtoken, and passed to the anchor part of the landing URI when opening the index resource by the browser. - Resolves: #8765
2017-02-09disable authentication for APIKali Kaneko (leap communications)
2016-12-29[docs] fix typo in the header nameKali Kaneko (leap communications)
2016-12-29[bug] avoid unicode conversion bugKali Kaneko (leap communications)
encode to ascii any parameter passed as unicode.
2016-12-29[feature] better param error handling in rest apiKali Kaneko (leap communications)
2016-12-29[refactor] reorganize APIKali Kaneko (leap communications)
so that whitelisting doesn't have to peek into the data. added more documentation and some tests stubs too.
2016-12-29[refactor] move web service to its own submoduleKali Kaneko (leap communications)
2016-12-29[refactor] remove duplication of the bitmask.js libraryKali Kaneko (leap communications)
2016-10-04[feat] list active usersRuben Pollan
- Resolves: 8488
2016-09-29[feat] ui - allow users to change their passwordselijah
2016-09-28[feature]Add change password commandRuben Pollan
- Resolves: #8487
2016-09-22[pkg] rename www to uielijah
2016-09-07[bug] try/catch non standard statementsKali Kaneko (leap communications)
2016-09-07[refactor] update www/app/lib/bitmask.jsKali Kaneko (leap communications)
- fix a typo - Mantaining two copies looks like a very bad idea. I'll probably make this a symlink.
2016-09-07[feat] Add manual provider registrationRuben Pollan
- Resolves: #8400
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] 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
2016-08-30[pkg] initial migration of bitmask.{core,cli}Kali Kaneko (leap communications)