<feed xmlns='http://www.w3.org/2005/Atom'>
<title>leap_web.git/test/integration/api, branch drop/ruby-2.1</title>
<subtitle>[leap_web] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/'/>
<entry>
<title>fix: respond with error on invalid pgp key</title>
<updated>2017-11-16T12:18:55+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2017-11-16T12:18:55+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=1ce9a3355ee59181df0359ebb455efa9ef323bb6'/>
<id>1ce9a3355ee59181df0359ebb455efa9ef323bb6</id>
<content type='text'>
We used to just ignore the key.
Also separated the code for handling key updates from other
user updates. This should eventually be moved to a different
route. Mixing the two makes the implementation really hard.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We used to just ignore the key.
Also separated the code for handling key updates from other
user updates. This should eventually be moved to a different
route. Mixing the two makes the implementation really hard.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: sanity checks on user params</title>
<updated>2017-10-24T11:33:03+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2017-09-17T07:54:55+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=325bccc1649c928d512ce7c7b11e14566a8c9eeb'/>
<id>325bccc1649c928d512ce7c7b11e14566a8c9eeb</id>
<content type='text'>
fixes #8801

Includes a test reproducing 500 on lynx

We now make use of ActionController::Parameters require and permit
methods.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes #8801

Includes a test reproducing 500 on lynx

We now make use of ActionController::Parameters require and permit
methods.
</pre>
</div>
</content>
</entry>
<entry>
<title>use i18n for login test</title>
<updated>2017-08-15T18:31:04+00:00</updated>
<author>
<name>elijah</name>
<email>elijah@riseup.net</email>
</author>
<published>2017-08-15T18:31:04+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=bc9dc8e62a01b9f961026e7d33be4d9f92763920'/>
<id>bc9dc8e62a01b9f961026e7d33be4d9f92763920</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>
</feed>
