]> cat aescling's git repositories - mastodon.git/commit
Remove Atom feeds and old URLs in the form of `GET /:username/updates/:id` (#11247)
authorEugen Rochko <eugen@zeonfederated.com>
Sun, 7 Jul 2019 14:16:51 +0000 (16:16 +0200)
committerGitHub <noreply@github.com>
Sun, 7 Jul 2019 14:16:51 +0000 (16:16 +0200)
commitb8514561394767a10d3cf40132ada24d938c1680
treefb159a823d4aa0bf9c89b22e6bb3f247ff1b7fbe
parent406b46395d6f79e87b286585f6b6867374d198c1
Remove Atom feeds and old URLs in the form of `GET /:username/updates/:id` (#11247)
70 files changed:
app/controllers/accounts_controller.rb
app/controllers/statuses_controller.rb
app/controllers/stream_entries_controller.rb [deleted file]
app/helpers/admin/action_logs_helper.rb
app/helpers/home_helper.rb
app/helpers/statuses_helper.rb [moved from app/helpers/stream_entries_helper.rb with 99% similarity]
app/javascript/styles/application.scss
app/javascript/styles/mastodon/statuses.scss [moved from app/javascript/styles/mastodon/stream_entries.scss with 100% similarity]
app/lib/formatter.rb
app/lib/ostatus/atom_serializer.rb [deleted file]
app/lib/status_finder.rb
app/lib/tag_manager.rb
app/mailers/admin_mailer.rb
app/mailers/notification_mailer.rb
app/models/concerns/account_associations.rb
app/models/concerns/streamable.rb [deleted file]
app/models/remote_profile.rb [deleted file]
app/models/status.rb
app/models/stream_entry.rb [deleted file]
app/serializers/rest/account_serializer.rb
app/serializers/rest/status_serializer.rb
app/serializers/rss/account_serializer.rb
app/serializers/rss/tag_serializer.rb
app/services/batched_remove_status_service.rb
app/services/fetch_link_card_service.rb
app/services/process_mentions_service.rb
app/services/remove_status_service.rb
app/services/resolve_url_service.rb
app/services/suspend_account_service.rb
app/views/accounts/_moved.html.haml
app/views/accounts/show.html.haml
app/views/admin/accounts/_account.html.haml
app/views/admin/reports/_status.html.haml
app/views/application/_card.html.haml
app/views/authorize_interactions/_post_follow_actions.html.haml
app/views/remote_interaction/new.html.haml
app/views/remote_unfollows/_card.html.haml
app/views/remote_unfollows/_post_follow_actions.html.haml
app/views/statuses/_attachment_list.html.haml [moved from app/views/stream_entries/_attachment_list.html.haml with 100% similarity]
app/views/statuses/_detailed_status.html.haml [moved from app/views/stream_entries/_detailed_status.html.haml with 87% similarity]
app/views/statuses/_og_description.html.haml [moved from app/views/stream_entries/_og_description.html.haml with 100% similarity]
app/views/statuses/_og_image.html.haml [moved from app/views/stream_entries/_og_image.html.haml with 100% similarity]
app/views/statuses/_poll.html.haml [moved from app/views/stream_entries/_poll.html.haml with 100% similarity]
app/views/statuses/_simple_status.html.haml [moved from app/views/stream_entries/_simple_status.html.haml with 86% similarity]
app/views/statuses/_status.html.haml [moved from app/views/stream_entries/_status.html.haml with 74% similarity]
app/views/statuses/embed.html.haml [new file with mode: 0644]
app/views/statuses/show.html.haml [new file with mode: 0644]
app/views/stream_entries/embed.html.haml [deleted file]
app/views/stream_entries/show.html.haml [deleted file]
config/routes.rb
db/post_migrate/20190706233204_drop_stream_entries.rb [new file with mode: 0644]
db/schema.rb
spec/controllers/accounts_controller_spec.rb
spec/controllers/api/oembed_controller_spec.rb
spec/controllers/application_controller_spec.rb
spec/controllers/statuses_controller_spec.rb
spec/controllers/stream_entries_controller_spec.rb [deleted file]
spec/fabricators/stream_entry_fabricator.rb [deleted file]
spec/helpers/admin/account_moderation_notes_helper_spec.rb
spec/helpers/statuses_helper_spec.rb [moved from spec/helpers/stream_entries_helper_spec.rb with 94% similarity]
spec/lib/activitypub/tag_manager_spec.rb
spec/lib/ostatus/atom_serializer_spec.rb [deleted file]
spec/lib/status_finder_spec.rb
spec/lib/tag_manager_spec.rb
spec/models/concerns/streamable_spec.rb [deleted file]
spec/models/remote_profile_spec.rb [deleted file]
spec/models/stream_entry_spec.rb [deleted file]
spec/services/process_mentions_service_spec.rb
spec/services/suspend_account_service_spec.rb
spec/views/statuses/show.html.haml_spec.rb [moved from spec/views/stream_entries/show.html.haml_spec.rb with 83% similarity]