mastodon/app/lib
Takeshi Umeda f43f1e0184 Add basic support for group actors ()
* Show badge on group actor in WebUI

* Do not notify in case of  by following group actor

* If you mention group actor, also mention group actor followers

* Relax characters that can be used in username (same as Application)

* Revert "Relax characters that can be used in username (same as Application)"

This reverts commit 7e10a137b8.

* Delete display_name method
..
activitypub Add basic support for group actors ()
connection_pool Add request pool to improve delivery performance ()
nodeinfo Add a nodeinfo endpoint ()
ostatus Remove Atom feeds and old URLs in the form of `GET /:username/updates/:id` ()
proof_provider Default to the web domain (eg. mastodon.lubar.me) instead of the local domain (eg. lubar.me) for keybase proofs ()
settings add admin setting for default search engine indexing (fix ) ()
activity_tracker.rb Add a nodeinfo endpoint ()
application_extension.rb Conditional validations no longer accept strings for if/unless ()
delivery_failure_tracker.rb After 7 days of repeated delivery failures, give up on inbox ()
entity_cache.rb Remove intermediary arrays when creating hash maps from results ()
exceptions.rb Detect and prevent image bombs, max. processable dimension 4096^2 ()
extractor.rb Using double splat operator ()
fast_geometry_parser.rb Fix avatar and header issues by using custom geometry detector ()
feed_manager.rb Fix type mismatch ()
formatter.rb Add noopener and/or noreferrer ()
hash_object.rb Migrate from ledermann/rails-settings to rails-settings-cached which allows global settings
inline_renderer.rb Add conversations API ()
language_detector.rb Update ESLint and RuboCop in Code Climate ()
potential_friendship_tracker.rb Create Redisable#redis ()
proof_provider.rb Add Keybase integration ()
request.rb Attempt to concurrently connect to remote IP addresses ()
request_pool.rb Add request pool to improve delivery performance ()
rss_builder.rb Add RSS feeds for end-users ()
sanitize_config.rb Add noopener and/or noreferrer ()
search_query_parser.rb Fix accounts search by full/partial display name and others ()
search_query_transformer.rb Fix accounts search by full/partial display name and others ()
sidekiq_error_handler.rb Fix statsd UDP sockets not being cleaned up in Sidekiq ()
spam_check.rb Fix auto-report string saying the account has been auto-silenced ()
status_filter.rb Fix n+1 queries in StatusThreadingConcern ()
status_finder.rb Remove Atom feeds and old URLs in the form of `GET /:username/updates/:id` ()
tag_manager.rb Refactor domain block checks ()
themes.rb Add support for multiple themes ()
toc_generator.rb Add fallback section ID with ToC ()
user_settings_decorator.rb Add setting for whether to crop images in unexpanded toots ()
webfinger_resource.rb Add ActivityPub actor representing the entire server ()