<feed xmlns='http://www.w3.org/2005/Atom'>
<title>soledad.git/src/leap/soledad/__init__.py, branch 0.7.2</title>
<subtitle>[soledad]
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/'/>
<entry>
<title>Split client and server in two different packages and refactor.</title>
<updated>2013-06-20T18:19:50+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2013-06-17T00:45:16+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=dbe5e37ef742617c93c7975a612582a77c7724a8'/>
<id>dbe5e37ef742617c93c7975a612582a77c7724a8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make request timeouts modifiable</title>
<updated>2013-06-11T13:32:13+00:00</updated>
<author>
<name>Tomás Touceda</name>
<email>chiiph@leap.se</email>
</author>
<published>2013-06-11T13:32:13+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=7a737ff200c63e7d3a2dc5619b619e07b56fc6a2'/>
<id>7a737ff200c63e7d3a2dc5619b619e07b56fc6a2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove strict dependency on leap.common.</title>
<updated>2013-06-05T15:43:06+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2013-06-03T20:10:15+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=f4561f3462d8a265f11811d65c4b50db1dd61b45'/>
<id>f4561f3462d8a265f11811d65c4b50db1dd61b45</id>
<content type='text'>
* Encapsulate leap_assert and leap_assert_type so Soledad works without them.
* Remove dependency on leap.common.files.mkdir_p().
* Encapsulate signaling.
* Add changes file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Encapsulate leap_assert and leap_assert_type so Soledad works without them.
* Remove dependency on leap.common.files.mkdir_p().
* Encapsulate signaling.
* Add changes file.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use scrypt to derive key for local encryption.</title>
<updated>2013-06-05T13:58:50+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2013-06-04T18:47:11+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=248f50d4a2d1586265eb70de200be271488442e1'/>
<id>248f50d4a2d1586265eb70de200be271488442e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unneeded exception import.</title>
<updated>2013-05-30T14:47:17+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2013-05-30T14:47:17+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=f8046c34688813ac3f520b686ddbbaf945add61a'/>
<id>f8046c34688813ac3f520b686ddbbaf945add61a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unneeded exceptions.</title>
<updated>2013-05-25T14:20:21+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2013-05-25T13:34:14+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=fdb52571378d1e6d522a74ad29833114a7eccd2e'/>
<id>fdb52571378d1e6d522a74ad29833114a7eccd2e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add action validation in server.</title>
<updated>2013-05-25T14:20:13+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2013-05-24T15:59:21+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=d022428a695ba5c499fcd0c8a9681962c006b8e8'/>
<id>d022428a695ba5c499fcd0c8a9681962c006b8e8</id>
<content type='text'>
* Use routes for validating user actions when interacting with server.
* Also add tests for action validation.
* Add changes file.
* Closes #2356.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Use routes for validating user actions when interacting with server.
* Also add tests for action validation.
* Add changes file.
* Closes #2356.
</pre>
</div>
</content>
</entry>
<entry>
<title>The IV is now a base64 string</title>
<updated>2013-05-23T14:10:57+00:00</updated>
<author>
<name>Tomás Touceda</name>
<email>chiiph@leap.se</email>
</author>
<published>2013-05-23T14:10:57+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=eb7cd9f51ae2661aea6d36a6660b324ed06193c9'/>
<id>eb7cd9f51ae2661aea6d36a6660b324ed06193c9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve export/import_recovery_document()</title>
<updated>2013-05-22T00:44:14+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2013-05-22T00:41:11+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=3214e542c7e5ebaadd704c17f2a34858b7b8e92e'/>
<id>3214e542c7e5ebaadd704c17f2a34858b7b8e92e</id>
<content type='text'>
* Fix docstrings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix docstrings.
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve _has_secret() logic and tests.</title>
<updated>2013-05-22T00:42:56+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2013-05-21T23:33:48+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=6c1b204938109de29fa53cc4e445b822f622826d'/>
<id>6c1b204938109de29fa53cc4e445b822f622826d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
