<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bitmask-dev.git/ui/app, branch master</title>
<subtitle>[bitmask-dev] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/'/>
<entry>
<title>[feat] report missing polkit properly from main UI</title>
<updated>2018-01-25T00:19:16+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2018-01-18T14:37:18+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=c3306592fbb54fab0da44a8faaa8a1c6954537fd'/>
<id>c3306592fbb54fab0da44a8faaa8a1c6954537fd</id>
<content type='text'>
also refactor and move polkit_agent so that it does not depend on having
bitmask on the path.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
also refactor and move polkit_agent so that it does not depend on having
bitmask on the path.
</pre>
</div>
</content>
</entry>
<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>[refactor] webengine entrypoint</title>
<updated>2018-01-06T18:57:55+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2018-01-02T22:53:57+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=501379ee09c3510d1737d6292a2dd5732c19dfef'/>
<id>501379ee09c3510d1737d6292a2dd5732c19dfef</id>
<content type='text'>
this commit deprecates qtwebkit usage.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this commit deprecates qtwebkit usage.
</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] change status on ui too</title>
<updated>2017-08-30T20:18:16+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2017-08-29T15:00:11+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=39a805929dab586ff77752e86f86a980535f97ef'/>
<id>39a805929dab586ff77752e86f86a980535f97ef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>
</feed>
