Skip to content

Releases: UnityHPC/unity-web-portal

v1.4.0

19 Nov 20:49

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.3.1...v1.4.0

v1.3.1

16 Sep 17:15
37bb716

Choose a tag to compare

[Internal] add warning when a PI group owner cannot be found by @simonLeary42 in 737f0

v1.3.0

16 Sep 14:37
5c36b54

Choose a tag to compare

v1.2.2

15 Jul 14:28
11b2f01

Choose a tag to compare

What's Changed

Full Changelog: 1.2.1...v1.2.2

1.2.1

30 Jun 15:33

Choose a tag to compare

What's Changed

Full Changelog: 1.2.0...1.2.1

1.2.0

07 Jun 17:57
4719bb4

Choose a tag to compare






1.1.2

28 Mar 14:54
a1ec15c

Choose a tag to compare

  • [Bug] Fixed new users not being added to cache

1.1.1

28 Mar 14:53
376824c

Choose a tag to compare

  • [Feature] Added Redis support for caching
  • [Feature] Added new deployment folder
  • [Feature] Added workers folder with flush cache script
  • [Dev] Added many more test users
  • [Bug] Fixes admin page styles

1.1.0

13 Mar 16:19
8166c32

Choose a tag to compare

  • [Feature] Added alternate config email for PI emails (#35)
  • [Feature] Pasted and Uploaded SSH Keys are now validated (#17)
  • [Feature] Added request date for requests on admin/pi pages (#40)
  • [Feature] Added conf options and login selector to user accounts page (#15)
  • [Feature] Added PIGroups in User for view for admins (#29)
  • [Feature] It is now possible to override mail templates
  • [Frontend] Removed borders in between footer logos (#46)
  • [Frontend] Added a new content management field for home page (#45)
  • [Bug] Admin pages are now sorted alphabetically by UID (#52)
  • [Bug] Fixed footer lookup PHP error for sending emails
  • [Bug] Fixed changelog format
  • [Bug] Fixed styling on content management page (#20)
  • [API] Added API call for getting content management text
  • [Project] Footers in the project are now generic
  • [Project] Default configs do not reference UMA labels anymore

1.0.0-RC1

03 Oct 19:03

Choose a tag to compare

  • [Feature] Admins can now access the web portal as a separate user
  • [Feature] Added account details to account settings page
  • [Feature] Added branding configuration
  • [Feature] Added search for admin pages
  • [Feature] Added cluster notice management page
  • [Feature] Additional menu items are configurable from branding
  • [Frontend] Styling changes
  • [Frontend] Removed version from header
  • [Backend] Slurm accounting is no longer in the scope of the project
  • [Backend] Changed entire project folder structure
  • [Backend] Content pages are now sql backed instead of hard coded
  • [Backend] Removed locale for now
  • [Backend] Changed all emails
  • [Backend] LDAP objects are now not created until the user is approved for at least one group
  • [Backend] Organization is set in ldap objects now
  • [Project] Project now adheres to PHP PSR-12 standards