about summary refs log tree commit diff
path: root/app/models/account.rb
AgeCommit message (Expand)Author
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
2018-06-29Keyword/phrase filtering (#7905)Eugen Rochko
2018-06-17Change language opt-out to language opt-in (#7823)Eugen Rochko
2018-05-18Add preference to hide following/followers lists (#7532)Eugen Rochko
2018-05-07Bot nameplates (#7391)Eugen Rochko
2018-05-06Enable custom emojis in profiles (notes, field values, display names) (#7374)Eugen Rochko
2018-05-054 profile fields max, store only 255 characters per name/value (#7348)Eugen Rochko
2018-05-02Allow updating bio fields via PUT /api/v1/accounts/update_credentials (#7288)Eugen Rochko
2018-05-02Speed up test suite by not generating RSA keys in test environment (#7296)Eugen Rochko
2018-04-27Add entity cache (#7271)Eugen Rochko
2018-04-23Prevent suspended accounts from appearing in AccountSearchService (#7246)Emelia Smith
2018-04-23Update dependencies for Ruby (2018-04-23) (#7237)Yamagishi Kazutoshi
2018-04-17Fix warning about using SQL in order for Account#partitioned (#7159)Eugen Rochko
2018-04-14Add bio fields (#6645)Eugen Rochko
2018-04-12Upgrade Rails to version 5.2.0 (#5898)Yamagishi Kazutoshi
2018-04-10Feature: Allow staff to change user emails (#7074)Emelia Smith
2018-04-02Feature: Report improvements (#6967) (#7000)Emelia Smith
2018-04-01[WIP] Enable custom emoji on account pages and in the sidebar (#6124)David Underwood
2018-03-26Validate HTTP response length while receiving (#6891)Akihiko Odaki