about summary refs log tree commit diff
path: root/spec
AgeCommit message (Expand)Author
2017-05-27Avoid comparing domains when looking for an exact match of a local account (#...happycoloredbanana
2017-05-26Go to root after login in single user mode (#3289)Akinori MUSHA
2017-05-26Spec Admin::BaseController (#3328)Akihiko Odaki
2017-05-25Cover TagsController more (#3306)Akihiko Odaki
2017-05-24Add test when hashtag and URL are concatenated (#3279)abcang
2017-05-24Skip formatting for cashtag in status text (#3275)Yamagishi Kazutoshi
2017-05-23Cover HomeController more (#3258)Akihiko Odaki
2017-05-23Fix Devise destroy method being available to delete user record (#3266)Eugen Rochko
2017-05-23Toggle sensitive from admin page (#3261)alpaca-tc
2017-05-23Refactor of API timeline actions (#3263)Matt Jankowski
2017-05-23Cover StatusesController more (#3259)Akihiko Odaki
2017-05-23Cover StreamEntriesController more and remove redundant instructions (#3257)Akihiko Odaki
2017-05-23Spec AuthorizeFollowsController assigns @account (#3246)Akihiko Odaki
2017-05-23Introduce recent to Follow (#3247)Akihiko Odaki
2017-05-23Cover AccountsController more in spec (#3229)Akihiko Odaki
2017-05-22Coverage for api/web/settings controller (#3238)Matt Jankowski
2017-05-22Add coverage for ReportFilter and AccountFilter (#3236)Matt Jankowski
2017-05-22Specs for cleanup workers (#3235)Matt Jankowski
2017-05-22Cover ApplicationController more in spec (#3230)Akihiko Odaki
2017-05-22Cover AccountUnfollowController more in spec (#3228)Akihiko Odaki
2017-05-22Cover AccountFollowController more in spec (#3227)Akihiko Odaki
2017-05-22Cover AboutController more in spec (#3226)Akihiko Odaki
2017-05-22Allow alternate domains for mastodon handlers (#3187)Immae
2017-05-22single_user_mode? always returns boolean (#3215)Akihiko Odaki
2017-05-20Filter languages with opt out (#3175)Matt Jankowski
2017-05-20Ensure unique identifiers in fabricated objects in tests (#3173)Eugen Rochko
2017-05-20More tests for public timeline method (#3171)Eugen Rochko
2017-05-20Performance improvements (#3168)Sorin Davidoi
2017-05-20Enable and fill in JSON response test in API::AccountsController (#3157)Jack Jennings
2017-05-19Add coverage for api/v1 controllers (#3155)Matt Jankowski
2017-05-19Add buttons to block and unblock domain (#3127)Eugen Rochko
2017-05-19Add spec coverage for regeneration worker (#3143)Matt Jankowski
2017-05-19Specs for precompute feed service (#3142)Matt Jankowski
2017-05-19Replace inline styles with stylesheet (#3115)Yamagishi Kazutoshi
2017-05-19Account domain blocks (#2381)Eugen Rochko
2017-05-18After remote follow worker specs (#3098)Matt Jankowski
2017-05-17Fix #2572 - Resolve preview cards for remote statuses as well as local ones (...Eugen Rochko
2017-05-16Improve Account#triadic_closures (#3079)alpaca-tc
2017-05-16Optimize Status#permitted_for 24x (#3069)alpaca-tc
2017-05-15Fix change of status callbacks not setting in_reply_to_account_id and (#3072)Eugen Rochko
2017-05-15Feature conversations muting (#3017)Eugen Rochko
2017-05-14Update rails to version 5.0.3 (#3054)Matt Jankowski
2017-05-14Do not cancel PuSH subscriptions after encountering "permanent" error… (#3046)Eugen Rochko
2017-05-13Fixes NoMethodError: undefined method 'first' for nil:NilClass (#3036)alpaca-tc
2017-05-12Spec coverage and refactor for pubsub/delivery worker (#3021)Matt Jankowski
2017-05-12Add conversation model, <ostatus:conversation /> (#3016)Eugen Rochko
2017-05-12Prepend reblogs' wrapper content with "RT @original_author", (#3013)Eugen Rochko
2017-05-11Coverage for domain block worker (#2997)Matt Jankowski
2017-05-11Fix #2027 - Accept own ID for remote follow with and without preceding @ (#2991)Eugen Rochko
2017-05-11Add specs for current Status#permitted? implementation (#2982)Jack Jennings