Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-27 | [bug] do not assume we got a listener | Kali Kaneko (leap communications) | |
2017-04-27 | [bug] unify logging style using class attr | Kali 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 api | Kali 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-09 | disable authentication for API | Kali Kaneko (leap communications) | |
2016-12-29 | [docs] fix typo in the header name | Kali Kaneko (leap communications) | |
2016-12-29 | [bug] avoid unicode conversion bug | Kali Kaneko (leap communications) | |
encode to ascii any parameter passed as unicode. | |||
2016-12-29 | [feature] better param error handling in rest api | Kali Kaneko (leap communications) | |
2016-12-29 | [refactor] reorganize API | Kali 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 submodule | Kali Kaneko (leap communications) | |
2016-12-29 | [refactor] remove duplication of the bitmask.js library | Kali Kaneko (leap communications) | |
2016-10-04 | [feat] list active users | Ruben Pollan | |
- Resolves: 8488 | |||
2016-09-29 | [feat] ui - allow users to change their passwords | elijah | |
2016-09-28 | [feature]Add change password command | Ruben Pollan | |
- Resolves: #8487 | |||
2016-09-22 | [pkg] rename www to ui | elijah | |
2016-09-07 | [bug] try/catch non standard statements | Kali Kaneko (leap communications) | |
2016-09-07 | [refactor] update www/app/lib/bitmask.js | Kali 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 registration | Ruben Pollan | |
- Resolves: #8400 | |||
2016-09-06 | [bug] allow webui to launch without bitmask_www package | Kali Kaneko (leap communications) | |
2016-09-06 | [pkg] package bitmask_www | Kali Kaneko (leap communications) | |
2016-09-01 | [feat] add web/js core API | Ruben 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) | |