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/lib
Eugen Rochko 5abdc77c80 Add conversation model, <ostatus:conversation /> (#3016)
* Add <ostatus:conversation /> tag to Atom input/output

Only uses ref attribute (not href) because href would be
the alternate link that's always included also.

Creates new conversation for every non-reply status. Carries
over conversation for every reply. Keeps remote URIs verbatim,
generates local URIs on the fly like the rest of them.

* Fix conversation migration

* More spec coverage for status before_create

* Prevent n+1 query when generating Atom with the new conversations

* Improve code style

* Remove redundant local variable
8 years ago
..
settings Add extended about page stub 8 years ago
application_extension.rb Fix tests, add applications to eager loading/cache for statuses, fix 8 years ago
atom_serializer.rb Add conversation model, <ostatus:conversation /> (#3016) 8 years ago
exceptions.rb Add check for visibility.nil? even though it can't ever be, to check for race conditions 8 years ago
extractor.rb use Twitter::Extractor for creating links (#2502) 8 years ago
feed_manager.rb Optimize MuteService and AfterBlockService (#2836) 8 years ago
formatter.rb Prepend reblogs' wrapper content with "RT @original_author", (#3013) 8 years ago
hash_object.rb Migrate from ledermann/rails-settings to rails-settings-cached which allows global settings 8 years ago
inline_rabl_scope.rb Optimize filter methods in FeedManager a bit, use redis pipelining on merge/unmerge feed methods, 8 years ago
inline_renderer.rb Replace calls to FeedManager#inline_render and #broadcast 8 years ago
language_detector.rb Use CLD3 (#2949) 8 years ago
provider_discovery.rb raise-when-oembed-not-found (#2882) 8 years ago
sanitize_config.rb Fix #1426 - Trim long usernames in public follower/following lists (#2993) 8 years ago
tag_manager.rb Fix not rejecting remote URIs when parsing out local IDs (#3012) 8 years ago
user_settings_decorator.rb Clean up settings/preferences controller (#2237) 8 years ago
webfinger_resource.rb Allow webfinger controller to reply to user@WEB_DOMAIN in addition to user@LOCAL_DOMAIN (#2351) 8 years ago