zulip/zerver
Puneeth Chaganti 734d651b45 home: Fix furthest read time when user has multiple clients.
The query to fetch the latest user activity was missing an
`.order_by('last_visit')`. This meant that the results were being
ordered by the `id`, which resulted in us getting `update_message_flags`
action performed on the client that the user installed last, instead of
being client agnostic and fetching the "global" last
`update_message_flags` action performed by the user.
2020-05-14 13:38:09 -07:00
..
data_import slack import: Fix DefaultStream import of deactivated #random. 2020-05-12 17:18:57 -07:00
lib openapi: Add test for validating examples. 2020-05-12 23:03:06 -07:00
management i18n: Fix makemessages not walking subdirectories. 2020-05-08 17:03:16 -07:00
migrations python: Convert more variable type annotations to Python 3.6 style. 2020-05-08 16:42:43 -07:00
openapi openapi: Add test for validating examples. 2020-05-12 23:03:06 -07:00
templatetags openapi: Combine two similar openapi markdown extensions. 2020-05-05 21:42:31 -07:00
tests home: Fix furthest read time when user has multiple clients. 2020-05-14 13:38:09 -07:00
tornado org settings: Enable message_retention_days in org settings UI. 2020-05-08 14:09:31 -07:00
views home: Fix furthest read time when user has multiple clients. 2020-05-14 13:38:09 -07:00
webhooks webhooks/stripe: Add support for pyr_ events. 2020-05-14 12:02:30 -07:00
worker queue_processors: Remove the slow_queries queue. 2020-05-11 00:45:13 -07:00
__init__.py
apps.py python: Convert assignment type annotations to Python 3.6 style. 2020-04-22 11:02:32 -07:00
context_processors.py python: Convert assignment type annotations to Python 3.6 style. 2020-04-22 11:02:32 -07:00
decorator.py portico: Add setting to put Google Analytics on selected portico pages. 2020-05-11 23:22:50 -07:00
filters.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
forms.py logging: Pass format arguments to logging. 2020-05-02 10:18:02 -07:00
logging_handlers.py error logging: Inline add_deployment_metadata. 2020-05-06 16:29:53 -07:00
middleware.py queue_processors: Remove the slow_queries queue. 2020-05-11 00:45:13 -07:00
models.py python: Convert more variable type annotations to Python 3.6 style. 2020-05-08 16:42:43 -07:00
signals.py emails: Translate from_name of account security emails. 2020-02-18 17:45:33 -08:00