Skip to content

Simphony Remote 2.1.0

Compare
Choose a tag to compare
@stefanoborini stefanoborini released this 06 Jul 12:59
· 91 commits to master since this release
  • Improve the quit and share application links:

    • Improve the rendering aspect when those links are disabled (#506)
    • Rename "Stop application" link to "Quit" (#519)
    • Rename "Share (copy url)" link to "Share session" (#519)
    • Move the share link above the quit link (#519)
    • Those links now opens modal dialogs, a confirmation dialog for the quit link
      and a dialog containing the application url and a share button for the share
      link (#519)
    • Disable the share link for web applications (#523)
  • Autofill available images in the new accounting dialog and let the admin
    choose the new application using a combo-box instead of typing the application
    name (#511)

  • Add rendering support for a big application list (#520)

  • Add SimPhoNy logo to the login page (#528)

  • Improve the admin home view by using an AdminLTE table instead of a basic
    Bootstrap table (#537)

  • Display AdminLTE loading spinner when starting and stopping applications
    (#539)

  • Add application logo to the start form on the user page (#541)

  • Report failure of unfound image when trying to grant access to unknown image
    to a user (#542)

  • Use deployment version of Vue instead of development version (#543)

  • Add column formatters for the datatable component (#530)

  • Fixes:

    • Changing the URL user id number in admin accounting panel now refresh the
      table (#509)
    • HTML input elements are not closed anymore (#524). They were not supposed to
      be closed (see HTML documentation).
    • Fix error when clicking twice on the stop button when stopping a container
      from the admin interface (#527)
    • Fix issue included in 2.0.0 with hard-coded username for server requests
      (#534)
  • Refactor:

    • Put all the Javascript and CSS dependencies in two bundles (#510)
    • Clear the selenium tests code so that it is now easier to write new tests
      (#515)
    • Remove Bower from the dependencies and use only NPM for package management
      (#517)
    • Remove Jinja and use Tornado templates (#521)
  • Other:

    • Fix TRAVIS build which was failing because of an update of the docker
      version (#529)