mastodon/app/services
Eugen Rochko afded319d2 Add limit to search results 2016-11-12 14:49:28 +01:00
..
base_service.rb Merge and unmerge timelines on follow/unfollow, solves #21, #22 2016-09-10 18:36:48 +02:00
block_domain_service.rb Fix public channel 2016-10-23 11:56:04 +02:00
block_service.rb API for blocking and unblocking 2016-10-03 18:17:06 +02:00
fan_out_on_write_service.rb Fix live status removal from public/hashtag channels 2016-11-10 00:47:47 +01:00
favourite_service.rb Move PubSubHubbub pinging to a background worker 2016-10-05 13:50:21 +02:00
fetch_atom_service.rb Fix for thread resolve service and process feed service url method 2016-11-08 19:09:22 +01:00
fetch_remote_account_service.rb Fix public channel 2016-10-23 11:56:04 +02:00
fetch_remote_status_service.rb Add test for FanOutOnWriteService 2016-11-06 15:56:34 +01:00
follow_remote_account_service.rb Allow @username@domain/@username in follow form, prevent duplicate accounts 2016-11-03 16:57:44 +01:00
follow_service.rb Fix #83 - if user cannot be found (or is self) throw error, don't return empty 200 2016-10-06 21:33:33 +02:00
post_status_service.rb Adding hashtags 2016-11-05 17:13:14 +01:00
precompute_feed_service.rb Improve feed regeneration 2016-11-08 02:08:32 +01:00
process_feed_service.rb Discard misattributed remote statuses, improve timelines filter 2016-11-10 00:15:49 +01:00
process_hashtags_service.rb Improve @mention regex 2016-11-05 22:09:51 +01:00
process_interaction_service.rb Fixing namespaces issue 2016-10-10 19:16:23 +02:00
process_mentions_service.rb Blocking will prevent e-mail notifications from blocked user, blocks in UI 2016-10-03 18:49:52 +02:00
reblog_service.rb Move PubSubHubbub pinging to a background worker 2016-10-05 13:50:21 +02:00
remove_status_service.rb Status removal is broadcast to public/hashtag timelines too 2016-11-09 19:16:27 +01:00
search_service.rb Add limit to search results 2016-11-12 14:49:28 +01:00
send_interaction_service.rb Fix text color in dashboard inputs, sanitize remote status content in UI, 2016-03-21 17:02:16 +01:00
subscribe_service.rb Upgrade to PubSubHubbub 0.4 (removing verify_token) 2016-09-20 02:43:20 +02:00
unblock_service.rb API for blocking and unblocking 2016-10-03 18:17:06 +02:00
unfavourite_service.rb Replace logo, fix #57 - delete/unreblog/unfavourite API, fix #45 - app 2016-09-26 23:56:53 +02:00
unfollow_service.rb API for blocking and unblocking 2016-10-03 18:17:06 +02:00
update_remote_profile_service.rb Fix namespace parsing in Atom feeds 2016-10-10 18:16:07 +02:00