<feed xmlns='http://www.w3.org/2005/Atom'>
<title>leap_web.git/users, branch 0.5.0.rc</title>
<subtitle>[leap_web] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/'/>
<entry>
<title>make sure overview link is active on Users#show</title>
<updated>2013-12-20T19:30:16+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2013-12-20T19:16:11+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=5c9d2ba552537b8dba98d9fe98e05c38fa788a5e'/>
<id>5c9d2ba552537b8dba98d9fe98e05c38fa788a5e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>enable billing engine by default, consolidate APP_CONFIG[:payments] and APP_CONFIG[:braintree] into APP_CONFIG[:billing][:braintree]</title>
<updated>2013-12-20T18:56:01+00:00</updated>
<author>
<name>elijah</name>
<email>elijah@riseup.net</email>
</author>
<published>2013-12-18T08:10:01+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=34ac576bf7efbddac0a89731292eac8974f95114'/>
<id>34ac576bf7efbddac0a89731292eac8974f95114</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update translation to reflect what you can actually change in your account.</title>
<updated>2013-12-19T20:19:18+00:00</updated>
<author>
<name>jessib</name>
<email>jessib@riseup.net</email>
</author>
<published>2013-12-19T20:19:18+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=76517637ddf70577bd2a14bebb8a57552fbb1776'/>
<id>76517637ddf70577bd2a14bebb8a57552fbb1776</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test.</title>
<updated>2013-12-16T19:49:16+00:00</updated>
<author>
<name>jessib</name>
<email>jessib@riseup.net</email>
</author>
<published>2013-12-16T19:49:16+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=91aea91d7091b740630551ec17d0274236545f4c'/>
<id>91aea91d7091b740630551ec17d0274236545f4c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix issue 4756: /login should not crash if one goes there when logged in.</title>
<updated>2013-12-16T19:37:05+00:00</updated>
<author>
<name>jessib</name>
<email>jessib@riseup.net</email>
</author>
<published>2013-12-16T19:37:05+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=6012b588911dac3d47bbdb53e11dcb70ba8be6df'/>
<id>6012b588911dac3d47bbdb53e11dcb70ba8be6df</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #123 from azul/refactor/standartize-user-routes</title>
<updated>2013-12-16T17:47:53+00:00</updated>
<author>
<name>jessib</name>
<email>jessib@riseup.net</email>
</author>
<published>2013-12-16T17:47:53+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=e2638a3a91cb2c6a426f856c4d1919be1a852b6a'/>
<id>e2638a3a91cb2c6a426f856c4d1919be1a852b6a</id>
<content type='text'>
refactor: remove Overview controller - we can use Users#show</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
refactor: remove Overview controller - we can use Users#show</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: remove Overview controller - we can use Users#show</title>
<updated>2013-12-13T13:44:04+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2013-12-13T13:27:15+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=496817bd512fe43c4cb80cc49a19dae3ed3eb165'/>
<id>496817bd512fe43c4cb80cc49a19dae3ed3eb165</id>
<content type='text'>
we were only using Users#show to redirect to the edit action. So I replaced that with the overview and we have no more use for the extra controller.

This also simplifies linking to the users in question a lot.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
we were only using Users#show to redirect to the edit action. So I replaced that with the overview and we have no more use for the extra controller.

This also simplifies linking to the users in question a lot.
</pre>
</div>
</content>
</entry>
<entry>
<title>make the possible actions for users and admins configurable</title>
<updated>2013-12-13T13:10:41+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2013-12-13T13:10:41+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=5ed00a63ea3da98e8dfaef88752f8afe851c81e9'/>
<id>5ed00a63ea3da98e8dfaef88752f8afe851c81e9</id>
<content type='text'>
with tests
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
with tests
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: move edit sections into partials</title>
<updated>2013-12-13T12:52:23+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2013-12-13T12:32:20+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=b7db3e8f5d9a65ff3b83316bdd802dd40111c64d'/>
<id>b7db3e8f5d9a65ff3b83316bdd802dd40111c64d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update tests to reflect using plaintext key.</title>
<updated>2013-12-09T19:50:47+00:00</updated>
<author>
<name>jessib</name>
<email>jessib@riseup.net</email>
</author>
<published>2013-12-09T19:50:47+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=ce1d6ddacca09062ed90a40de559454c7ce912b5'/>
<id>ce1d6ddacca09062ed90a40de559454c7ce912b5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
