mastodon/app/lib
Eugen Rochko 6793bec4c6
Store URIs of follows, follow requests and blocks for ActivityPub (#7160)
Same URI passed between follow request and follow, since they are
the same thing in ActivityPub. Local URIs are generated during
creation using UUIDs and are passed to serializers.
2018-05-04 21:14:34 +02:00
..
activitypub Store URIs of follows, follow requests and blocks for ActivityPub (#7160) 2018-05-04 21:14:34 +02:00
ostatus Fixes/do not override timestamps (#7336) 2018-05-03 23:02:46 +02:00
settings
activity_tracker.rb
application_extension.rb
delivery_failure_tracker.rb
entity_cache.rb Fix missing updated_at attribute on emoji EntityCache (#7297) 2018-04-30 22:49:33 +02:00
exceptions.rb Detect and prevent image bombs, max. processable dimension 4096^2 (#7229) 2018-04-23 09:16:38 +02:00
extractor.rb
fast_geometry_parser.rb
feed_manager.rb Remove most behaviour disparities between blocks and mutes (#7231) 2018-05-02 15:50:20 +02:00
formatter.rb Add entity cache (#7271) 2018-04-27 01:38:10 +02:00
hash_object.rb
inline_renderer.rb
language_detector.rb
request.rb Guard against nil URLs in Request class (#7284) 2018-05-02 15:44:22 +02:00
rss_builder.rb Add RSS feeds for end-users (#7259) 2018-04-25 02:10:02 +02:00
sanitize_config.rb
sidekiq_error_handler.rb
status_filter.rb Fix n+1 queries in StatusThreadingConcern (#7321) 2018-05-03 10:41:58 +02:00
status_finder.rb
tag_manager.rb
themes.rb
user_settings_decorator.rb Enable updating additional account information from user preferences via rest api (#6789) 2018-04-08 13:43:10 +02:00
webfinger_resource.rb