diaspora/app/controllers
2010-10-31 19:33:11 -07:00
..
albums_controller.rb user now has a uploads meta album for photos. fixed some view issues with photo#show, album#show 2010-10-29 10:38:17 -07:00
application_controller.rb add some basic verification when loading the languages config file 2010-10-28 18:09:25 +02:00
aspects_controller.rb removed user#aspect method. all aspect creation should be scoped through the user -> aspect association proper: user.aspects.create(opts) 2010-10-31 12:34:26 -07:00
comments_controller.rb Add or later to license notice 2010-10-07 16:25:34 -07:00
dev_utilities_controller.rb adding some zombie friend puts 2010-10-29 11:15:14 -07:00
invitations_controller.rb invite sends friend request if already friends, and raises if already friends 2010-10-18 16:27:02 -07:00
people_controller.rb PeopleController#update handles getting an empty string for :image 2010-10-31 17:49:47 -07:00
photos_controller.rb profile photo uploader is now a standard form file element. Upload new image through people#update, which calls current_user.post to do so. 2010-10-29 14:11:59 -07:00
publics_controller.rb MS tests are now green 2010-10-29 11:16:50 -07:00
registrations_controller.rb Rename instantiate! to build, no more raising in build, no saving in build, no seeding of aspects in build. 2010-10-20 11:03:47 -07:00
requests_controller.rb more tests pass 2010-10-29 11:17:39 -07:00
services_controller.rb added success to getting_started. fixed birthday selectors to display years down to 1930. made buttons rounder. all save and continue buttons step forward. 2010-10-26 18:35:14 -07:00
sockets_controller.rb Add or later to license notice 2010-10-07 16:25:34 -07:00
status_messages_controller.rb can't call match on nil 2010-10-25 22:56:50 -07:00
users_controller.rb moved getting started logic to the controller 2010-10-31 19:33:11 -07:00