<feed xmlns='http://www.w3.org/2005/Atom'>
<title>soledad.git/client/src, branch 0.9.3</title>
<subtitle>[soledad]
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/'/>
<entry>
<title>[bug] handle error once</title>
<updated>2017-03-02T18:18:44+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor1984@riseup.net</email>
</author>
<published>2017-01-11T21:31:34+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=0b60027dacf331c103f764b7b1b5dee8b6123938'/>
<id>0b60027dacf331c103f764b7b1b5dee8b6123938</id>
<content type='text'>
Handle it only if self.deferred wasnt called yet, otherwise that's just
an out-of-sync call from a scheduled deferred. Since it was already
logged, it's ok to ignore.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Handle it only if self.deferred wasnt called yet, otherwise that's just
an out-of-sync call from a scheduled deferred. Since it was already
logged, it's ok to ignore.
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] fix shared database initialization</title>
<updated>2017-03-02T17:39:36+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2017-03-02T16:58:49+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=d92f1d1840d28ee6c2058556b047db75ed737f77'/>
<id>d92f1d1840d28ee6c2058556b047db75ed737f77</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] save client secret downloaded from remote storage</title>
<updated>2017-02-25T21:17:18+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2017-02-25T21:17:18+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=a96801e7f3f4e6aeeb08355f7bac4f47b2454dac'/>
<id>a96801e7f3f4e6aeeb08355f7bac4f47b2454dac</id>
<content type='text'>
After refactor, the client secret bootstrap logic was flawed, and remote
secret was not being saved properly. This commit fixed that and tries to
improve the bootstrap code to make it more clear.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
After refactor, the client secret bootstrap logic was flawed, and remote
secret was not being saved properly. This commit fixed that and tries to
improve the bootstrap code to make it more clear.
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] remove unused named tuple from client secrets</title>
<updated>2017-02-25T21:06:03+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2017-02-25T21:06:03+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=87b65c731bb32bb9f0953d23b750ac8e8fda9eab'/>
<id>87b65c731bb32bb9f0953d23b750ac8e8fda9eab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[refactor] improve secret bootstrap code and doc</title>
<updated>2017-02-25T12:42:38+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2017-02-25T12:42:38+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=a0029b3c7beb8682c8aa3691a5d67003168c3e07'/>
<id>a0029b3c7beb8682c8aa3691a5d67003168c3e07</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[doc] improve doc and rename EmitMixin to UserDataMixin</title>
<updated>2017-02-25T12:11:57+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2017-02-25T12:11:44+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=425bfe42ca3758cfa4cda4589ebb42530313850b'/>
<id>425bfe42ca3758cfa4cda4589ebb42530313850b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[refactor] pass soledad object to client secrets api</title>
<updated>2017-02-25T11:53:38+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2017-02-25T11:53:38+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=b433c1ed736f5d4c19da4cdb21108a02459ca7fd'/>
<id>b433c1ed736f5d4c19da4cdb21108a02459ca7fd</id>
<content type='text'>
In order to be able to change passphrase, token and offline status of
soledad from the bitmask client api, the secrets api also has to be able
to use up-to-date values when encrypting/decrypting secrets and
uploading/downloading them to the server. This commit makes public some
soledad attributes that were previously "private" (i.e. used to start
with "_" and were not meant to be accessed from outside), and passes the
whole soledad object to the client secrets api. This makes the code
cleaner and also allows for always getting newest values of soledad
attributes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In order to be able to change passphrase, token and offline status of
soledad from the bitmask client api, the secrets api also has to be able
to use up-to-date values when encrypting/decrypting secrets and
uploading/downloading them to the server. This commit makes public some
soledad attributes that were previously "private" (i.e. used to start
with "_" and were not meant to be accessed from outside), and passes the
whole soledad object to the client secrets api. This makes the code
cleaner and also allows for always getting newest values of soledad
attributes.
</pre>
</div>
</content>
</entry>
<entry>
<title>[refactor] remove syncable property from shared db</title>
<updated>2017-02-23T22:42:58+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2017-02-23T22:08:02+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=a2e29d8bebbe7809dc10195982a205ed3709459c'/>
<id>a2e29d8bebbe7809dc10195982a205ed3709459c</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 offline status to soledad client api</title>
<updated>2017-02-23T22:42:55+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2017-02-23T22:01:17+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=67fc01d1b055b4a0ff3742ba4c3d32bbef3e1b87'/>
<id>67fc01d1b055b4a0ff3742ba4c3d32bbef3e1b87</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] avoid client sync if no token is set</title>
<updated>2017-02-23T21:40:02+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2017-02-23T21:40:02+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=75e4d4e7dafe4472ee55fa0159eeb8270df2dd49'/>
<id>75e4d4e7dafe4472ee55fa0159eeb8270df2dd49</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
