diaspora/app/models
Maxwell Salzberg 11d9b50f3a a solution for a problem with pulling back all visible public ids when querying
after much sleuthing, this is an extremely hacky way to limit the
amount of public post _ids we are pulling back with every query.
previously, for unknown reason, we were pulling back all of them from
people you are connected to, and doing giant in queries which were
causing bad things to happen.  As far as I can tell, we are in fact
keeping track of the page( i.e. max time and offset) so there was no
need to pull all of them back.  This whole file is a huge clusterf*ck,
so it really should just get totally refactored, as the stuff that is
happening is not really as scary as it looks :(
2012-04-10 00:40:34 -07: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 Correct our general exception handling. 2012-03-03 16:26:06 -08:00
notifications Revert "change namespace from Mail to Mailers" 2011-10-09 23:34:03 -05:00
services remove the swallowing of generic messages from facebook and twitter postiing. I want to know why sometimes these things are failing 2012-03-19 19:17:46 -07:00
user a solution for a problem with pulling back all visible public ids when querying 2012-04-10 00:40:34 -07:00
account_deleter.rb move user modules into user namespace. 2012-02-09 19:01:01 -08: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
app_config.rb sad fix for stupid app config problem in development [ci skip] 2012-02-07 13:41:03 -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 wip 2011-11-03 12:31:24 -07:00
comment.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
contact.rb bang! kill redis cache. 2012-02-02 12:45:43 -08:00
conversation.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
conversation_visibility.rb PrivateMessage -> Conversation, Message. 2011-03-01 12:25:55 -08:00
feature_flagger.rb update feature_flagger to have access to current user 2012-04-04 19:35:53 -07:00
invitation.rb fixed rspec tests, more fit and finish around how the invite code works, 2012-03-16 17:56:35 -07:00
invitation_code.rb remove ActiveSupport::SecureRandom 2012-03-21 13:49:34 -07: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 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
notification.rb refer to model for target value, not set attributes. 2012-01-23 12:05:43 -05: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
oauth2_provider_models_activerecord_authorization.rb proper uniqueness validation in auth model 2011-06-29 17:32:55 -07:00
oauth2_provider_models_activerecord_client.rb oauth feature green, except for the pod forgot client edge case 2011-12-10 12:54:39 +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 Correct our general exception handling. 2012-03-03 16:26:06 -08:00
photo.rb DG DC uploading a photo shows up in the stream 2012-03-27 14:52:51 -07:00
pod.rb Removed , but not the table. Record all in httpmulti success 2011-08-30 10:14:32 -07:00
post.rb fix ordering for logged out users 2012-02-27 19:16:05 -08:00
profile.rb more progress 2012-03-27 18:07:22 -07:00
relayable_retraction.rb fix some cases where the parent is nil in relayable retractions 2011-10-07 13:45:20 -07: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 fix ruby reshare model; extract sortOrder in app.models.Stream. 2012-02-06 08:26:11 -08: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
service.rb DG MS; posting to services now works, updated form serializer to handle array attributes. 2012-03-27 14:52:50 -07:00
service_user.rb wip 2011-08-19 15:56:31 -07: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 MS DC You can has choose a template 2012-03-27 14:52:53 -07:00
tag_following.rb added user_is_following method, added 2 model specs 2012-02-09 14:17:43 +01:00
user.rb update foreman 2012-04-03 23:02:16 -07:00
user_preference.rb a user now has the option to disable reshare email notifications 2011-08-25 17:16:09 -07:00