about summary refs log tree commit diff
path: root/app/services/process_mentions_service.rb
AgeCommit message (Expand)Author
2020-02-16fix mention processing bugmultiple creatures
2020-02-16do not try to process mentions in hidden postsmultiple creatures
2020-02-16skip processing mentions in hidden postsmultiple creatures
2019-12-12make it possible to process & send out mentions in separate stepsmultiple creatures
2019-11-19Refactor all ActivityPub deliveries to be serialized and signed through one c...Eugen Rochko
2019-11-18In ProcessMentionsService, `skip_notify` should be a keyword argument, not po...multiple creatures
2019-08-26fix pseudomentions + always link mentionsmultiple creatures
2019-08-15allow out-of-body mentionsmultiple creatures
2019-05-21add `skip_notify` option to service objects we might use for post importsmultiple creatures
2019-05-21Drop OStatus support. Fix some of the Rspec tests.multiple creatures
2019-05-21Do not process mentions or bangtags in drafts. Add `draft?` method to `Statu...multiple creatures
2019-05-15Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2019-05-14Record account suspend/silence time and keep track of domain blocks (#10660)ThibG
2019-04-22Do not leak local-only toots to remote mentioned usersThibaut Girka
2018-12-30Reduce usage of LD signatures (#9659)ThibG
2018-11-08Optimize the process of following someone (#9220)Eugen Rochko
2018-08-18Do not process outgoing mentions to suspended accounts (#8272)ThibG
2018-05-02Improve PostStatusService performance (#7317)Eugen Rochko
2018-04-19Rescue SSL errors when processing mentions, remove useless line (#7184)Eugen Rochko
2018-01-22Rename ResolveRemoteAccountService to ResolveAccountService (#6327)Akihiko Odaki
2017-12-22Reduce the number of synchronous resolves when posting toots (#6075)ThibG
2017-11-28Fix handling of temporary failures in ProcessMentionsService (#5842)ThibG
2017-11-15Use already-known remote user data if resolving temporarily fails in mentions...ThibG
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-07Do not process undeliverable mentions (#5598)ThibG
2017-11-07Resolve remote accounts when mentioned even if they are already known (#5539)ThibG
2017-10-27Instantiate service classes for each call (fixes #5540) (#5543)ThibG
2017-09-26Follow-up to #4582 and #5027, removing dead code (#5101)Eugen Rochko
2017-09-05Fix mentions in direct statuses not being delivered via AP (#4806)Eugen Rochko
2017-09-01Avoid sending some ActivityPub payloads if the receiver will get them through...Eugen Rochko
2017-08-26Add handling of Linked Data Signatures in payloads (#4687)Eugen Rochko
2017-08-24Add configuration to disable private status federation over PuSH (#4582)Eugen Rochko
2017-08-13ActivityPub delivery (#4566)Eugen Rochko
2017-06-19Rename FollowRemoteAccountService to ResolveRemoteAccountService (#3847)Eugen Rochko
2017-05-13Revert HTML CW changes (#3020)beatrix
2017-05-11Fix regressions from #2683 (#2970)Eugen Rochko
2017-03-13Fix casuality of processing remote mentions such that notificationsEugen Rochko
2017-02-11Mentions in private statuses allow mentioned people to see themEugen Rochko
2017-02-11Make follow requests federateEugen Rochko
2017-01-05Fix undesired delivering of private toot to remote accounts that follow authorEugen Rochko
2016-12-22Private posts mentioning non-followers should not notify them, neither locall...Eugen Rochko
2016-11-20Adding unified streamable notificationsEugen Rochko
2016-11-15Fix rubocop issues, introduce usage of frozen literal to improve performanceEugen Rochko
2016-10-03Blocking will prevent e-mail notifications from blocked user, blocks in UIEugen Rochko
2016-09-29Improve code styleEugen Rochko
2016-09-18Small rubocop offences removedEugen Rochko
2016-09-17Fix how other services used old FollowRemoteAccountServiceEugen Rochko
2016-09-04Fix wrongful mentions breaking status updateEugen Rochko
2016-09-04Case-insensitive search by usernamesEugen Rochko