<feed xmlns='http://www.w3.org/2005/Atom'>
<title>srp_js.git/src, branch refactor/separate-session</title>
<subtitle>[srp_js] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/srp_js.git/'/>
<entry>
<title>refactor: separate account from session</title>
<updated>2013-06-22T14:17:45+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2013-06-22T14:17:45+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/srp_js.git/commit/?id=21c3134a868efa4104bb87a2a8fc36f485e163bb'/>
<id>21c3134a868efa4104bb87a2a8fc36f485e163bb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: rename constants to calculate and clean up hash usage</title>
<updated>2013-06-22T13:14:14+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2013-06-22T13:14:14+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/srp_js.git/commit/?id=16602079b3cd92ad85f3d4afe57763c029b67ae8'/>
<id>16602079b3cd92ad85f3d4afe57763c029b67ae8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: separate calculations from session</title>
<updated>2013-06-22T12:53:13+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2013-06-22T12:53:13+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/srp_js.git/commit/?id=fb20ef3060a4e2dc8065f46891ce3b9cd3ef463f'/>
<id>fb20ef3060a4e2dc8065f46891ce3b9cd3ef463f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix bug wrt zero padding of hashes</title>
<updated>2013-06-20T15:28:55+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2013-06-20T15:28:55+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/srp_js.git/commit/?id=4c53d48b0df6754d03a2f0cfa5e1ac36410062c5'/>
<id>4c53d48b0df6754d03a2f0cfa5e1ac36410062c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use a proper random a for the handshake</title>
<updated>2013-03-20T11:49:34+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2013-03-20T11:49:34+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/srp_js.git/commit/?id=3f37e98acca731e9272848dea77b7a64a5ed7615'/>
<id>3f37e98acca731e9272848dea77b7a64a5ed7615</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>API: update instead of addToForm</title>
<updated>2012-11-26T08:29:15+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2012-11-25T11:55:00+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/srp_js.git/commit/?id=fff770a866b44abce6fe0fc5d5ffde034225436d'/>
<id>fff770a866b44abce6fe0fc5d5ffde034225436d</id>
<content type='text'>
addToForm was an attempt to not use ajax but just the normal form submit.

Turns out it's easy to add hidden fields to the form but quite cumbersome to remove the password fields from teh form so they are not submitted over the eventually untrusted channel.

So we use ajax for updates just like for signup.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
addToForm was an attempt to not use ajax but just the normal form submit.

Turns out it's easy to add hidden fields to the form but quite cumbersome to remove the password fields from teh form so they are not submitted over the eventually untrusted channel.

So we use ajax for updates just like for signup.
</pre>
</div>
</content>
</entry>
<entry>
<title>addToForm: add the srp signup data to an existing form</title>
<updated>2012-11-23T14:33:33+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2012-11-23T14:33:33+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/srp_js.git/commit/?id=32719dee1d9a4d6ce717eef948dedd54f77b288b'/>
<id>32719dee1d9a4d6ce717eef948dedd54f77b288b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>don't cache password and login</title>
<updated>2012-11-22T12:01:22+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2012-11-22T12:01:22+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/srp_js.git/commit/?id=076d6e251e4caf826787d87b11434e535960455c'/>
<id>076d6e251e4caf826787d87b11434e535960455c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>catch empty responses</title>
<updated>2012-11-22T11:56:12+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2012-11-22T11:56:12+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/srp_js.git/commit/?id=61ab6195768e78f1378caca7ca8ef4e7adcaebb3'/>
<id>61ab6195768e78f1378caca7ca8ef4e7adcaebb3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>using done/fail instead of success/error, handing all properties to fail</title>
<updated>2012-11-22T11:49:46+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2012-11-22T11:49:46+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/srp_js.git/commit/?id=ac5e8d8aa7d4a69a20e20d3079691d13ed2faa66'/>
<id>ac5e8d8aa7d4a69a20e20d3079691d13ed2faa66</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
