<feed xmlns='http://www.w3.org/2005/Atom'>
<title>leap_web.git/users/test, branch 0.2.6</title>
<subtitle>[leap_web] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/'/>
<entry>
<title>no need to create a user for testing failed login attempt</title>
<updated>2013-10-28T10:08:31+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2013-10-28T10:08:31+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=1ef3e9df271934b983ff5afe60c2dcf34c090a98'/>
<id>1ef3e9df271934b983ff5afe60c2dcf34c090a98</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>reset button loading... state on error (#4231)</title>
<updated>2013-10-28T09:51:04+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2013-10-28T09:48:53+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=315a7c9aa3d6cc6cde51a67b6dcc91aea085f518'/>
<id>315a7c9aa3d6cc6cde51a67b6dcc91aea085f518</id>
<content type='text'>
including test
refactored error display some
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
including test
refactored error display some
</pre>
</div>
</content>
</entry>
<entry>
<title>test logging in through the API using python with umlauts</title>
<updated>2013-10-18T10:20:23+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2013-10-18T10:20:23+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=18c6f005d0eb0099a1d41235818564fbab94fb1b'/>
<id>18c6f005d0eb0099a1d41235818564fbab94fb1b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>blacklist system logins for aliases and logins</title>
<updated>2013-10-17T10:05:26+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2013-10-17T10:05:26+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=9f4b1bcf315f09fd6d302ad187281ec4ed443f04'/>
<id>9f4b1bcf315f09fd6d302ad187281ec4ed443f04</id>
<content type='text'>
We blacklist based on three things:
* blacklist in APP_CONFIG[:handle_blacklist]
* emails in RFC 2142
* usernames in /etc/passwd

The latter two can be allowed by explicitly whitelisting them in APP_CONFIG[:handle_whitelist].

We stick to blocking names that have been configured as both blacklisted and whitelisted - better be save than sorry.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We blacklist based on three things:
* blacklist in APP_CONFIG[:handle_blacklist]
* emails in RFC 2142
* usernames in /etc/passwd

The latter two can be allowed by explicitly whitelisting them in APP_CONFIG[:handle_whitelist].

We stick to blocking names that have been configured as both blacklisted and whitelisted - better be save than sorry.
</pre>
</div>
</content>
</entry>
<entry>
<title>Since local part of email is case sensitive, want to allow remote email addresses with uppercase letters in local part.</title>
<updated>2013-09-26T19:06:25+00:00</updated>
<author>
<name>jessib</name>
<email>jessib@riseup.net</email>
</author>
<published>2013-09-26T19:06:25+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=af9d843d646cf500306de0ad20896c05ecaccd78'/>
<id>af9d843d646cf500306de0ad20896c05ecaccd78</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>visual feedback when submitting forms (#3164)</title>
<updated>2013-09-25T08:12:08+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2013-09-25T08:12:08+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=4f8414298750193b6de3daff08364ec745a6a761'/>
<id>4f8414298750193b6de3daff08364ec745a6a761</id>
<content type='text'>
This also helps with the failing integration test. We needed a way to tell the ajax request was back. Observing the button state now works for that.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This also helps with the failing integration test. We needed a way to tell the ajax request was back. Observing the button state now works for that.
</pre>
</div>
</content>
</entry>
<entry>
<title>use token auth when accessing the api from webapp</title>
<updated>2013-09-24T08:48:32+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2013-09-23T17:55:22+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=193bf6446b384dce1699e8fb82be6f16cb8cb5f6'/>
<id>193bf6446b384dce1699e8fb82be6f16cb8cb5f6</id>
<content type='text'>
One failing integration test still needs to be fixed
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
One failing integration test still needs to be fixed
</pre>
</div>
</content>
</entry>
<entry>
<title>This ensures that email addresses contain only lowercase letters, and that an identity's destination is a valid Email.</title>
<updated>2013-09-23T19:23:08+00:00</updated>
<author>
<name>jessib</name>
<email>jessib@riseup.net</email>
</author>
<published>2013-09-23T19:23:08+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=a9c68ba0bbba7a95e9b4a3ff24554d1b0af6cbc5'/>
<id>a9c68ba0bbba7a95e9b4a3ff24554d1b0af6cbc5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'develop' into feature/only_lower_case_aliases</title>
<updated>2013-09-19T19:07:25+00:00</updated>
<author>
<name>jessib</name>
<email>jessib@riseup.net</email>
</author>
<published>2013-09-19T19:07:25+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=3a2e64c75f67af89ffd78dbf80dd947896d85d22'/>
<id>3a2e64c75f67af89ffd78dbf80dd947896d85d22</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 #82 from azul/feature/sessions-expire</title>
<updated>2013-09-19T17:41:58+00:00</updated>
<author>
<name>jessib</name>
<email>jessib@riseup.net</email>
</author>
<published>2013-09-19T17:41:58+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=16b8966a0df0104390ce95e35f1bb17f173f8d4d'/>
<id>16b8966a0df0104390ce95e35f1bb17f173f8d4d</id>
<content type='text'>
Feature/sessions expire</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Feature/sessions expire</pre>
</div>
</content>
</entry>
</feed>
