diaspora/spec/workers
Jonne Haß 74a6f42501 Bye opengraph_parser, hi open_graph_reader
opengraph_parser is basically unmainted, issues are ignored
or deliberately closed without fixing. It pollutes the global
namespace and has no verification of correctness.

The opengraph gem has basically the same issues, not really maintained,
unreleased patches on master since over a year, not really smart either.

So I created my own version and while at it, why not strive try to be
complete and robust, although it's still a work in progress.

This also improves general URL detection by parsing them
from the message after stripping markdown.

An additional dependency was added to support
fetching sites that require cookies to work at all.
For the same reason Faraday's default redirect limit was
bumped.
2014-12-08 02:01:31 +01:00
..
mail Two tests failing after rspec 2.99 => 3.0.0 2014-08-26 17:10:26 -07:00
deferred_dispatch_spec.rb Discard dispatch jobs of already deleted records 2014-09-20 13:39:31 +02:00
delete_account_spec.rb Two tests failing after rspec 2.99 => 3.0.0 2014-08-26 17:10:26 -07:00
delete_post_from_service_spec.rb Two tests failing after rspec 2.99 => 3.0.0 2014-08-26 17:10:26 -07:00
fetch_profile_photo_spec.rb Two tests failing after rspec 2.99 => 3.0.0 2014-08-26 17:10:26 -07:00
gather_o_embed_data_spec.rb Two tests failing after rspec 2.99 => 3.0.0 2014-08-26 17:10:26 -07:00
gather_open_graph_data_spec.rb Bye opengraph_parser, hi open_graph_reader 2014-12-08 02:01:31 +01:00
http_multi_spec.rb No deprecation warnings, but one spec still fails (but only when I run all the specs, not when I run just the one spec) 2014-08-26 17:10:29 -07:00
notify_local_users_spec.rb port notify local users worker spec to doubles 2014-08-29 01:42:16 +02:00
post_to_service_spec.rb Two tests failing after rspec 2.99 => 3.0.0 2014-08-26 17:10:26 -07:00
process_photo_spec.rb Handle already deleted photos gracefully in process photo job 2014-09-20 15:13:14 +02:00
publish_to_hub_spec.rb Two tests failing after rspec 2.99 => 3.0.0 2014-08-26 17:10:26 -07:00
queue_users_for_removal_spec.rb Maintenance feature to remove old users 2014-10-16 22:53:08 +03:00
receive_salmon_spec.rb Two tests failing after rspec 2.99 => 3.0.0 2014-08-26 17:10:26 -07:00
receive_spec.rb Two tests failing after rspec 2.99 => 3.0.0 2014-08-26 17:10:26 -07:00
remove_old_user_spec.rb Maintenance feature to remove old users 2014-10-16 22:53:08 +03:00
resend_invitation_spec.rb Two tests failing after rspec 2.99 => 3.0.0 2014-08-26 17:10:26 -07:00
reset_password_spec.rb Two tests failing after rspec 2.99 => 3.0.0 2014-08-26 17:10:26 -07:00