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 a872392cd9
Add entity cache (#7271)
* Add entity cache

Use a caching layer for mentions and custom emojis that are
dynamically extracted from text.

Reduce duplicate text extractions

* Fix code style issue
8 years ago
..
activitypub Add bio fields (#6645) 8 years ago
ostatus Remove "nsfw" category for sensitive statuses in OStatus serializer (#7048) 8 years ago
settings
activity_tracker.rb
application_extension.rb
delivery_failure_tracker.rb
entity_cache.rb Add entity cache (#7271) 8 years ago
exceptions.rb Detect and prevent image bombs, max. processable dimension 4096^2 (#7229) 8 years ago
extractor.rb
fast_geometry_parser.rb
feed_manager.rb Do not push status to feed if its reblog is already inserted (#6488) 8 years ago
formatter.rb Add entity cache (#7271) 8 years ago
hash_object.rb
inline_renderer.rb
language_detector.rb
provider_discovery.rb Validate HTTP response length while receiving (#6891) 8 years ago
request.rb HTTP proxy support for outgoing request, manage access to hidden service (#7134) 8 years ago
rss_builder.rb Add RSS feeds for end-users (#7259) 8 years ago
sanitize_config.rb
sidekiq_error_handler.rb Raise Mastodon::HostValidationError when host for HTTP request is private (#6410) 8 years ago
status_filter.rb
status_finder.rb
tag_manager.rb
themes.rb
user_settings_decorator.rb Enable updating additional account information from user preferences via rest api (#6789) 8 years ago
webfinger_resource.rb