Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-18 | Fix follow limit preventing re-following of a moved account (#14207) | Eugen Rochko | |
2018-10-04 | Limit the number of people that can be followed from one account (#8807) | Eugen Rochko | |
Configurable soft limit of 7,500, and above that, configurable ratio of 1.1 * followers, controlled by: - MAX_FOLLOWS_THRESHOLD - MAX_FOLLOWS_RATIO Fix #2311 | |||
2018-08-17 | Implement Undo { Accept { Follow } } (fixes #8234) (#8245) | ThibG | |
* Add Follow#revoke_request! * Implement Undo { Accept { Follow } } (fixes #8234) | |||
2017-05-23 | Introduce recent to Follow (#3247) | Akihiko Odaki | |
Introduce recent to Follow, as Account and other models have. This change also adds specs for the scope and the dependents. | |||
2017-04-05 | add more tests to models | Samy KACIMI | |
2017-02-12 | Stop trying to shoehorn all Salmon updates into the poor database-connected | Eugen Rochko | |
StreamEntry model. Simply render Salmon slaps as they are needed | |||
2017-02-11 | Fix semantics of follow requests another slaps | Eugen Rochko | |
2016-03-25 | Fix subscriptions:clear task, refactor feeds, refactor streamable activites | Eugen Rochko | |
and atom feed generation to some extent, as well as the way mentions are stored | |||
2016-02-26 | Adding a bunch of tests | Eugen Rochko | |
2016-02-25 | Adding a Mention model, test stubs | Eugen Rochko | |
2016-02-22 | Made some progress | Eugen Rochko | |