diaspora/app
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
..
assets Update aspect list checkmarks only after the stream was fetched 2014-12-05 03:18:30 +01:00
controllers Implement token authentication 2014-11-13 11:27:56 +01:00
helpers Merge pull request #5410 from svbergerem/configurable-source-url 2014-11-29 23:46:45 +01:00
mailers Maintenance feature to remove old users 2014-10-16 22:53:08 +03:00
models Bye opengraph_parser, hi open_graph_reader 2014-12-08 02:01:31 +01:00
presenters Fix presenters instead of modifying the getters 2014-11-09 07:47:40 -08:00
uploaders
views Only show aspect chat control if chat is enabled 2014-12-05 13:07:17 +01:00
workers Maintenance feature to remove old users 2014-10-16 22:53:08 +03:00