about summary refs log tree commit diff
path: root/app/services/process_mentions_service.rb
AgeCommit message (Expand)Author
2023-02-19Autofix Rubocop Style/RedundantBegin (#23703)Nick Schonning
2023-02-13Add API parameter to safeguard unexpect mentions in new posts (#18350)Claire
2022-11-04Change mentions of blocked users to not be processed (#19725)Claire
2022-09-20Fix ProcessMentionService swallowing unprocessed mentions to unconfirmed/unap...Claire
2022-05-26Change unapproved and unconfirmed account to not be accessible in the REST AP...Claire
2022-01-19Add support for editing for published statuses (#16697)Eugen Rochko
2021-04-11Remove spam check and dependency on nilsimsa gem (#16011)Eugen Rochko
2020-10-23Fix followers synchronization mechanism not being triggered on mentions (#15026)ThibG
2020-10-08Remove dependency on goldfinger gem (#14919)Eugen Rochko
2020-09-18Add option to be notified when a followed user posts (#13546)Eugen Rochko
2020-07-23Fix duplicate notification and delivery of mentions (#14378)Takeshi Umeda
2020-06-02Add E2EE API (#13820)Eugen Rochko
2019-12-30Fix IDN mentions not being processed, IDN domains not being rendered (#12715)Eugen Rochko
2019-09-18Change spam check to apply to local accounts and add a threshold (#11806)Eugen Rochko
2019-07-07Remove Atom feeds and old URLs in the form of `GET /:username/updates/:id` (#...Eugen Rochko
2019-07-06Remove Salmon and PubSubHubbub (#11205)Eugen Rochko
2019-06-04Refactor all ActivityPub deliveries to be serialized and signed through one c...Eugen Rochko
2019-05-14Record account suspend/silence time and keep track of domain blocks (#10660)ThibG
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