]> cat aescling's git repositories - mastodon.git/commit
Adding public timeline
authorEugen Rochko <eugen@zeonfederated.com>
Fri, 7 Oct 2016 14:00:11 +0000 (16:00 +0200)
committerEugen Rochko <eugen@zeonfederated.com>
Fri, 7 Oct 2016 14:00:11 +0000 (16:00 +0200)
commit1f650d327d35bc48b897da99914c43750d8e5fd3
tree6960b24e30c46c55ba9f3bf1af0a24b43cd9d248
parent06016453bd91882a53e91c11fc80f2c75fd474bb
Adding public timeline
21 files changed:
app/assets/javascripts/components/components/status_content.jsx
app/assets/javascripts/components/containers/mastodon.jsx
app/assets/javascripts/components/features/account/index.jsx
app/assets/javascripts/components/features/getting_started/index.jsx
app/assets/javascripts/components/features/public_timeline/index.jsx [new file with mode: 0644]
app/assets/javascripts/components/features/status/index.jsx
app/assets/javascripts/components/features/ui/components/column.jsx
app/assets/javascripts/components/features/ui/components/columns_area.jsx
app/assets/javascripts/components/features/ui/components/navigation_bar.jsx
app/assets/javascripts/components/features/ui/index.jsx
app/assets/javascripts/components/reducers/timelines.jsx
app/channels/public_channel.rb [new file with mode: 0644]
app/controllers/api/v1/statuses_controller.rb
app/helpers/home_helper.rb
app/lib/feed_manager.rb
app/services/fan_out_on_write_service.rb
app/views/api/v1/statuses/index.rabl [moved from app/views/api/v1/statuses/home.rabl with 100% similarity]
app/views/api/v1/statuses/mentions.rabl [deleted file]
app/views/api/v1/statuses/show.rabl
config/routes.rb
spec/controllers/api/v1/statuses_controller_spec.rb