<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bitmask-dev.git/src, branch 9008_packaging</title>
<subtitle>[bitmask-dev] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/'/>
<entry>
<title>[bug] fail gracefully if cannot import soledad</title>
<updated>2017-08-30T18:41:50+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2017-08-28T22:13:06+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=cf0630ad0ac2923270fab09f82a1a3ff277c9c7e'/>
<id>cf0630ad0ac2923270fab09f82a1a3ff277c9c7e</id>
<content type='text'>
- Resolves: #9025
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Resolves: #9025
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] replace content-type after removing the signature</title>
<updated>2017-08-25T08:29:22+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2017-08-22T11:00:09+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=5292016becad94bfe603cdb7c4833b82ac07723a'/>
<id>5292016becad94bfe603cdb7c4833b82ac07723a</id>
<content type='text'>
- Resolves: #9003
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Resolves: #9003
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] hardcode some providers to mock that they provide mixnets</title>
<updated>2017-08-24T21:15:22+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2017-08-01T22:08:38+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=f8eea5136edbc23b16847a521ae6cc1b4df7b449'/>
<id>f8eea5136edbc23b16847a521ae6cc1b4df7b449</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] add mail.add_msg API call</title>
<updated>2017-08-24T21:15:20+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2017-07-24T17:21:40+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=3f620e20f0b18246a26aa8e0ec4c3719719700ce'/>
<id>3f620e20f0b18246a26aa8e0ec4c3719719700ce</id>
<content type='text'>
- Resolves: #8973
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Resolves: #8973
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] remove active user from get_token</title>
<updated>2017-08-24T21:14:12+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2017-07-18T17:15:38+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=00a9de84771b27e62515ce6d878d182c8f053de5'/>
<id>00a9de84771b27e62515ce6d878d182c8f053de5</id>
<content type='text'>
We need to update the UI to use the new API.

- Resolves: #8974
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We need to update the UI to use the new API.

- Resolves: #8974
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] add a mock mixnet_status call to the API</title>
<updated>2017-08-24T21:13:39+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2017-07-18T13:43:35+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=8cebf955ad71975a20275a780a67b31099759e3a'/>
<id>8cebf955ad71975a20275a780a67b31099759e3a</id>
<content type='text'>
For now we say it will be mixed on every request if the mixnet is
enabled. We might want a better mock in the future.

- Resolves: #8972
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For now we say it will be mixed on every request if the mixnet is
enabled. We might want a better mock in the future.

- Resolves: #8972
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] encode pgp/mime parts as 7bit encoding</title>
<updated>2017-08-15T20:59:17+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2017-08-15T16:35:48+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=0ec7027662b6fda1c9969846e6a937e9f98cc7b7'/>
<id>0ec7027662b6fda1c9969846e6a937e9f98cc7b7</id>
<content type='text'>
We were encoding some parts as base64 and others with our manual
encoders. Let's not do base64 and use the email standard library
encoders instead.

- Resolves: #8957
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We were encoding some parts as base64 and others with our manual
encoders. Let's not do base64 and use the email standard library
encoders instead.

- Resolves: #8957
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] fix attribute error when vpn is not started</title>
<updated>2017-08-15T20:51:47+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2017-08-15T00:43:56+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=8ebd7753c8e91bd1db032220fd0c5295947d64f0'/>
<id>8ebd7753c8e91bd1db032220fd0c5295947d64f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[style] pep8</title>
<updated>2017-08-14T22:10:50+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2017-08-14T22:07:37+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=abf688c7d643b89a1001a9f7c7ff24a4a3dab42c'/>
<id>abf688c7d643b89a1001a9f7c7ff24a4a3dab42c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[pkg] fallback to pyqt-webkit if webengine not found</title>
<updated>2017-08-14T22:10:48+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2017-08-14T21:59:04+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=b966691277d224700e54d3bd489dc76adbe2243a'/>
<id>b966691277d224700e54d3bd489dc76adbe2243a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
