diaspora/spec/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 Two tests failing after rspec 2.99 => 3.0.0 2014-08-26 17:10:26 -07:00
services Fix tumblr service deletion spec to actually test deletion 2015-09-07 13:31:45 +02:00
user Revert "Merge pull request #5852 from margori/3393-activity-stream-keeping-retracted-participations" 2015-05-04 00:36:27 +02:00
account_deletion_spec.rb refactor hash indentation and add double quotes 2015-07-16 03:08:34 +02:00
acts_as_taggable_on_tag_spec.rb Sort tag search result by name 2016-03-03 17:57:58 +01:00
aspect_membership_spec.rb refactor hash indentation and add double quotes 2015-07-16 03:08:34 +02:00
aspect_spec.rb refactor hash indentation and add double quotes 2015-07-16 03:08:34 +02:00
block_spec.rb refactor hash indentation and add double quotes 2015-07-16 03:08:34 +02:00
comment_spec.rb 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
contact_spec.rb refactor hash indentation and add double quotes 2015-07-16 03:08:34 +02:00
conversation_spec.rb refactor hash indentation and add double quotes 2015-07-16 03:08:34 +02:00
conversation_visibilities_spec.rb refactor hash indentation and add double quotes 2015-07-16 03:08:34 +02:00
invitation_code_spec.rb Reset dynamic configuration after each example in the testsuite 2014-10-04 00:59:03 +02:00
invitation_spec.rb Two tests failing after rspec 2.99 => 3.0.0 2014-08-26 17:10:26 -07:00
like_spec.rb Revert "Merge pull request #5852 from margori/3393-activity-stream-keeping-retracted-participations" 2015-05-04 00:36:27 +02:00
location_spec.rb Two tests failing after rspec 2.99 => 3.0.0 2014-08-26 17:10:26 -07:00
mention_spec.rb let mention-regex only match usable strings 2016-01-28 18:47:13 +01:00
message_spec.rb Two tests failing after rspec 2.99 => 3.0.0 2014-08-26 17:10:26 -07:00
notification_spec.rb Do not change notification timestamp when making it read or unread. 2016-05-07 18:52:27 +02:00
participation_spec.rb Revert "Merge pull request #5852 from margori/3393-activity-stream-keeping-retracted-participations" 2015-05-04 00:36:27 +02:00
person_spec.rb use federation-gem for webfinger/hcard generation 2015-07-14 05:50:26 +02:00
photo_spec.rb Always show public photos 2015-09-14 22:04:53 +02:00
pod_spec.rb Two tests failing after rspec 2.99 => 3.0.0 2014-08-26 17:10:26 -07:00
poll_answer_spec.rb Two tests failing after rspec 2.99 => 3.0.0 2014-08-26 17:10:26 -07:00
poll_participation_spec.rb make public and private receiver work similar ... 2015-06-08 04:15:17 +02:00
poll_spec.rb Two tests failing after rspec 2.99 => 3.0.0 2014-08-26 17:10:26 -07:00
post_spec.rb Refactor PostService and extract its tests 2015-07-26 13:10:24 +02:00
profile_spec.rb don't save default avatars to the database 2015-06-02 02:32:01 +02:00
report_spec.rb don't use 666 as non-existant ID in report model spec 2014-11-30 21:56:27 +01:00
reshare_spec.rb Add participation to root.author on receiving reshare 2015-11-22 02:50:38 +01:00
role_spec.rb add more specs to test moderator role 2015-09-07 12:38:12 +02:00
service_spec.rb Two tests failing after rspec 2.99 => 3.0.0 2014-08-26 17:10:26 -07:00
share_visibility_spec.rb Two tests failing after rspec 2.99 => 3.0.0 2014-08-26 17:10:26 -07:00
status_message_spec.rb fix validation for status-message when the author is missing 2015-05-24 11:16:05 +02:00
tag_following_spec.rb Two tests failing after rspec 2.99 => 3.0.0 2014-08-26 17:10:26 -07:00
user_preference_spec.rb Two tests failing after rspec 2.99 => 3.0.0 2014-08-26 17:10:26 -07:00
user_spec.rb use discovery from diaspora_federation gem 2015-08-21 14:21:43 +02:00