<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bitmask-dev.git/tests/unit, branch 9008_packaging</title>
<subtitle>[bitmask-dev] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/'/>
<entry>
<title>[tests] pep8 test_gateways.py</title>
<updated>2017-08-14T07:30:25+00:00</updated>
<author>
<name>azul</name>
<email>azul@riseup.net</email>
</author>
<published>2017-08-14T07:04:42+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=8c55088a3f42caf2415b34872da38d493b1f2042'/>
<id>8c55088a3f42caf2415b34872da38d493b1f2042</id>
<content type='text'>
tests were failing because of pep8 issues
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
tests were failing because of pep8 issues
</pre>
</div>
</content>
</entry>
<entry>
<title>[feature] allow manual gateway selection for vpn</title>
<updated>2017-08-11T18:22:00+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2017-08-11T17:17:37+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=8487dcd0b9565657e1e6e89c7d8467d54a7c41ba'/>
<id>8487dcd0b9565657e1e6e89c7d8467d54a7c41ba</id>
<content type='text'>
For now, the way to select a gateway is to add a section in
bitmaskd.cfg:

  [vpn_prefs]
  locations = ["frankfurt", "seattle__wa"]
  countries = ["DE", "US"]

Note that the location indication has priority over country code.

This will be exposed by the UI in release 0.11

- Resolves: #8855
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For now, the way to select a gateway is to add a section in
bitmaskd.cfg:

  [vpn_prefs]
  locations = ["frankfurt", "seattle__wa"]
  countries = ["DE", "US"]

Note that the location indication has priority over country code.

This will be exposed by the UI in release 0.11

- Resolves: #8855
</pre>
</div>
</content>
</entry>
<entry>
<title>[feature] automatic vpn gateway selection, based on timezone</title>
<updated>2017-08-11T18:21:57+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2017-08-10T22:59:56+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=d64f3c22c132c5de0d759d1e76ff7ced054bfcaa'/>
<id>d64f3c22c132c5de0d759d1e76ff7ced054bfcaa</id>
<content type='text'>
This is a first approach to automatic gateways selection.
More things are missing:

- allow manual selection, by location or country code.
- take the hemisphere into account.
- expose the selected gw to the api/cli

but overall seems this is a good approach to make 0.10 release usable in
terms of vpn.

- Resolves: #8804
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a first approach to automatic gateways selection.
More things are missing:

- allow manual selection, by location or country code.
- take the hemisphere into account.
- expose the selected gw to the api/cli

but overall seems this is a good approach to make 0.10 release usable in
terms of vpn.

- Resolves: #8804
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] fix notification for incoming mail with several listeners registered</title>
<updated>2017-05-16T17:28:35+00:00</updated>
<author>
<name>Kali Kaneko (leap communications)</name>
<email>kali@leap.se</email>
</author>
<published>2017-04-27T13:20:24+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=c980cae46d101c0def23bf3398b65b2e0c614d2a'/>
<id>c980cae46d101c0def23bf3398b65b2e0c614d2a</id>
<content type='text'>
When setting the listeners in the IMAP Folder, we avoid setting more
than one listener for the same imap mailbox (because in some situations
we were registering way too many listeners).

this was making the pixelated inbox registering the notification and
therefore the imap mailbox not being registered.

this MR also refactors the way pixelated is initialized, so that it
avoid creating a second Account instance. In this way, we make sure that
the pixelated mua and the imap server share the same collections for a
given mailbox, and therefore any of the two is able to get a
notification whenever the other adds a message to the mailbox.

- Resolves: #8846, #8798
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When setting the listeners in the IMAP Folder, we avoid setting more
than one listener for the same imap mailbox (because in some situations
we were registering way too many listeners).

this was making the pixelated inbox registering the notification and
therefore the imap mailbox not being registered.

this MR also refactors the way pixelated is initialized, so that it
avoid creating a second Account instance. In this way, we make sure that
the pixelated mua and the imap server share the same collections for a
given mailbox, and therefore any of the two is able to get a
notification whenever the other adds a message to the mailbox.

- Resolves: #8846, #8798
</pre>
</div>
</content>
</entry>
<entry>
<title>[feature] Creates methods for update recovery code.</title>
<updated>2017-03-30T15:00:06+00:00</updated>
<author>
<name>Thais Siqueira</name>
<email>thais.siqueira@gmail.com</email>
</author>
<published>2017-03-02T19:23:17+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=caed945c7c85800d7467f52471509afc21a6f071'/>
<id>caed945c7c85800d7467f52471509afc21a6f071</id>
<content type='text'>
Related with: https://github.com/pixelated/pixelated-user-agent/issues/924
with @aarni

Signed-off-by: Ruben Pollan &lt;meskio@sindominio.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Related with: https://github.com/pixelated/pixelated-user-agent/issues/924
with @aarni

Signed-off-by: Ruben Pollan &lt;meskio@sindominio.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[feature] require authentication token for api</title>
<updated>2017-02-24T15:20:52+00:00</updated>
<author>
<name>Kali Kaneko (leap communications)</name>
<email>kali@leap.se</email>
</author>
<published>2017-02-22T23:35:33+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=e3999c4906348dadcc85eec1df9a48e776deccd5'/>
<id>e3999c4906348dadcc85eec1df9a48e776deccd5</id>
<content type='text'>
implements a global auth token for the app.

this token is written to .config/leap/authtoken, and passed to the
anchor part of the landing URI when opening the index resource by the
browser.

- Resolves: #8765
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
implements a global auth token for the app.

this token is written to .config/leap/authtoken, and passed to the
anchor part of the landing URI when opening the index resource by the
browser.

- Resolves: #8765
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] eliminate the active user from bonafide</title>
<updated>2017-02-22T23:26:46+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2017-02-09T16:24:25+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=59cd23bd3e23bf2b439ad26271733a1b5c8edf68'/>
<id>59cd23bd3e23bf2b439ad26271733a1b5c8edf68</id>
<content type='text'>
Active user is now only a concept of the cli. For it we add a
~/.config/leap/bitmaskctl.cfg file.

- Resolves: #8769
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Active user is now only a concept of the cli. For it we add a
~/.config/leap/bitmaskctl.cfg file.

- Resolves: #8769
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] add account based keymanagement API</title>
<updated>2017-02-09T17:35:54+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2017-02-06T18:38:58+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=374bb846b15596f99da77a4a7c9a348187774534'/>
<id>374bb846b15596f99da77a4a7c9a348187774534</id>
<content type='text'>
- Resolves: #8755
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Resolves: #8755
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] avoid unicode conversion bug</title>
<updated>2016-12-29T02:10:01+00:00</updated>
<author>
<name>Kali Kaneko (leap communications)</name>
<email>kali@leap.se</email>
</author>
<published>2016-12-15T10:44:53+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=d215cedd5efdbedbaaf9e62626b9178b364d55f7'/>
<id>d215cedd5efdbedbaaf9e62626b9178b364d55f7</id>
<content type='text'>
encode to ascii any parameter passed as unicode.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
encode to ascii any parameter passed as unicode.
</pre>
</div>
</content>
</entry>
<entry>
<title>[feature] better param error handling in rest api</title>
<updated>2016-12-29T02:09:58+00:00</updated>
<author>
<name>Kali Kaneko (leap communications)</name>
<email>kali@leap.se</email>
</author>
<published>2016-12-12T16:37:30+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=0e027e6858022589ace11218ce102ce57499e5e6'/>
<id>0e027e6858022589ace11218ce102ce57499e5e6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
