about summary refs log tree commit diff
path: root/app/models/account.rb
AgeCommit message (Expand)Author
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
2020-12-07Fix slow distinct queries where grouped queries are faster (#15287)Eugen Rochko
2020-11-23Add `tootctl accounts merge` (#15201)Eugen Rochko
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-09-15Change account suspensions to be reversible by default (#14726)Eugen Rochko
2020-06-02Add E2EE API (#13820)Eugen Rochko
2020-04-26Add separate cache directory for non-local uploads (#12821)Eugen Rochko
2020-04-15Change delivery failure tracking to work with hostnames instead of URLs (#13437)Eugen Rochko
2020-03-09Add federation support for the "hide network" preference (#11673)ThibG
2020-03-08Add sorting by username, creation and last activity in moderation view (#13076)ThibG
2020-02-28Fix announcements with fully-qualified mention to local user crashing WebUI (...ThibG
2020-02-01Search account domain in lowercase (#13016)abcang
2020-01-23Add announcements (#12662)Eugen Rochko
2020-01-11Remove dependency on OStatus2 gem (#12822)ThibG
2019-12-30Fix IDN mentions not being processed, IDN domains not being rendered (#12715)Eugen Rochko
2019-12-04Add basic support for group actors (#12071)Takeshi Umeda
2019-11-21Simplify SQL query when performing account search amongst followings (#12302)ThibG
2019-11-04Add abilityto add oneself to lists (#12271)ThibG
2019-10-09Remove auto-silence behaviour from spam check (#12117)Eugen Rochko
2019-10-09Fix attachment not being re-downloaded even if file is not stored (#12125)Eugen Rochko
2019-10-01Fix records not being indexed sometimes (#12024)Eugen Rochko
2019-09-11Change deletes to preserve soft-deleted statuses in unresolved reports (#11805)Eugen Rochko
2019-08-30Add profile directory to web UI (#11688)Eugen Rochko
2019-08-16Add more accurate account search (#11537)Eugen Rochko
2019-08-11Fix some emojis in profile metadata labels are not emojified. (#11534)kedama
2019-08-07Fix account tags not being saved correctly (#11507)Eugen Rochko
2019-07-19Add ActivityPub actor representing the entire server (#11321)ThibG
2019-07-16Remove unused Account#magic_key (#11327)ThibG
2019-07-13Add a spam check (#11217)Eugen Rochko
2019-07-06Remove Salmon and PubSubHubbub (#11205)Eugen Rochko
2019-06-22Change domain blocks to automatically support subdomains (#11138)Eugen Rochko
2019-06-20Add moderation API (#9387)Eugen Rochko
2019-06-04Refactor all ActivityPub deliveries to be serialized and signed through one c...Eugen Rochko
2019-05-19Change bio limit from 160 to 500 (#10790)trwnh
2019-05-14Record account suspend/silence time and keep track of domain blocks (#10660)ThibG
2019-04-07Improve blocked view of profiles (#10491)Eugen Rochko
2019-04-01Fix filtering of favourited_by, reblogged_by, followers and following (#10447)ThibG
2019-04-01Hide blocking accounts from blocked users (#10442)ThibG