]> cat aescling's git repositories - mastodon.git/commit
Change RSS feeds (#18356)
authorEugen Rochko <eugen@zeonfederated.com>
Mon, 9 May 2022 05:43:08 +0000 (07:43 +0200)
committersingle-right-quote <11325618-aescling@users.noreply.gitlab.com>
Fri, 27 May 2022 03:32:56 +0000 (23:32 -0400)
commit087d5691970fbd9b149822f42f0ef34c421a4daa
tree8595ca1197ae87216e1ee9fcbc52441068e8a792
parent58bb2f51444b2eb1a4270a4dc0cb86ae8aa60846
Change RSS feeds (#18356)

* Change RSS feeds

- Use date and time for titles instead of ellipsized text
- Use full content in body, even when there is a content warning
- Use media extensions

* Change feed icons and add width and height attributes to custom emojis

* Fix custom emoji animate on hover breaking

* Fix tests
19 files changed:
app/controllers/accounts_controller.rb
app/controllers/tags_controller.rb
app/helpers/application_helper.rb
app/helpers/formatting_helper.rb
app/lib/emoji_formatter.rb
app/lib/rss/builder.rb [new file with mode: 0644]
app/lib/rss/channel.rb [new file with mode: 0644]
app/lib/rss/element.rb [new file with mode: 0644]
app/lib/rss/item.rb [new file with mode: 0644]
app/lib/rss/media_content.rb [new file with mode: 0644]
app/lib/rss/serializer.rb [deleted file]
app/lib/rss_builder.rb [deleted file]
app/serializers/rss/account_serializer.rb [deleted file]
app/serializers/rss/tag_serializer.rb [deleted file]
app/views/accounts/show.rss.ruby [new file with mode: 0644]
app/views/tags/show.rss.ruby [new file with mode: 0644]
config/locales/en.yml
spec/lib/emoji_formatter_spec.rb
spec/lib/rss/serializer_spec.rb [deleted file]