index
:
mastodon
this commit
cybrespace-3.3
main
monsterfork-1.0
monsterfork-2020-09-01
monsterfork-2020-11-29
Plural Café fork of Mastodon/Glitch Social
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
/
services
/
process_mentions_service.rb
Age
Commit message (
Expand
)
Author
2022-01-19
Add support for editing for published statuses (#16697)
Eugen Rochko
2021-04-11
Remove spam check and dependency on nilsimsa gem (#16011)
Eugen Rochko
2020-10-23
Fix followers synchronization mechanism not being triggered on mentions (#15026)
ThibG
2020-10-08
Remove dependency on goldfinger gem (#14919)
Eugen Rochko
2020-09-18
Add option to be notified when a followed user posts (#13546)
Eugen Rochko
2020-07-23
Fix duplicate notification and delivery of mentions (#14378)
Takeshi Umeda
2020-06-02
Add E2EE API (#13820)
Eugen Rochko
2019-12-30
Fix IDN mentions not being processed, IDN domains not being rendered (#12715)
Eugen Rochko
2019-09-18
Change spam check to apply to local accounts and add a threshold (#11806)
Eugen Rochko
2019-07-07
Remove Atom feeds and old URLs in the form of `GET /:username/updates/:id` (#...
Eugen Rochko
2019-07-06
Remove Salmon and PubSubHubbub (#11205)
Eugen Rochko
2019-06-04
Refactor all ActivityPub deliveries to be serialized and signed through one c...
Eugen Rochko
2019-05-14
Record account suspend/silence time and keep track of domain blocks (#10660)
ThibG
2018-12-30
Reduce usage of LD signatures (#9659)
ThibG
2018-11-08
Optimize the process of following someone (#9220)
Eugen Rochko
2018-08-18
Do not process outgoing mentions to suspended accounts (#8272)
ThibG
2018-05-02
Improve PostStatusService performance (#7317)
Eugen Rochko
2018-04-19
Rescue SSL errors when processing mentions, remove useless line (#7184)
Eugen Rochko
2018-01-22
Rename ResolveRemoteAccountService to ResolveAccountService (#6327)
Akihiko Odaki
2017-12-22
Reduce the number of synchronous resolves when posting toots (#6075)
ThibG
2017-11-28
Fix handling of temporary failures in ProcessMentionsService (#5842)
ThibG
2017-11-15
Use already-known remote user data if resolving temporarily fails in mentions...
ThibG
2017-11-07
Fix process mentions for local users, as local users are considered to use OS...
ThibG
2017-11-07
Twidere mention workaround (#5552)
ThibG
2017-11-07
Do not process undeliverable mentions (#5598)
ThibG
2017-11-07
Resolve remote accounts when mentioned even if they are already known (#5539)
ThibG
2017-10-27
Instantiate service classes for each call (fixes #5540) (#5543)
ThibG
2017-09-26
Follow-up to #4582 and #5027, removing dead code (#5101)
Eugen Rochko
2017-09-05
Fix mentions in direct statuses not being delivered via AP (#4806)
Eugen Rochko
2017-09-01
Avoid sending some ActivityPub payloads if the receiver will get them through...
Eugen Rochko
2017-08-26
Add handling of Linked Data Signatures in payloads (#4687)
Eugen Rochko
2017-08-24
Add configuration to disable private status federation over PuSH (#4582)
Eugen Rochko
2017-08-13
ActivityPub delivery (#4566)
Eugen Rochko
2017-06-19
Rename FollowRemoteAccountService to ResolveRemoteAccountService (#3847)
Eugen Rochko
2017-05-13
Revert HTML CW changes (#3020)
beatrix
2017-05-11
Fix regressions from #2683 (#2970)
Eugen Rochko
2017-03-13
Fix casuality of processing remote mentions such that notifications
Eugen Rochko
2017-02-11
Mentions in private statuses allow mentioned people to see them
Eugen Rochko
2017-02-11
Make follow requests federate
Eugen Rochko
2017-01-05
Fix undesired delivering of private toot to remote accounts that follow author
Eugen Rochko
2016-12-22
Private posts mentioning non-followers should not notify them, neither locall...
Eugen Rochko
2016-11-20
Adding unified streamable notifications
Eugen Rochko
2016-11-15
Fix rubocop issues, introduce usage of frozen literal to improve performance
Eugen Rochko
2016-10-03
Blocking will prevent e-mail notifications from blocked user, blocks in UI
Eugen Rochko
2016-09-29
Improve code style
Eugen Rochko
2016-09-18
Small rubocop offences removed
Eugen Rochko
2016-09-17
Fix how other services used old FollowRemoteAccountService
Eugen Rochko
2016-09-04
Fix wrongful mentions breaking status update
Eugen Rochko
2016-09-04
Case-insensitive search by usernames
Eugen Rochko
2016-03-26
Moving Salmon notifications to background processing, fixing mini-profiler
Eugen Rochko
[next]