about summary refs log tree commit diff
path: root/spec/models/account_spec.rb
AgeCommit message (Expand)Author
2023-03-04Fabricator specs (#23925)Matt Jankowski
2023-02-22Enable Style/FrozenStringLiteralComment for specs (#23790)Nick Schonning
2023-02-20Autofix Rubocop RSpec/BeEq (#23740)Nick Schonning
2023-02-20Audofix Rubocop Style/WordArray (#23739)Nick Schonning
2023-02-20Autofix Rubocop RSpec/LeadingSubject (#23670)Nick Schonning
2023-02-20Enable Rubocop RSpec/NotToNot (#23723)Nick Schonning
2023-02-19Autofix Rubocop Style/StringLiterals (#23695)Nick Schonning
2023-02-19Autofix Rubocop RSpec/EmptyLineAfterFinalLet (#23707)Nick Schonning
2022-12-15Add follow request banner on account header (#20785)Claire
2022-12-15Save avatar or header correctly even if other one fails (#18465)Jeong Arm
2022-11-08Fix typos (#19849)luzpaz
2022-11-08Fix grammar (#20106)Roni Laukkarinen
2022-07-05Add customizable user roles (#18641)Eugen Rochko
2022-05-26Change unapproved and unconfirmed account to not be accessible in the REST AP...Claire
2022-01-28Refactor and improve tests (#17386)Claire
2021-11-24Fix error when suspending user with an already-existing canonical email block...Claire
2021-03-12Remove subscription_expires_at leftover from OStatus (#15857)Claire
2020-12-14Fix performance on instances list in admin UI (#15282)Eugen Rochko
2020-11-09Fix updating account counters when account_stat is not yet created (#15108)Eugen Rochko
2020-02-01Search account domain in lowercase (#13016)abcang
2020-01-11Remove dependency on OStatus2 gem (#12822)ThibG
2020-01-04Fix base64-encoded file uploads not being possible (#12748)Eugen Rochko
2019-10-09Fix attachment not being re-downloaded even if file is not stored (#12125)Eugen Rochko
2019-08-06Bump faker from 1.9.6 to 2.1.0 and update faker api (#11489)Yusuke Nakamura
2019-07-24 Don't delete periods when validating username uniqueness (#11392) (#11400)Rey Tucker
2019-07-19Add ActivityPub actor representing the entire server (#11321)ThibG
2019-06-22Change domain blocks to automatically support subdomains (#11138)Eugen Rochko
2019-05-21Update remote bio test from 160 to 500 (#10799)trwnh
2019-05-19Change bio limit from 160 to 500 (#10790)trwnh
2019-03-11Squish username before validation (#10239)Aurélien Reeves
2018-11-27Allow hyphens in the middle of remote user names (#9345)ThibG
2018-11-19Extract counters from accounts table to account_stats table (#9295)Eugen Rochko
2018-10-04lint pass 2 (#8878)aus-social
2018-09-14Misc. typos (#8694)luzpaz
2018-07-30Enforce username format for remote users, too (#8102)Eugen Rochko
2018-07-03Re-add follow recommendations API (#7918)Eugen Rochko
2018-05-30Improve counter caches on Status and Account (#7644)Eugen Rochko
2018-05-02Speed up test suite by not generating RSA keys in test environment (#7296)Eugen Rochko
2018-04-25Append '.test' to hostname in stub data (#7260)MIYAGI Hikaru
2018-01-22Rename ResolveRemoteAccountService to ResolveAccountService (#6327)Akihiko Odaki
2017-11-06Implement tests for Account#refresh! (#5601)ysksn
2017-11-06Add test for Account#save_with_optional_media! (#5603)ysksn
2017-11-05Implement tests for Account#possibly_stale? (#5591)ysksn
2017-08-21Do not try to re-subscribe to unsubscribed accounts (#4653)Eugen Rochko
2017-06-22Some minor change and spec for Account (#3813)Akihiko Odaki (@fn_aki@pawoo.net)
2017-06-08Fix db:seed - only run some validations when the field was changed (#3592)Eugen Rochko
2017-06-05Added support for configurable reserved usernames (fix of #1382) (#3566)Eugen Rochko
2017-05-31Expand spec coverage and refactor the `Account.find_` methods (#3485)Matt Jankowski
2017-05-16Improve Account#triadic_closures (#3079)alpaca-tc
2017-05-05use Twitter::Extractor for creating links (#2502)masarakki