discourse-calendar/spec/serializers
Joffrey JAFFEUX 426c855e75
FIX: prevents double event and uses correct starts_at (#736)
- we were not applying the timezone for the list of upcoming events
- we would return the first event + the upcoming events, we now get all the events generate by RRule if this is a recurring event, and if it's not a recurring event we just return the event, instead of doing a dance where we would remove the first event from RRule but prepend the initial event on the frontend
2025-06-02 21:01:49 +02:00
..
discourse_post_event FIX: prevents double event and uses correct starts_at (#736) 2025-06-02 21:01:49 +02:00
post_serializer_spec.rb FIX: update test for holiday adjustments (#541) 2024-02-06 22:29:46 +01:00
user_serializer_spec.rb DEV: Fix new Rubocop offenses 2024-03-05 16:54:54 +01:00