mastodon/app/services
Matt Jankowski 297c11dba2 Language detection refactor (#2099)
* Extract detect_language to separate class

* Use default locale, not just en

* Add spec to confirm that whatlanguage cant identify empty string

* Allow account locale to override default in language detector

* PostStatusService supplies an account to detect language
2017-04-18 22:20:12 +02:00
..
concerns
pubsubhubbub
account_search_service.rb Fix nil query_username (#2013) 2017-04-17 19:57:02 +02:00
after_block_service.rb
authorize_follow_service.rb
base_service.rb
block_domain_service.rb Make file attachment on MediaAttachment optional (#1865) 2017-04-16 12:51:30 +02:00
block_service.rb
fan_out_on_write_service.rb
favourite_service.rb
fetch_atom_service.rb
fetch_link_card_service.rb Add "Mastodon" to user agent (#2073) 2017-04-18 16:04:13 +02:00
fetch_remote_account_service.rb
fetch_remote_resource_service.rb
fetch_remote_status_service.rb
follow_remote_account_service.rb Clean up check that account needs a webfinger update (#1932) 2017-04-16 16:38:29 +02:00
follow_service.rb
mute_service.rb
notify_service.rb Check @recipient.user at the first (#1939) 2017-04-16 18:04:05 +02:00
post_status_service.rb Language detection refactor (#2099) 2017-04-18 22:20:12 +02:00
precompute_feed_service.rb
process_feed_service.rb Add language detection (#1772) 2017-04-16 20:32:17 +02:00
process_hashtags_service.rb
process_interaction_service.rb
process_mentions_service.rb
reblog_service.rb
reject_follow_service.rb
remove_status_service.rb
search_service.rb
send_interaction_service.rb
subscribe_service.rb
suspend_account_service.rb Make file attachment on MediaAttachment optional (#1865) 2017-04-16 12:51:30 +02:00
unblock_domain_service.rb Make file attachment on MediaAttachment optional (#1865) 2017-04-16 12:51:30 +02:00
unblock_service.rb
unfavourite_service.rb
unfollow_service.rb Fixed NoMethodError in UnfollowService (#1918) 2017-04-16 14:55:43 +02:00
unmute_service.rb
unsubscribe_service.rb
update_remote_profile_service.rb
warm_cache_service.rb