This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
mastodon/app
fef b978e10bef
change reaction api to match other interactions
Status reactions had an API similar to that of
announcement reactions, using PUT and DELETE at a
single endpoint.  I believe that for statuses, it
makes more sense to follow the convention of the
other interactions and use separate POST endpoints
for create and destroy respectively.
2023-07-07 21:57:39 +02:00
..
chewy Change account search to match by text when opted-in (#25599) 2023-06-29 13:05:21 +02:00
controllers change reaction api to match other interactions 2023-07-07 21:57:39 +02:00
helpers Merge branch 'main' into glitch-soc/merge-upstream 2023-07-06 15:16:34 +02:00
javascript change reaction api to match other interactions 2023-07-07 21:57:39 +02:00
lib handle misskey reactions properly 2023-07-07 21:57:38 +02:00
mailers Add unsubscribe link to e-mails (#25378) 2023-06-12 14:22:46 +02:00
models cherry-pick emoji reaction changes 2023-07-07 21:57:38 +02:00
policies Merge commit '55e7c08a83547424024bac311d5459cb82cf6dae' into glitch-soc/merge-upstream 2023-06-25 14:27:38 +02:00
presenters
serializers make number of visible reactions a vanilla setting 2023-07-07 21:57:39 +02:00
services fix reaction deletion bug and clean up controller 2023-07-07 21:57:39 +02:00
validators change default reaction limit to 1 2023-07-07 21:57:39 +02:00
views make number of visible reactions a vanilla setting 2023-07-07 21:57:39 +02:00
workers Merge branch 'main' into glitch-soc/merge-upstream 2023-07-05 12:01:26 +02:00