<feed xmlns='http://www.w3.org/2005/Atom'>
<title>srp_js.git, 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>Merge branch 'release/0.3.0' into develop</title>
<updated>2013-03-20T11:52:24+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2013-03-20T11:52:24+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/srp_js.git/commit/?id=cc31045a9215ea255ab686040fce804859aadde7'/>
<id>cc31045a9215ea255ab686040fce804859aadde7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added version file</title>
<updated>2013-03-20T11:51:26+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2013-03-20T11:51:26+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/srp_js.git/commit/?id=d29d1146865d36e9d9789d3936e7a9163511be0a'/>
<id>d29d1146865d36e9d9789d3936e7a9163511be0a</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>
</feed>
