about summary refs log tree commit diff
path: root/spec/models/glitch/keyword_mute_spec.rb
AgeCommit message (Expand)Author
2018-07-09Migrate glitch-soc keyword mutes to Mastodon'sThibaut Girka
2018-06-12keyword mute: Add missing scope for regex escape testDavid Yip
2018-06-12Merge remote-tracking branch 'glitchsoc/master' into 454-allow-keyword-mutes-...David Yip
2018-06-05Escape metacharacters in non-whole-word keyword mutes. Fixes #533.David Yip
2018-06-03Thread scopes through #matches?. #454.David Yip
2018-04-30Also treat non-whole-word mutes as case-insensitive. #450.David Yip
2017-11-15Add some examples for Glitch::KeywordMute::TagMatcher. #208.David Yip
2017-11-15Replace =~ with #matches?. #208.David Yip
2017-11-15Match keyword mute filter on hashtags. #208.David Yip
2017-11-13Maintain case-insensitivity when merging multiple matchers (#213)David Yip
2017-10-24Fix example description.David Yip
2017-10-22Don't add \b to whole-word keywords that don't start with word characters.David Yip
2017-10-21Move KeywordMute into Glitch namespace.David Yip