<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bitmask-dev.git/tests/unit, branch extend_vpn_tests</title>
<subtitle>[bitmask-dev] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/'/>
<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>
<entry>
<title>[refactor] reorganize API</title>
<updated>2016-12-29T02:09:54+00:00</updated>
<author>
<name>Kali Kaneko (leap communications)</name>
<email>kali@leap.se</email>
</author>
<published>2016-12-12T00:43:51+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=9fe4ea478d22d7dfb2638eee8a8b2246f90af002'/>
<id>9fe4ea478d22d7dfb2638eee8a8b2246f90af002</id>
<content type='text'>
so that whitelisting doesn't have to peek into the data.
added more documentation and some tests stubs too.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
so that whitelisting doesn't have to peek into the data.
added more documentation and some tests stubs too.
</pre>
</div>
</content>
</entry>
<entry>
<title>[tests] add some tests for the api</title>
<updated>2016-12-29T02:09:53+00:00</updated>
<author>
<name>Kali Kaneko (leap communications)</name>
<email>kali@leap.se</email>
</author>
<published>2016-12-08T09:33:47+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=6d76a4cb2a534e8da4832def7c03ea4b830a97e2'/>
<id>6d76a4cb2a534e8da4832def7c03ea4b830a97e2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[feature] authentication classes and tests</title>
<updated>2016-12-29T02:09:50+00:00</updated>
<author>
<name>Kali Kaneko (leap communications)</name>
<email>kali@leap.se</email>
</author>
<published>2016-11-09T19:34:51+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=86976a27e7aa9222afc0695c240b0ea7cc8e362b'/>
<id>86976a27e7aa9222afc0695c240b0ea7cc8e362b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
