about summary refs log tree commit diff
path: root/app/services
AgeCommit message (Expand)Author
2021-05-19Fix some RedisLocks auto-releasing too fast (#16276)Claire
2021-05-11Fix to be able to redownload avatar and header (#16190)Takeshi Umeda
2021-05-10Fix blocking someone not clearing up list feeds (#16205)Claire
2021-05-08Fix webfinger_update_due to run WebFinger on stale activitypub-account (#16182)Takeshi Umeda
2021-05-07Change trending hashtags to be affected be reblogs (#16164)Eugen Rochko
2021-05-07Add joined date to profiles in web UI (#16169)Eugen Rochko
2021-05-04Fix empty home feed before first follow has finished processing (#16152)Eugen Rochko
2021-05-01Fix trying to fetch key from empty URI when verifying HTTP signature (#16100)Eugen Rochko
2021-04-24Change auto-following admin-selected accounts, show in recommendations (#16078)Eugen Rochko
2021-04-21Fix processing of remote Delete activities (#16084)Claire
2021-04-17Refactor StatusReachFinder to handle followers and relays as well (#16051)Eugen Rochko
2021-04-17Fix remote reporters not receiving suspend/unsuspend activities (#16050)Eugen Rochko
2021-04-16Fix reports of already suspended accounts being recorded (#16047)Eugen Rochko
2021-04-11Remove spam check and dependency on nilsimsa gem (#16011)Eugen Rochko
2021-03-24Update Mastodon to Rails 6.1 (#15910)Claire
2021-03-04Fix URL scanning in note length validator and preview card fetching (#15827)Claire
2021-03-02Update twitter-text from 1.14 to 3.1.0 and fix toot character counting (#15382)Claire
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