diaspora/app/models
2010-11-30 13:01:53 -08:00
..
aspect.rb user can now remove contact from aspects on contact's profile page. a contact's posts are retained in a given aspect reflecting the duration of said contact's inclusion. 2010-11-21 16:30:45 -08:00
comment.rb refactored comments to work like status_messages in the controller. weird stuff was happening when using EM::next_tick; holding off on that for now. 2010-11-27 23:06:34 -05:00
contact.rb user can now remove contact from aspects on contact's profile page. a contact's posts are retained in a given aspect reflecting the duration of said contact's inclusion. 2010-11-21 16:30:45 -08:00
invitation.rb Add logging to inviting 2010-11-25 01:06:25 -05:00
person.rb Person#real_name -> Person#name 2010-11-30 13:01:53 -08:00
photo.rb Try to take photos query out of views 2010-11-29 23:41:03 -08:00
post.rb aspect ids normalized to posts to minimize queries on views. 2010-11-26 18:55:06 -05:00
profile.rb the profile cannot massassign diaspora handle 2010-11-08 15:10:23 -08:00
request.rb made the checking for already connected more explicit. also, the check itself had a bug when we were calling self.to_id on a request, rather than self.to.id 2010-11-29 10:57:54 -08:00
retraction.rb Don't expect raises from user receive 2010-11-17 15:35:25 -08:00
service.rb OmniauthService -> Service. Cleaned up views. 2010-10-25 17:41:59 -07:00
status_message.rb Putting youtube titles back into status messages 2010-11-27 11:43:24 -05:00
user.rb added pending specs. traced the whole comment thing -- it works, but i couldn't figure out how to make these pending specs pass (re: should_receive) 2010-11-28 18:51:27 -05:00