diaspora/config/initializers
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
..
acts_as_taggable_on.rb bump acts-as-taggable-on 2014-06-01 18:42:51 +02:00
asset_sync.rb move asset_sync require to the earliest point possible 2013-06-13 20:57:38 +02:00
assets.rb properly integrate asset_sync 2012-09-26 20:23:45 +02:00
carrierwave.rb Refactor config/ directory 2013-05-19 18:54:54 +02:00
cors.rb Cross-Origin Resource Sharing 2012-03-10 23:49:56 -08:00
devise.rb update devise to 3.2 2014-01-15 12:59:59 +01:00
enforce_ssl.rb New configuration system 2012-09-26 20:19:37 +02:00
faraday.rb Bye opengraph_parser, hi open_graph_reader 2014-12-08 02:01:31 +01:00
filter_parameter_logging.rb make everything boot again 2014-08-23 16:34:00 +02:00
haml.rb Refactor config/ directory 2013-05-19 18:54:54 +02:00
ignore_ssl_in_development.rb New configuration system 2012-09-26 20:19:37 +02:00
json_escape.rb apply rails 4 todos and fix specs after rebase 2014-08-23 16:47:57 +02:00
load_analyitics.rb Refactor config/ directory 2013-05-19 18:54:54 +02:00
load_libraries.rb make everything boot again 2014-08-23 16:34:00 +02:00
locale.rb hardcode default(=fallback) language 2013-09-18 22:14:47 +02:00
mailer_config.rb Refactor config/ directory 2013-05-19 18:54:54 +02:00
maintenance.rb Maintenance feature to remove old users 2014-10-16 22:53:08 +03:00
markerb.rb Refactor config/ directory 2013-05-19 18:54:54 +02:00
oembed.rb embedding youtube videos over https 2014-01-30 18:01:27 +01:00
omniauth.rb Added Wordpress service functionality, 2013-08-04 07:46:56 -07:00
open_graph_reader.rb Bye opengraph_parser, hi open_graph_reader 2014-12-08 02:01:31 +01:00
patch_openssl_pkey.rb more progress 2012-03-21 13:50:24 -07:00
rails_admin.rb Fix loading issues in rails_admin 2014-08-26 02:57:47 +02:00
rspec_generator.rb MS DG update copyright 2011-09-14 11:23:12 -07:00
session_store.rb make everything boot again 2014-08-23 16:34:00 +02:00
set_session_secret.rb update devise to 3.2 2014-01-15 12:59:59 +01:00
set_up_image_redirects.rb New configuration system 2012-09-26 20:19:37 +02:00
setup_simple_captcha.rb Reset dynamic configuration after each example in the testsuite 2014-10-04 00:59:03 +02:00
sidekiq.rb move sidekiq configuration from initializer to sidekiq.yml 2014-12-01 02:18:28 +01:00
silence_assets.rb Revert "@joshsusser hates our ci setup, /cc @suss" 2012-05-14 15:59:06 -07:00
version_header.rb New configuration system 2012-09-26 20:19:37 +02:00
will_paginate.rb fix will paginate renderer 2012-03-16 18:58:01 +01:00
wrap_parameters.rb turn parameter wrapping for AR::B#to_json back on 2014-08-23 16:38:57 +02:00