about summary refs log tree commit diff
path: root/app/models/account.rb
AgeCommit message (Expand)Author
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
2019-03-26Change icons of features on admin dashboard to remove bias (#10366)Eugen Rochko
2019-03-14Admission-based registrations mode (#10250)Eugen Rochko
2019-03-11Squish username before validation (#10239)Aurélien Reeves
2019-03-08Fix setting up fields of a previously suspended account (#10222)ThibG
2019-03-05Fix suspended account's fields being set as empty dict instead of list (#10178)ThibG
2019-02-26Add type, limit, offset, min_id, max_id, account_id to search API (#10091)Eugen Rochko
2019-02-02Make displaying application used to toot opt-in (#9897)ThibG
2019-01-05Change note length validation to ignore mention domains and URLs (#9717)Eugen Rochko
2019-01-02Improve e-mail digest (#9689)Eugen Rochko
2018-12-29Add handler for Move activity (#9629)Eugen Rochko
2018-12-27Add local followers page to admin account UI (#9610)chr v1.x
2018-12-26Create DomainNormalizable#normalize_domain (#9631)ysksn
2018-12-22Add moderation warnings (#9519)Eugen Rochko