<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bitmask-dev.git/ui/app/lib, branch master</title>
<subtitle>[bitmask-dev] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/'/>
<entry>
<title>[bug] send the user id in msg_status command</title>
<updated>2018-01-06T21:53:28+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2018-01-04T17:23:20+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=d8db163f6024e9b8dbb5451d888176a74615cb3c'/>
<id>d8db163f6024e9b8dbb5451d888176a74615cb3c</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 msg_status call to the mail API</title>
<updated>2017-12-20T14:27:06+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2017-12-08T17:10:13+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=d2e5f8406b6101971c196f40e39322e36d6bdb33'/>
<id>d2e5f8406b6101971c196f40e39322e36d6bdb33</id>
<content type='text'>
To get the status of a single message providing it's mailbox and
message-id. For now it only returns encryption/signature status.

- Resolves: #6914
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To get the status of a single message providing it's mailbox and
message-id. For now it only returns encryption/signature status.

- Resolves: #6914
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] Add support for calling bitmask.js from Firefox/Thunderbird</title>
<updated>2017-12-17T16:21:06+00:00</updated>
<author>
<name>Sukhbir Singh</name>
<email>sukhbir@torproject.org</email>
</author>
<published>2017-12-12T07:59:34+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=8c50952bb542a09ebe591d9dba3b4d89d4837b54'/>
<id>8c50952bb542a09ebe591d9dba3b4d89d4837b54</id>
<content type='text'>
- To be able to call bitmask.js from Thunderbird (for the Bitmask
Thunderbird extension), we need to set `api_url' and also read the
`authtoken' file from disk. This commit adds support for that and
restricts the changes by using window.location.protocol.

- Add function for fetching bitmaskd status.

Signed-off-by: Ruben Pollan &lt;meskio@sindominio.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- To be able to call bitmask.js from Thunderbird (for the Bitmask
Thunderbird extension), we need to set `api_url' and also read the
`authtoken' file from disk. This commit adds support for that and
restricts the changes by using window.location.protocol.

- Add function for fetching bitmaskd status.

Signed-off-by: Ruben Pollan &lt;meskio@sindominio.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] add fetch key by fingerprint to keymanager</title>
<updated>2017-10-26T16:37:05+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2017-10-24T09:53:10+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=5243c7eb4c58a4419da2103af8c1e4004f01053b'/>
<id>5243c7eb4c58a4419da2103af8c1e4004f01053b</id>
<content type='text'>
- Resolves: #9023
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Resolves: #9023
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] missing comma</title>
<updated>2017-09-01T20:29:50+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2017-09-01T20:25:25+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=acdc0362cf76b88b1bfb353caeee0c0d18c8ce58'/>
<id>acdc0362cf76b88b1bfb353caeee0c0d18c8ce58</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] expose an API to set/get/list gateway preferences</title>
<updated>2017-08-31T17:21:42+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2017-08-31T08:58:59+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=808f9d3542e21c819beb8fe72224f000ae2e019c'/>
<id>808f9d3542e21c819beb8fe72224f000ae2e019c</id>
<content type='text'>
- Related: #9010
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Related: #9010
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] update the UI to the new mail.get_token API</title>
<updated>2017-08-24T21:15:21+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2017-07-27T15:01:58+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=36a1e159f3e194ab1ad6db657c8a1fe9a936f5e4'/>
<id>36a1e159f3e194ab1ad6db657c8a1fe9a936f5e4</id>
<content type='text'>
Thanks to @simonft for all the help.

- Resolves: #8980
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks to @simonft for all the help.

- Resolves: #8980
</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>[feat] Add a 'fetch' flag to key export</title>
<updated>2017-06-15T09:27:32+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2017-06-15T09:27:32+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=fe67a55d8744aede22f69b53b5ce0b983a3f4823'/>
<id>fe67a55d8744aede22f69b53b5ce0b983a3f4823</id>
<content type='text'>
If is set keyamanger will try to discover and download the key.

- Resolves: #8821
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If is set keyamanger will try to discover and download the key.

- Resolves: #8821
</pre>
</div>
</content>
</entry>
</feed>
