<feed xmlns='http://www.w3.org/2005/Atom'>
<title>leap_web.git/test/integration/api, branch feat/drop-signup</title>
<subtitle>[leap_web] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/'/>
<entry>
<title>bugfix: handle couch 404s</title>
<updated>2017-03-23T08:49:17+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2016-11-21T15:14:38+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=1e672227a23afbb9f319a0aefa0b0ca3495fa1c6'/>
<id>1e672227a23afbb9f319a0aefa0b0ca3495fa1c6</id>
<content type='text'>
our special error handler for json requests would turn all exceptions
into 500s - removed it. now the rescue_responses can do their thing
again.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
our special error handler for json requests would turn all exceptions
into 500s - removed it. now the rescue_responses can do their thing
again.
</pre>
</div>
</content>
</entry>
<entry>
<title>Adds recovery code to user account</title>
<updated>2017-03-10T14:28:39+00:00</updated>
<author>
<name>Thais Siqueira</name>
<email>thais.siqueira@gmail.com</email>
</author>
<published>2017-03-10T14:28:39+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=417818997fca057635793cdf60a3e1bfa6716e35'/>
<id>417818997fca057635793cdf60a3e1bfa6716e35</id>
<content type='text'>
Related with https://github.com/pixelated/pixelated-user-agent/issues/924
With @aarni
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Related with https://github.com/pixelated/pixelated-user-agent/issues/924
With @aarni
</pre>
</div>
</content>
</entry>
<entry>
<title>respond_to on a per controller basis</title>
<updated>2016-08-19T09:15:31+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2016-08-18T09:00:16+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=fbad882075e745ab7afbe5f89c67544fb3c607c3'/>
<id>fbad882075e745ab7afbe5f89c67544fb3c607c3</id>
<content type='text'>
If you inherit respond to and call it again in your controller
it will not overwrite the previous but add to it.

Since we always have some exceptions from the rules it's probably
easiest to be explicit in the controllers that require it themselves.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If you inherit respond to and call it again in your controller
it will not overwrite the previous but add to it.

Since we always have some exceptions from the rules it's probably
easiest to be explicit in the controllers that require it themselves.
</pre>
</div>
</content>
</entry>
<entry>
<title>[feature] restrict is_admin in the user api, to only allow querying</title>
<updated>2016-07-14T13:45:09+00:00</updated>
<author>
<name>NavaL</name>
<email>ayoyo@thoughtworks.com</email>
</author>
<published>2016-07-14T13:06:20+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=ab1917c5fe0f03e7719863a5598ad575d9fef302'/>
<id>ab1917c5fe0f03e7719863a5598ad575d9fef302</id>
<content type='text'>
for him/herself

So that it we do not expose the is_admin property to anyone else
including other admins.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
for him/herself

So that it we do not expose the is_admin property to anyone else
including other admins.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'develop' of https://github.com/leapcode/leap_web into feature/expose_admin_in_api</title>
<updated>2016-07-14T13:44:07+00:00</updated>
<author>
<name>NavaL</name>
<email>ayoyo@thoughtworks.com</email>
</author>
<published>2016-07-14T13:44:07+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=e3c2cb91dfef5c39c608b967e702e9de977d1bd2'/>
<id>e3c2cb91dfef5c39c608b967e702e9de977d1bd2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[feature] expose is_admin in the user api</title>
<updated>2016-06-22T17:17:15+00:00</updated>
<author>
<name>NavaL</name>
<email>ayoyo@thoughtworks.com</email>
</author>
<published>2016-06-22T17:17:15+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=e2f19bcfb6dbce77746c2d61715340525b29a592'/>
<id>e2f19bcfb6dbce77746c2d61715340525b29a592</id>
<content type='text'>
So that whoever consumes the API can use this attribute to
determine if admin functionalities should be made available to
the current user.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
So that whoever consumes the API can use this attribute to
determine if admin functionalities should be made available to
the current user.
</pre>
</div>
</content>
</entry>
<entry>
<title>api: allow version bumping - bump to 2</title>
<updated>2016-05-18T18:07:41+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2016-05-01T13:55:33+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=e05a1b0f5ae40a2aa17976b3009cd563b8e4660a'/>
<id>e05a1b0f5ae40a2aa17976b3009cd563b8e4660a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>upgrade: unique test names</title>
<updated>2016-05-02T11:24:41+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2016-03-24T08:08:46+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=6d9bd6b966ec2370b7f8659b0810b03c5d1568aa'/>
<id>6d9bd6b966ec2370b7f8659b0810b03c5d1568aa</id>
<content type='text'>
Rails 4.2 runs all tests mixed together. So unit tests and integration tests
may not have conflicting names.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rails 4.2 runs all tests mixed together. So unit tests and integration tests
may not have conflicting names.
</pre>
</div>
</content>
</entry>
<entry>
<title>api: added get(:show) to identities and users, allow monitors to create/delete test &amp; tmp users.</title>
<updated>2016-03-28T23:03:54+00:00</updated>
<author>
<name>elijah</name>
<email>elijah@riseup.net</email>
</author>
<published>2016-03-28T22:56:21+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=9a8577a2d19aa51318dce6ff9ffe1bd26f25c09e'/>
<id>9a8577a2d19aa51318dce6ff9ffe1bd26f25c09e</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>
</feed>
