diaspora/app
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
..
assets Avoid page to jump to top after a post deletion, fixes #7628 2017-10-17 01:30:12 +02:00
controllers Group notifications by updated_at 2017-10-20 02:56:06 +02:00
helpers Fix ConversationsHelper#conversation_class with frozen strings 2017-09-17 19:29:16 +02:00
mailers Bump rubocop 2017-09-28 03:15:30 +02:00
models Clean up invalid contacts from the DB 2017-10-17 01:39:22 +02:00
presenters Add camo to NodeInfo 2017-09-28 03:20:31 +02:00
serializers Memory usage optimization for archive export 2017-09-26 04:07:18 +02:00
services Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
uploaders Don't change the filename of the export everytime the user is touched 2017-09-28 03:28:15 +02:00
views Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
workers Limit the number of parallel exports that are allowed to run 2017-09-28 23:11:46 +02:00