mastodon/app
Claire 0c9eac80d8
Fix unbounded recursion in post discovery (#23506)
* Add a limit to how many posts can get fetched as a result of a single request

* Add tests

* Always pass `request_id` when processing `Announce` activities

---------

Co-authored-by: nametoolong <nametoolong@users.noreply.github.com>
2023-02-10 22:16:37 +01:00
..
chewy Change algorithm of `tootctl search deploy` to improve performance (#18463) 2022-05-22 22:16:43 +02:00
controllers Remove posts count and last posts from ActivityPub representation of hashtag collections (#23460) 2023-02-08 17:57:25 +01:00
helpers Apply Rubocop Performance/BlockGivenWithExplicitBlock (#23441) 2023-02-08 10:36:23 +01:00
javascript Fix attached media uploads not being cleared when replying to a post (#23504) 2023-02-10 22:03:35 +01:00
lib Fix unbounded recursion in post discovery (#23506) 2023-02-10 22:16:37 +01:00
mailers Add single splat to callback method definitions to avoid ArgumentError (#22246) 2022-12-13 20:03:16 +01:00
models Fix admin-set follow recommandations being case-sensitive (#23500) 2023-02-10 11:14:58 +01:00
policies Fix getting a single EmailDomainBlock (#20846) 2022-11-17 10:55:50 +01:00
presenters Add setting for status page URL (#23390) 2023-02-04 04:56:06 +01:00
serializers Apply Rubocop Style/EmptyElse (#23449) 2023-02-08 07:08:39 +01:00
services Fix unbounded recursion in post discovery (#23506) 2023-02-10 22:16:37 +01:00
validators Fix email with empty domain name labels passing validation (#23246) 2023-01-24 20:18:41 +01:00
views Add setting for status page URL (#23390) 2023-02-04 04:56:06 +01:00
workers Fix unbounded recursion in post discovery (#23506) 2023-02-10 22:16:37 +01:00