about summary refs log tree commit diff
path: root/app/lib
AgeCommit message (Expand)Author
2021-04-05Fix SidekiqProcessCheck checking for a queue name that isn't used in Mastodon...Claire
2021-04-03Add system checks to dashboard in admin UI (#15989)Eugen Rochko
2021-03-24Update Mastodon to Rails 6.1 (#15910)Claire
2021-03-24Fix Mastodon not understanding as:Public and Public (#15948)Claire
2021-03-19Prepare Mastodon for zeitwerk autoloader (#15917)Claire
2021-03-18Fix cache_collection crashing when given an empty collection (#15921)Claire
2021-03-17Prepare Mastodon for Rails 6 (#15911)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-03-01Add `details` to error response for `POST /api/v1/accounts` in REST API (#15803)Eugen Rochko
2021-02-19replace all instances of "ends_with?" with "end_with?" (#15745)Justin Tracey
2021-02-11Onion service related changes to HTTPS handling (#15560)Cecylia Bocovich
2021-02-11Fix URI of repeat follow requests not being recorded (#15662)Claire
2021-02-02Fix race conditions on account migration creation (#15597)ThibG
2021-01-22Use Enumerable#filter_map in more places (#15527)luigi
2021-01-22Optimize some regex matching (#15528)luigi
2021-01-12Use Rails' index_by where it makes sense (#15542)ThibG
2021-01-12Fix processing of incoming Block activities (#15546)ThibG
2021-01-10Optimize map { ... }.compact calls (#15513)luigi
2020-12-22Improve account deletion performances further (#15407)ThibG
2020-12-15Add stoplight for object storage failures, return HTTP 503 (#13043)Eugen Rochko
2020-12-09rename replies_policy enumerables (#15304)trwnh
2020-11-27Fix deletes not reaching every server that interacted with status (#15200)Eugen Rochko
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-12Fix streaming API allowing connections to persist after access token invalida...Eugen Rochko
2020-11-09Fix Move handler not being triggered when failing to fetch target (#15107)ThibG
2020-11-08Add support for reversible suspensions through ActivityPub (#14989)Eugen Rochko
2020-11-04Add account sensitized (#14361)Takeshi Umeda
2020-10-21Add follower synchronization mechanism (#14510)ThibG
2020-10-20Removed disabling comments for Style/MethodMissingSuper (#15014)abcang
2020-10-19Add support for Gemini urls (#15013)Josh Leeb-du Toit
2020-10-13Fix a bear check when the activity object is nil (#14981)Takeshi Umeda
2020-10-12Add IP-based rules (#14963)Eugen Rochko
2020-10-08Remove dependency on goldfinger gem (#14919)Eugen Rochko
2020-09-30Add option to disable swiping motions across the WebUI (#13885)ThibG
2020-09-26Add environment variable to allow requests to some private addresses (#14722)ThibG
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-07Fix multiple boosts of a same toot erroneously appearing in TL (#14759)ThibG
2020-09-02Add featured hashtags as an ActivityPub collection (#11595)Eugen Rochko
2020-09-01Add configuration option to filter replies in lists (#9205)ThibG
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-30Add support for dereferencing objects through bearcaps (#14683)Eugen Rochko
2020-08-24Fix dereferencing remote statuses not using the correct account (#14656)ThibG
2020-08-24Add support for inlined objects in activity audience (#14514)ThibG
2020-08-01Fix handling of Reject Follow when a matching follow relationship exists (#14...ThibG
2020-07-22Fix not handling Undo on some activity types when they aren't inlined (#14346)ThibG