mastodon/app/lib
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.
2017-11-15 18:27:25 -06:00
..
activitypub Allow ActivityPub Note's tag and attachment to be single objects (#5534) 2017-10-27 16:10:36 +02:00
ostatus When status is fetched instead of delivered, do not stream it (#5437) 2017-10-17 20:05:21 +02:00
settings
application_extension.rb
delivery_failure_tracker.rb After 7 days of repeated delivery failures, give up on inbox (#5131) 2017-09-29 03:16:20 +02:00
exceptions.rb
extractor.rb
feed_manager.rb Replace =~ with #matches?. #208. 2017-11-15 18:27:25 -06:00
formatter.rb Fix remote profile being displayed in HTML on remote_follow (#5249) 2017-10-06 20:38:29 +02:00
frontmatter_handler.rb
hash_object.rb
inline_renderer.rb
language_detector.rb Fix filterable_languages method of SettingsHelper (#4966) 2017-09-16 14:59:41 +02:00
provider_discovery.rb
request.rb Suppress backtrace from Request#perform (#5174) 2017-10-02 03:02:08 +02:00
sanitize_config.rb
status_filter.rb
status_finder.rb Raise an error for remote url in StatusFinder (#4776) 2017-09-02 17:42:47 +02:00
tag_manager.rb Introduce OStatus::TagManager (#5008) 2017-09-19 18:08:08 +02:00
themes.rb Better themeing support!! 2017-09-25 19:24:32 -07:00
user_settings_decorator.rb Merge remote-tracking branch 'upstream/master' into gs-master 2017-10-16 09:23:59 -05:00
webfinger_resource.rb