You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Eugen Rochko
d417da7d3a
Private visibility on statuses prevents non-followers from seeing those
...
Filters out hidden stream entries from Atom feed
Blocks now generate hidden stream entries, can be used to federate blocks
Private statuses cannot be reblogged (generates generic 422 error for now)
POST /api/v1/statuses now takes visibility=(public|unlisted|private) param instead of unlisted boolean
Statuses JSON now contains visibility=(public|unlisted|private) field
8 years ago
..
pubsubhubbub
Fix Pubsubhubbub::UnsubscribeService
8 years ago
base_service.rb
Fix rubocop issues, introduce usage of frozen literal to improve performance
8 years ago
block_domain_service.rb
Fix rubocop issues, introduce usage of frozen literal to improve performance
8 years ago
block_service.rb
Fix unfollows not clearing reblogs, fix blocks not clearing reblogs and notifications,
8 years ago
fan_out_on_write_service.rb
Fix #323 - self-replies to appear in public timelines again
8 years ago
favourite_service.rb
Removing external hub completely, fix #333 fixing digit-only hashtags,
8 years ago
fetch_atom_service.rb
Fix rubocop issues, introduce usage of frozen literal to improve performance
8 years ago
fetch_remote_account_service.rb
Fix rubocop issues, introduce usage of frozen literal to improve performance
8 years ago
fetch_remote_status_service.rb
Fix rubocop issues, introduce usage of frozen literal to improve performance
8 years ago
follow_remote_account_service.rb
Update hub URL and re-subscribe if hub URL changes
8 years ago
follow_service.rb
Removing external hub completely, fix #333 fixing digit-only hashtags,
8 years ago
notify_service.rb
Add filters for suspended accounts
8 years ago
post_status_service.rb
Private visibility on statuses prevents non-followers from seeing those
8 years ago
precompute_feed_service.rb
Fix rubocop issues, introduce usage of frozen literal to improve performance
8 years ago
process_feed_service.rb
Restoring old async behaviour of thread resolving as it proved to be more robust
8 years ago
process_hashtags_service.rb
Sensitive content federates using the "nsfw" hashtag
8 years ago
process_interaction_service.rb
Add account suspension
8 years ago
process_mentions_service.rb
Adding unified streamable notifications
8 years ago
reblog_service.rb
Private visibility on statuses prevents non-followers from seeing those
8 years ago
remove_status_service.rb
Removing external hub completely, fix #333 fixing digit-only hashtags,
8 years ago
search_service.rb
Fix #329 - avatar errors no longer prevent remote accounts from being saved
8 years ago
send_interaction_service.rb
Fix rubocop issues, introduce usage of frozen literal to improve performance
8 years ago
subscribe_service.rb
Fix rubocop issues, introduce usage of frozen literal to improve performance
8 years ago
suspend_account_service.rb
Improve suspend account service
8 years ago
unblock_service.rb
Fix rubocop issues, introduce usage of frozen literal to improve performance
8 years ago
unfavourite_service.rb
Fix rubocop issues, introduce usage of frozen literal to improve performance
8 years ago
unfollow_service.rb
Fix unfollows not clearing reblogs, fix blocks not clearing reblogs and notifications,
8 years ago
unsubscribe_service.rb
Fix #329 - avatar errors no longer prevent remote accounts from being saved
8 years ago
update_remote_profile_service.rb
Fix #329 - avatar errors no longer prevent remote accounts from being saved
8 years ago