Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | [docs] add simonft to authors | Kali Kaneko (leap communications) | |
2017-05-04 | [bug] Properly format string formatting | Simon Fondrie-Teitler | |
2017-05-04 | [style] wording | Kali Kaneko (leap communications) | |
2017-05-03 | [bug] include bitmask_helpers into the frozen binary | Ruben Pollan | |
The bundled version of bitmask is unable to find the bitmask_helpers binary. Let's include it as part of the frozen binary generated by pyinstaller. - Resolves: #8862 | |||
2017-05-02 | [style] remove unused imports | Ruben Pollan | |
- Resolves: #8873 | |||
2017-05-02 | [pkg] adding appdirs as dependency for manhole | Ruben Pollan | |
2017-05-02 | [bug] set a non-None value for configuration defaults | Ruben Pollan | |
None is recognized as not-default and gives an error if the searched config value is not present in the config file. This was provoking an error with manhole not being configured. | |||
2017-05-01 | [bug] remove remanents of IMAP profiling code | Ruben Pollan | |
- Resolves: #8870 | |||
2017-05-01 | [pkg] use soledad from master for bundles | Kali Kaneko (leap communications) | |
to workaround a failure that breaks client I should tag soledad 0.9.6 soonish and make everything pip-installable again | |||
2017-05-01 | [docs] update the manhole documentation | Kali Kaneko (leap communications) | |
2017-05-01 | [feature] streamline and move manhole into core | Kali Kaneko (leap communications) | |
2017-04-30 | [style] remove unused logger from vpn | Ruben Pollan | |
2017-04-27 | [style] pep8 fixes | Kali Kaneko (leap communications) | |
2017-04-27 | [tests] fix tests | Kali Kaneko (leap communications) | |
mock a renamed method. | |||
2017-04-27 | [docs] remove note about missing vpn support | Kali Kaneko (leap communications) | |
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-04-27 | [bug] wait more for pixelated to start | Kali Kaneko (leap communications) | |
2017-04-27 | [bug] migrate all failures to twisted logger | Kali Kaneko (leap communications) | |
2017-04-27 | [docs] add note about other shells for venv | Kali Kaneko (leap communications) | |
2017-04-27 | [bug] catch failures with newer twisted logger | Kali Kaneko (leap communications) | |
the migration from the stdlib python's logger to twisted logger is unable to format properly the failures unless the call is adapted - Related: #8849 | |||
2017-04-27 | [bug] use argv for the argparse prog name in the cli User | Ruben Pollan | |
- Resolves: #8829 | |||
2017-04-25 | for now, don't catch javascript errors | elijah | |
2017-04-25 | minor: fix indentation | elijah | |
2017-04-24 | [docs] update info about testing providers for vpn | Kali Kaneko (leap communications) | |
2017-04-24 | [feat] usable vpn ui | elijah | |
2017-04-21 | [docs] add note about installing haveged | Kali Kaneko (leap communications) | |
2017-04-21 | [bug] report global connecting state for vpn when user started | Kali Kaneko (leap communications) | |
- Resolves: #8850 | |||
2017-04-21 | [docs] fix phrasing about fast-forwards | Kali Kaneko (leap communications) | |
2017-04-21 | [docs] fix ref to mai lifecycle | Kali Kaneko (leap communications) | |
2017-04-21 | [docs] several doc updates | Kali Kaneko (leap communications) | |
2017-04-21 | [docs] fix pixelated deps link in docs | Kali Kaneko (leap communications) | |
2017-04-21 | [docs] add missing pre-req | Kali Kaneko (leap communications) | |
2017-04-20 | [bug] wait a bit in case the authtoken has not being written yet | Kali Kaneko (leap communications) | |
2017-04-20 | [docs] fix venv step | Kali Kaneko (leap communications) | |
2017-04-20 | [docs] complete the env documentation a bit | Kali Kaneko (leap communications) | |
2017-04-20 | [feat] add bonafide authentication event | Kali Kaneko (leap communications) | |
- Resolves: #8844 | |||
2017-04-20 | [feat] added app buttons (quit & about bitmask) | elijah | |
- Closes #8803 | |||
2017-04-20 | [bug] add icon to window | Kali Kaneko (leap communications) | |
The icon it was introduced and then deleted by mistake on the recent window refactor after pixelated integration. - Resolves: #8826 | |||
2017-04-20 | [docs] fix typo in readme | Kali Kaneko (leap communications) | |
2017-04-20 | [docs] mention logs in the readme | Kali Kaneko (leap communications) | |
2017-04-20 | [tests] run CI with bundled sqlcipher | Kali Kaneko (leap communications) | |
to workaround the lack of HAVE_USLEEP in debian packages. | |||
2017-04-20 | [bug] fix enabling of vpn service | Kali Kaneko (leap communications) | |
- Resolves: #8845 | |||
2017-04-19 | [bug] stop firewall if was failed close | Kali Kaneko (leap communications) | |
2017-04-19 | [bug] return clearer errors when no cert found | Kali Kaneko (leap communications) | |
2017-04-19 | [bug] fail if tried to stop vpn when not running | Kali Kaneko (leap communications) | |
2017-04-19 | [bug] pass along no polkit error | Kali Kaneko (leap communications) | |
2017-04-19 | [refactor] use str repr of exception | Kali Kaneko (leap communications) | |
2017-04-19 | [style] remove unused assignment | Kali Kaneko (leap communications) | |