<feed xmlns='http://www.w3.org/2005/Atom'>
<title>leap_web.git/users/app/models, branch master</title>
<subtitle>[leap_web] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/'/>
<entry>
<title>moving users: app and test files</title>
<updated>2014-04-08T09:49:14+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2014-04-08T09:49:14+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=b6d14dc19dd350a807826e3e097738a36613e083'/>
<id>b6d14dc19dd350a807826e3e097738a36613e083</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>5382 - prevent crash when destroying tokens</title>
<updated>2014-04-04T09:48:50+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2014-04-04T09:48:24+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=85aabe832eb3eec10a29054ef5575618686eef33'/>
<id>85aabe832eb3eec10a29054ef5575618686eef33</id>
<content type='text'>
An expired token was removed (probably by automatic cleanup) while processing it. So the webapp crashed due to a couch 404.

We're preventing that by rescueing from a 404 on Token.delete by default.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
An expired token was removed (probably by automatic cleanup) while processing it. So the webapp crashed due to a couch 404.

We're preventing that by rescueing from a 404 on Token.delete by default.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix unread_by? to check user_ids_to_show, remove TODO</title>
<updated>2014-02-10T18:41:02+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2014-02-10T18:41:02+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=e3577906891f9ab0edd987544e3432f354bc1721'/>
<id>e3577906891f9ab0edd987544e3432f354bc1721</id>
<content type='text'>
uniq! is probably not any faster than just checking include?
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
uniq! is probably not any faster than just checking include?
</pre>
</div>
</content>
</entry>
<entry>
<title>minor: move some logic from message controller into model</title>
<updated>2014-02-10T13:23:38+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2014-02-10T13:23:38+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=bd867c51c4d9e3d4c6b4c55d326eb9b13b89288b'/>
<id>bd867c51c4d9e3d4c6b4c55d326eb9b13b89288b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Small optimization to saving message when sending one month warnings.</title>
<updated>2014-01-21T19:26:19+00:00</updated>
<author>
<name>jessib</name>
<email>jessib@riseup.net</email>
</author>
<published>2014-01-21T19:26:19+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=3bfbf0ad20bb5b8e4689fda287cd47738571d10d'/>
<id>3bfbf0ad20bb5b8e4689fda287cd47738571d10d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Some more cleanup, but still want to make sure by_user_ids_to_show_and_created_at view is right before issuing pull request.</title>
<updated>2014-01-09T20:18:37+00:00</updated>
<author>
<name>jessib</name>
<email>jessib@riseup.net</email>
</author>
<published>2014-01-09T20:18:37+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=6c478c5a1634b5da9d269c938f67d2ac4d8f03df'/>
<id>6c478c5a1634b5da9d269c938f67d2ac4d8f03df</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Some refactoring, to simplify user model, optimize, and allow messages to be sorted by date (although are not now.)</title>
<updated>2014-01-07T20:57:01+00:00</updated>
<author>
<name>jessib</name>
<email>jessib@riseup.net</email>
</author>
<published>2014-01-07T20:57:01+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=c7e66852324714a166dd35dc3d5873a0053dcb9b'/>
<id>c7e66852324714a166dd35dc3d5873a0053dcb9b</id>
<content type='text'>
Also, rather than use whenever gem, will have cron job created to call task.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also, rather than use whenever gem, will have cron job created to call task.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'develop' into feature/messages_api</title>
<updated>2014-01-07T17:51:27+00:00</updated>
<author>
<name>jessib</name>
<email>jessib@riseup.net</email>
</author>
<published>2014-01-07T17:51:27+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=b920c144ef70613414a702e468ab7889659a03da'/>
<id>b920c144ef70613414a702e468ab7889659a03da</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>only emit pgp keys if they are actually set</title>
<updated>2014-01-07T08:34:27+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2014-01-07T08:34:27+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=74353fef4524e8418acf5dd854ff41d3a06beff0'/>
<id>74353fef4524e8418acf5dd854ff41d3a06beff0</id>
<content type='text'>
if doc.keys has not been set doc.keys[pgp] will raise an error.

We always upload the key after signup - but this might fail and there is some time in between. Not checking for this condition lead to errors in the couch logs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
if doc.keys has not been set doc.keys[pgp] will raise an error.

We always upload the key after signup - but this might fail and there is some time in between. Not checking for this condition lead to errors in the couch logs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Removing join-model we are no longer using.</title>
<updated>2013-12-31T19:50:34+00:00</updated>
<author>
<name>jessib</name>
<email>jessib@riseup.net</email>
</author>
<published>2013-12-31T19:50:34+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=fe3e374daa274a38723da52d929805b80f7ef383'/>
<id>fe3e374daa274a38723da52d929805b80f7ef383</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
