From 0b9e1118b89d035f6b2c2ef4e6339d5a0eca97ce Mon Sep 17 00:00:00 2001 From: Yasen Pramatarov Date: Fri, 4 Oct 2024 18:42:32 +0300 Subject: [PATCH] updates the changelog --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70ed2e5..4d01228 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,13 +8,20 @@ All notable changes to this project will be documented in this file. ### Added - Added support for managing Jilo Agents +- 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 - Added more fields and avatar image to user profile -- Added pagination for the longer listings +- Added pagination (with ellipses) for the longer listings - Added initial support for application logs ### Changed - Jitsi platforms config moved from file to SQLite database +### Fixed +- All output HTML sanitized +- Sanitized input forms data +- Fixed error in calculation of monthly total conferences on front page + #### Links - upstream: https://code.lindeas.com/lindeas/jilo-web/compare/v0.2...HEAD - codeberg: https://codeberg.org/lindeas/jilo-web/compare/v0.2...HEAD