Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-06-06 | [pkg] bump version compat on keymanager | Kali Kaneko | |
2016-05-13 | [pkg] fold in changelog0.9.2rc4 | Kali Kaneko | |
2016-04-25 | [docs] add logout segfault to known issues | Kali Kaneko | |
2016-04-19 | [pkg] bump version_compat with keymanager version | Kali Kaneko | |
2016-04-19 | [docs] add email prefs to changelog | Kali Kaneko | |
2016-04-19 | [feature] add email panel to preferences | elijah | |
2016-04-19 | [docs] document bitmask.core in the changelog | Kali Kaneko | |
2016-04-07 | [feat] Write service tokens to a file | Ruben Pollan | |
The thunderbird plugin will read the tokens from there. - Related: #6041 | |||
2016-03-29 | [doc] add entry in next-changelog for the pixelated feature | Kali Kaneko | |
2016-03-22 | [bug] re-download smtp certificate if needed. | Kali Kaneko | |
the should_redownload function was only called if the pemfile was not present of the fs. - Resolves: #7869 | |||
2015-12-18 | [feat] adapt to use cred-based authentication for smtp | Kali Kaneko | |
2015-12-15 | [feat] adapt to use cred-based authentication for imap | Kali Kaneko | |
This includes getting the token for the imap authentication, and displaying it on the help window. - Resolves: #4469 - Releases: 0.10.0 | |||
2015-12-10 | [feat] multi-user events. | Kali Kaneko | |
Adapt to users emitting the userid/uuid too. - Resolves: #7656 - Releases: 0.10.0 | |||
2015-11-11 | [i18n] do not translate https label text | Ivan Alejandro | |
2015-11-11 | [but] Fix errback on InvalidAuthToken | Ruben Pollan | |
- Related: #7583 | |||
2015-11-09 | [bug] open email help link on browser | Ivan Alejandro | |
- Resolves: #7585 | |||
2015-11-06 | [bug] fix set_soledad_invalid_auth_token event cb signature | Kali Kaneko | |
2015-11-04 | [feat] improve msg and add margin above box | Ivan Alejandro | |
- Related: #7552 | |||
2015-11-04 | [bug] fix typo on signal name | Ivan Alejandro | |
- Resolves: #7568 | |||
2015-11-03 | [pkg] fold in changes | Ivan Alejandro | |
2015-11-03 | try to use /usr/bin/gpg1, gpg2 is broken for keygen | Kali Kaneko | |
2015-11-03 | [feat] add ui message to help new mail users | Ivan Alejandro | |
Add a UI message for the user to know where to go next. This message goes away after 60 seconds or right after a MUA logs in. - Resolves: #7552 | |||
2015-11-02 | [docs] this was really a feature, not a bugfix | Kali Kaneko | |
2015-11-02 | [bug] use gpg2 binary if gpg not found. Closes: #7563 | Kali Kaneko | |
from debian stretch on, gpg will be a symlink to gpg2. this is currently failing if one uses dpkg-divert to make gpg2 provide /usr/bin/gpg. this solution just attempts to use gpg2 binary if the search for gpg binary fails. - Resolves: #7563 - Releases: 0.9.1 | |||
2015-11-02 | [pkg] merge previous feature file into new changelog format | Kali Kaneko | |
2015-11-02 | [pkg] add new changelog format | Kali Kaneko | |
2015-10-29 | [feat] pin mail.bitmask.net provider | Ivan Alejandro | |
- Resolves: #7542 | |||
2015-10-28 | [pkg] bump dependencies0.9.0 | Ivan Alejandro | |
2015-10-28 | [pkg] merge RCs changes and fold in files | Ivan Alejandro | |
2015-10-07 | [pkg] add changes file for #7512 | Ivan Alejandro | |
2015-10-05 | [pkg] fold in changes | Ivan Alejandro | |
2015-10-02 | [bug] move assign to prevent race condition | Ivan Alejandro | |
When the error happens too quickly, the errback is called before the assign of the callLater. And in the errback we cancel that call which gives an error. - Related: #7451 | |||
2015-10-02 | [bug] signal soledad bootstrap fail on init | Ivan Alejandro | |
- Resolves: #7503 Signed-off-by: Ivan Alejandro <ivanalejandro0@gmail.com> | |||
2015-10-02 | [bug] remove bubble argument from the logbook NullHandler | Ruben Pollan | |
NullHandler doesn't have anymore the argument bubble. https://pythonhosted.org/Logbook/changelog.html#version-0-11-0 | |||
2015-09-23 | [feat] disable email firewall on docker containers | Ivan Alejandro | |
- Related: #7471 | |||
2015-09-22 | [pkg] fold in changes0.9.0rc3 | Ivan Alejandro | |
2015-09-21 | [feature] retrieve specific smtp certificate. Closes: #4284 | Kali Kaneko | |
2015-09-18 | [bug] track soledad ready state on a shared place | Ivan Alejandro | |
Connecting to the `soledad_bootstrap_finished` signal is not enough since the password change window is created after the signal is emitted, that way we were not able to tell when soledad is ready to be used. - Resolves: #7474 | |||
2015-09-18 | [bug] correctly return expected value for methods that check services | Kali Kaneko | |
these methods were returning None, and therefore breaking soledad password change (since it checks whether mail is enabled before changing soledad pass after srp pass change). - Resolves: #7470 | |||
2015-09-18 | [bug] show unread emails after sync complete | Ivan Alejandro | |
Right after a complete sync we show the unread emails. - Resolves: #7453 | |||
2015-09-18 | [feat] remove taskthread dependency | Ruben Pollan | |
Refactor ivan's code (aa4b684d0682ff9faf1577653fa5ceabbc6e0f20) to remove the time.sleep. - Resolves: #7414 | |||
2015-09-17 | [bug] fix assignment of the incoming service | Kali Kaneko | |
the second callback was actually broken, not being called when it was supposed to be. the reason is that IncomingMail.startService returns a deferred which callback is called with the loopingCall instance only when the loopingCall is stopped. | |||
2015-09-16 | [bug] authenticate logout calls to api | Kali Kaneko | |
logout calls were not being authenticated, so we were receiving 401 return code. | |||
2015-09-07 | [bug] fix argument number on window raise event | Ivan Alejandro | |
- Resolves: #7415 | |||
2015-09-02 | [feat] load credentials from environment variable | Ivan Alejandro | |
Look for file defined in the `BITMASK_CREDENTIALS` env variable and load `provider`, `username` and `password` data. Trigger login if they were loaded correctly. The credentials file should look like this: [Credentials] username = my-account@my-provider.com password = secret - Resolves: #7419 | |||
2015-08-27 | [pkg] fold in changes0.9.0rc2 | Ivan Alejandro | |
2015-08-24 | [feat] allow to disable EIP on build | Kali Kaneko | |
2015-08-24 | [bug] handle disabled registration, error 403. | Ivan Alejandro | |
If the user wants to register a new account we check whether the provider allows registration or not right after getting the provider.json file and show an error msg on the wizard if not allowed. Also, there is a new signal to handle the error raised by the server if a registration attempt is made but is rejected with error 403. - Resolves: #6594 | |||
2015-08-14 | [bug] handle eip-config not providing locations | Ivan Alejandro | |
Is valid for a provider not to provide locations for their gateways. - Resolves: #7281 |