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/serializers/rest
Takeshi Umeda b0e3f0312c
Add synchronization of remote featured tags (#19380)
* Add LIMIT of featured tag to instance API response

* Add featured_tags_collection_url to Account

* Add synchronization of remote featured tags

* Deliver update activity when updating featured tag

* Remove featured_tags_collection_url

* Revert "Add featured_tags_collection_url to Account"

This reverts commit cff349fc27b104ded2df6bb5665132dc24dab09c.

* Add hashtag sync from featured collections

* Fix tag name normalize

* Add target option to fetch featured collection

* Refactor fetch_featured_tags_collection_service

* Add LIMIT of featured tag to v1/instance API response
2022-10-20 09:15:52 +02:00
..
admin Fix breaking change in admin account API (#19176) 2022-09-15 15:35:06 +02:00
keys
trends
v1 Add synchronization of remote featured tags (#19380) 2022-10-20 09:15:52 +02:00
account_serializer.rb
announcement_serializer.rb
application_serializer.rb
context_serializer.rb
conversation_serializer.rb
credential_account_serializer.rb Add customizable user roles (#18641) 2022-07-05 02:41:40 +02:00
custom_emoji_serializer.rb
domain_block_serializer.rb Change about page to be mounted in the web UI (#19345) 2022-10-13 14:42:37 +02:00
encrypted_message_serializer.rb
extended_description_serializer.rb Change about page to be mounted in the web UI (#19345) 2022-10-13 14:42:37 +02:00
familiar_followers_serializer.rb
featured_tag_serializer.rb Change featured hashtags to be displayed in navigation panel (#19382) 2022-10-19 11:30:59 +02:00
filter_keyword_serializer.rb Revamp post filtering system (#18058) 2022-06-28 09:42:13 +02:00
filter_result_serializer.rb Add ability to filter individual posts (#18945) 2022-08-25 04:27:47 +02:00
filter_serializer.rb Add ability to filter individual posts (#18945) 2022-08-25 04:27:47 +02:00
filter_status_serializer.rb Add ability to filter individual posts (#18945) 2022-08-25 04:27:47 +02:00
instance_serializer.rb Add synchronization of remote featured tags (#19380) 2022-10-20 09:15:52 +02:00
list_serializer.rb
marker_serializer.rb
media_attachment_serializer.rb
muted_account_serializer.rb
notification_serializer.rb Add notifications for new reports (#18697) 2022-06-27 09:30:15 +02:00
poll_serializer.rb
preferences_serializer.rb
preview_card_serializer.rb
privacy_policy_serializer.rb Change privacy policy to be rendered in web UI, add REST API (#19310) 2022-10-08 06:01:11 +02:00
reaction_serializer.rb
relationship_serializer.rb Add ability to filter followed accounts' posts by language (#19095) 2022-09-20 23:51:21 +02:00
report_serializer.rb Add notifications for new reports (#18697) 2022-06-27 09:30:15 +02:00
role_serializer.rb Add customizable user roles (#18641) 2022-07-05 02:41:40 +02:00
rule_serializer.rb
scheduled_status_serializer.rb
search_serializer.rb
status_edit_serializer.rb
status_serializer.rb Revamp post filtering system (#18058) 2022-06-28 09:42:13 +02:00
status_source_serializer.rb
suggestion_serializer.rb
tag_serializer.rb Add ability to follow hashtags (#18809) 2022-07-17 13:49:29 +02:00
translation_serializer.rb Add user content translations with configurable backends (#19218) 2022-09-23 23:00:12 +02:00
web_push_subscription_serializer.rb