about summary refs log tree commit diff
path: root/app/services/resolve_account_service.rb
AgeCommit message (Expand)Author
2020-11-19Fix webfinger redirect handling in ResolveAccountService (#15187)ThibG
2020-11-19Fix sending spurious Rejects when processing remote account deletion (#15104)ThibG
2020-11-08Add support for reversible suspensions through ActivityPub (#14989)Eugen Rochko
2020-10-08Remove dependency on goldfinger gem (#14919)Eugen Rochko
2020-06-09Fix performance of follow import (#13836)Takeshi Umeda
2020-05-10Refactor monkey-patching of Goldfinger (#12561)Eugen Rochko
2020-02-22Fix previously OStatus-based accounts not being detected as ActivityPub (#13129)ThibG
2019-08-07Fix acct URIs with IDN domains not being resolved (#11520)Eugen Rochko
2019-07-10Fix handling of webfinger redirects in ResolveAccountService (#11279)ThibG
2019-07-09Refactor domain block checks (#11268)Eugen Rochko
2019-07-06Remove Salmon and PubSubHubbub (#11205)Eugen Rochko
2019-07-01Change domain block behaviour to prevent creation of accounts from suspended ...Eugen Rochko
2019-06-22Change domain blocks to automatically support subdomains (#11138)Eugen Rochko
2019-05-14Record account suspend/silence time and keep track of domain blocks (#10660)ThibG
2018-12-28Improve admin UI for account view (#9643)Eugen Rochko
2018-11-08Optimize the process of following someone (#9220)Eugen Rochko
2018-05-16Raise Mastodon::RaceConditionError if Redis lock failed (#7511)Akihiko Odaki
2018-05-02Support Actors/Statuses with multiple types (#7305)Surinna Curtis
2018-04-02Support all ActivityPub actor types (#6997)Eugen Rochko
2018-03-26Validate HTTP response length while receiving (#6891)Akihiko Odaki
2018-03-24Close http connection in perform method of Request class (#6889)Akihiko Odaki
2018-01-22Rename ResolveRemoteAccountService to ResolveAccountService (#6327)Akihiko Odaki