<feed xmlns='http://www.w3.org/2005/Atom'>
<title>leap_web.git/users/app, branch 0.5.2</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>Merge branch 'bugfix/5382-rescue-token-destruction' into develop</title>
<updated>2014-04-04T17:42:15+00:00</updated>
<author>
<name>elijah</name>
<email>elijah@riseup.net</email>
</author>
<published>2014-04-04T17:42:15+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=cb6442c344d6bdaf52c3878b2de2fcf4d85f2648'/>
<id>cb6442c344d6bdaf52c3878b2de2fcf4d85f2648</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>redirect home when logged in visits /signup (#5446)</title>
<updated>2014-04-04T13:40:22+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2014-04-04T13:40:22+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=aeb5d8cf8dc6329906f14bf4595a229e002691c1'/>
<id>aeb5d8cf8dc6329906f14bf4595a229e002691c1</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>Merge pull request #139 from azul/refactor/tweaks-to-messages</title>
<updated>2014-02-10T19:00:28+00:00</updated>
<author>
<name>jessib</name>
<email>jessib@riseup.net</email>
</author>
<published>2014-02-10T19:00:28+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=a2289579eea138e0b7318f8866a0ed33f269761c'/>
<id>a2289579eea138e0b7318f8866a0ed33f269761c</id>
<content type='text'>
Refactor/tweaks to messages</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Refactor/tweaks to messages</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>require_token now checks for token and login</title>
<updated>2014-02-10T13:59:01+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2014-02-10T13:34:17+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=b6c8279a39f933257be11fc29f5b7d59efff743f'/>
<id>b6c8279a39f933257be11fc29f5b7d59efff743f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>require token in messages controller</title>
<updated>2014-02-10T13:29:34+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2014-02-10T13:29:34+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=3a478804aa48b08fbeded5144677744c427c112f'/>
<id>3a478804aa48b08fbeded5144677744c427c112f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>require token when logging out via API</title>
<updated>2014-02-10T13:26:30+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2014-02-08T15:20:37+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=c8fcd0d26c3ad5c1c3cfbaf6b57239f907925ed6'/>
<id>c8fcd0d26c3ad5c1c3cfbaf6b57239f907925ed6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>require token when updating user via API</title>
<updated>2014-02-10T13:26:30+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2014-02-08T15:15:46+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=cbd757cf151cd61bfdd5637d09f43e4831fec3bb'/>
<id>cbd757cf151cd61bfdd5637d09f43e4831fec3bb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
