<feed xmlns='http://www.w3.org/2005/Atom'>
<title>srp_js.git, branch develop</title>
<subtitle>[srp_js] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/srp_js.git/'/>
<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>
<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>
<entry>
<title>all request should go to absolute paths</title>
<updated>2012-11-20T11:43:34+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2012-11-20T11:43:34+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/srp_js.git/commit/?id=635ea47f1c19d7985a8f5107c070ae19edf9dd54'/>
<id>635ea47f1c19d7985a8f5107c070ae19edf9dd54</id>
<content type='text'>
They should be independent of the url we're serving the page from
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
They should be independent of the url we're serving the page from
</pre>
</div>
</content>
</entry>
</feed>
