| .. |
|
base.rb
|
make jobs have a base class, which will verify the activerecord connection before trying the job
|
2011-01-19 14:10:42 -08:00 |
|
http_multi.rb
|
save the correct url on redirect in http_multi job; be tolerant about messed up urls in the db
|
2011-02-26 14:22:14 +01:00 |
|
http_post.rb
|
make jobs have a base class, which will verify the activerecord connection before trying the job
|
2011-01-19 14:10:42 -08:00 |
|
invite_user_by_email.rb
|
Job::InviteUser -> Job::InviteUserByEmail
|
2011-01-26 12:16:48 -08:00 |
|
mail_also_commented.rb
|
make jobs have a base class, which will verify the activerecord connection before trying the job
|
2011-01-19 14:10:42 -08:00 |
|
mail_comment_on_post.rb
|
make jobs have a base class, which will verify the activerecord connection before trying the job
|
2011-01-19 14:10:42 -08:00 |
|
mail_mentioned.rb
|
notifications for mentions
|
2011-02-10 12:39:05 -08:00 |
|
mail_private_message.rb
|
added the email notification, the notification is not persisted, fixed the receive callback spec
|
2011-03-08 18:24:56 -08:00 |
|
mail_request_acceptance.rb
|
Started notifications refactor
|
2011-03-01 10:30:29 -08:00 |
|
mail_request_received.rb
|
Started notifications refactor
|
2011-03-01 10:30:29 -08:00 |
|
notify_local_users.rb
|
Move notifying iteration into resque job
|
2011-03-17 15:19:26 -07:00 |
|
post_to_service.rb
|
make jobs have a base class, which will verify the activerecord connection before trying the job
|
2011-01-19 14:10:42 -08:00 |
|
process_photo.rb
|
Refactor image processing to use 2 uploaders. Federation and s3 need testing
|
2011-03-21 16:40:53 -07:00 |
|
publish_to_hub.rb
|
make jobs have a base class, which will verify the activerecord connection before trying the job
|
2011-01-19 14:10:42 -08:00 |
|
receive.rb
|
make jobs have a base class, which will verify the activerecord connection before trying the job
|
2011-01-19 14:10:42 -08:00 |
|
receive_local_batch.rb
|
Additional logging to debug extra pvs
|
2011-03-22 13:44:55 -07:00 |
|
receive_salmon.rb
|
make jobs have a base class, which will verify the activerecord connection before trying the job
|
2011-01-19 14:10:42 -08:00 |
|
resend_invitation.rb
|
added files
|
2011-02-05 15:01:04 -08:00 |
|
socket_webfinger.rb
|
SocketsController now takes a user object or a user id, so that we only instantiate the user if we need to
|
2011-03-17 12:56:23 -07:00 |
|
update_service_users.rb
|
almost done, need to figure out how whats the deal with the controller not being called
|
2011-03-21 14:56:50 -07:00 |