| .. |
|
activity_streams
|
Huge commit I know, but move show and destroy routes into PostsController and PostsController#show into PublicsController
|
2011-07-10 20:06:31 -07:00 |
|
admins_controller.rb
|
fix admin inviter
|
2011-08-23 08:43:42 -07:00 |
|
apis_controller.rb
|
WIP auth form and more oauth stuff
|
2011-06-08 11:55:11 -07:00 |
|
application_controller.rb
|
add invitations partial back, removed set_invites (yay)
|
2011-08-03 18:47:06 -07:00 |
|
apps_controller.rb
|
Fix pagination in AppsController
|
2011-06-09 16:23:15 -07:00 |
|
aspect_memberships_controller.rb
|
Get rid of error on aspect_memberships destroy if someone has noscript on or something
|
2011-08-10 17:40:38 -07:00 |
|
aspects_controller.rb
|
fixed/moved specs; made Person.all_from_aspects scope (move direct AR querying from AspectStream; added more documentation in AspectStream
|
2011-09-11 14:16:48 -07:00 |
|
authorizations_controller.rb
|
connect wip
|
2011-08-23 16:37:51 -07:00 |
|
comments_controller.rb
|
DG MS renamed private dispatcher; started refactor including public
|
2011-09-12 17:02:40 -07:00 |
|
contacts_controller.rb
|
Put a select limit on the person query on contactsController index, since we know exactly what we're doing with the data
|
2011-08-12 10:13:29 -07:00 |
|
conversation_visibilities_controller.rb
|
made flash messages for conversations translatable
|
2011-03-30 16:52:43 +02:00 |
|
conversations_controller.rb
|
DG MS renamed private dispatcher; started refactor including public
|
2011-09-12 17:02:40 -07:00 |
|
home_controller.rb
|
remove remember aspects feature
|
2011-06-03 17:35:27 -07:00 |
|
invitations_controller.rb
|
added back the tooltip explaining username constatrains on the accept invite flow
|
2011-08-24 17:35:27 -07:00 |
|
likes_controller.rb
|
DG MS renamed private dispatcher; started refactor including public
|
2011-09-12 17:02:40 -07:00 |
|
messages_controller.rb
|
DG MS renamed private dispatcher; started refactor including public
|
2011-09-12 17:02:40 -07:00 |
|
notifications_controller.rb
|
Notifications don't 500 anymore, but I don't know how to make it render the mobile view.
|
2011-09-10 13:38:01 -07:00 |
|
people_controller.rb
|
the Devise email regex was not catching pods that were anything other than a standard url
|
2011-09-09 18:05:58 -07:00 |
|
photos_controller.rb
|
Refactored code so that the controller got thinner while the model become fatter [Finishes #1126]
|
2011-09-13 03:04:22 -04:00 |
|
post_visibilities_controller.rb
|
fix the specs; pull back guid in post_visibilities_controller
|
2011-07-12 15:18:28 -07:00 |
|
posts_controller.rb
|
dont forget mobile site :)
|
2011-09-01 09:48:57 +02:00 |
|
profiles_controller.rb
|
revert a fix for the profile flash
|
2011-08-09 18:32:27 -07:00 |
|
publics_controller.rb
|
DG MS major refactor of salmon and corresponding federation logic
|
2011-09-12 14:05:32 -07:00 |
|
registrations_controller.rb
|
removed user invite counter, as it was already depricated
|
2011-08-15 15:15:43 -07:00 |
|
reshares_controller.rb
|
Provide feedback when a user tries to double-reshare
|
2011-07-22 17:43:05 -07:00 |
|
services_controller.rb
|
paginate facebook friends.
|
2011-09-07 13:00:21 -07:00 |
|
sessions_controller.rb
|
Reenable sessionscontroller after_filter
|
2011-07-12 17:01:40 -07:00 |
|
sockets_controller.rb
|
Fix the build for socketing of comments.haml
|
2011-07-29 11:50:50 -07:00 |
|
status_messages_controller.rb
|
MS DG clean up Postzord::Dispatcher::Private
|
2011-09-13 13:32:50 -07:00 |
|
tag_followings_controller.rb
|
Added icon to directly unfollow a tag to listing of followed tags.
|
2011-08-09 22:45:06 +02:00 |
|
tags_controller.rb
|
all_public scope in Post for clarity
|
2011-09-11 19:28:52 -07:00 |
|
tokens_controller.rb
|
authentication required on the token show page because it 500s if you are not logged in
|
2011-08-09 18:10:27 -07:00 |
|
users_controller.rb
|
Fix a user's atom feed route from a cell phone.
|
2011-08-09 16:20:27 -07:00 |
|
vanna_controller.rb
|
add hovercards back to mentions, reorganized some helpers, made getting started view mobile accessible
|
2011-08-09 16:54:24 -07:00 |