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
puckipedia d2919f7e94 Allow Accept/Reject with a non-embedded object (#12199)
Some ActivityPub servers refuse to embed remote objects into their own
output. This is because they are not the authoritative source for these
objects, and as such embedding them is always a waste of space. The
follow request and follow models contain a URI, so this can be used to
match them.
6 years ago
..
activitypub Allow Accept/Reject with a non-embedded object (#12199) 6 years ago
connection_pool Add request pool to improve delivery performance (#10353) 6 years ago
nodeinfo Add a nodeinfo endpoint (#12002) 6 years ago
ostatus Remove Atom feeds and old URLs in the form of `GET /:username/updates/:id` (#11247) 6 years ago
proof_provider Default to the web domain (eg. mastodon.lubar.me) instead of the local domain (eg. lubar.me) for keybase proofs (#10565) 6 years ago
settings add admin setting for default search engine indexing (fix #11750) (#11804) 6 years ago
activity_tracker.rb Add a nodeinfo endpoint (#12002) 6 years ago
application_extension.rb Conditional validations no longer accept strings for if/unless (#3124) 8 years ago
delivery_failure_tracker.rb After 7 days of repeated delivery failures, give up on inbox (#5131) 8 years ago
entity_cache.rb Remove intermediary arrays when creating hash maps from results (#9291) 7 years ago
exceptions.rb Detect and prevent image bombs, max. processable dimension 4096^2 (#7229) 7 years ago
extractor.rb Using double splat operator (#5859) 7 years ago
fast_geometry_parser.rb Fix avatar and header issues by using custom geometry detector (#6515) 7 years ago
feed_manager.rb Fix performance of home feed regeneration (#12084) 6 years ago
formatter.rb Add noopener and/or noreferrer (#12202) 6 years ago
hash_object.rb Migrate from ledermann/rails-settings to rails-settings-cached which allows global settings 8 years ago
inline_renderer.rb Add conversations API (#8832) 7 years ago
language_detector.rb Change language detection to include hashtags as words (#11341) 6 years ago
potential_friendship_tracker.rb Create Redisable#redis (#9633) 6 years ago
proof_provider.rb Add Keybase integration (#10297) 6 years ago
request.rb Attempt to concurrently connect to remote IP addresses (#11757) 6 years ago
request_pool.rb Add request pool to improve delivery performance (#10353) 6 years ago
rss_builder.rb Add RSS feeds for end-users (#7259) 7 years ago
sanitize_config.rb Add noopener and/or noreferrer (#12202) 6 years ago
search_query_parser.rb Fix accounts search by full/partial display name and others (#11580) 6 years ago
search_query_transformer.rb Fix accounts search by full/partial display name and others (#11580) 6 years ago
sidekiq_error_handler.rb Fix statsd UDP sockets not being cleaned up in Sidekiq (#11230) 6 years ago
spam_check.rb Fix auto-report string saying the account has been auto-silenced (#12142) 6 years ago
status_filter.rb Fix n+1 queries in StatusThreadingConcern (#7321) 7 years ago
status_finder.rb Remove Atom feeds and old URLs in the form of `GET /:username/updates/:id` (#11247) 6 years ago
tag_manager.rb Refactor domain block checks (#11268) 6 years ago
themes.rb Add support for multiple themes (#4959) 8 years ago
toc_generator.rb Add fallback section ID with ToC (#11941) 6 years ago
user_settings_decorator.rb Add trends UI with admin and user settings (#11502) 6 years ago
webfinger_resource.rb Add ActivityPub actor representing the entire server (#11321) 6 years ago