From c596d7e478fb9e931bd4c745ae615f32cc0f7c13 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Tue, 26 Jan 2021 14:10:24 +0100 Subject: [PATCH] Update changelog Signed-off-by: Thomas Citharel --- CHANGELOG.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c153abc2..9ea827e99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,18 +8,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- Added interface to approve/reject group follow requests -- Added UI for group public Atom/ICS feeds -- Attach ICS files representing the event to notifications and participations emails +- **Added interface to approve/reject group follow requests** +- **Added UI for group public RSS (Atom) / ICS feeds** +- **Attach ICS files representing the event to notifications and participations emails** - Add initial support to build Elixir releases +- Add some CSP & other security headers ### Changed - Added `
` to allowed HTML tags - Events are now correctly ordered by their beginning date on search and group page +- Improve resource metadata parsing by restricting OGP/Twitter metadata to an allowed list of attributes +- Reverse proxy pictures from resource metadata (favicons & such) ### Fixed +- **Fixed group remote subscription** - Upgrade PWA support library to avoid a call to Google CDN - Fixed group avatar & banner upload - Fixed some events not showing on homepage @@ -28,7 +32,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed ICS export timezone issues - Fixed remote interactions when the content was not local to the instance - Fixed a federation issue with group member removal -- Fixed group remote subscription +- Hide event organiser profile through the GraphQL API when a group is the organizer +- Fix an issue where the event form datepickers where displayed under the address map ### Translations