<feed xmlns='http://www.w3.org/2005/Atom'>
<title>soledad.git/server/pkg, branch debian/platform-0.8</title>
<subtitle>[soledad]
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/'/>
<entry>
<title>Merge branch 'debian/platform-0.8' into debian/experimental</title>
<updated>2016-05-04T15:52:50+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2016-05-04T15:52:50+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=f5b65adcc63cc9304eb61a6fb7befac0f5d883b1'/>
<id>f5b65adcc63cc9304eb61a6fb7befac0f5d883b1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge tag '0.8.0' into debian/experimental</title>
<updated>2016-04-26T01:08:11+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2016-04-26T01:08:11+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=f660630ac6676dd31d4984f4df9e9110b548b746'/>
<id>f660630ac6676dd31d4984f4df9e9110b548b746</id>
<content type='text'>
Tag soledad version 0.8.0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tag soledad version 0.8.0
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'develop' into debian/platform-0.8</title>
<updated>2015-11-18T00:49:38+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2015-11-18T00:49:38+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=aa6a34bc4ac5962dacaa5908778e444fe5aae3d7'/>
<id>aa6a34bc4ac5962dacaa5908778e444fe5aae3d7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[refactor] split out backend from couch database</title>
<updated>2015-11-03T15:38:59+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor.shyba@gmail.com</email>
</author>
<published>2015-10-14T00:34:40+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=f0b96af943dcb6c8cde4f6d4280186d78c78096c'/>
<id>f0b96af943dcb6c8cde4f6d4280186d78c78096c</id>
<content type='text'>
First step of splitting classes across files on common.
backend.py holds SoledadBackend (generic backend logic)
couch/ is now a directory with old code inside __init__.py and
CouchServerState on state.py
Also removed mock IndexedSoledadBackend, since Soledad does not support
indexing due to encryption on server side.
Also fixed DesignDocUnknownError to show up what is the message of the
original exception. It was being lost.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
First step of splitting classes across files on common.
backend.py holds SoledadBackend (generic backend logic)
couch/ is now a directory with old code inside __init__.py and
CouchServerState on state.py
Also removed mock IndexedSoledadBackend, since Soledad does not support
indexing due to encryption on server side.
Also fixed DesignDocUnknownError to show up what is the message of the
original exception. It was being lost.
</pre>
</div>
</content>
</entry>
<entry>
<title>[refactor] separate SoledadBackend from CouchDatabase</title>
<updated>2015-11-03T15:20:03+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor.shyba@gmail.com</email>
</author>
<published>2015-10-01T18:07:25+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=b0557f9c1d5e6f153f926ba3cb5876453ef23a10'/>
<id>b0557f9c1d5e6f153f926ba3cb5876453ef23a10</id>
<content type='text'>
CouchDatabase was renamed to SoledadBackend and a new class
CouchDatabase was created to hold all couchdb code. This should make
SoledadBackend less tied to database implementation. A few more
separations are needed to split into modules.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CouchDatabase was renamed to SoledadBackend and a new class
CouchDatabase was created to hold all couchdb code. This should make
SoledadBackend less tied to database implementation. A few more
separations are needed to split into modules.
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] bump twisted dependency to 12.3.0</title>
<updated>2015-10-30T15:26:07+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2015-10-30T15:26:07+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=36f476c53f6f3532652d7428e306dcef1c37f879'/>
<id>36f476c53f6f3532652d7428e306dcef1c37f879</id>
<content type='text'>
Needed after the SSL monkeypatch removal at 3b869fb7f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Needed after the SSL monkeypatch removal at 3b869fb7f
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] adds --migrate-all to create-user-db script</title>
<updated>2015-10-29T19:50:01+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor.shyba@gmail.com</email>
</author>
<published>2015-10-27T16:30:07+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=bc8e8bea61b01e0b93593e24a816574f5a19ac61'/>
<id>bc8e8bea61b01e0b93593e24a816574f5a19ac61</id>
<content type='text'>
This parameter applies the ensure_database to all existing databases,
making all of them use the latest design documents.
This can be used to migrate security documents, update handlers or any
other kind of design document.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This parameter applies the ensure_database to all existing databases,
making all of them use the latest design documents.
This can be used to migrate security documents, update handlers or any
other kind of design document.
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] read security doc from configuration</title>
<updated>2015-10-28T21:13:40+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor.shyba@gmail.com</email>
</author>
<published>2015-10-26T21:50:20+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=f8d38125098829fe50199725545365d6d2a889a6'/>
<id>f8d38125098829fe50199725545365d6d2a889a6</id>
<content type='text'>
LEAP Platform needs to granularly allow access on user database for
other services, like mx. This is now possible by editing
soledad-server.conf file. A new section 'database-security' was added
and it is parsed during 'create-user-db' to be set on security design
document, present on every per-user database.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
LEAP Platform needs to granularly allow access on user database for
other services, like mx. This is now possible by editing
soledad-server.conf file. A new section 'database-security' was added
and it is parsed during 'create-user-db' to be set on security design
document, present on every per-user database.
</pre>
</div>
</content>
</entry>
<entry>
<title>[pkg] comment out twisted generic dependency</title>
<updated>2015-10-06T14:59:36+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2015-10-06T14:59:36+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=0902e0a99d170f4fc56cd428dfe00896dfb3dca1'/>
<id>0902e0a99d170f4fc56cd428dfe00896dfb3dca1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'develop' into debian/platform-0.8</title>
<updated>2015-10-06T14:56:27+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2015-10-06T14:56:27+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=9975e9b4ecc553d13a5e5b283257af9fedab51bf'/>
<id>9975e9b4ecc553d13a5e5b283257af9fedab51bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
