<feed xmlns='http://www.w3.org/2005/Atom'>
<title>soledad.git/src/leap, branch 0.10.0</title>
<subtitle>[soledad]
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/'/>
<entry>
<title>[feat] use MX as default namepace for incoming blobs</title>
<updated>2017-07-18T21:07:21+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2017-07-18T20:56:40+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=d8071742d6fc6bdcfacd974b2ca7531a180f50eb'/>
<id>d8071742d6fc6bdcfacd974b2ca7531a180f50eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] avoid closing blobmanager if it doesn't exist</title>
<updated>2017-07-18T19:01:40+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2017-07-18T19:01:35+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=cf4500a96ba1994afb3705d455f52ad07123e2a1'/>
<id>cf4500a96ba1994afb3705d455f52ad07123e2a1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] toggle switch for blobs in the client</title>
<updated>2017-07-18T19:00:30+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2017-05-08T12:33:38+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=3135421cbfded2111328178505b98753b9644a65'/>
<id>3135421cbfded2111328178505b98753b9644a65</id>
<content type='text'>
- Resolves: #8839
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Resolves: #8839
</pre>
</div>
</content>
</entry>
<entry>
<title>[style] fixes from review</title>
<updated>2017-07-18T18:30:30+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor1984@riseup.net</email>
</author>
<published>2017-07-08T07:57:28+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=c60bc3583cc9de49d05162efc05ce6c766c9a48e'/>
<id>c60bc3583cc9de49d05162efc05ce6c766c9a48e</id>
<content type='text'>
Updates IBlobsBackend with list_blobs order_by parameter and add a elif
clause to order_by checking, raising if the ordering parameter isn't
supported.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updates IBlobsBackend with list_blobs order_by parameter and add a elif
clause to order_by checking, raising if the ordering parameter isn't
supported.
</pre>
</div>
</content>
</entry>
<entry>
<title>[feature] add namespace support for BlobsManager</title>
<updated>2017-07-18T18:30:30+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor1984@riseup.net</email>
</author>
<published>2017-07-07T05:58:09+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=1aa9dee0ce87434188d37c821617caeff24fd70f'/>
<id>1aa9dee0ce87434188d37c821617caeff24fd70f</id>
<content type='text'>
'namespace' argument is supported by backend but not yet exposed on API
for clients. Since IncomingBox makes heavy usage of it, this commit
exposes the argument as a query string for clients to use it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'namespace' argument is supported by backend but not yet exposed on API
for clients. Since IncomingBox makes heavy usage of it, this commit
exposes the argument as a query string for clients to use it.
</pre>
</div>
</content>
</entry>
<entry>
<title>[feature] remote list sorting by date</title>
<updated>2017-07-18T18:30:30+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor1984@riseup.net</email>
</author>
<published>2017-07-07T05:32:36+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=679e1bb7990fc1fc9c4971db6383a75ae6acab80'/>
<id>679e1bb7990fc1fc9c4971db6383a75ae6acab80</id>
<content type='text'>
Listing by date is useful for listing newest/oldest documents on blobs
storage and should be used for listing new IncomingMessages as described
on specification.

-- Resolves: #8879
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Listing by date is useful for listing newest/oldest documents on blobs
storage and should be used for listing new IncomingMessages as described
on specification.

-- Resolves: #8879
</pre>
</div>
</content>
</entry>
<entry>
<title>[feature] add blobs as a incoming api backend</title>
<updated>2017-07-18T18:30:29+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor1984@riseup.net</email>
</author>
<published>2017-07-05T05:17:38+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=463073b3147f9ba4e784e92cc8bec1d74ab0b7f4'/>
<id>463073b3147f9ba4e784e92cc8bec1d74ab0b7f4</id>
<content type='text'>
We started with CouchDB due legacy system relying on it. This commit
adds the possibility of adding blobs as a IncomingAPI backend if blobs
is enabled on config file.

-- Resolves: #8868
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We started with CouchDB due legacy system relying on it. This commit
adds the possibility of adding blobs as a IncomingAPI backend if blobs
is enabled on config file.

-- Resolves: #8868
</pre>
</div>
</content>
</entry>
<entry>
<title>[style] fix naming from review</title>
<updated>2017-07-18T18:22:37+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor1984@riseup.net</email>
</author>
<published>2017-07-08T06:00:11+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=1b71b5c3f5df1c88f61ac2c57abe791f47027143'/>
<id>1b71b5c3f5df1c88f61ac2c57abe791f47027143</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[feature] add blobs as a incoming api backend</title>
<updated>2017-07-18T18:22:23+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor1984@riseup.net</email>
</author>
<published>2017-07-05T05:17:38+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=361eb8d7121cc8abb94d9fef784d5ff2b27722d0'/>
<id>361eb8d7121cc8abb94d9fef784d5ff2b27722d0</id>
<content type='text'>
We started with CouchDB due legacy system relying on it. This commit
adds the possibility of adding blobs as a IncomingAPI backend if blobs
is enabled on config file.

-- Resolves: #8868
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We started with CouchDB due legacy system relying on it. This commit
adds the possibility of adding blobs as a IncomingAPI backend if blobs
is enabled on config file.

-- Resolves: #8868
</pre>
</div>
</content>
</entry>
<entry>
<title>[feature] add external/pgp to common/preamble</title>
<updated>2017-07-18T18:22:23+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor1984@riseup.net</email>
</author>
<published>2017-06-27T09:44:25+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=ec8d1f5aedcd077b5b1521e15b1432e616f83f3a'/>
<id>ec8d1f5aedcd077b5b1521e15b1432e616f83f3a</id>
<content type='text'>
Incoming API will receive externally encrypted PGP documents. This
commit adds this kind of encryption scheme and method to preamble module
on soledad.common

-- Resolves: #8890
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Incoming API will receive externally encrypted PGP documents. This
commit adds this kind of encryption scheme and method to preamble module
on soledad.common

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