discourse/plugins/discourse-calendar/app
Régis Hanol b99e47cfae
FIX: phantom notification when being added to an event in a message... (#35459)
... you don't have access to.

Before creating the notification for an event, we weren't checking
whether the invitee had access to the topic, thus generating phantom
notification (aka. a number in the hamburger menu, but no notification
item in any lists).

Also made sure that creating a private event without any invitees, does
not generate invites for ... everyone 😅
2025-10-17 09:04:21 +02:00
..
controllers DEV: add ical format response for discourse-post-events index route (#35143) 2025-10-07 10:19:34 +08:00
models FIX: phantom notification when being added to an event in a message... (#35459) 2025-10-17 09:04:21 +02:00
serializers PERF: removes N+1 when loading events list (#34841) 2025-09-19 09:12:23 +02:00
services FIX: default channel name to topic title (#33754) 2025-07-22 23:53:54 +02:00
views/discourse_post_event/events FIX: event location field in .ics / google calendar exports (#35355) 2025-10-16 15:53:01 +02:00