You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app/services/activitypub
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 cff349fc27.

* 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
3 years ago
..
fetch_featured_collection_service.rb Add synchronization of remote featured tags (#19380) 3 years ago
fetch_featured_tags_collection_service.rb Add synchronization of remote featured tags (#19380) 3 years ago
fetch_remote_account_service.rb Refactor ActivityPub handling to prepare for non-Account actors (#19212) 3 years ago
fetch_remote_actor_service.rb Refactor ActivityPub handling to prepare for non-Account actors (#19212) 3 years ago
fetch_remote_key_service.rb Fix crash in FetchRemoteKeyService (#19225) 3 years ago
fetch_remote_poll_service.rb Add support for editing for published statuses (#16697) 4 years ago
fetch_remote_status_service.rb Fix NoMethodError when resolving a link that redirects to a local post (#18314) 4 years ago
fetch_replies_service.rb
prepare_followers_synchronization_service.rb
process_account_service.rb Add synchronization of remote featured tags (#19380) 3 years ago
process_collection_service.rb Refactor ActivityPub handling to prepare for non-Account actors (#19212) 3 years ago
process_status_update_service.rb Refactor how Redis locks are created (#18400) 4 years ago
synchronize_followers_service.rb Optimize map { ... }.compact calls (#15513) 5 years ago