diaspora/app/models
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
..
notifications
services Refactor tumblr service spec 2015-09-07 13:24:53 +02:00
user Do not add participation for comment if comment validation failed The same fix is also done for the other social actions 2015-11-18 03:16:54 +01:00
account_deletion.rb
acts_as_taggable_on-tag.rb Sort tag search result by name 2016-03-03 17:57:58 +01:00
aspect.rb
aspect_membership.rb
aspect_visibility.rb
block.rb
comment.rb Notifications for comments on local posts by non-contacts 2015-10-14 22:32:19 +02:00
contact.rb
conversation.rb use discovery from diaspora_federation gem 2015-08-21 14:21:43 +02:00
conversation_visibility.rb
invitation.rb
invitation_code.rb
like.rb
location.rb
mention.rb Clear unused regex in mention.rb 2016-05-05 17:59:37 +02:00
message.rb use discovery from diaspora_federation gem 2015-08-21 14:21:43 +02:00
notification.rb Do not change notification timestamp when making it read or unread. 2016-05-07 18:52:27 +02:00
notification_actor.rb
o_embed_cache.rb
open_graph_cache.rb
participation.rb
person.rb move glue code back to the initializer 2015-12-30 14:48:38 +01:00
photo.rb Always show public photos 2015-09-14 22:04:53 +02:00
pod.rb
poll.rb
poll_answer.rb
poll_participation.rb use discovery from diaspora_federation gem 2015-08-21 14:21:43 +02:00
post.rb Fix include_root_in_json misuse 2016-01-26 15:18:02 +01:00
profile.rb Use 1004 as our placeholder birth year because 1004 was a leap year. (Well, actually, people in 1004 probably had no idea what a leap year is. Or red tests. Or code.) 2016-03-30 11:12:31 +02:00
report.rb
reshare.rb Add participation to root.author on receiving reshare 2015-11-22 02:50:38 +01:00
role.rb refactor moderator role and add specs 2015-09-07 12:32:09 +02:00
service.rb
share_visibility.rb
status_message.rb
tag_following.rb
user.rb Show getting_started only if user has made no profile changes on the page 2015-10-07 10:58:06 +02:00
user_preference.rb