<feed xmlns='http://www.w3.org/2005/Atom'>
<title>leap_web.git/app/views, branch 0.9.3</title>
<subtitle>[leap_web] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/'/>
<entry>
<title>fix: alternate email dialogue</title>
<updated>2017-11-13T12:16:41+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2017-11-13T12:16:41+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=028376fe1ea7638f0119ba9614629f66453d206f'/>
<id>028376fe1ea7638f0119ba9614629f66453d206f</id>
<content type='text'>
fixes #8796

Cleaned up UserController#update earlier but missed that it was
used to change fallback email addresses. Now it is back. This
time including an integration test.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes #8796

Cleaned up UserController#update earlier but missed that it was
used to change fallback email addresses. Now it is back. This
time including an integration test.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix #8010 - publish public key in webfinger</title>
<updated>2017-11-08T10:47:17+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2017-11-08T10:47:17+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=d12e6029889f7905c8b1586d93f653ed0978a88e'/>
<id>d12e6029889f7905c8b1586d93f653ed0978a88e</id>
<content type='text'>
we were simply referring to the wrong key.
includes test
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
we were simply referring to the wrong key.
includes test
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: sort invite codes by last update</title>
<updated>2017-10-17T12:05:59+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2017-10-17T12:05:59+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=47df0b296b282d0fe554c3b596b366c5403c9588'/>
<id>47df0b296b282d0fe554c3b596b366c5403c9588</id>
<content type='text'>
They used to be sorted by the code which was not helpful

fixes #8806
requires deploy of new design docs to the platform
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
They used to be sorted by the code which was not helpful

fixes #8806
requires deploy of new design docs to the platform
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: icons that were using the bootstrap 2 syntax</title>
<updated>2017-04-03T10:11:16+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2017-04-03T09:27:27+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=7660ad4d8fe75fb1aa4ee5175920784bce100e41'/>
<id>7660ad4d8fe75fb1aa4ee5175920784bce100e41</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feature: delete user clearing username</title>
<updated>2017-04-03T08:43:42+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2017-04-03T08:43:42+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=e9bdd2aa5a0662a9fc6d5ce730e26cfd560210ba'/>
<id>e9bdd2aa5a0662a9fc6d5ce730e26cfd560210ba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: bring back wrapped signup button with cancel</title>
<updated>2017-03-29T08:26:55+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2017-03-29T08:26:55+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=5a8ad66825e236308195fd3737e98d52a3322d5b'/>
<id>5a8ad66825e236308195fd3737e98d52a3322d5b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: bootstrap 3 style of menus</title>
<updated>2017-03-27T17:38:37+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2017-03-27T17:38:37+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=ed9a3422aad09237e6563a475555c1ce198ae5ed'/>
<id>ed9a3422aad09237e6563a475555c1ce198ae5ed</id>
<content type='text'>
span10 now is .col-??-10.
ul.unstyled now is ul.list-unstyled
also leave out unnecessary li if billing is disabled.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
span10 now is .col-??-10.
ul.unstyled now is ul.list-unstyled
also leave out unnecessary li if billing is disabled.
</pre>
</div>
</content>
</entry>
<entry>
<title>upgrade: simple_form to bootstrap 3</title>
<updated>2017-03-27T08:39:26+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2017-03-24T11:08:50+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=b1b523f08a9ce7ea5fe0d50dc8b86995e00b48d6'/>
<id>b1b523f08a9ce7ea5fe0d50dc8b86995e00b48d6</id>
<content type='text'>
* reran the simple form initializer.
* wrapped submit buttons are now broken and need a fix.
* disabled confirmation validation in client side validations as the
  error message always is attached to the wrong field.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* reran the simple form initializer.
* wrapped submit buttons are now broken and need a fix.
* disabled confirmation validation in client side validations as the
  error message always is attached to the wrong field.
</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>Merge remote-tracking branch 'origin/develop'</title>
<updated>2016-10-20T12:39:33+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2016-10-20T12:39:33+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=b97daaed9b513006ace7e8eb5232a2211e965e77'/>
<id>b97daaed9b513006ace7e8eb5232a2211e965e77</id>
<content type='text'>
We'll only use the master branch for development from now on.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We'll only use the master branch for development from now on.
</pre>
</div>
</content>
</entry>
</feed>
