about summary refs log tree commit diff
path: root/app/services
AgeCommit message (Expand)Author
2021-02-24Change ResolveAccountService's handling of skip_webfinger (#15750)Claire
2021-02-12Fix YouTube embeds failing due to YouTube serving wrong OEmbed URLs (#15716)Eugen Rochko
2021-01-25Fix first return value of FetchLinkCardService.html method (#15630)Takeshi Umeda
2021-01-22Use Enumerable#filter_map in more places (#15527)luigi
2021-01-22Optimize some regex matching (#15528)luigi
2021-01-10Optimize map { ... }.compact calls (#15513)luigi
2021-01-07Fix rubocop config and warnings (#15503)abcang
2020-12-26Fix being able to import more than allowed number of follows (#15384)ThibG
2020-12-24Fix error when changing ACL on missing objects during suspension (#15420)Eugen Rochko
2020-12-24Fix undefined method error when batch-removing statuses with ElasticSearch on...Eugen Rochko
2020-12-23Fix mentions not being deleted efficiently (#15416)ThibG
2020-12-23Fix trying to privatize empty media attachments (#15414)Eugen Rochko
2020-12-23Improve performances of deleting favourites when deleting accounts (#15412)ThibG
2020-12-23Fix BatchedRemoveStatusService not working without ES in rails console (#15408)ThibG
2020-12-22Improve account deletion performances further (#15407)ThibG
2020-12-22Fix batch order warnings in BatchedRemoveStatusService (#15409)ThibG
2020-12-22Fix unnecessary queries when batch-removing statuses, 100x faster (#15387)Eugen Rochko
2020-12-21Fix some notifications not being deleted on poll/status deletion (#15402)ThibG
2020-12-20Fix AccountDeletionWorker crashing and clogging sidekiq queues (#15380)ThibG
2020-12-18Fix resolving accounts sometimes creating duplicate records for a given AP id...ThibG
2020-12-18Fix follow limit preventing re-following of a moved account (#14207)Eugen Rochko
2020-12-17Improve searching for private toots from URL (#14856)ThibG
2020-12-15Add indication to admin UI of whether a report has been forwarded (#13237)ThibG
2020-11-27Fix deletes not reaching every server that interacted with status (#15200)Eugen Rochko
2020-11-21Undo outgoing follows when suspending a remote account (#15188)ThibG
2020-11-19Fix webfinger redirect handling in ResolveAccountService (#15187)ThibG
2020-11-19Add import/export feature for bookmarks (#14956)ThibG
2020-11-19Fix sending spurious Rejects when processing remote account deletion (#15104)ThibG
2020-11-19Add cache buster feature for media files (#15155)Eugen Rochko
2020-11-19Fix DMs not appearing into timelines (#15182)ThibG
2020-11-08Fix crash in SuspendAccountWorker (#15106)ThibG
2020-11-08Add support for reversible suspensions through ActivityPub (#14989)Eugen Rochko
2020-11-07Fix crashes in SuspendAccountService/UnsuspendAccountService (#15100)ThibG
2020-11-07Fix suspension/unsuspension not working because of FeedManager change (#15099)ThibG
2020-10-23Fix followers synchronization mechanism not being triggered on mentions (#15026)ThibG
2020-10-23Fix account processing failing because of large collections (#15027)ThibG
2020-10-21Add follower synchronization mechanism (#14510)ThibG
2020-10-13Add duration parameter to muting. (#13831)OSAMU SATO
2020-10-12Add IP-based rules (#14963)Eugen Rochko
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-09-15Change account suspensions to be reversible by default (#14726)Eugen Rochko
2020-09-08Refactor feed manager (#14761)Eugen Rochko
2020-09-07Refactor how public and tag timelines are queried (#14728)Eugen Rochko
2020-09-01Change own direct-visibility statuses to be in the home feed again (#14711)Eugen Rochko
2020-09-01Bump rubocop from 0.86.0 to 0.88.0 (#14412)dependabot[bot]
2020-08-31Fix limited follower id in fan-out-on-write service (#14709)Takeshi Umeda
2020-08-30Fix inefficiencies in fan-out-on-write service (#14682)Eugen Rochko
2020-08-25Use Status.group instead of Status.distinct in HashQueryService (#14662)Akihiko Odaki
2020-07-26Fix following restriction not working when exact match in account search (#14...Takeshi Umeda