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 Lock account #5564 2015-02-19 05:45:04 +05:30
jasmine_fixtures bump ruby-oembed 2015-12-31 16:05:57 +01:00
admins_controller_spec.rb Two tests failing after rspec 2.99 => 3.0.0 2014-08-26 17:10:26 -07:00
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 refactoring javascript and controller 2015-04-28 01:57:43 +02:00
blocks_controller_spec.rb Two tests failing after rspec 2.99 => 3.0.0 2014-08-26 17:10:26 -07:00
comments_controller_spec.rb Extract service from comments controller 2015-08-09 18:35:11 +02:00
contacts_controller_spec.rb Merge pull request #5170 from khall/issue_5149a 2014-08-27 18:20:56 +02:00
conversation_visibilities_controller_spec.rb Changes delete conversation button tooltip to 'hide' or 'delete' 2014-12-19 18:26:43 -03:00
conversations_controller_spec.rb refactor: iterate over visiblities 2015-06-08 00:45:16 +02:00
home_controller_spec.rb Check request.format :mobile in home controller 2015-05-05 01:39:48 +02:00
invitations_controller_spec.rb Reset dynamic configuration after each example in the testsuite 2014-10-04 00:59:03 +02:00
likes_controller_spec.rb Fix a spec for LikesController 2015-02-27 16:36:45 +01:00
messages_controller_spec.rb Two tests failing after rspec 2.99 => 3.0.0 2014-08-26 17:10:26 -07:00
node_info_controller_spec.rb Collapse StatisticsController into NodeInfoController 2015-07-24 03:51:31 +02:00
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 Fix participations controller spec 2015-02-27 16:27:55 +01:00
passwords_controller_spec.rb Remove layout 'centered_with_header_with_footer' 2015-03-18 21:59:56 +01:00
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 Two tests failing after rspec 2.99 => 3.0.0 2014-08-26 17:10:26 -07:00
registrations_controller_spec.rb use discovery from diaspora_federation gem 2015-08-21 14:21:43 +02:00
report_controller_spec.rb add moderators to report email recievers 2015-09-07 12:31:25 +02:00
reshares_controller_spec.rb Reshare the absolute root of a post 2014-10-10 03:12:07 +02:00
search_controller_spec.rb Strip search query of leading & trailing whitespace 2014-10-09 23:34:11 +13:00
services_controller_spec.rb Add failing test 2014-12-24 11:49:35 +01:00
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 Two tests failing after rspec 2.99 => 3.0.0 2014-08-26 17:10:26 -07:00
status_messages_controller_spec.rb Revert "Merge pull request #5852 from margori/3393-activity-stream-keeping-retracted-participations" 2015-05-04 00:36:27 +02:00
streams_controller_spec.rb Add public stream 2015-10-07 22:29:39 +02:00
tag_followings_controller_spec.rb Mobile: manage followed tags 2015-05-12 04:00:07 +02:00
tags_controller_spec.rb Convert tag cukes to rspec tests 2014-10-10 03:49:41 +02:00
users_controller_spec.rb refactoring javascript and controller 2015-04-28 01:57:43 +02:00