diaspora/app/models
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
..
notifications Bye Resque. Ohai Sidekiq. 2013-03-21 23:39:07 +01:00
services Fix issue #4416 2014-10-16 23:27:48 +02:00
user rspec should now be running a green build 2014-09-15 01:37:23 +02:00
account_deletion.rb Adding scope for account_deletion to get only those that are uncompleted and then adding that scope to accounts.rake. Tested it out and it works well 2014-08-24 19:02:11 -07:00
acts_as_taggable_on-tag.rb bump acts-as-taggable-on 2014-06-01 18:42:51 +02:00
aspect.rb Harden account deletion 2014-05-27 00:15:15 +02:00
aspect_membership.rb [WIP] aspect membership dropdown Backbone.js rework 2013-02-17 13:40:10 +01:00
aspect_visibility.rb
block.rb Remove duplicates and bad code habits. 2013-08-02 11:39:24 +02:00
comment.rb Fix presenters instead of modifying the getters 2014-11-09 07:47:40 -08:00
contact.rb Redesign profile page and port to Bootstrap 2014-10-01 12:28:56 +02:00
conversation.rb reduce cuke failures 2014-08-23 16:47:57 +02:00
conversation_visibility.rb
invitation.rb Remove attributes protection. 2013-08-02 11:39:06 +02:00
invitation_code.rb New configuration system 2012-09-26 20:19:37 +02:00
like.rb Fix after_create to after_commit 2014-01-14 22:35:29 +04:00
location.rb federate location 2013-05-20 21:26:04 +02:00
mention.rb Harden account deletion 2014-05-27 00:15:15 +02:00
message.rb Introduce message renderer 2014-03-15 17:16:17 +01:00
notification.rb Refactoring method Notification#notify 2014-05-06 11:58:51 +00:00
notification_actor.rb
o_embed_cache.rb replace deprecated finder and finder_options syntax 2014-08-23 16:34:00 +02:00
open_graph_cache.rb Bye opengraph_parser, hi open_graph_reader 2014-12-08 02:01:31 +01:00
participation.rb you can now follow / unfollow a post from the stream; fixed cukes. 2012-02-13 19:13:43 -08:00
person.rb replace deprecated scope syntax and unify it 2014-08-23 16:34:00 +02:00
photo.rb Method calling convention and doc improvements 2014-11-09 07:20:30 -08:00
pod.rb replace deprecated finder and finder_options syntax 2014-08-23 16:34:00 +02:00
poll.rb make rspec and jasmine pass with the new code 2014-08-23 16:47:57 +02:00
poll_answer.rb I added the validation for blank to poll question and poll answer 2014-04-07 17:17:41 +00:00
poll_participation.rb Fix missing translation in #4905. 2014-04-05 17:06:40 +01:00
post.rb do not touch the own model in an after commit hook 2014-08-24 16:03:17 +02:00
profile.rb Fix presenters instead of modifying the getters 2014-11-09 07:47:40 -08:00
report.rb Validate on report that post or comment does exist 2014-05-16 09:48:14 -04:00
reshare.rb A reshares root may be already gone when generating the notification 2014-09-07 10:47:47 +02:00
role.rb replace deprecated finder and finder_options syntax 2014-08-23 16:34:00 +02:00
service.rb Introduce message renderer 2014-03-15 17:16:17 +01:00
share_visibility.rb replace deprecated scope syntax and unify it 2014-08-23 16:34:00 +02:00
status_message.rb Fix issue #4416 2014-10-16 23:27:48 +02:00
tag_following.rb Fix ActiveRecord queries - take two 2012-06-13 14:52:25 -07:00
user.rb Implement token authentication 2014-11-13 11:27:56 +01:00
user_preference.rb Added the ability to disable report-email-notification 2014-05-15 07:23:43 -04:00