chinwagsocial/app/lib
Akihiko Odaki 54b273bf99 Close http connection in perform method of Request class (#6889)
HTTP connections must be explicitly closed in many cases, and letting
perform method close connections makes its callers less redundant and
prevent them from forgetting to close connections.
2018-03-24 12:49:54 +01:00
..
activitypub Ignore media validation when attaching to status during processing (#6822) 2018-03-19 01:51:19 +01:00
ostatus Serialize mentions in the order they are added (#6836) 2018-03-19 20:19:35 +01:00
settings
activity_tracker.rb
application_extension.rb Conditional validations no longer accept strings for if/unless (#3124) 2017-05-19 03:11:23 +02:00
delivery_failure_tracker.rb
exceptions.rb
extractor.rb
fast_geometry_parser.rb
feed_manager.rb
formatter.rb Remove text requirement when media attached from statuses (#6672) 2018-03-07 08:28:52 +01:00
hash_object.rb
inline_renderer.rb Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl (#4090) 2017-07-07 04:02:06 +02:00
language_detector.rb
provider_discovery.rb Close http connection in perform method of Request class (#6889) 2018-03-24 12:49:54 +01:00
request.rb Close http connection in perform method of Request class (#6889) 2018-03-24 12:49:54 +01:00
sanitize_config.rb
sidekiq_error_handler.rb
status_filter.rb
status_finder.rb
tag_manager.rb
themes.rb Add support for multiple themes (#4959) 2017-09-19 16:36:23 +02:00
user_settings_decorator.rb
webfinger_resource.rb