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 5bf67ca913
Add ActivityPub secure mode (#11269)
* Add HTTP signature requirement for served ActivityPub resources

* Change `SECURE_MODE` to `AUTHORIZED_FETCH`

* Add 'Signature' to 'Vary' header and improve code style

* Improve code style by adding `public_fetch_mode?` method
6 years ago
..
activitypub Add ActivityPub secure mode (#11269) 6 years ago
connection_pool Add request pool to improve delivery performance (#10353) 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
activity_tracker.rb
application_extension.rb
delivery_failure_tracker.rb
entity_cache.rb
exceptions.rb
extractor.rb
fast_geometry_parser.rb
feed_manager.rb Apply filters to poll options (#11174) 6 years ago
formatter.rb Remove Atom feeds and old URLs in the form of `GET /:username/updates/:id` (#11247) 6 years ago
hash_object.rb
inline_renderer.rb
language_detector.rb Change language detector threshold from 140 characters to 4 words (#10376) 6 years ago
potential_friendship_tracker.rb
proof_provider.rb Add Keybase integration (#10297) 6 years ago
request.rb Add HTTP signatures to all outgoing ActivityPub GET requests (#11284) 6 years ago
request_pool.rb Add request pool to improve delivery performance (#10353) 6 years ago
rss_builder.rb
sanitize_config.rb Fix sanitizer making block level elements unreadable (#10836) 6 years ago
sidekiq_error_handler.rb Fix statsd UDP sockets not being cleaned up in Sidekiq (#11230) 6 years ago
status_filter.rb
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
user_settings_decorator.rb Add option to disable blurhash previews (#11188) 6 years ago
webfinger_resource.rb