about summary refs log tree commit diff
path: root/app/models/account.rb
AgeCommit message (Expand)Author
2023-03-31Autofix Rubocop Rails/IgnoredColumnsAssignment (#23761)Nick Schonning
2023-03-19Webhooks for local status.create, status.update, account.update (#24133)Vyr Cossont
2023-02-22Fix inefficiency when searching accounts per username in admin interface (#23...Claire
2023-02-20Autofix Rubocop remaining Layout rules (#23679)Nick Schonning
2023-02-20Autofix Rubocop Rails/EnumHash (#23737)Nick Schonning
2023-02-19Autofix Rubocop Style/RedundantBegin (#23703)Nick Schonning
2023-02-18Autofix Rubocop Style/IfUnlessModifier (#23697)Nick Schonning
2023-01-18Fix situations in which instance actor can be set to a Mastodon-incompatible ...Claire
2023-01-06Fix account search not returning followed accounts first (#22956)Darius Kazemi
2022-12-15Save avatar or header correctly even if other one fails (#18465)Jeong Arm
2022-11-11Fix trendable status without review (#20214)Jeong Arm
2022-11-10Improve performance by avoiding regex construction (#20215)James Tucker
2022-11-09Fix being able to spoof link verification (#20217)Eugen Rochko
2022-11-06Fix not using GIN index for account search queries (#19830)Eugen Rochko
2022-10-30Add reputation and followers score boost to SQL-only account search (#19251)Eugen Rochko
2022-10-27Remove unused method `searchable?` on accounts (#19489)Eugen Rochko
2022-10-20Change public accounts pages to mount the web UI (#19319)Eugen Rochko
2022-08-28Change "Allow trends without prior review" setting to include statuses (#17977)Eugen Rochko
2022-08-25Add audit log entries for user roles (#19040)Eugen Rochko
2022-07-22Fix unicode regression in #18809 (#18863)Eugen Rochko
2022-07-13Change how hashtags are normalized (#18795)Eugen Rochko
2022-07-05Add customizable user roles (#18641)Eugen Rochko
2022-06-01Remove dependency on running Redis server for db:setup (#18560)Claire
2022-05-26Change unapproved and unconfirmed account to not be accessible in the REST AP...Claire
2022-04-26Fix instance actor being incorrectly created when running migrations (#18109)Claire
2022-03-26Change how unconfirmed accounts are displayed in admin UI (#17874)Eugen Rochko
2022-03-07Add `/api/v1/accounts/familiar_followers` to REST API (#17700)Eugen Rochko
2022-02-25Add trending statuses (#17431)Eugen Rochko
2022-02-14Add appeals (#17364)Eugen Rochko
2022-01-23Fix error-prone SQL queries (#15828)Claire
2022-01-16Remove IP tracking columns from users table (#16409)Eugen Rochko
2021-12-05Add batch suspend for accounts in admin UI (#17009)Eugen Rochko
2021-11-18Bump chewy from 5.2.0 to 7.2.3 (supports Elasticsearch 7.x) (#16915)Takeshi Umeda
2021-09-29Switch from unmaintained paperclip to kt-paperclip (#16724)Claire
2021-09-01Fix processing mentions to domains with non-ascii TLDs (#16689)Claire
2021-08-11Fix followers synchronization mechanism not working when URI has empty path (...Claire
2021-08-11Fix crash when encountering invalid account fields (#16598)Claire
2021-07-14Fix user email address being banned on self-deletion (#16503)Claire
2021-07-02Fix not being able to suspend accounts that already have a canonical e-mail b...Eugen Rochko
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-04-17Add canonical e-mail blocks for suspended accounts (#16049)Eugen Rochko
2021-04-12Add cold-start follow recommendations (#15945)Eugen Rochko
2021-03-12Remove subscription_expires_at leftover from OStatus (#15857)Claire
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-22Improve account deletion performances further (#15407)ThibG
2020-12-15Fix admins being able to suspend their instance actor (#14567)ThibG
2020-12-14Fix performance on instances list in admin UI (#15282)Eugen Rochko