<feed xmlns='http://www.w3.org/2005/Atom'>
<title>leap_web.git, branch 0.9.0</title>
<subtitle>[leap_web] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/'/>
<entry>
<title>Version 0.9.0 - twitter, rails 4 and deprecations</title>
<updated>2017-04-03T11:55:31+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2017-04-03T11:55:31+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=92e41fa177c924aee2146987be40c1f3d8af4872'/>
<id>92e41fa177c924aee2146987be40c1f3d8af4872</id>
<content type='text'>
This release features a great contribution from the Rails Girls Summer of Code:
The landing page of the webapp can now include a twitter feed to display
news from the provider.

Other than that this is a maintainance and transition release.

* Twitter feed on main page (thanks theaamanda and lilaluca).
* upgrade to rails 4.2
* upgrade to bootstrap 3

Upgrading:

* We now use rails 4's `secret_key_base`. Please make sure to supply it
  in config/config.yml for production environments. If you are using the
  leap platform that will already take care of it.

Deprecations:

* We have not seen any active use of the **billing** functionality.
  So we deprecate it and will probably drop it in one of the next releases.
* We will replace the user facing **help desk** functionality with a single
  sign on mechanism to integrate with other help desk systems.
  We will maintain the endpoint to submit tickets and the ticket management
  in the admin interface. That way it should also be easy to create your own
  ticket submission form.
* We deprecate the ability to **signup and login** directly through the webapp.
  We will remove it in the future for security reasons. Signup and Login should
  only happen through bitmask to prevent password phishing and js injections.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This release features a great contribution from the Rails Girls Summer of Code:
The landing page of the webapp can now include a twitter feed to display
news from the provider.

Other than that this is a maintainance and transition release.

* Twitter feed on main page (thanks theaamanda and lilaluca).
* upgrade to rails 4.2
* upgrade to bootstrap 3

Upgrading:

* We now use rails 4's `secret_key_base`. Please make sure to supply it
  in config/config.yml for production environments. If you are using the
  leap platform that will already take care of it.

Deprecations:

* We have not seen any active use of the **billing** functionality.
  So we deprecate it and will probably drop it in one of the next releases.
* We will replace the user facing **help desk** functionality with a single
  sign on mechanism to integrate with other help desk systems.
  We will maintain the endpoint to submit tickets and the ticket management
  in the admin interface. That way it should also be easy to create your own
  ticket submission form.
* We deprecate the ability to **signup and login** directly through the webapp.
  We will remove it in the future for security reasons. Signup and Login should
  only happen through bitmask to prevent password phishing and js injections.
</pre>
</div>
</content>
</entry>
<entry>
<title>:Changes: update changelog to reflect deprecations</title>
<updated>2017-04-03T10:48:07+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2017-04-03T10:48:07+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=daa9b1ed04417c8ead2558a1c616d0321c085790'/>
<id>daa9b1ed04417c8ead2558a1c616d0321c085790</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 'fix/icons' into 'master'</title>
<updated>2017-04-03T10:35:20+00:00</updated>
<author>
<name>azul</name>
<email>azul@riseup.net</email>
</author>
<published>2017-04-03T10:35:20+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=ac5098c3620160cd9538ee8bb499db8289218366'/>
<id>ac5098c3620160cd9538ee8bb499db8289218366</id>
<content type='text'>

fix: icons that were using the bootstrap 2 syntax

Closes #27

See merge request !35</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

fix: icons that were using the bootstrap 2 syntax

Closes #27

See merge request !35</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>Merge branch 'feature/clear-user' into 'master'</title>
<updated>2017-04-03T08:51:56+00:00</updated>
<author>
<name>azul</name>
<email>azul@riseup.net</email>
</author>
<published>2017-04-03T08:51:56+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=d4ec87744e5eed54126c78a7d2f1154d1e8e53c0'/>
<id>d4ec87744e5eed54126c78a7d2f1154d1e8e53c0</id>
<content type='text'>

feature: delete user clearing username

Closes #26

See merge request !34</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

feature: delete user clearing username

Closes #26

See merge request !34</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>Merge branch 'fix/error-display' into 'master'</title>
<updated>2017-04-03T08:17:34+00:00</updated>
<author>
<name>azul</name>
<email>azul@riseup.net</email>
</author>
<published>2017-04-03T08:17:34+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=552483c9e3f73952839e934374e2aa8b07681f4d'/>
<id>552483c9e3f73952839e934374e2aa8b07681f4d</id>
<content type='text'>

Fix error display

See merge request !33</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Fix error display

See merge request !33</pre>
</div>
</content>
</entry>
<entry>
<title>fix: error message display in production</title>
<updated>2017-04-03T07:21:20+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2017-04-03T07:21:20+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=49618effe081ebf5e72a5945fa1822c471369cf0'/>
<id>49618effe081ebf5e72a5945fa1822c471369cf0</id>
<content type='text'>
only use the &lt;pre&gt; tag if the response was a text message i.e. during dev errors.
Use the alert-danger class of bootstrap 3 rather than alert-error.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
only use the &lt;pre&gt; tag if the response was a text message i.e. during dev errors.
Use the alert-danger class of bootstrap 3 rather than alert-error.
</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>Merge branch 'ui/menu' into 'master'</title>
<updated>2017-03-27T17:47:42+00:00</updated>
<author>
<name>azul</name>
<email>azul@riseup.net</email>
</author>
<published>2017-03-27T17:47:42+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=5984d295daac2aa75d0c4dd5bceff4f5b18113a4'/>
<id>5984d295daac2aa75d0c4dd5bceff4f5b18113a4</id>
<content type='text'>

fix: bootstrap 3 style of menus

Closes #24

See merge request !32</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

fix: bootstrap 3 style of menus

Closes #24

See merge request !32</pre>
</div>
</content>
</entry>
</feed>
