1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2024-08-20 21:08:15 -07:00
mastodon/app/services
Eugen Rochko fe77921e47 Catching more exceptions that slipped through, removing AR logging from
production as it's very verbose and not very useful
2016-10-05 13:26:44 +02:00
..
base_service.rb
block_service.rb API for blocking and unblocking 2016-10-03 18:17:06 +02:00
fan_out_on_write_service.rb
favourite_service.rb Blocking will prevent e-mail notifications from blocked user, blocks in UI 2016-10-03 18:49:52 +02:00
fetch_atom_service.rb Catching more exceptions that slipped through, removing AR logging from 2016-10-05 13:26:44 +02:00
fetch_remote_account_service.rb Catching more exceptions that slipped through, removing AR logging from 2016-10-05 13:26:44 +02:00
fetch_remote_status_service.rb Catching more exceptions that slipped through, removing AR logging from 2016-10-05 13:26:44 +02:00
follow_remote_account_service.rb
follow_service.rb Blocking will prevent e-mail notifications from blocked user, blocks in UI 2016-10-03 18:49:52 +02:00
post_status_service.rb
precompute_feed_service.rb Adding a block model and filter mentions from blocked users (fix #60) 2016-10-03 17:12:13 +02:00
process_feed_service.rb Blocking will prevent e-mail notifications from blocked user, blocks in UI 2016-10-03 18:49:52 +02:00
process_interaction_service.rb Blocking will prevent e-mail notifications from blocked user, blocks in UI 2016-10-03 18:49:52 +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 Blocking will prevent e-mail notifications from blocked user, blocks in UI 2016-10-03 18:49:52 +02:00
remove_status_service.rb
send_interaction_service.rb
subscribe_service.rb
unblock_service.rb API for blocking and unblocking 2016-10-03 18:17:06 +02:00
unfavourite_service.rb
unfollow_service.rb API for blocking and unblocking 2016-10-03 18:17:06 +02:00
update_remote_profile_service.rb