<feed xmlns='http://www.w3.org/2005/Atom'>
<title>leap_web.git/test/functional, branch version/0.7</title>
<subtitle>[leap_web] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/'/>
<entry>
<title>Merge branch 'test/feature-for-service-endpoint' of https://github.com/azul/leap_web into develop</title>
<updated>2014-11-11T21:06:42+00:00</updated>
<author>
<name>elijah</name>
<email>elijah@riseup.net</email>
</author>
<published>2014-11-11T21:06:42+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=c3305f1c29a1a37913bfb05cd11d547e9d7f16a0'/>
<id>c3305f1c29a1a37913bfb05cd11d547e9d7f16a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use ApiController#anonymous_access_allowed?</title>
<updated>2014-07-31T08:02:38+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2014-07-28T07:52:47+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=297b42cd7557a7508cdbf091163da48bbd52a79a'/>
<id>297b42cd7557a7508cdbf091163da48bbd52a79a</id>
<content type='text'>
There are some places where we only want to require login unless you can use EIP anonymously. So far we had an anonymous_certs_allowed? method in all these controllers. Now it's replaced with ApiController#anonymous_access_allowed?. The naming better reflects that there might be other services that allow anonymous use at some point.

This also fixed a typo name -&gt; @filename that broke the ConfigsController.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There are some places where we only want to require login unless you can use EIP anonymously. So far we had an anonymous_certs_allowed? method in all these controllers. Now it's replaced with ApiController#anonymous_access_allowed?. The naming better reflects that there might be other services that allow anonymous use at some point.

This also fixed a typo name -&gt; @filename that broke the ConfigsController.
</pre>
</div>
</content>
</entry>
<entry>
<title>respond with 404 and 500 when rendering custom error pages</title>
<updated>2014-07-31T06:53:08+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2014-07-31T06:53:08+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=8529177baeb08b96f613148ebef0bf5861d897d1'/>
<id>8529177baeb08b96f613148ebef0bf5861d897d1</id>
<content type='text'>
includes test
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
includes test
</pre>
</div>
</content>
</entry>
<entry>
<title>add translation and fix tests</title>
<updated>2014-07-17T10:47:47+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2014-07-14T15:26:28+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=150c80bfc7c469b23f7ac1bac0e42014ad417df6'/>
<id>150c80bfc7c469b23f7ac1bac0e42014ad417df6</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 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>fix tests and simplify time calculations</title>
<updated>2014-07-12T07:14:23+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2014-07-09T20:53:05+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=bdd5060ccc13951524c171e2d3b81eeddec1625d'/>
<id>bdd5060ccc13951524c171e2d3b81eeddec1625d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added allow_registration toggle.</title>
<updated>2014-07-11T08:44:21+00:00</updated>
<author>
<name>Folker Bernitt</name>
<email>fbernitt@thoughtworks.com</email>
</author>
<published>2014-07-10T15:58:32+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=140155f32a9bd8ef2d5a581a1e56701a44a8f5a7'/>
<id>140155f32a9bd8ef2d5a581a1e56701a44a8f5a7</id>
<content type='text'>
- default is true
- See issue #5217
- See companion change in leap_platform.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- default is true
- See issue #5217
- See companion change in leap_platform.
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable unblocking handles in identities tab</title>
<updated>2014-07-05T08:21:07+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2014-07-04T13:40:54+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=87e9ccbcdf4f99dd898b0715750092a27fff7e94'/>
<id>87e9ccbcdf4f99dd898b0715750092a27fff7e94</id>
<content type='text'>
There's an identities tab now for admins that will allow unblocking blocked handles. It should be easy to expand for aliases and forwards and other types of actions such as editing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There's an identities tab now for admins that will allow unblocking blocked handles. It should be easy to expand for aliases and forwards and other types of actions such as editing.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #163 from azul/feature/3398-save-hashed-token</title>
<updated>2014-05-26T08:08:27+00:00</updated>
<author>
<name>azul</name>
<email>azul@leap.se</email>
</author>
<published>2014-05-26T08:08:27+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=1d0d61389011a8d0d169bc139590d90a6fbbac60'/>
<id>1d0d61389011a8d0d169bc139590d90a6fbbac60</id>
<content type='text'>
hash token with sha512 against timing attacs #3398</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
hash token with sha512 against timing attacs #3398</pre>
</div>
</content>
</entry>
<entry>
<title>hash token with sha512 against timing attacs #3398</title>
<updated>2014-05-26T07:58:40+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2014-05-01T08:45:57+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=5764daae090227bf4c5967900b708392c967be47'/>
<id>5764daae090227bf4c5967900b708392c967be47</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
