Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-15 | [bug] rename mail get-token commands | Kali Kaneko | |
otherwise the command cannot be dispatched. return dicts instead of strings too. | |||
2016-07-21 | [refactor] minor refactoring for consistency | Kali Kaneko | |
2016-07-06 | [refactor] beautify cli output | Kali Kaneko | |
2016-07-06 | [refactor] rename printer callback | Kali Kaneko | |
2016-07-06 | [refactor] rename cli entrypoint | Kali Kaneko | |
2016-07-06 | [style] ignore pep8 errors on imports | Kali Kaneko | |
2016-07-03 | [feat] use subcommands in the cli | Ruben Pollan | |
Reorganize all the commands to don't use '--' but parse each subcommand separately. | |||
2016-07-03 | [feat] add keys from the bitmask cli | Ruben Pollan | |
- Resolves: #7965 | |||
2016-07-03 | [feat] add support for private keys into bitmask cli | Ruben Pollan | |
2016-07-03 | [feat] add delete key command to the cli | Ruben Pollan | |
2016-07-03 | [feat] print list of keys nicely in the cli | Ruben Pollan | |
2016-07-03 | [feat] implement key export | Ruben Pollan | |
2016-07-03 | [feat] use SubCommand for the keys dispatcher | Ruben Pollan | |
- Related: #7965 | |||
2016-07-03 | [bug] use the base clase to add the instance to the KeymanagerContainer | Ruben Pollan | |
2016-07-03 | [bug] stop the reactor on error for the mail command | Ruben Pollan | |
2016-07-03 | [feat] use one single mail_auth token instead of imap/smtp tokens | Ruben Pollan | |
The core was not addapted to the mail_auth token. | |||
2016-07-03 | [feat] handle keymanager version errors | Ruben Pollan | |
If the keymanager documents are not supported, mostly because they are created by a newer version of keymanager, fail gracefully. - Related: #8165 | |||
2016-06-06 | [pkg] bump version compat on keymanager | Kali Kaneko | |
2016-05-24 | [feat] use active addresses in the key listing | Ruben Pollan | |
- Related: #8068 | |||
2016-05-24 | [feat] Adapt to the new KeyManager API without key types | Ruben Pollan | |
- Related: #8031 | |||
2016-05-19 | [feat] ask for password only if needed | Ruben Pollan | |
Not all the user commands need to ask for the password. | |||
2016-05-19 | [feat] remove password from logout | Ruben Pollan | |
Logout doesn't need password. | |||
2016-05-18 | [pkg] update to new versioneer json format | Kali Kaneko | |
2016-05-18 | [pkg] bump version to 0.9.2 final0.9.2 | Kali Kaneko | |
2016-05-13 | [pkg] fold in changelog0.9.2rc4 | Kali Kaneko | |
2016-05-11 | [pkg] bump bundle to rc4 | Kali Kaneko | |
2016-05-11 | [feat] resize qt-browser to a sensible default | Kali Kaneko | |
mainly to avoid the "Send" button to become out of view in the Compose pane (it needed scrolling to get it on view). this resize shouldn't be needed when pixelated solves the size-responsiveness issue. | |||
2016-05-11 | [style] pep8 | Kali Kaneko | |
2016-05-11 | [bug] add leap.auth to requirements-pixelated.pip | elijah | |
2016-05-11 | [feat] move pix UA launcher from menu to mail status widget. | elijah | |
2016-05-11 | [bug] remove "about bitmask" easter egg | elijah | |
2016-05-11 | [feat] Make help menu item open bitmask.net/help directly | elijah | |
2016-05-11 | [bug] add scrollbars to mail preference panel | elijah | |
2016-05-03 | [feature] enable to download attachments from within webkit | Kali Kaneko | |
- Resolves: #8069 - Releases: 0.9.2 | |||
2016-05-03 | [pkg] remove pixelated readme, can be enabled in prefswin | Kali Kaneko | |
2016-05-03 | [refactor] rename and move api_contract | Kali Kaneko | |
2016-05-02 | [feature] pluggable backends and api registry | Kali Kaneko | |
the idea behind this mechanism (partially implemented for that) is to be able to check the backend output against some type annotations. We want to be able to detect if a given backend (real services or authoritative mocks) have diverged from what's specified in the API annotations. | |||
2016-05-02 | [refactor] pass backend to core service | Kali Kaneko | |
2016-05-02 | [bug] fix hardcoded paths | Kali Kaneko | |
2016-04-28 | [bug] do not force autobahn dependency yet | Kali Kaneko | |
websockets interface is not mature enough yet, make this dependency optional, for the case the user actively enables it. - Releases: 0.9.2 | |||
2016-04-27 | Merge branch 'bug/preferences_keys' of ↵ | elijah | |
https://github.com/meskio/bitmask_client into develop | |||
2016-04-26 | [style] fix typo: Webmail -> Mail | Kali Kaneko | |
2016-04-26 | [pkg] pick cacert from the repo, not the venv | Kali Kaneko | |
2016-04-25 | [bug] represent keys correctly in preference window | Ruben Pollan | |
2016-04-25 | [docs] add logout segfault to known issues | Kali Kaneko | |
2016-04-25 | [tests] remove tox config file | Kali Kaneko | |
2016-04-25 | [pkg] remove the run_tests script | Kali Kaneko | |
2016-04-25 | [docs] bury the history in docs folder | Kali Kaneko | |
2016-04-25 | [refactor] move the pixelated panel upwards | Kali Kaneko | |
2016-04-25 | [bug] let the failure propagate | Ruben Pollan | |
The failure was processed in start_incoming_mail_service what will make it return a None when an IncomingMail object was expected. If we propagate the failure it can be treated properly by the IMAPController. - Related: #8051 |