<feed xmlns='http://www.w3.org/2005/Atom'>
<title>leap_web.git/app, branch 0.6.0</title>
<subtitle>[leap_web] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/'/>
<entry>
<title>Allow fetching configs if anonymous EIP access is allowed</title>
<updated>2014-07-18T10:22:56+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2014-07-18T10:22:56+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=11d1efaef622335fe6d45917ce0b50a02e4a24a1'/>
<id>11d1efaef622335fe6d45917ce0b50a02e4a24a1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>some cleanup of the messages api and cuke feature</title>
<updated>2014-07-17T10:47:47+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2014-07-12T07:12:48+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=b17387a17669bfc9afce7435653cd8c29c686999'/>
<id>b17387a17669bfc9afce7435653cd8c29c686999</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>clean up error assertions in tests</title>
<updated>2014-07-17T09:18:57+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2014-07-17T09:18:57+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=e8a3df62d14c8dd775811f4af885cf7e76d5d3f6'/>
<id>e8a3df62d14c8dd775811f4af885cf7e76d5d3f6</id>
<content type='text'>
We're not testing the redirects anymore. But the error messages should be pretty clear already. We can start testing redirects again once we redirect to different places for different actions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We're not testing the redirects anymore. But the error messages should be pretty clear already. We can start testing redirects again once we redirect to different places for different actions.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix controller refactor and features</title>
<updated>2014-07-14T16:00:14+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2014-07-14T16:00:14+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=bb10a669e1129c662ba01f223bd5a0ee7f2a0344'/>
<id>bb10a669e1129c662ba01f223bd5a0ee7f2a0344</id>
<content type='text'>
Also save debug log on failing features
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also save debug log on failing features
</pre>
</div>
</content>
</entry>
<entry>
<title>move fetch_user into module so it can be mixed in</title>
<updated>2014-07-14T13:58:30+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2014-07-14T13:49:31+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=67f70b31bd16b05759e1f8393f077ee17f2c34be'/>
<id>67f70b31bd16b05759e1f8393f077ee17f2c34be</id>
<content type='text'>
We have an ApiController that wants to call #fetch_user. Since we can only inherit from one class i moved fetch_user into an extension.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We have an ApiController that wants to call #fetch_user. Since we can only inherit from one class i moved fetch_user into an extension.
</pre>
</div>
</content>
</entry>
<entry>
<title>send config files from ConfigsController</title>
<updated>2014-07-14T11:04:30+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2014-07-14T11:04:30+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=f07c952c870bfb8634ef0d80737b67a1eec760f6'/>
<id>f07c952c870bfb8634ef0d80737b67a1eec760f6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ApiController with API style auth</title>
<updated>2014-07-14T11:04:08+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2014-07-14T10:18:18+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=b80be9832526ee956b3a73a634896c6cd8d2914e'/>
<id>b80be9832526ee956b3a73a634896c6cd8d2914e</id>
<content type='text'>
require_login is require_token for the api controller

It also skips the verify_authenticity_token before filter.
So all Subclasses of the ApiController will only support token auth.

Also made the V1::UsersController a bit more strict. Now way for admins to alter other users through the api. We don't support that yet so let's not allow it either.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
require_login is require_token for the api controller

It also skips the verify_authenticity_token before filter.
So all Subclasses of the ApiController will only support token auth.

Also made the V1::UsersController a bit more strict. Now way for admins to alter other users through the api. We don't support that yet so let's not allow it either.
</pre>
</div>
</content>
</entry>
<entry>
<title>clean up and simplify error responses and test code</title>
<updated>2014-07-14T08:49:39+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2014-07-10T10:13:30+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=60052d15ca02b1c40ed265bed6515880d2851b8f'/>
<id>60052d15ca02b1c40ed265bed6515880d2851b8f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>send static list of configs for now</title>
<updated>2014-07-14T08:49:39+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2014-07-08T10:48:33+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=f1a8cefb810bef263d3a96edffbec511dbe15291'/>
<id>f1a8cefb810bef263d3a96edffbec511dbe15291</id>
<content type='text'>
Also added authentication steps to cucumber
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also added authentication steps to cucumber
</pre>
</div>
</content>
</entry>
<entry>
<title>use cucumber; initial ConfigsController</title>
<updated>2014-07-14T08:49:39+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2014-07-08T09:00:40+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=303ec07901af3798efc873cbe050aa5cb4ba7655'/>
<id>303ec07901af3798efc873cbe050aa5cb4ba7655</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
