diaspora/lib/diaspora
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
..
federated Fix receiving a relayable retraction through the public route 2014-09-20 15:03:53 +02:00
fetcher Try fetching missing parent of relayables 2014-09-07 10:47:47 +02:00
markdownify Fix issue #4416 2014-10-16 23:27:48 +02:00
camo.rb Add Camo for <img>-tags inside Markdown contents 2014-11-10 02:19:45 +01:00
commentable.rb Refactor Post Presenter 2012-05-10 12:24:21 -07:00
encryptable.rb upgrade to Rails 3.2.3 2012-05-14 21:53:16 -07:00
exceptions.rb Try fetching missing parent of relayables 2014-09-07 10:47:47 +02:00
exporter.rb replace deprecated finder and finder_options syntax 2014-08-23 16:34:00 +02:00
federated.rb WIP refactor namespacing for federation libs, into Diaspora::Federated 2013-08-12 13:10:38 -05:00
fetcher.rb Try fetching missing parent of relayables 2014-09-07 10:47:47 +02:00
guid.rb Ignore embedded photos if invalid 2014-09-06 04:52:18 +02:00
likeable.rb remove conditions on association deprecation warnings 2014-08-23 16:34:00 +02:00
markdownify.rb Refactor config/ directory 2013-05-19 18:54:54 +02:00
mentionable.rb Unescape text before add mention, this commit solve #4776 2014-05-06 12:13:43 +00:00
message_renderer.rb Bye opengraph_parser, hi open_graph_reader 2014-12-08 02:01:31 +01:00
parser.rb Bye Resque. Ohai Sidekiq. 2013-03-21 23:39:07 +01:00
relayable.rb Try fetching missing parent of relayables 2014-09-07 10:47:47 +02:00
shareable.rb make status message controller spec pass and deprecation free 2014-08-23 16:34:00 +02:00
taggable.rb reduce cuke failures 2014-08-23 16:47:57 +02:00