Releases: GENI-NSF/geni-portal
Releases · GENI-NSF/geni-portal
3.26
3.25
3.24
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
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
3.21
3.20
3.19
3.18
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
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