diaspora/app/controllers
Benjamin Neff 0f688b9d73
Group notifications by updated_at
The notifications need to be grouped by the same date as they are
sorted, otherwise the date used for the group doesn't match all
timestamps in the group and also the groups are sorted by the wrong
date.

This fixes #7647, a regression of #7568.

closes #7648
2017-10-20 02:56:06 +02:00
..
admin Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
api Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
admins_controller.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
application_controller.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
aspect_memberships_controller.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
aspects_controller.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
blocks_controller.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
comments_controller.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
contacts_controller.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
conversation_visibilities_controller.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
conversations_controller.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
help_controller.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
home_controller.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
invitation_codes_controller.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
invitations_controller.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
likes_controller.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
messages_controller.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
node_info_controller.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
notifications_controller.rb Group notifications by updated_at 2017-10-20 02:56:06 +02:00
participations_controller.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
people_controller.rb The diaspora ID validator now validates if it is lowercase 2017-09-28 23:08:41 +02:00
photos_controller.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
poll_participations_controller.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
posts_controller.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
profiles_controller.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
registrations_controller.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
report_controller.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
reshares_controller.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
search_controller.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
services_controller.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
sessions_controller.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
share_visibilities_controller.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
social_relay_controller.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
status_messages_controller.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
streams_controller.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
tag_followings_controller.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
tags_controller.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
terms_controller.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
users_controller.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00