chinwagsocial/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
after_block_service.rb
authorize_follow_service.rb
base_service.rb Remove unused AtomBuilderHelper (#1364) 2017-04-11 19:31:22 +02:00
block_domain_service.rb
block_service.rb
fan_out_on_write_service.rb
favourite_service.rb
fetch_atom_service.rb Shorter timeout on FetchAtomService 2017-03-22 17:41:52 +01:00
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 Fix full-text search query quotation, improve tag search performance with an index, 2017-03-22 17:36:34 +01:00
fetch_remote_status_service.rb Fix full-text search query quotation, improve tag search performance with an index, 2017-03-22 17:36:34 +01:00
follow_remote_account_service.rb
follow_service.rb
mute_service.rb Silence more scope order warnings (#1604) 2017-04-12 15:58:08 +02:00
notify_service.rb Check @recipient.user at the first (#1939) 2017-04-16 18:04:05 +02:00
post_status_service.rb
precompute_feed_service.rb
process_feed_service.rb
process_hashtags_service.rb
process_interaction_service.rb
process_mentions_service.rb Fix casuality of processing remote mentions such that notifications 2017-03-13 16:34:15 +01:00
reblog_service.rb
reject_follow_service.rb
remove_status_service.rb Fix wrong pubsub channel on public timelines 2017-04-06 04:03:23 +02:00
search_service.rb Fix reworked search 2017-03-31 22:45:56 +02:00
send_interaction_service.rb Make follow requests federate 2017-02-11 02:58:00 +01:00
subscribe_service.rb
suspend_account_service.rb
unblock_domain_service.rb
unblock_service.rb
unfavourite_service.rb Rewrite Atom generation from stream entries to use Ox instead of Nokogiri (#1124) 2017-04-07 05:56:56 +02:00
unfollow_service.rb
unmute_service.rb
unsubscribe_service.rb
update_remote_profile_service.rb Fix #1141, fix #1126 - Avatar/profile info fetching (#1215) 2017-04-08 13:26:03 +02:00
warm_cache_service.rb