osem-fcy/config
Kushal SM 1958ac2b10 feat: Add public RSS feed for conferences
Users currently have no way to be notified when new conferences are
published on an OSEM instance. This adds an RSS 2.0 feed endpoint at
/feed.rss that lists all conferences ordered by creation date.

The feed action is excluded from CanCanCan authorization so it remains
publicly accessible without authentication, similar to the existing
calendar endpoint.

Also adds an RSS subscribe link to the conferences index page and an
auto-discovery <link> tag in the application layout so RSS readers can
detect the feed automatically.

Fixes #3543
2026-03-18 17:50:52 +01:00
..
environments Merge pull request #3096 from AndrewKvalheim/api-urls 2023-04-19 13:26:44 +02:00
initializers Drop Rails.application.secrets usage 2025-08-12 17:27:25 +02:00
locales Update to Rails 7 2022-02-22 19:22:25 +01:00
application.rb Update Rails to 7.2 and next Rails to 8.0 2025-08-13 11:45:58 +02:00
boot.rb Upgrade to Rails 5 2017-12-11 20:58:04 +02:00
cloudinary.yml.example Add cloudinary gem, fix some Gemfile comments 2016-04-27 11:48:12 +02:00
database.yml Drop mysql2 support, settle on postgresql 2024-06-06 18:05:52 +02:00
deploy.rb Fix restart during deploy 2022-04-08 15:19:14 +02:00
environment.rb Run rails upgrade task 2021-08-18 15:36:54 +02:00
piwik.yml Make use of ENV.fetch 2022-05-06 14:53:57 +02:00
puma.rb Updates puma to 5.6.2 (was 4.3.11) 2022-03-03 17:45:58 +01:00
routes.rb feat: Add public RSS feed for conferences 2026-03-18 17:50:52 +01:00
schedule.rb [Bugfix] Confirmed / Unconfirmed events over time for conference dashboard 2014-07-18 15:22:15 +02:00