about summary refs log tree commit diff
path: root/app/services
AgeCommit message (Expand)Author
2018-03-03Fix 500 while searching after deleting a post (#6604)Aboobacker MK
2018-02-28Federated reports (#6570)Eugen Rochko
2018-02-21Account archive download (#6460)Eugen Rochko
2018-02-15Fix #5173: Click card to embed external content (#6471)Eugen Rochko
2018-02-09Full-text search for authorized statuses (#6423)Eugen Rochko
2018-02-02Fix saving of oEmbed image (#6409)abcang
2018-01-22Rename ResolveRemoteAccountService to ResolveAccountService (#6327)Akihiko Odaki
2018-01-22Rename FetchRemoteResourceService to ResolveURLService (#6328)Akihiko Odaki
2018-01-18When must_be_following_dm is on, only notify if recipient dm'ed user (#6283)Renato "Lond" Cerqueira
2018-01-17Fix home regeneration (#6251)Eugen Rochko
2018-01-15Allow attributedTo in a status to be an embedded object (#6238)puckipedia
2018-01-08Fix bad URL schemes being accepted (#6219)Eugen Rochko
2018-01-05When fetching an ActivityPub-enabled status, do not re-request it as text/htm...ThibG
2018-01-04Send one Delete of Actor in ActivityPub when account is suspended (#6172)Eugen Rochko
2018-01-04Fix FetchAtomService not finding alternatives if there's a Link header (#6170)Eugen Rochko
2018-01-03Update moved-to property when it's removed too (#6160)Eugen Rochko
2017-12-22Reduce the number of synchronous resolves when posting toots (#6075)ThibG
2017-12-13Fix redundant HTTP request in FetchLinkCardService (#6002)Eugen Rochko
2017-12-13Fix #5952 - NameError (regression from #5762) (#5999)Eugen Rochko
2017-12-12Store preview image for embedded photo in preview cards (#5986)Akihiko Odaki
2017-12-12Return false if object does not respond to url (#5988)Renato "Lond" Cerqueira
2017-12-12Change conditional to avoid nil into string error in sidekiq (#5987)Renato "Lond" Cerqueira
2017-12-10Fix account and tag searches with leading/trailing spaces (#5965)Andrea Scarpino
2017-12-09Ignore HEAD method if does not support (#5949)Yamagishi Kazutoshi
2017-12-09Fix #5926 - Do not downgrade to OStatus once ActivityPub is known (#5929)Eugen Rochko
2017-12-07Add embed_url to preview cards (#5775)Akihiko Odaki
2017-12-06Search only from followees (#5897)Yamagishi Kazutoshi
2017-12-06Using double splat operator (#5859)Yamagishi Kazutoshi
2017-12-05Add list of lists component to web UI (#5811)Eugen Rochko
2017-11-30Add semi-support for Video/Image objects in ActivityPub (#5848)Eugen Rochko
2017-11-30Fix too many forwards (#5854)Eugen Rochko
2017-11-28Allow hiding of reblogs from followed users (#5762)aschmitz
2017-11-28Fix handling of temporary failures in ProcessMentionsService (#5842)ThibG
2017-11-20Fixed duplicating URL of photo type of oEmbed (#5763)abcang
2017-11-19Fix NoMethodError at ActivityPub::FetchRemoteStatusService (#5753)abcang
2017-11-18Profile redirect notes (#5746)Eugen Rochko
2017-11-18Lists (#5703)Eugen Rochko
2017-11-17Fix some rubocop style issues (#5730)Eugen Rochko
2017-11-15Optional notification muting (#5087)Surinna Curtis
2017-11-15Use already-known remote user data if resolving temporarily fails in mentions...ThibG
2017-11-14Add option to block direct messages from people you don't follow (#5669)Eugen Rochko
2017-11-07Fix process mentions for local users, as local users are considered to use OS...ThibG
2017-11-07Twidere mention workaround (#5552)ThibG
2017-11-07Add ability to disable login and mark accounts as memorial (#5615)Eugen Rochko
2017-11-07Do not process undeliverable mentions (#5598)ThibG
2017-11-07Resolve remote accounts when mentioned even if they are already known (#5539)ThibG
2017-10-30Update remote ActivityPub users when fetching their toots (#5545)ThibG
2017-10-27Instantiate service classes for each call (fixes #5540) (#5543)ThibG
2017-10-17Don't capture scheme-less URLs in the status (#5435)unarist
2017-10-14Close connection when succeeded posting (#5390)abcang