summaryrefslogtreecommitdiff
path: root/ui/app/lib
AgeCommit message (Collapse)Author
2018-01-06[bug] send the user id in msg_status commandRuben Pollan
2017-12-20[feat] Add msg_status call to the mail APIRuben Pollan
To get the status of a single message providing it's mailbox and message-id. For now it only returns encryption/signature status. - Resolves: #6914
2017-12-17[feat] Add support for calling bitmask.js from Firefox/ThunderbirdSukhbir Singh
- To be able to call bitmask.js from Thunderbird (for the Bitmask Thunderbird extension), we need to set `api_url' and also read the `authtoken' file from disk. This commit adds support for that and restricts the changes by using window.location.protocol. - Add function for fetching bitmaskd status. Signed-off-by: Ruben Pollan <meskio@sindominio.net>
2017-10-26[feat] add fetch key by fingerprint to keymanagerRuben Pollan
- Resolves: #9023
2017-09-01[bug] missing commaKali Kaneko
2017-08-31[feat] expose an API to set/get/list gateway preferencesRuben Pollan
- Related: #9010
2017-08-24[bug] update the UI to the new mail.get_token APIRuben Pollan
Thanks to @simonft for all the help. - Resolves: #8980
2017-08-24[feat] remove active user from get_tokenRuben Pollan
We need to update the UI to use the new API. - Resolves: #8974
2017-08-24[feat] add a mock mixnet_status call to the APIRuben Pollan
For now we say it will be mixed on every request if the mixnet is enabled. We might want a better mock in the future. - Resolves: #8972
2017-06-15[feat] Add a 'fetch' flag to key exportRuben Pollan
If is set keyamanger will try to discover and download the key. - Resolves: #8821
2017-04-24[feat] usable vpn uielijah
2017-04-16[bug] fix typo in js librarykwadronaut
Signed-off-by: kwadronaut <kwadronaut@leap.se> Signed-off-by: Ruben Pollan <meskio@sindominio.net>
2017-04-12[bug] fix typo on js libraryKali Kaneko (leap communications)
2017-04-03[feat] add a check for the installation of the helpers to the APIRuben Pollan
- Resolves: #8786
2017-04-03[feat] expose core.version and core.stop in the js APIRuben Pollan
- Resolves: #8802
2017-03-03[feat] get VPN params from eip-service.jsonRuben Pollan
Instead of hardcoding them in the code.
2017-03-03[feat] add mail enable/disable to bitmask.jsRuben Pollan
- Resolves: #8782
2017-03-03[feat] add VPN API to bitmask.jsRuben Pollan
- Resolves: #8779
2017-03-03[feat] mail status will only work for a valid useridRuben Pollan
We used to return the system status if no userid is provided. We don't do it anymore, now is only userid based. - Resolves: #8785
2017-02-24[feature] Update bitmask.js to use authtokenelijah
2017-02-23[feat] eliminate the active user from bonafideRuben Pollan
Active user is now only a concept of the cli. For it we add a ~/.config/leap/bitmaskctl.cfg file. - Resolves: #8769
2017-02-09[feat] add account based keymanagement APIRuben Pollan
- Resolves: #8755
2017-02-09[feat] Get more detailed status report for emailRuben Pollan
- Resolves: #8754
2016-12-29[feature] add support for authenticated API to bitmask.jselijah
2016-12-29[refactor] slice the js library after api changesKali Kaneko (leap communications)
2016-11-07ui: add initial addressbook panelelijah
2016-10-07[feat] ui - add support for sign up with invite codeelijah
2016-10-06[feat] ui - log all events to console, for now.elijah
2016-10-04[feat] list active usersRuben Pollan
- Resolves: 8488
2016-09-29[feat] ui - allow users to change their passwordselijah
2016-09-29[bug] Display language and services correctly in provider wizardelijah
2016-09-28[feature]Add change password commandRuben Pollan
- Resolves: #8487
2016-09-22[pkg] rename www to uielijah