Releases: C7C8/SoftEng-API-Site
Releases · C7C8/SoftEng-API-Site
1.1.5
1.1.4
1.1.3
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
1.1.1
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
- 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