You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app
David Yip 08652baab0 Replace =~ with #matches?. #208.
=~ made sense when we were passing it through to a regex, but we're no
longer doing that: TagMatcher looks at individual tags and returns a
value that *looks* like what you get out of #=~ but really isn't that
meaningful.  Probably a good idea to not subvert convention like this
and instead use a name with guessable intent.
8 years ago
..
controllers Updates per code review 8 years ago
helpers Merge branch 'master' into gs-master 8 years ago
javascript Merge pull request #212 from aschmitz/feat/mute-reblogs 8 years ago
lib Replace =~ with #matches?. #208. 8 years ago
mailers Supply @instance variable in password reset instructions / password change mailer (#5215) 8 years ago
models Replace =~ with #matches?. #208. 8 years ago
policies try to tighten up local only toot stuff, like... properly (#163) 8 years ago
presenters Merge commit 'b9f59ebcc68e9da0a7158741a1a2ef3564e1321e' into merging-upstream 8 years ago
serializers Merge branch 'master' into gs-master 8 years ago
services Updates per code review 8 years ago
validators Merge upstream 2.0ish #165 8 years ago
views Merge branch 'master' into gs-master 8 years ago
workers Clean up reblog tracking keys, related improvements (#5428) 8 years ago