Eugen Rochko
|
48c2ab8cf5
|
Limit the number of people that can be followed from one account (#8807)
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
|
6 years ago |
ThibG
|
20ced948f2
|
Implement Undo { Accept { Follow } } (fixes #8234) (#8245)
* Add Follow#revoke_request!
* Implement Undo { Accept { Follow } } (fixes #8234)
|
6 years ago |
Akihiko Odaki
|
4f023cb001
|
Introduce recent to Follow (#3247)
Introduce recent to Follow, as Account and other models have.
This change also adds specs for the scope and the dependents.
|
8 years ago |
Samy KACIMI
|
9f80b2dd4e
|
add more tests to models
|
8 years ago |
Eugen Rochko
|
f9f8f52fe9
|
Stop trying to shoehorn all Salmon updates into the poor database-connected
StreamEntry model. Simply render Salmon slaps as they are needed
|
8 years ago |
Eugen Rochko
|
db53bfd30e
|
Fix semantics of follow requests another slaps
|
8 years ago |
Eugen Rochko
|
a08e724476
|
Fix subscriptions:clear task, refactor feeds, refactor streamable activites
and atom feed generation to some extent, as well as the way mentions are
stored
|
9 years ago |
Eugen Rochko
|
f16b31f077
|
Adding a bunch of tests
|
9 years ago |
Eugen Rochko
|
71fe24096c
|
Adding a Mention model, test stubs
|
9 years ago |
Eugen Rochko
|
709c6685a9
|
Made some progress
|
9 years ago |