<feed xmlns='http://www.w3.org/2005/Atom'>
<title>leap_web.git/users/app/controllers/users_controller.rb, branch 0.5.2-rc</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>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>rename authorize to require_login</title>
<updated>2014-02-10T13:26:30+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2014-02-07T13:38:56+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=3f9dc65636afb57fed441978dca4bf7d3209bd2d'/>
<id>3f9dc65636afb57fed441978dca4bf7d3209bd2d</id>
<content type='text'>
authorize_admin -&gt; require_admin

also add require_token which will ensure token has been used for auth.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
authorize_admin -&gt; require_admin

also add require_token which will ensure token has been used for auth.
</pre>
</div>
</content>
</entry>
<entry>
<title>added a customizable 'bye' page for when a user leaves</title>
<updated>2014-01-23T19:37:50+00:00</updated>
<author>
<name>elijah</name>
<email>elijah@riseup.net</email>
</author>
<published>2014-01-23T19:36:17+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=ce412a9a0ccce22b5b9d90f70369b91d5fc46e4f'/>
<id>ce412a9a0ccce22b5b9d90f70369b91d5fc46e4f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>locale prefix support:</title>
<updated>2013-12-22T10:00:49+00:00</updated>
<author>
<name>elijah</name>
<email>elijah@riseup.net</email>
</author>
<published>2013-12-22T09:45:41+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=665964bcbba69829a4ff1e7d7bd936f90d49b3f7'/>
<id>665964bcbba69829a4ff1e7d7bd936f90d49b3f7</id>
<content type='text'>
* set locale based on request header
* enforce locale path prefix when current locale is not the default
* note: don't use root_path anymore, instead use home_path
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* set locale based on request header
* enforce locale path prefix when current locale is not the default
* note: don't use root_path anymore, instead use home_path
</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>Start of service level code, which will be tweaked</title>
<updated>2013-11-18T23:44:54+00:00</updated>
<author>
<name>jessib</name>
<email>jessib@riseup.net</email>
</author>
<published>2013-11-18T23:44:54+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=8e9b65b01bbd9d44d4077d94f2dc4ac375cf8e85'/>
<id>8e9b65b01bbd9d44d4077d94f2dc4ac375cf8e85</id>
<content type='text'>
* stores desired &amp; effective service level
* whenever desired level is changed, effective level will be updated
* allows user to set their desired service level
* allow admin to update desired &amp; effective service level
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* stores desired &amp; effective service level
* whenever desired level is changed, effective level will be updated
* allows user to set their desired service level
* allow admin to update desired &amp; effective service level
</pre>
</div>
</content>
</entry>
<entry>
<title>use the account lifecycle from UsersController#destroy</title>
<updated>2013-11-06T10:55:43+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2013-11-06T10:55:43+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=ded302ebc6a9e145775f7847c5e89f91d683c777'/>
<id>ded302ebc6a9e145775f7847c5e89f91d683c777</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>notify user their account was successfully deleted (refs #4216)</title>
<updated>2013-10-30T19:17:43+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2013-10-28T11:47:46+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=dd88c7f84cb3c497c6327c364b3c08993c51a08f'/>
<id>dd88c7f84cb3c497c6327c364b3c08993c51a08f</id>
<content type='text'>
Also fixes a cornercase when admins deleted their own account. So far they would be redirected to the users list - which then refused access. Now they'll be redirected to the home landing page as well.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also fixes a cornercase when admins deleted their own account. So far they would be redirected to the users list - which then refused access. Now they'll be redirected to the home landing page as well.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into feature/disable_account</title>
<updated>2013-07-08T18:30:35+00:00</updated>
<author>
<name>jessib</name>
<email>jessib@leap.se</email>
</author>
<published>2013-07-08T18:30:35+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=fc3c5994df61de04b8b17b495a638efc0d760126'/>
<id>fc3c5994df61de04b8b17b495a638efc0d760126</id>
<content type='text'>
Conflicts:
	users/app/controllers/users_controller.rb
	users/app/helpers/users_helper.rb
	users/app/views/users/edit.html.haml
	users/app/views/users/show.html.haml
	users/config/locales/en.yml
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	users/app/controllers/users_controller.rb
	users/app/helpers/users_helper.rb
	users/app/views/users/edit.html.haml
	users/app/views/users/show.html.haml
	users/config/locales/en.yml
</pre>
</div>
</content>
</entry>
</feed>
