about summary refs log tree commit diff
path: root/spec/models/account_spec.rb
AgeCommit message (Expand)Author
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
2016-03-25Fix subscriptions:clear task, refactor feeds, refactor streamable activitesEugen Rochko
2016-03-19Adding more test stubsEugen Rochko
2016-02-28When posting a status or reblogging one, ping hubs about the feed updateEugen Rochko
2016-02-26Adding a bunch of testsEugen Rochko
2016-02-25Adding a Mention model, test stubsEugen Rochko
2016-02-20Initial commitEugen Rochko