Skip to content

Releases: C7C8/SoftEng-API-Site

1.1.5

18 Oct 20:54
Compare
Choose a tag to compare

Changes:

  • Point to api. subdomain instead of /api/ path for API calls
  • Port to Angular 9

1.1.4

19 Apr 23:19
Compare
Choose a tag to compare
  • Add note about markdown support to description editor

1.1.3

18 Apr 21:35
Compare
Choose a tag to compare

Minor UI design changes.

  • Remove reference to JAR files from image upload dialog
  • Add gradle string preview to API registration form
  • Reduce amount of text to read on the management page
  • Provide instructions below API registration form on where you should go to upload your JAR file

1.1.2

06 Feb 09:58
Compare
Choose a tag to compare
  • Fix login form so pressing enter now works (#6)

1.1.1

18 Jan 16:20
Compare
Choose a tag to compare

Minor bug fixing release

  • Fixed minor compile error (an ArrayBuffer needed to be .toString()'d)
  • Fixed API card edit mode description text areas showing up as only one line at first, regardless of content. Text areas now expand to show the entire description as written, with a minimum of 5 lines shown even if there's no content inside.

1.1.0

28 Oct 02:28
Compare
Choose a tag to compare
  • Added administrator feature
    • Users flagged as admins can edit others' APIs
    • Admins are shown a grouped view of APIs identical to the main API list page since they have access to everything
    • Can lock others' accounts or toggle admin rights
    • Can view registration and last-login times in a table
    • Can delete others' accounts
    • Admins cannot un-admin themselves, delete their own account directly (must still use normal deletion prompt), or lock themselves out
  • Added user account locking
    • Users whose accounts are locked will be denied login and will be asked to contact the site administrator
    • Locking is toggle-able and viewable by admins
    • Intended for cases of inappropriate behavior
  • Fixed users being shown improperly filtered APIs when switching accounts (#5)
  • Fixed registration first showing an error, than a successful login when in reality no error should've been generated

1.0.0

25 Oct 17:40
Compare
Choose a tag to compare
Move API update check section to main page