2024-07-04 19:14:12 +00:00
|
|
|
# Changelog
|
|
|
|
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
|
|
|
---
|
|
|
|
|
2024-10-19 13:20:25 +00:00
|
|
|
## Unreleased
|
|
|
|
|
|
|
|
#### Links
|
|
|
|
- upstream: https://code.lindeas.com/lindeas/jilo-web/compare/v0.2.1...HEAD
|
|
|
|
- codeberg: https://codeberg.org/lindeas/jilo-web/compare/v0.2.1...HEAD
|
|
|
|
- github: https://github.com/lindeas/jilo-web/compare/v0.2.1...HEAD
|
|
|
|
- gitlab: https://gitlab.com/lindeas/jilo-web/-/compare/v0.2.1...HEAD
|
|
|
|
|
|
|
|
### Added
|
|
|
|
- Added Jilo Server check and notice on error
|
|
|
|
- Added status page
|
2024-11-02 16:10:21 +00:00
|
|
|
- Added Jilo agents status checks
|
2024-11-02 16:11:31 +00:00
|
|
|
- Added periodic Jilo agents checks
|
2024-11-03 16:12:52 +00:00
|
|
|
- Added "data" page in the "live data" sidebar
|
2024-10-19 13:20:25 +00:00
|
|
|
|
2024-11-03 16:15:21 +00:00
|
|
|
### Changed
|
|
|
|
- Moved all live checks pages to the "live data" sidebar section
|
|
|
|
- Separated the config page to multiple pages
|
|
|
|
|
2024-10-19 13:20:25 +00:00
|
|
|
---
|
|
|
|
|
2024-10-17 09:03:13 +00:00
|
|
|
## 0.2.1 - 2024-10-17
|
|
|
|
|
|
|
|
#### Links
|
|
|
|
- upstream: https://code.lindeas.com/lindeas/jilo-web/compare/v0.2...v0.2.1
|
|
|
|
- codeberg: https://codeberg.org/lindeas/jilo-web/compare/v0.2...v0.2.1
|
|
|
|
- github: https://github.com/lindeas/jilo-web/compare/v0.2...v0.2.1
|
|
|
|
- gitlab: https://gitlab.com/lindeas/jilo-web/-/compare/v0.2...v0.2.1
|
2024-07-04 19:14:12 +00:00
|
|
|
|
2024-09-04 22:06:38 +00:00
|
|
|
### Added
|
|
|
|
- Added support for managing Jilo Agents
|
2024-10-04 15:42:32 +00:00
|
|
|
- Authenticating to Jilo Agents with JWT tokens with a shared secret key
|
|
|
|
- Added Jilo Agent functionality to fetch data, cache it and manage the cache
|
2024-09-10 11:07:49 +00:00
|
|
|
- Added more fields and avatar image to user profile
|
2024-10-04 15:42:32 +00:00
|
|
|
- Added pagination (with ellipses) for the longer listings
|
2024-09-16 14:10:14 +00:00
|
|
|
- Added initial support for application logs
|
2024-10-07 07:00:15 +00:00
|
|
|
- Added help page
|
2024-10-11 06:52:40 +00:00
|
|
|
- Added support for graphs by Chart.js
|
|
|
|
- Added "graphs" section in sidebar with graphs and latest data pages
|
2024-09-04 22:06:38 +00:00
|
|
|
|
2024-09-04 09:53:02 +00:00
|
|
|
### Changed
|
|
|
|
- Jitsi platforms config moved from file to SQLite database
|
2024-10-07 07:00:15 +00:00
|
|
|
- Left sidebar menu items reordered
|
2024-09-04 09:53:02 +00:00
|
|
|
|
2024-10-04 15:42:32 +00:00
|
|
|
### Fixed
|
|
|
|
- All output HTML sanitized
|
|
|
|
- Sanitized input forms data
|
|
|
|
- Fixed error in calculation of monthly total conferences on front page
|
|
|
|
|
2024-08-31 17:24:12 +00:00
|
|
|
---
|
|
|
|
|
|
|
|
## 0.2 - 2024-08-31
|
|
|
|
|
|
|
|
#### Links
|
|
|
|
- upstream: https://code.lindeas.com/lindeas/jilo-web/compare/v0.1.1...v0.2
|
|
|
|
- codeberg: https://codeberg.org/lindeas/jilo-web/compare/v0.1.1...v0.2
|
|
|
|
- github: https://github.com/lindeas/jilo-web/compare/v0.1.1...v0.2
|
|
|
|
- gitlab: https://gitlab.com/lindeas/jilo-web/-/compare/v0.1.1...v0.2
|
2024-07-25 16:10:53 +00:00
|
|
|
|
|
|
|
### Added
|
2024-07-29 13:50:16 +00:00
|
|
|
- Added collapsible front page widgets
|
|
|
|
- Added widgets to conferences, participants and components pages
|
2024-07-31 18:55:26 +00:00
|
|
|
- Added front page widget for monthly conferences and participants number
|
2024-08-01 08:24:44 +00:00
|
|
|
- Added login/registration control and messages
|
|
|
|
- Added default config file locations
|
2024-08-07 09:08:29 +00:00
|
|
|
- Added left collapsible sidebar
|
|
|
|
- Added logo
|
2024-08-10 18:59:15 +00:00
|
|
|
- Added database helper functions
|
2024-08-17 07:02:55 +00:00
|
|
|
- Added support for multiple Jitsi platforms
|
|
|
|
- Added app environments "production" and "development"
|
2024-08-30 10:03:13 +00:00
|
|
|
- Added visualisation of config.js and interface_config.js per Jitsi platform
|
2024-07-25 16:10:53 +00:00
|
|
|
|
|
|
|
### Changed
|
2024-07-29 13:50:16 +00:00
|
|
|
- MVC design - models(classes folder), views(templates folder) and controllers(pages folder)
|
2024-08-07 09:08:29 +00:00
|
|
|
- Changed menus - categories on sidebar menu, jitsi platforms on top menu
|
2024-08-13 20:01:31 +00:00
|
|
|
- Moved all the app code outside of the public web folder
|
|
|
|
- Config file now can have nested arrays
|
2024-07-25 16:10:53 +00:00
|
|
|
|
|
|
|
### Fixed
|
2024-08-01 08:24:44 +00:00
|
|
|
- Fixed SQL when conferences start and end time are not explicitly clear
|
2024-08-07 09:08:29 +00:00
|
|
|
- Web design fixes
|
2024-08-16 06:35:21 +00:00
|
|
|
- Fixed install script
|
2024-07-25 16:10:53 +00:00
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
## 0.1.1 - 2024-07-25
|
|
|
|
|
|
|
|
#### Links
|
|
|
|
- upstream: https://code.lindeas.com/lindeas/jilo-web/compare/v0.1...v0.1.1
|
|
|
|
- codeberg: https://codeberg.org/lindeas/jilo-web/compare/v0.1...v0.1.1
|
|
|
|
- github: https://github.com/lindeas/jilo-web/compare/v0.1...v0.1.1
|
|
|
|
- gitlab: https://gitlab.com/lindeas/jilo-web/-/compare/v0.1...v0.1.1
|
2024-07-08 17:37:15 +00:00
|
|
|
|
|
|
|
### Added
|
2024-07-11 11:24:45 +00:00
|
|
|
- Added duration calculation in conferences listing
|
2024-07-21 08:29:00 +00:00
|
|
|
- Added manual install script
|
2024-07-25 16:10:53 +00:00
|
|
|
- Added DEB and RPM build files
|
2024-07-24 14:08:13 +00:00
|
|
|
- Added Bootstrap (licensed under MIT)
|
2024-07-08 17:37:15 +00:00
|
|
|
|
|
|
|
### Changed
|
2024-07-25 16:10:53 +00:00
|
|
|
- Changed the layout with bootstrap CSS classes
|
2024-07-08 17:37:15 +00:00
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
## 0.1 - 2024-07-08
|
|
|
|
|
|
|
|
#### Links
|
|
|
|
- upstream: https://code.lindeas.com/lindeas/jilo-web/releases/tag/v0.1
|
|
|
|
- codeberg: https://codeberg.org/lindeas/jilo-web/releases/tag/v0.1
|
|
|
|
- github: https://github.com/lindeas/jilo-web/releases/tag/v0.1
|
|
|
|
- gitlab: https://gitlab.com/lindeas/jilo-web/-/releases/v0.1
|
2024-07-04 19:14:12 +00:00
|
|
|
|
|
|
|
### 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
|
2024-07-05 16:57:42 +00:00
|
|
|
- Added search filter for conferences with time, ID and name
|
2024-07-06 14:22:22 +00:00
|
|
|
- Added front page widgets
|
2024-07-06 16:37:39 +00:00
|
|
|
- Added demo installation on https://work.lindeas.com/jilo-web-demo/
|
2024-07-07 09:10:41 +00:00
|
|
|
- Added participant search page
|
2024-07-08 09:17:35 +00:00
|
|
|
- Added component events search page
|