..
activity_streams
record objectId in post (cant use object_id booo)
2011-05-25 12:16:52 -07:00
jobs
Merge branch 'master' into follow
2011-05-12 15:49:51 -07:00
notifications
Merge branch 'master' into follow
2011-05-12 15:49:51 -07:00
services
Remove unneeded callback
2011-03-23 12:00:47 -07:00
app_config.rb
Switching to settingslogic to manage our configuration. THE FILE FORMAT HAS CHANGED. OLD APP.YML AND APP_CONFIG.YML FILES WILL NOT WORK ANYMORE.
2011-05-28 19:44:40 -07:00
aspect.rb
added mutual flag, removed pending from contact, specs are green. wip
2011-04-05 16:12:53 -07:00
aspect_membership.rb
fixed disconnecting logic. specs&cucumber green
2011-04-11 15:10:51 -07:00
aspect_visibility.rb
Moving PostVisibility to aspects, WIP, model specs pass
2011-03-29 17:31:56 -07:00
comment.rb
messages are now relayable, a comment has an author as opposed to a person.
2011-03-01 12:39:42 -08:00
contact.rb
Destroy notifications on contact destroy
2011-05-23 18:33:18 -07:00
conversation.rb
added the email notification, the notification is not persisted, fixed the receive callback spec
2011-03-08 18:24:56 -08:00
conversation_visibility.rb
PrivateMessage -> Conversation, Message.
2011-03-01 12:25:55 -08:00
invitation.rb
Merge branch 'master' into follow
2011-05-16 14:56:28 -07:00
like.rb
MSSM like notification are concatinated, and backfilled some like tests
2011-05-22 13:59:33 -07:00
mention.rb
notification now only created when message is received, not when message is first saved
2011-03-10 16:41:03 -05:00
message.rb
added the email notification, the notification is not persisted, fixed the receive callback spec
2011-03-08 18:24:56 -08:00
notification.rb
MSSM like notification are concatinated, and backfilled some like tests
2011-05-22 13:59:33 -07:00
notification_actor.rb
wip
2011-01-28 22:37:38 -08:00
person.rb
fixes bug #1092
2011-05-27 18:59:02 +02:00
photo.rb
Photo association on GUID 2/2: replace status_message_id with status_message_guid
2011-05-27 18:56:24 +02:00
post.rb
Fall back to author if the diaspora_handle isn't set, that column just needs to be removed
2011-05-23 14:54:27 -07:00
post_visibility.rb
added mutual flag, removed pending from contact, specs are green. wip
2011-04-05 16:12:53 -07:00
profile.rb
Revert "Don't instantiate all contacts on aspects index, temporary querying in views for aspect listings"
2011-03-30 14:47:40 -07:00
relayable_retraction.rb
cucumber for comment retractions, modified views
2011-03-25 16:26:03 -07:00
request.rb
split 'mutual' flag into 'sharing' and 'receiving' on Contact
2011-05-04 17:09:48 -07:00
retraction.rb
fixed 'destroy for nil class' warning in cucumber:
2011-04-11 11:11:32 -07:00
service.rb
added a dependant destroy to the service_users
2011-03-23 11:56:15 -07:00
service_user.rb
follow wip. 2 failures.
2011-04-04 19:22:19 -07:00
status_message.rb
Photo association on GUID 2/2: replace status_message_id with status_message_guid
2011-05-27 18:56:24 +02:00
user.rb
Allow anyone to generate a token, restrict tokens to ActivityStreams::PhotosController#create, don't let tokens create sessions.
2011-05-20 15:14:23 -07:00
user_preference.rb
Revert "added a podwide email preference"
2011-05-18 10:38:45 -07:00