Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-30 | [bug] change status on ui too | Kali Kaneko | |
2017-08-24 | [bug] update the UI to the new mail.get_token API | Ruben Pollan | |
Thanks to @simonft for all the help. - Resolves: #8980 | |||
2017-08-08 | [bug] Add "show" option to modal in confirmation component | Simon Fondrie-Teitler | |
Defaults to True. Without it, the confirmation modal doesn't show and you aren't able to remove a provider from the list. | |||
2017-07-28 | [bug] fix uri for reporting issues | Kali Kaneko | |
2017-05-22 | [refactor] refactor and add tests for Center and Confirmation | Simon Fondrie-Teitler | |
As a couple of initial, example tests, Center and Confirmation were refactored and tests were set up and added with mocha, enzyme and chai. Spinner was also refactored. | |||
2017-05-19 | [bug] Don't update VPN status component for wrong domain | Simon Fondrie-Teitler | |
Previously, if the active VPN was in the connecting state and the VPN status component for another account was rendered the status for the new account would show as connecting. This was because it didn't check the domain returned from the status endpoint when parsing the returned data and setting "connecting" as the status. We can safely assume that a non active VPN is in the "down" state, so that's what this commit does. | |||
2017-05-19 | [bug] fix flex styling for vpn indicator | Simon Fondrie-Teitler | |
The version of webkit we're using doesn't understand display: flex, instead it needs display: -webkit-flex. | |||
2017-05-16 | [feat] add icon to account list indicating account with active VPN | Simon Fondrie-Teitler | |
This adds a lock icon to the account list next to the account with the currently active VPN. The icon is green if the VPN is connected, yellow if the VPN is connectiong, and red in any other case. - Resolves: #8853 | |||
2017-05-04 | [feat] Go to first open line when enter is pressed | Simon Fondrie-Teitler | |
When filling out the signup or login pages, and when adding an additional service provider, the enter key will trigger the submit action. When on the choose provider page, enter will take you to the next page. - Resolves: #8841 | |||
2017-05-04 | [style] wording | Kali Kaneko (leap communications) | |
2017-04-25 | minor: fix indentation | elijah | |
2017-04-24 | [feat] usable vpn ui | elijah | |
2017-04-20 | [feat] added app buttons (quit & about bitmask) | elijah | |
- Closes #8803 | |||
2017-03-15 | [feat] minimal vpn ui | elijah | |
2017-03-15 | [feat] minimal addressbook ui | elijah | |
2017-03-05 | [bug] disable addressbok | Kali Kaneko (leap communications) | |
- Related: #8792 | |||
2017-03-05 | [feature] add pixelated button to UI | Kali Kaneko (leap communications) | |
this button will call the exported qt method to open a new window | |||
2017-03-04 | [bug] provide email address to the bitmask.mail.status call | Ruben Pollan | |
2017-02-28 | [bug] correctly determine available services in the ui | elijah | |
2017-02-24 | [bug] update UI to use current API | elijah | |
2017-02-24 | [feature] Update bitmask.js to use authtoken | elijah | |
2017-01-10 | [bug] For now, disable UI for supporting multiple accounts. It does not ↵ | elijah | |
currently work with API tokens. | |||
2016-12-29 | [feature] add support for authenticated API to bitmask.js | elijah | |
2016-11-08 | ui: disable account remove button when appropriate | elijah | |
2016-11-08 | ui: auto-initialize provider when logging in from the greeter | elijah | |
2016-11-08 | ui: allow removing accounts | elijah | |
2016-11-07 | ui: add initial addressbook panel | elijah | |
2016-10-07 | [minor] ui - remove unused code | elijah | |
2016-10-07 | [feat] ui - add support for sign up with invite code | elijah | |
2016-10-06 | [feat] ui - email status section | elijah | |
2016-09-29 | [feat] ui - allow users to change their passwords | elijah | |
2016-09-29 | [feat] ui - improved account list, show multiple login sessions | elijah | |
2016-09-29 | [bug] Display language and services correctly in provider wizard | elijah | |
2016-09-22 | [feat] the setup wizard for the new ui | elijah | |
2016-09-22 | [pkg] rename www to ui | elijah | |