<feed xmlns='http://www.w3.org/2005/Atom'>
<title>soledad.git/server/pkg/create-user-db, branch 0.9.3post3</title>
<subtitle>[soledad]
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/'/>
<entry>
<title>[bug] fix typo, again</title>
<updated>2017-02-13T13:28:07+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2017-02-13T13:28:07+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=19dfe7e9d1f1862026e768301da2ee1273ec7f9f'/>
<id>19dfe7e9d1f1862026e768301da2ee1273ec7f9f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] fix import typo on create-user-db</title>
<updated>2017-02-13T13:19:49+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2017-02-13T13:19:49+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=12e14b761d4669a2f654d870d444356623ffc56f'/>
<id>12e14b761d4669a2f654d870d444356623ffc56f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[refactor] update create-user-db script to use config refactor</title>
<updated>2017-02-12T19:33:48+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2017-02-12T19:33:48+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=6cabe46e4671627c22d5eed9ebb3bdc751948414'/>
<id>6cabe46e4671627c22d5eed9ebb3bdc751948414</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] fix import on create-user-db</title>
<updated>2016-11-27T13:46:09+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor1984@riseup.net</email>
</author>
<published>2016-11-26T22:31:25+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=c44783f3c4f92df2e2f59837c7cc450bf3fdc818'/>
<id>c44783f3c4f92df2e2f59837c7cc450bf3fdc818</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[test] remove traces of design docs from couch tests</title>
<updated>2016-08-02T00:09:02+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2016-07-23T15:11:53+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=c7b464077215425759ab402fb2314f4e8f9acd7e'/>
<id>c7b464077215425759ab402fb2314f4e8f9acd7e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[refactor] adapt create-user-db script to bypass auth for local tests</title>
<updated>2016-06-06T23:58:50+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2016-04-08T06:14:20+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=4c1269f37ad67337d9ad65bcb24ccc5e8eeb1950'/>
<id>4c1269f37ad67337d9ad65bcb24ccc5e8eeb1950</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] 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>
</feed>
