about summary refs log tree commit diff
path: root/app/models
AgeCommit message (Expand)Author
2021-06-21Add authentication history (#16408)Eugen Rochko
2021-06-02Fix account deletion sometimes failing because of optimistic locks (#16317)Claire
2021-05-12Update fix-duplicates maintenance script to support latest migrations (#16231)Claire
2021-05-11Fix to be able to redownload avatar and header (#16190)Takeshi Umeda
2021-05-09Fix FollowRecommendationsScheduler failing because of unpopulated views (#16189)Claire
2021-05-07Remove PubSubHubbub-related columns from accounts table (#16170)Eugen Rochko
2021-05-07Change trending hashtags to be affected be reblogs (#16164)Eugen Rochko
2021-05-06Add Ruby 3.0 support (#16046)Claire
2021-05-05Add management of delivery availability in Federation settings (#15771)Takeshi Umeda
2021-05-05Improve performance of follow recommendation scheduler (#16159)Claire
2021-05-05Fix media processing getting stuck on too much stdin/stderr (#16136)Eugen Rochko
2021-05-04Fix empty home feed before first follow has finished processing (#16152)Eugen Rochko
2021-04-25Improve tag search query (#16104)abcang
2021-04-24Change auto-following admin-selected accounts, show in recommendations (#16078)Eugen Rochko
2021-04-24Fix nil error when removing status caused by race condition (#16099)Eugen Rochko
2021-04-23Fix edge case where accepted follow cannot be processed because of follow lim...Claire
2021-04-17Add canonical e-mail blocks for suspended accounts (#16049)Eugen Rochko
2021-04-15Add `policy` param to `POST /api/v1/push/subscriptions` (#16040)Eugen Rochko
2021-04-12Change Web Push API deliveries to use request pooling (#16014)Eugen Rochko
2021-04-12Add cold-start follow recommendations (#15945)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-19WIP (#15222)Eugen Rochko
2021-03-19Improve account counters handling (#15913)Claire
2021-03-17Prepare Mastodon for Rails 6 (#15911)Claire
2021-03-12Fix not being able to change world filter expiration back to “Never” (#15...Claire
2021-03-12Remove subscription_expires_at leftover from OStatus (#15857)Claire
2021-02-21Add server rules (#15769)Eugen Rochko
2021-02-09Create instance actor if it hasn't been properly seeded (#15693)Claire
2021-02-09Change max. image dimensions to 1920x1080px (1080p) (#15690)Eugen Rochko
2021-02-02Fix race conditions on account migration creation (#15597)ThibG
2021-01-31Improved performance of notification preloading (#15640)abcang
2021-01-31Fix N+1 query when rendering with StatusSerializer (#15641)abcang
2021-01-22Optimize some regex matching (#15528)luigi
2021-01-21Fix sign-up restrictions based on IP addresses not being enforced (#15607)ThibG
2021-01-12Use Rails' index_by where it makes sense (#15542)ThibG
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-22Improve account deletion performances further (#15407)ThibG
2020-12-22Fix external user creation failing when invite request text is required (#15405)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-21Fix invitation links not working when invite request text is required (#15385)ThibG
2020-12-20Fix AccountDeletionWorker crashing and clogging sidekiq queues (#15380)ThibG
2020-12-18Fix follow limit preventing re-following of a moved account (#14207)Eugen Rochko
2020-12-18Add option to obfuscate domain name in public list of domain blocks (#15355)Eugen Rochko
2020-12-15Fix admins being able to suspend their instance actor (#14567)ThibG
2020-12-15Add indication to admin UI of whether a report has been forwarded (#13237)ThibG
2020-12-14Add ability to require invite request text (#15326)ThibG