<feed xmlns='http://www.w3.org/2005/Atom'>
<title>leap_web.git/app/controllers/v1, 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>change from GET to POST for certs</title>
<updated>2014-05-26T07:31:36+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2014-05-26T07:31:36+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=00d5adc90ccadc7f4a2a0d54a5a31a1ad02f05be'/>
<id>00d5adc90ccadc7f4a2a0d54a5a31a1ad02f05be</id>
<content type='text'>
We create them. let's reflect that in the verb.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We create them. let's reflect that in the verb.
</pre>
</div>
</content>
</entry>
<entry>
<title>store fingerprints with timestamp</title>
<updated>2014-05-19T13:21:42+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2014-05-19T13:07:02+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=3a84578cf33685800c9216cfb4da12ea1fb0032f'/>
<id>3a84578cf33685800c9216cfb4da12ea1fb0032f</id>
<content type='text'>
Only storing the date as that should suffice for normal expiry and is less useful for identifying users by timestamps
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Only storing the date as that should suffice for normal expiry and is less useful for identifying users by timestamps
</pre>
</div>
</content>
</entry>
<entry>
<title>minor: fix tests</title>
<updated>2014-05-19T12:50:16+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2014-05-19T12:50:16+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=e8ba98df64cb537e85de8624c0ebb08c4135ccca'/>
<id>e8ba98df64cb537e85de8624c0ebb08c4135ccca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>store cert fingerprint with main user identity</title>
<updated>2014-05-19T12:24:47+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2014-05-15T14:29:49+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=17b67aeda81dee2273ce1161ac7292a328c3efaa'/>
<id>17b67aeda81dee2273ce1161ac7292a328c3efaa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>SmtpCertsController, routes and tests</title>
<updated>2014-05-19T12:24:47+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2014-05-15T09:17:47+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=71dcf3f4e5d423b78b47f675297fc98b28ef3442'/>
<id>71dcf3f4e5d423b78b47f675297fc98b28ef3442</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>allow for usernames with dots</title>
<updated>2014-05-13T07:51:41+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2014-05-13T07:51:36+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=86eb9062f1e81302647bf18ce0f5fd981202b68a'/>
<id>86eb9062f1e81302647bf18ce0f5fd981202b68a</id>
<content type='text'>
preparing for #5664 with some test improvements i ran into this issue

This commit includes a fix and the test improvements. In particular it
adds BrowserIntegrationTest#login - so there is no need to go through the signup procedure everytime you want a user to be logged in.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
preparing for #5664 with some test improvements i ran into this issue

This commit includes a fix and the test improvements. In particular it
adds BrowserIntegrationTest#login - so there is no need to go through the signup procedure everytime you want a user to be logged in.
</pre>
</div>
</content>
</entry>
<entry>
<title>change service level configuration strategy</title>
<updated>2014-04-18T10:30:52+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2014-04-18T09:55:40+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=9216ab8252246a263c5d17f6755a7d3887145f94'/>
<id>9216ab8252246a263c5d17f6755a7d3887145f94</id>
<content type='text'>
The changes to the configuration required some non minor changes to the platform and also added some flexibility we don't require yet - and thus some new possibilities for errors.

So instead we still use the allow_..._certs and ..._cert_prefix options.
They basically provide the framework in which service levels can operate.

The service level configuration will not include the cert prefix anymore.
It only states if the service level is rate limited or not.
This avoids conflicts between the two configuration options.

I also removed the anonymous service level entirely.
It was also turning a boolean decision (do we provide anonymous eip or not) into something way more complex. Instead I added the AnonymousServiceLevel class to handle the corner cases for people who are not logged in.

Furthermore i renamed the UnauthenticatedUser to AnonymousUser so it matches the Anonymous Service Level nicely. It's also shorter and more intuitive.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The changes to the configuration required some non minor changes to the platform and also added some flexibility we don't require yet - and thus some new possibilities for errors.

So instead we still use the allow_..._certs and ..._cert_prefix options.
They basically provide the framework in which service levels can operate.

The service level configuration will not include the cert prefix anymore.
It only states if the service level is rate limited or not.
This avoids conflicts between the two configuration options.

I also removed the anonymous service level entirely.
It was also turning a boolean decision (do we provide anonymous eip or not) into something way more complex. Instead I added the AnonymousServiceLevel class to handle the corner cases for people who are not logged in.

Furthermore i renamed the UnauthenticatedUser to AnonymousUser so it matches the Anonymous Service Level nicely. It's also shorter and more intuitive.
</pre>
</div>
</content>
</entry>
<entry>
<title>make use of the UnauthorizedUser</title>
<updated>2014-04-17T17:27:47+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2014-04-17T17:27:47+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=7a9ece43bd61246b450471ed6bb1089570321e38'/>
<id>7a9ece43bd61246b450471ed6bb1089570321e38</id>
<content type='text'>
Null Pattern for current_user - use it to get rid of some conditionals
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Null Pattern for current_user - use it to get rid of some conditionals
</pre>
</div>
</content>
</entry>
<entry>
<title>initial commit for the service level api</title>
<updated>2014-04-17T09:42:13+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2014-04-17T09:42:13+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=8cc5ba134f6c5a1a06d91407aa78b962545c54ac'/>
<id>8cc5ba134f6c5a1a06d91407aa78b962545c54ac</id>
<content type='text'>
:api/service will return a hash of the current users service level

This is failiing if the user is not logged in. Instead it should return the service description for an anonymous user.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
:api/service will return a hash of the current users service level

This is failiing if the user is not logged in. Instead it should return the service description for an anonymous user.
</pre>
</div>
</content>
</entry>
<entry>
<title>move certs into toplevel</title>
<updated>2014-04-10T10:54:36+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2014-04-10T10:45:21+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=c1486cb9688d53c5ae266ff22ab279ead12eaa36'/>
<id>c1486cb9688d53c5ae266ff22ab279ead12eaa36</id>
<content type='text'>
cleaned up all the engine stuff that was never really used.
Afterwards there is not that much left that makes it into the toplevel.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
cleaned up all the engine stuff that was never really used.
Afterwards there is not that much left that makes it into the toplevel.
</pre>
</div>
</content>
</entry>
</feed>
