Skip to content
This repository has been archived by the owner on Nov 14, 2017. It is now read-only.

v0.6.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@ericjiang97 ericjiang97 released this 20 Jan 03:33
· 11 commits to master since this release

v0.6.0 Release Canditate

This release also contains v0.5.0 files, and more security fixes

  • move foward with more functional, and security patches for the API. This patch allows the server to be in HTTP and HTTPS mode, and depends on a SSL/TLS certificate and private key to be within the /ssl/ directory for HTTPS to be enabled.
  • fixing potential security vulnerabilities within the API, most of the security vulnerabilities have been fixed, by updating potential codes. There are however potential security loopholes, which mainly depends on TLS/SSL certificate.
  • interact with the result within the rules database within our DataBase.
  • updated coursemaps within the main API database, the courses basic JSON was also updated
  • Snapshots on the API side has been implemented and is integrated within monPlanR (v0.3.0-preview).
  • uploaded SETU Data into API database
  • updated GET requests
  • uploaded Course Infomation into API database
  • built demo system of updating unit rating system
  • some minor text and security fixes