diaspora/spec
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
..
controllers Only show aspect chat control if chat is enabled 2014-12-05 13:07:17 +01:00
fixtures replace the monstrous link regex with a slightly less complicated one, 2012-10-11 23:39:44 +02:00
helpers Test jsxc helper spec; should respond with correct url 2014-11-13 11:43:56 +01:00
integration Port tags page to Bootstrap 2014-08-28 18:02:02 +02:00
javascripts Update aspect list checkmarks only after the stream was fetched 2014-12-05 03:18:30 +01:00
lib Bye opengraph_parser, hi open_graph_reader 2014-12-08 02:01:31 +01:00
mailers update maintenance mailer spec for new mail text 2014-11-09 19:47:37 +01:00
models don't use 666 as non-existant ID in report model spec 2014-11-30 21:56:27 +01:00
presenters Merge pull request #5308 from Flaburgan/add-network-key-to-statistics 2014-10-14 13:25:16 +02:00
shared_behaviors Two tests failing after rspec 2.99 => 3.0.0 2014-08-26 17:10:26 -07:00
support make status message controller spec pass and deprecation free 2014-08-23 16:34:00 +02:00
workers Bye opengraph_parser, hi open_graph_reader 2014-12-08 02:01:31 +01:00
factories.rb Ignore embedded photos if invalid 2014-09-06 04:52:18 +02:00
helper_methods.rb add specs for chromeframe 2012-09-30 17:04:50 +01:00
locale_spec.rb Rspec version bump to 2.99 2014-08-26 17:00:21 -07:00
misc_spec.rb Two tests failing after rspec 2.99 => 3.0.0 2014-08-26 17:10:26 -07:00
spec-doc.rb
spec_helper.rb Replace spork with spring, update & use binstubs 2014-12-01 08:06:07 +01:00