This repository has been archived on 2023-07-01. You can view files and clone it, but cannot push or open issues or pull requests.
mastodon/app
David Yip cb4ef24ac9 Match keyword mute filter on hashtags. #208.
It is reasonable to expect someone to enter #foo to mute hashtag #foo.
However, tags are recorded on statuses without the preceding #.
To adjust for this, we build a separate tag matcher and use
Tag::HASHTAG_RE to extract a hashtag from the hashtag syntax.
2017-11-15 18:12:29 -06:00
..
controllers Updates per code review 2017-11-11 14:37:23 -06:00
helpers Merge branch 'master' into gs-master 2017-10-27 09:45:25 -05:00
javascript Merge pull request #212 from aschmitz/feat/mute-reblogs 2017-11-15 12:01:17 -05:00
lib Match keyword mute filter on hashtags. #208. 2017-11-15 18:12:29 -06:00
mailers Supply @instance variable in password reset instructions / password change mailer (#5215) 2017-10-04 13:25:24 +02:00
models Match keyword mute filter on hashtags. #208. 2017-11-15 18:12:29 -06:00
policies try to tighten up local only toot stuff, like... properly (#163) 2017-10-09 09:56:17 -04:00
presenters Merge commit 'b9f59ebcc68e9da0a7158741a1a2ef3564e1321e' into merging-upstream 2017-09-28 09:18:35 +02:00
serializers Merge branch 'master' into gs-master 2017-10-27 09:45:25 -05:00
services Updates per code review 2017-11-11 14:37:23 -06:00
validators Merge upstream 2.0ish #165 2017-10-11 10:43:10 -07:00
views Merge branch 'master' into gs-master 2017-10-27 09:45:25 -05:00
workers Clean up reblog tracking keys, related improvements (#5428) 2017-10-17 11:45:06 +02:00