<feed xmlns='http://www.w3.org/2005/Atom'>
<title>leap_web.git/test/unit, branch version/0.8</title>
<subtitle>[leap_web] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/'/>
<entry>
<title>allow monitor auth to create users even if invites are normally required.</title>
<updated>2016-04-11T21:10:38+00:00</updated>
<author>
<name>elijah</name>
<email>elijah@riseup.net</email>
</author>
<published>2016-04-11T21:10:38+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=7e0cd47ab44389fb9933345407ad2c2cd2a579b6'/>
<id>7e0cd47ab44389fb9933345407ad2c2cd2a579b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>api tokens - clarify terms: "monitors" are admins that authenticated via api token, "tmp" users are users that exist only in tmp db, "test" users are either tmp users or users named "test_user_x"</title>
<updated>2016-03-28T23:03:54+00:00</updated>
<author>
<name>elijah</name>
<email>elijah@riseup.net</email>
</author>
<published>2016-03-28T22:52:21+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=67b5aa4198e0f6ab2cd29767aedcb4bf5b5dc4d9'/>
<id>67b5aa4198e0f6ab2cd29767aedcb4bf5b5dc4d9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>api tokens: allow for special api tokens that work like session tokens but are configured in the static config, to be used for infrastructure monitoring.</title>
<updated>2016-03-28T23:03:54+00:00</updated>
<author>
<name>elijah</name>
<email>elijah@riseup.net</email>
</author>
<published>2016-03-20T08:13:24+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=c63791c7ffacb7c6cfc685e2654ffe66f0a6b185'/>
<id>c63791c7ffacb7c6cfc685e2654ffe66f0a6b185</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>allow user accounts to be re-enabled, and for associated identities to also get re-enabled.</title>
<updated>2016-02-10T18:56:57+00:00</updated>
<author>
<name>elijah</name>
<email>elijah@riseup.net</email>
</author>
<published>2016-02-10T18:56:57+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=49d3e9df74685fe17a2abbbabdd17014f2371065'/>
<id>49d3e9df74685fe17a2abbbabdd17014f2371065</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove cert fingerprints for disabled users, so that they cannot send email anymore. closes #7690</title>
<updated>2016-01-31T23:10:10+00:00</updated>
<author>
<name>elijah</name>
<email>elijah@riseup.net</email>
</author>
<published>2016-01-31T22:43:19+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=e7e16318d056dbd9ec272085487cce6039627b09'/>
<id>e7e16318d056dbd9ec272085487cce6039627b09</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Integrated feedback on multi-invite codes</title>
<updated>2015-10-06T11:27:32+00:00</updated>
<author>
<name>ankonym</name>
<email>ankonym@gmail.com</email>
</author>
<published>2015-10-06T11:27:32+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=da9608a906d4369afb70e042069e219bc2e2d282'/>
<id>da9608a906d4369afb70e042069e219bc2e2d282</id>
<content type='text'>
Removing some superfluous code, mostly, and structuring tests better.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removing some superfluous code, mostly, and structuring tests better.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update rake task to allow generation of multi-use invites</title>
<updated>2015-10-02T18:58:29+00:00</updated>
<author>
<name>ankonym</name>
<email>ankonym@gmail.com</email>
</author>
<published>2015-10-02T18:58:29+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=6f09343e85ab23c4d81f827bbd47a720f3e2cf7b'/>
<id>6f09343e85ab23c4d81f827bbd47a720f3e2cf7b</id>
<content type='text'>
The rake task now takes a second (optional) argument that sets the number of uses per invite code.
If this is omitted, the default number of uses is 1.

(This commit also contains some minor code cleanup that removes some stuff that I'd commented out but not removed.)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The rake task now takes a second (optional) argument that sets the number of uses per invite code.
If this is omitted, the default number of uses is 1.

(This commit also contains some minor code cleanup that removes some stuff that I'd commented out but not removed.)
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow multi-use invite codes</title>
<updated>2015-10-02T14:51:57+00:00</updated>
<author>
<name>ankonym</name>
<email>ankonym@gmail.com</email>
</author>
<published>2015-10-02T14:51:57+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=82a33300818dd8f6e06856944fe7c658746efca1'/>
<id>82a33300818dd8f6e06856944fe7c658746efca1</id>
<content type='text'>
Introduce a invite_max_uses property to invite codes to allow admins to set a maximum number of uses for invite codes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Introduce a invite_max_uses property to invite codes to allow admins to set a maximum number of uses for invite codes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make invite code configurable</title>
<updated>2015-09-28T13:12:46+00:00</updated>
<author>
<name>ankonym</name>
<email>ankonym@gmail.com</email>
</author>
<published>2015-09-21T16:34:04+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=9adbde13619de8b2c300056b062d12f0961cb710'/>
<id>9adbde13619de8b2c300056b062d12f0961cb710</id>
<content type='text'>
Through the config param 'invite_required', providers can decide whether users need to provide an invite code upon signup.
The default setting is false.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Through the config param 'invite_required', providers can decide whether users need to provide an invite code upon signup.
The default setting is false.
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed the view_by__id from invite code test</title>
<updated>2015-09-28T13:12:46+00:00</updated>
<author>
<name>ankonym</name>
<email>ankonym@gmail.com</email>
</author>
<published>2015-09-10T16:09:49+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=c1cd099089c09b79cb7945be4c3283afed9ab3b3'/>
<id>c1cd099089c09b79cb7945be4c3283afed9ab3b3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
