about summary refs log tree commit diff
path: root/app/models
AgeCommit message (Expand)Author
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
2020-12-14Fix performance on instances list in admin UI (#15282)Eugen Rochko
2020-12-10Add honeypot fields and minimum fill-out time for sign-up form (#15276)ThibG
2020-12-09rename replies_policy enumerables (#15304)trwnh
2020-12-07Fix slow distinct queries where grouped queries are faster (#15287)Eugen Rochko
2020-12-04Fix account merging in maintenance script (#15264)ThibG
2020-12-02Fix followers hash cache not being invalidated on account merge (#15256)ThibG
2020-11-23Add `tootctl accounts merge` (#15201)Eugen Rochko
2020-11-19Add import/export feature for bookmarks (#14956)ThibG
2020-11-12Fix streaming API allowing connections to persist after access token invalida...Eugen Rochko
2020-11-12Fix 2FA/sign-in token sessions being valid after password change (#14802)Eugen Rochko
2020-11-12Fix possible inconsistencies in tag search (#14906)ThibG
2020-11-12Add follow selected followers button (#15148)Takeshi Umeda
2020-11-09Fix updating account counters when account_stat is not yet created (#15108)Eugen Rochko
2020-11-08Add support for reversible suspensions through ActivityPub (#14989)Eugen Rochko
2020-11-04Change order of announcements in admin page to sort them newest-first (#15091)ThibG
2020-11-04Add account sensitized (#14361)Takeshi Umeda
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-30Add option to disable swiping motions across the WebUI (#13885)ThibG