about summary refs log tree commit diff
path: root/app/services/process_feed_service.rb
AgeCommit message (Expand)Author
2019-07-06Remove Salmon and PubSubHubbub (#11205)Eugen Rochko
2017-12-06Using double splat operator (#5859)Yamagishi Kazutoshi
2017-10-08Set snowflake IDs for backdated statuses (#5260)Eugen Rochko
2017-09-19Introduce OStatus::TagManager (#5008)Akihiko Odaki
2017-07-19Fix logging in ProcessFeedService (#4270)Akihiko Odaki
2017-07-19Correct OStatus inflection (Ostatus -> OStatus) (#4255)Eugen Rochko
2017-07-18Introduce Ostatus name space (#4164)Akihiko Odaki
2017-07-11Revert "Wrap methods of ProcessFeedService::ProcessEntry in classes (#4151)" ...nightpool
2017-07-11Wrap methods of ProcessFeedService::ProcessEntry in classes (#4151)Akihiko Odaki (@fn_aki@pawoo.net)
2017-07-11Remove redundant inclusion (#4150)Akihiko Odaki (@fn_aki@pawoo.net)
2017-07-07Fix feed author not being enforced in ProcessFeedService (#4092)Eugen Rochko
2017-06-20Fix conversations (fixes #3869) (#3870)ThibG
2017-06-07Fix Code Climate failed (regression from #3622) (#3624)Yamagishi Kazutoshi
2017-06-07Fixes #3388 by moving re-entrant `shared_status_from_xml` before transaction ...ThibG
2017-06-06Try fixing ThreadResolveWorker calls (#3599)ThibG
2017-05-31Misc tidying and clean ups (#3445)Matt Jankowski
2017-05-27Fix some nil errors (#3338)Eugen Rochko
2017-05-22Similarly to #2426, put creation of remote statuses in a transaction, (#3233)Eugen Rochko
2017-05-18Fetch remote image using http.rb (#3114)Yamagishi Kazutoshi
2017-05-17Fix #2572 - Resolve preview cards for remote statuses as well as local ones (...Eugen Rochko
2017-05-16Make faster ProcessFeedService (#3080)Shunsuke Michii
2017-05-12Add conversation model, <ostatus:conversation /> (#3016)Eugen Rochko
2017-05-11Fix #1426 - Trim long usernames in public follower/following lists (#2993)Eugen Rochko
2017-05-04Likely fix #2458, fix #2031 - handle out-of-order deletes for statuses (#2734)Eugen Rochko
2017-05-03Fix #2706 - Always respond with 200 to PuSH payloads (#2733)Eugen Rochko
2017-04-30Downgrade rubocop 0.48.1 => 0.46.0 (#2628)yhirano
2017-04-27Improve shared status verification (#2525)Eugen Rochko
2017-04-25Punycode URI normalization (#2370)Eugen
2017-04-16Add language detection (#1772)Eugen
2017-04-16Fix #1813 - Alleviate extra requests when processing mentions (#1938)Eugen
2017-04-16Make file attachment on MediaAttachment optional (#1865)Eugen
2017-04-15Allow running mastodon on a different domain as the one used for identifying ...ThibG
2017-04-08Fix #1141, fix #1126 - Avatar/profile info fetching (#1215)Eugen
2017-04-05Split SalmonWorker into smaller parts, move profile updating into another jobEugen Rochko
2017-03-13Fix casuality of processing remote mentions such that notificationsEugen Rochko
2017-02-22Skip remote media URLs that don't have a hostnameEugen Rochko
2017-02-11Mentions in private statuses allow mentioned people to see themEugen Rochko
2017-02-09Fix #614 - extra reply-boolean on statuses to account for cases when replied-toEugen Rochko
2017-01-27Do not run FetchLinkCardService on local URLs, increase file size limit to 8MB,Eugen Rochko
2017-01-25Use <summary> to encode content warnings insteadEugen Rochko
2017-01-25Instead of using spoiler boolean and spoiler_text, simply check for non-blank...Eugen Rochko
2017-01-23Optional domain block attribute that prevents media attachments from being do...Eugen Rochko
2017-01-20Instead of refusing to create accounts, domain blocks auto-suspend new accoun...Eugen Rochko
2017-01-20Fix preview cards layout, do preview card crawling for remote statusesEugen Rochko
2017-01-14Fix too late returnEugen
2017-01-11Add ruby version to Gemfile, move devDependencies in package.json to dependen...Eugen Rochko
2016-12-12Restoring old async behaviour of thread resolving as it proved to be more robustEugen Rochko
2016-12-11Thread resolving no longer needs to be separate from ProcessFeedService,Eugen Rochko
2016-12-05Add account suspensionEugen Rochko
2016-11-30Per-status control for unlisted mode, also federation for unlisted modeEugen Rochko