diaspora/app/controllers
2010-12-28 22:03:13 +01:00
..
application_controller.rb putting a link to notifications, make them unread in the controller when you view the index 2010-12-17 17:06:48 -08:00
aspects_controller.rb Fix 1.9 build. Apparently mongo mapper in 1.9 does not like contacts(:pending => false) - it has to be contacts.where(:pending => false). And now you know. 2010-12-20 02:50:38 -08:00
comments_controller.rb Render comment partial with collection option 2010-11-29 17:50:30 -08:00
home_controller.rb Take JS out of landing page 2010-11-28 16:47:41 -08:00
invitations_controller.rb invitation emails stripped of whitespace from form 2010-12-10 18:10:24 -08:00
notifications_controller.rb Fixed a small mistake 2010-12-28 22:03:13 +01:00
people_controller.rb updated rails, and incorrect respond_to :location calls. you must supply an object with respond_with 2010-12-20 11:22:52 -08:00
photos_controller.rb giving more pixels to photos on their show pages 2010-12-21 12:39:37 -08:00
posts_controller.rb fixed rspec build 2010-12-16 10:15:16 -08:00
publics_controller.rb fixed rspec build 2010-12-16 10:15:16 -08:00
registrations_controller.rb Replace APP_CONFIG with lib/app_config.rb so that it's testable. 2010-12-24 12:31:09 -08:00
requests_controller.rb updated rails, and incorrect respond_to :location calls. you must supply an object with respond_with 2010-12-20 11:22:52 -08:00
services_controller.rb MSSM services are now broken out into seperate classes, and we cleaned up posting to them 2010-12-09 19:29:25 -08:00
sockets_controller.rb updated rails, and incorrect respond_to :location calls. you must supply an object with respond_with 2010-12-20 11:22:52 -08:00
status_messages_controller.rb fadeOut on delete 2010-12-15 11:58:38 -08:00
users_controller.rb some fixes to translations 2010-12-18 15:25:21 +01:00