discourse/plugins/discourse-calendar/lib
Martin Brennan 35520fffa5
DEV: Incorporate the discourse-livestream plugin into discourse-calendar (#40466)
The goal here is to make this incorporation seamless. If the new
`livestream_enabled`
setting inside calendar is on, the old discourse-livestream plugin will
become
a NOOP.

- Add livestream settings to calendar plugin
- Move livestream backend & plugin.rb code to discourse-calendar
- Move all component, css, and i18n into calendar

See also:

* https://github.com/discourse/discourse-livestream/pull/81
* https://github.com/discourse/discourse-livestream/pull/82
2026-06-09 11:30:58 +10:00
..
discourse_calendar DEV: Incorporate the discourse-livestream plugin into discourse-calendar (#40466) 2026-06-09 11:30:58 +10:00
discourse_post_event FEATURE: simplifed event creation in the composer (#39835) 2026-05-26 15:04:05 -04:00
tasks DEV: Fix javascript:update_constants task (#35994) 2025-11-12 20:01:29 +01:00
calendar.rb
calendar_first_day_of_week.rb FEATURE: allow picking first day of week in calendar (#34670) 2025-09-02 12:44:50 +02:00
calendar_settings_validator.rb
calendar_upcoming_events_default_view.rb FEATURE: adds calendar_upcoming_events_default_view setting (#36014) 2025-11-13 19:19:13 +08:00
calendar_validator.rb
event_validator.rb FIX: Whisper messages should not create calendar events (#40282) 2026-06-01 12:04:51 -03:00
group_timezones.rb
holiday_status.rb DEV: Update rubocop-discourse to 3.13 and autofix issues (#35073) 2025-10-06 16:11:01 +02:00
time_sniffer.rb DEV: Enable Style/RedundantSelf rubocop rule (#40098) 2026-05-19 19:27:45 +02:00
users_on_holiday.rb