about summary refs log tree commit diff
path: root/app/services/activitypub/fetch_featured_collection_service.rb
AgeCommit message (Collapse)Author
2021-01-22Use Enumerable#filter_map in more places (#15527)luigi
2021-01-10Optimize map { ... }.compact calls (#15513)luigi
* Optimize map { ... }.compact using Enumerable#filter_map, supported since Ruby 2.7 * Add poyfill for Enumerable#filter_map
2019-07-09Refactor domain block checks (#11268)Eugen Rochko
2018-05-02Guard against nil URLs in Request class (#7284)Eugen Rochko
Fix #7265
2018-03-04Federate pinned statuses over ActivityPub (#6610)Eugen Rochko
* Federate pinned statuses over ActivityPub * Display pinned toots in web UI Fix #6117 * Fix migration * Fix tests * Update outbox_serializer.rb * Update remove_serializer.rb * Update add_serializer.rb * Update fetch_featured_collection_service.rb