Skip to content

Releases: GENI-NSF/geni-portal

3.26

20 Jul 15:55
Compare
Choose a tag to compare

Changes

  • Update displayed copyright to 2017 (#1812)

Installation Notes

  • None

3.25

20 Jun 13:39
Compare
Choose a tag to compare

Changes

  • Change spelling of EXPIRED
    (#1809)

Installation Notes

  • None

3.24

30 May 16:55
Compare
Choose a tag to compare

Changes

  • Encode arguments when verifying a user (#1794)
  • Add .php to RSpec related redirects (#1797)
  • Fix a UTF-8 encoding error in geni-sync-wireless (#1799)
  • Fix exceptions when using --user arg to geni-sync-wireless (#1801)
  • Switch to vanilla Shibboleth EDS (#1802)

Installation Notes

  • Install Shibboleth EDS per INSTALL-centos.md
  • Update Shibboleth SP configuration to use new discovery page portal-ds.php instead of the EDS page.

3.23

20 Mar 19:55
Compare
Choose a tag to compare

Changes

  • Use configured from address in all portal emails
    (#1777)
  • Support migrating accounts from GPO IdP to NCSA IdP
    (#1786)

Installation Notes

  • In order to enable the account transfer functionality, add the
    following new settings to /etc/geni-ch/settings.php. Adjust the
    values to suit the environment.

    /* Username for IdP admin pages */
    $idp_user = "scott";
    /* Password for IdP admin pages */
    $idp_pass = "tiger";
    /* IdP host */
    $idp_host = "idp.example.com";
    

3.22

31 Jan 20:38
Compare
Choose a tag to compare

Changes

  • Email Admins on Join Requests
    (#1672)
  • Use a placeholder ssh key in geni-sync-wireless
    (#1726)
  • Fix redirect on upload ssh key
    (#1778)
  • Remove githash file
    (#1781)

Installation Notes

  • None

3.21

06 Jan 19:41
Compare
Choose a tag to compare

Changes

  • Set envelope sender to the portal's own email address
    (#1774)

Installation Notes

  • None

3.20

12 Dec 17:16
Compare
Choose a tag to compare

Changes

  • Update packaging and cron documentation
    (#1765)
  • Switch to GitHub Flow
    (#1766)
  • Add cert and key to geni-sync-wireless call to sync one project
    (#1767)
  • Add from email address to settings instead of hard coded
    (#1769)

Installation Notes

  • Add $portal_from_email to /etc/geni-ch/settings.php

3.19

29 Nov 21:03
Compare
Choose a tag to compare

Changes

  • Add CentOS 7 httpd config for OpenID
    (#1755)
  • Install Jacks icon file VM-noTxt-centered
    (#1756)
  • Make geni-fetch-aggmon request more data
    (#1762)

Installation Notes

  • None

3.18

09 Nov 15:43
Compare
Choose a tag to compare

Changes

  • Rework the 'Join A Project' page for better privacy
    (#1743)
  • Remove cc to admins on self-asserted email address
    (#1744)
  • Use GENI Monitoring for Jacks AM status
    (#1747)
  • Change the Disk Image JSON URL for the Genidesktop
    (#1748)
  • Add Links to GENI monitoring on aggregate status pages
    (#1751)
  • Adopt unaffiliated identity provider for login
    (#1753)

Installation Notes

  • None

3.17

20 Sep 23:37
Compare
Choose a tag to compare

Changes

  • Fix quotes inside examples in texinfo document
    (#1731)
  • Change /usr/local to /usr in doc to match RPM installation
    (#1732)
  • Use clearinghouse APIs for geni-sync-wireless
    (#1733)
  • geni-fetch-amdown fails outside GPO Lab
    (#1734)
  • Streamline and unify edit membership and edit project paths
    (#1739)

Installation Notes

  • None