]> cat aescling's git repositories - mastodon.git/commit
Add RSS feeds for end-users (#7259)
authorEugen Rochko <eugen@zeonfederated.com>
Wed, 25 Apr 2018 00:10:02 +0000 (02:10 +0200)
committerGitHub <noreply@github.com>
Wed, 25 Apr 2018 00:10:02 +0000 (02:10 +0200)
commit9d4710ed0059b2f789e6b32b9f81d4ce90b98907
tree040cb95a371c9330bede93bfe1c18b6c8109697d
parentbfc41711dd5b9725d135c11807aa645ebc78bc18
Add RSS feeds for end-users (#7259)

* Add RSS feed for accounts

* Add RSS feeds for hashtags

* Fix code style issues

* Fix code style issues
app/controllers/accounts_controller.rb
app/controllers/tags_controller.rb
app/helpers/stream_entries_helper.rb
app/lib/rss_builder.rb [new file with mode: 0644]
app/serializers/rss/account_serializer.rb [new file with mode: 0644]
app/serializers/rss/tag_serializer.rb [new file with mode: 0644]