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 e4a241abef
Fix bad URL schemes being accepted (#6219)
* Fix actors accepting invalid URI schemes or different host between URI and URL

* Fix statuses accepting invalid URI scheme or different host to actor

* Adjust tests to new requirements

* Improve readability of mismatching_origin?/invalid_origin? methods
8 years ago
..
activitypub Fix bad URL schemes being accepted (#6219) 8 years ago
ostatus Save media outside transaction (#5959) 8 years ago
settings Refactor Setting (#3302) 9 years ago
activity_tracker.rb Fix stats expiring too quickly because of variable mistake (#6155) 8 years ago
application_extension.rb
delivery_failure_tracker.rb After 7 days of repeated delivery failures, give up on inbox (#5131) 9 years ago
exceptions.rb Add callback_url/acct information for Sidekiq PuSH workers Exception. (#4281) 9 years ago
extractor.rb Using double splat operator (#5859) 8 years ago
feed_manager.rb Allow hiding of reblogs from followed users (#5762) 8 years ago
formatter.rb Don't normalize URLs in toots (#6134) 8 years ago
hash_object.rb
inline_renderer.rb Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl (#4090) 9 years ago
language_detector.rb Improve language filter (#5724) 8 years ago
provider_discovery.rb Fix XML oEmbed support discovery (#6104) 8 years ago
request.rb Using double splat operator (#5859) 8 years ago
sanitize_config.rb [!] Sanitize incoming classlist properly (#6162) 8 years ago
status_filter.rb Do not hide statuses from silenced accounts from other silenced accounts (#6030) 8 years ago
status_finder.rb Raise an error for remote url in StatusFinder (#4776) 9 years ago
tag_manager.rb Introduce OStatus::TagManager (#5008) 9 years ago
themes.rb Add support for multiple themes (#4959) 9 years ago
user_settings_decorator.rb Add option to reduce motion (#5393) 9 years ago
webfinger_resource.rb