Skip to content

v2.3.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@aryaei2000 aryaei2000 released this 18 Oct 12:30
· 351 commits to master since this release

Change log:

  • Session Hijacking Prevention is added into .htaccess (49b7eb8)
  • Default password for admin user is removed due to OWASP A07:2021(bcccb71)
  • Updated security directions in .htaccess to block access to sensitive files and directories. (e4aac02)
  • Created Attribute entity class and moved CRUD to its data adapter class.
  • Created DataFile entity class and moved CRUD to its data adapter class. This replaces Upload model.
  • Created EAV entity class and moved CRUD to its data adapter class.
  • Created Pipeline entity class and moved CRUD to its data adapter class.
  • Created Setting entity class and moved CRUD to its data adapter class.
  • Created Source entity class and moved CRUD to its data adapter class.
  • Created Subject entity class and moved CRUD to its data adapter class.
  • Created Group entity class and moved CRUD to its data adapter class.
  • Created Value entity class and moved CRUD to its data adapter class.
  • Created Task entity class and moved CRUD to its data adapter class.
  • Added entity primary key in list for ReadAll(). (70e3a05)
  • Merge pull request #25 from CafeVariomeUoL/OWASP_top10_2021 (3dbd205)
  • Updated Demon structure and moved all action with regards to Task entities.
  • Created message classes for communication with Demon.
  • Added display_name to source definition. (b70a03f)
  • Updated meta values passed to views. (a4b9438)
  • Created new uploader/importer interface under DataFile controller and views.
  • Marked VCFDataInput as deprecated.
  • Added Demon Start/Stop button in admin dashboard. (1e4ceba)
  • Added view model capability to data adapter layer. (63cfbc1)
  • Added InputValidation filter class to sanitize incoming data through post.
  • Added privacy policy file to the UI. (a161b02)
  • Added support for batch processing of uploaded/imported files.

Bug fix:

  • Multiple bug fixes in PhenoPacketDataInput class.
  • Fixed README.md links (b780515)
  • Fixed icon in Single Sign-on Provider create view. (1d3330b)
  • Fixed UI bugs in Elasticsearch and Neo4J views. (9903bf4)