jilo-web/CHANGELOG.md

3.0 KiB

Changelog

All notable changes to this project will be documented in this file.


Unreleased

Added

  • Added support for managing Jilo Agents

Changed

  • Jitsi platforms config moved from file to SQLite database

0.2 - 2024-08-31

Added

  • Added collapsible front page widgets
  • Added widgets to conferences, participants and components pages
  • Added front page widget for monthly conferences and participants number
  • Added login/registration control and messages
  • Added default config file locations
  • Added left collapsible sidebar
  • Added logo
  • Added database helper functions
  • Added support for multiple Jitsi platforms
  • Added app environments "production" and "development"
  • Added visualisation of config.js and interface_config.js per Jitsi platform

Changed

  • MVC design - models(classes folder), views(templates folder) and controllers(pages folder)
  • Changed menus - categories on sidebar menu, jitsi platforms on top menu
  • Moved all the app code outside of the public web folder
  • Config file now can have nested arrays

Fixed

  • Fixed SQL when conferences start and end time are not explicitly clear
  • Web design fixes
  • Fixed install script

0.1.1 - 2024-07-25

Added

  • Added duration calculation in conferences listing
  • Added manual install script
  • Added DEB and RPM build files
  • Added Bootstrap (licensed under MIT)

Changed

  • Changed the layout with bootstrap CSS classes

Fixed


0.1 - 2024-07-08

Added

  • Initial version
  • Added login and registration
  • Added session persistence and cookies
  • Added config page with configuration details
  • Added conferences page with listing of conferences from the jilo database
  • Added search filter for conferences with time, ID and name
  • Added front page widgets
  • Added demo installation on https://work.lindeas.com/jilo-web-demo/
  • Added participant search page
  • Added component events search page