about summary refs log tree commit diff
path: root/app/models/account.rb
AgeCommit message (Expand)Author
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
2018-12-17Fix regression in #9539 (#9541)Eugen Rochko
2018-12-17Remove "most popular" tab from profile directory, add responsive design (#9539)Eugen Rochko
2018-12-08Cache hashtag sample accounts, and exclude ineligible ones (#9465)Eugen Rochko
2018-12-07Fix tag mb_chars comparison of profile directory (#9448)Takeshi Umeda
2018-12-06Add profile directory (#9427)Eugen Rochko
2018-12-03Improve account suspension speed and completeness (#9290)Eugen Rochko
2018-11-27Allow hyphens in the middle of remote user names (#9345)ThibG
2018-11-26Redesign admin accounts index (#9340)Eugen Rochko
2018-11-19Extract counters from accounts table to account_stats table (#9295)Eugen Rochko
2018-10-04Fix link verification for remote accounts (#8868)Eugen Rochko
2018-09-18Fix performance regression in Account::Field#verifiable? (#8719)Eugen Rochko
2018-09-18Redesign forms, verify link ownership with rel="me" (#8703)Eugen Rochko
2018-08-22Add confirmation step to account suspensions (#8353)Eugen Rochko
2018-08-09Public profile endorsements (accounts picked by profile owner) (#8146)Eugen Rochko
2018-07-30Enforce username format for remote users, too (#8102)Eugen Rochko
2018-07-03Re-add follow recommendations API (#7918)Eugen Rochko