about summary refs log tree commit diff
path: root/spec/models/account_spec.rb
AgeCommit message (Expand)Author
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
2017-04-30Revert "Use PostgreSQL inheritance for blocks and mutes (#2520)" (#2634)Akihiko Odaki
2017-04-30Use PostgreSQL inheritance for blocks and mutes (#2520)Akihiko Odaki
2017-04-28More status specs (#2564)Matt Jankowski
2017-04-18Instances list in admin (#2095)Matt Jankowski
2017-04-18Remove unused methods (#1730)Matt Jankowski
2017-04-13Remove pending specs for methods that dont exist (#1658)Matt Jankowski
2017-04-11When avatar/header are GIF, generate static versions (#1428)Eugen
2017-04-10Clean up generation of account webfinger string (#1477)Matt Jankowski
2017-04-09Search cleanup (#1333)Matt Jankowski
2017-04-07DRY up reblog vs original status checkJoël Quenneville
2017-04-05update account_specSamy KACIMI
2017-04-05add more tests to modelsSamy KACIMI
2017-03-05Fix wrongful matching of last period in extended usernamesEugen Rochko
2017-01-09Persist UI settings, add missing localizations for GermanEugen Rochko
2016-11-13Fix #142 - Escape ILIKE special characters from Account.find_remoteEugen Rochko
2016-09-20Upgrade to PubSubHubbub 0.4 (removing verify_token)Eugen Rochko
2016-09-09Refactored generation of unique tags, URIs and object URLs into own classes,Eugen Rochko
2016-03-27Fix mentions regex to exclude usernames in Medium URLsEugen Rochko