<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bitmask-dev.git/changes, branch 0.9.0rc3</title>
<subtitle>[bitmask-dev] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/'/>
<entry>
<title>[pkg] fold in changes</title>
<updated>2015-09-22T17:13:15+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2015-09-22T17:13:15+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=aa31828fca8bb64ace56f6f3b2b94f90ffced3c2'/>
<id>aa31828fca8bb64ace56f6f3b2b94f90ffced3c2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[feature] retrieve specific smtp certificate. Closes: #4284</title>
<updated>2015-09-21T20:59:36+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2015-09-02T20:04:06+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=ce63b5a0277b3ff062d04a17af9e9a927b7d9b87'/>
<id>ce63b5a0277b3ff062d04a17af9e9a927b7d9b87</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] track soledad ready state on a shared place</title>
<updated>2015-09-18T19:29:48+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2015-09-18T19:29:48+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=68b9e59d695ae896e405fd5f98eb2953dd5c9a2e'/>
<id>68b9e59d695ae896e405fd5f98eb2953dd5c9a2e</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] correctly return expected value for methods that check services</title>
<updated>2015-09-18T17:36:35+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2015-09-18T17:27:37+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=978cbcc4c124fe3dcf05283d0790b828e072be25'/>
<id>978cbcc4c124fe3dcf05283d0790b828e072be25</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] show unread emails after sync complete</title>
<updated>2015-09-18T16:18:24+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2015-09-18T15:53:57+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=c110760ac5b710dd7220e639f3c3e25acd43a560'/>
<id>c110760ac5b710dd7220e639f3c3e25acd43a560</id>
<content type='text'>
Right after a complete sync we show the unread emails.

- Resolves: #7453
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Right after a complete sync we show the unread emails.

- Resolves: #7453
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] remove taskthread dependency</title>
<updated>2015-09-17T22:14:10+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2015-09-16T14:23:50+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=10f6f5b17e0ac1d5d4b433a428efc1beffd999a7'/>
<id>10f6f5b17e0ac1d5d4b433a428efc1beffd999a7</id>
<content type='text'>
Refactor ivan's code (aa4b684d0682ff9faf1577653fa5ceabbc6e0f20) to remove the
time.sleep.

- Resolves: #7414
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Refactor ivan's code (aa4b684d0682ff9faf1577653fa5ceabbc6e0f20) to remove the
time.sleep.

- Resolves: #7414
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] fix assignment of the incoming service</title>
<updated>2015-09-17T20:54:13+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2015-09-17T14:44:44+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=26dc74bcc9afbe45d6082e95a3a72cda16d2941b'/>
<id>26dc74bcc9afbe45d6082e95a3a72cda16d2941b</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] authenticate logout calls to api</title>
<updated>2015-09-16T20:07:57+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2015-09-16T20:07:57+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=961d9e6a1c7a5041d5b019581dbf08f16f29ea53'/>
<id>961d9e6a1c7a5041d5b019581dbf08f16f29ea53</id>
<content type='text'>
logout calls were not being authenticated, so we were receiving 401
return code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
logout calls were not being authenticated, so we were receiving 401
return code.
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] fix argument number on window raise event</title>
<updated>2015-09-07T17:18:37+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2015-09-07T17:18:37+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=f55ad5698d989bc8185cb7b5eb552e1adebb0b39'/>
<id>f55ad5698d989bc8185cb7b5eb552e1adebb0b39</id>
<content type='text'>
- Resolves: #7415
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Resolves: #7415
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] load credentials from environment variable</title>
<updated>2015-09-02T19:46:22+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2015-09-02T17:04:01+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=9c39068d292d17fb3c29ec3c53de5250ddfb40d7'/>
<id>9c39068d292d17fb3c29ec3c53de5250ddfb40d7</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
</feed>
