jilo-web/CHANGELOG.md

99 lines
3.1 KiB
Markdown
Raw Normal View History

# Changelog
All notable changes to this project will be documented in this file.
---
## Unreleased
2024-09-04 22:06:38 +00:00
### Added
- Added support for managing Jilo Agents
2024-09-10 11:07:49 +00:00
- Added more fields and avatar image to user profile
2024-09-15 18:43:44 +00:00
- Added pagination for the longer listings
2024-09-04 22:06:38 +00:00
### Changed
- Jitsi platforms config moved from file to SQLite database
#### Links
2024-08-31 17:24:12 +00:00
- upstream: https://code.lindeas.com/lindeas/jilo-web/compare/v0.2...HEAD
- codeberg: https://codeberg.org/lindeas/jilo-web/compare/v0.2...HEAD
- github: https://github.com/lindeas/jilo-web/compare/v0.2...HEAD
- gitlab: https://gitlab.com/lindeas/jilo-web/-/compare/v0.2...HEAD
---
## 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
- 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"
- Added visualisation of config.js and interface_config.js per Jitsi platform
2024-07-25 16:10:53 +00:00
### Changed
- 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
### 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/
- Added participant search page
2024-07-08 09:17:35 +00:00
- Added component events search page