You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/spec
Eugen Rochko 34118169ac Keep references to all reblogs of a status on home feed (#5419)
* Keep references to all reblogs of a status on home feed

When inserting reblog: Add to set of reblogs of this status on
the feed, if original status was present in the feed, add it to
that set as well.

When removing a reblog: Remove it from that set. Take random
remaining item from the set. If one exists, re-insert it into feed,
otherwise do not re-insert anything.

Fix #4210

* When original is removed, toss out reblog references
8 years ago
..
controllers Improve spec of Feed and UserTrackingConcern (#5367) 8 years ago
fabricators Add moderation note (#5240) 8 years ago
features Add scenarios for log in (#3497) 8 years ago
fixtures Custom emoji (#4988) 8 years ago
helpers Add moderation note (#5240) 8 years ago
lib Keep references to all reblogs of a status on home feed (#5419) 8 years ago
mailers Spec UserMailer (#3757) 8 years ago
models Improve spec of Feed and UserTrackingConcern (#5367) 8 years ago
policies Add status destroy authorization to policy (#3453) 8 years ago
presenters Use around hook to restore context in InstancePresenter spec (#3430) 8 years ago
requests Redesign the landing page, mount public timeline on it (#4122) 8 years ago
routing Move create/destroy actions for api/v1/statuses to namespace (#3678) 8 years ago
services Retoot count increases without reason (#5363) 8 years ago
support Some minor change and spec for Account (#3813) 8 years ago
validators Count all URLs in text as 23 characters flat, do not count domain part of usernames (#4427) 8 years ago
views Uploads for admin site settings (#4913) 8 years ago
workers Follow-up to #4582 and #5027, removing dead code (#5101) 8 years ago
rails_helper.rb Fix #4058 - Use a long-lived cookie to keep track of user-level sessions (#4091) 8 years ago
spec_helper.rb Minor performance improvement for test suite (#4678) 8 years ago