diaspora/app/models
2012-11-03 23:25:19 +02:00
..
activity_streams the websocket has been completely removed, and replaced for a stub until 2012-01-03 18:39:54 -08:00
acts_as_taggable_on Fixed issue #2380 : No more 500 error when following an unnormalized version of an existing tag. 2011-11-13 23:26:53 -05:00
jobs New configuration system 2012-09-26 20:19:37 +02:00
notifications Revert "change namespace from Mail to Mailers" 2011-10-09 23:34:03 -05:00
services Only include url to post for twitter when post exceeds maximum length or contains photos 2012-11-03 23:25:19 +02:00
user Rails.root and File.join cleanup 2012-06-11 03:13:20 -07:00
account_deleter.rb kill your darlings; remove diaspora_client with fire 2012-05-17 14:55:53 -07:00
account_deletion.rb introduce the idea of Federated::Base. this is mostly just renaming and collasping of different federation modules, but also starting a direct hiearchy of these federation classes to make everything easier to refactor 2012-02-25 16:57:14 -08:00
aspect.rb serialize current user json into body tag for now 2012-01-07 14:23:20 -08:00
aspect_membership.rb MS DG update copyright 2011-09-14 11:23:12 -07:00
aspect_visibility.rb Introduced Shareable 2011-10-16 13:58:35 +02:00
block.rb some refactoring regarding the law of demeter 2012-09-23 19:33:19 +02:00
comment.rb some refactoring regarding the law of demeter 2012-09-23 19:33:19 +02:00
contact.rb some refactoring regarding the law of demeter 2012-09-23 19:33:19 +02:00
conversation.rb limit the amount of people in a converasation to prevent hella spam 2012-06-17 15:51:18 -07:00
conversation_visibility.rb
invitation.rb kill references to ServiceUser 2012-05-14 18:47:14 -07:00
invitation_code.rb New configuration system 2012-09-26 20:19:37 +02:00
like.rb Refactor Relayable Creation 2012-02-09 19:01:00 -08:00
mention.rb move mention regex to a constant in mention 2012-01-27 02:23:37 -08:00
message.rb some refactoring regarding the law of demeter 2012-09-23 19:33:19 +02:00
notification.rb upgrade to Rails 3.2.3 2012-05-14 21:53:16 -07:00
notification_actor.rb MS DG update copyright 2011-09-14 11:23:12 -07:00
o_embed_cache.rb Correct our general exception handling. 2012-03-03 16:26:06 -08: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 some refactoring regarding the law of demeter 2012-09-23 19:33:19 +02:00
photo.rb query the set url only through #pod_uri in the app 2012-09-26 20:19:37 +02:00
pod.rb
post.rb show a "post is not public" message when visitor is not logged in 2012-06-07 22:16:37 +02:00
profile.rb query the set url only through #pod_uri in the app 2012-09-26 20:19:37 +02:00
relayable_retraction.rb only delete object of relayable retraction after it has been relayed or federated 2012-08-09 08:55:55 -06:00
request.rb introduce the idea of Federated::Base. this is mostly just renaming and collasping of different federation modules, but also starting a direct hiearchy of these federation classes to make everything easier to refactor 2012-02-25 16:57:14 -08:00
reshare.rb some refactoring regarding the law of demeter 2012-09-23 19:33:19 +02:00
retraction.rb introduce the idea of Federated::Base. this is mostly just renaming and collasping of different federation modules, but also starting a direct hiearchy of these federation classes to make everything easier to refactor 2012-02-25 16:57:14 -08:00
role.rb New configuration system 2012-09-26 20:19:37 +02:00
service.rb Only include url to post for twitter when post exceeds maximum length or contains photos 2012-11-03 23:25:19 +02:00
share_visibility.rb Don't create share_visibilities for public posts, sans migration of deleting old data. 2012-01-24 16:49:07 -08:00
signed_retraction.rb introduce the idea of Federated::Base. this is mostly just renaming and collasping of different federation modules, but also starting a direct hiearchy of these federation classes to make everything easier to refactor 2012-02-25 16:57:14 -08:00
status_message.rb some refactoring regarding the law of demeter 2012-09-23 19:33:19 +02:00
tag_following.rb Fix ActiveRecord queries - take two 2012-06-13 14:52:25 -07:00
user.rb Change 'unless' to 'if' again because 'unless' is wrong here. 2012-10-24 00:27:45 +02:00
user_preference.rb