diaspora/spec/controllers
Ralin Chimev 1773e3e35d Do not change notification timestamp when making it read or unread.
Marking a notification as unread resets the timeago stamp causing
the times to look wrong. It can be reproduced by marking an old
notification as unread. Using the update_column instead of
update_attribute will not touch the updated_at attribute, and
thus will not affect the updated time ago in the view.

Fixes #6798.

closes #6821
2016-05-07 18:52:27 +02:00
..
admin
jasmine_fixtures bump ruby-oembed 2015-12-31 16:05:57 +01:00
admins_controller_spec.rb
application_controller_spec.rb Show getting_started only if user has made no profile changes on the page 2015-10-07 10:58:06 +02:00
aspect_memberships_controller_spec.rb internationalize controller rescue_from text 2016-01-20 21:37:02 +01:00
aspects_controller_spec.rb
blocks_controller_spec.rb
comments_controller_spec.rb
contacts_controller_spec.rb
conversation_visibilities_controller_spec.rb
conversations_controller_spec.rb
home_controller_spec.rb
invitations_controller_spec.rb
likes_controller_spec.rb
messages_controller_spec.rb
node_info_controller_spec.rb
notifications_controller_spec.rb Do not change notification timestamp when making it read or unread. 2016-05-07 18:52:27 +02:00
participations_controller_spec.rb
passwords_controller_spec.rb
people_controller_spec.rb Always show public photos 2015-09-14 22:04:53 +02:00
photos_controller_spec.rb Always show public photos 2015-09-14 22:04:53 +02:00
posts_controller_spec.rb Catch Diaspora::NotMine on post controller 2015-11-04 22:10:00 +01:00
profiles_controller_spec.rb
registrations_controller_spec.rb
report_controller_spec.rb
reshares_controller_spec.rb
search_controller_spec.rb
services_controller_spec.rb
sessions_controller_spec.rb Add rspec test for reset_authentication_token without current_user 2016-02-21 04:26:12 +01:00
share_visibilities_controller_spec.rb
status_messages_controller_spec.rb
streams_controller_spec.rb Add public stream 2015-10-07 22:29:39 +02:00
tag_followings_controller_spec.rb
tags_controller_spec.rb
users_controller_spec.rb