zulip/zerver
Mateusz Mandera c3a8a15bae delete_messages: Pass a list of user ids in the event in all cases.
The bulk deletion codepath was using dicts instead of user ids in the
event, as opposed to the other codepath which was adjusted to pass just
user ids before. We make the bulk codepath consistent with the other
one. Due to the dict-type events happening in 3.*, we move the goal for
deleting the compat code in process_notification to 5.0.
2021-04-16 09:54:14 -07:00
..
data_import models/realm: Add a model for storing realm playground information. 2021-04-07 08:20:53 +05:30
lib delete_messages: Pass a list of user ids in the event in all cases. 2021-04-16 09:54:14 -07:00
management python: Convert deprecated Django ugettext alias to gettext. 2021-04-15 18:01:34 -07:00
migrations realm: Add setting to configure GIPHY rating. 2021-04-14 10:29:39 -07:00
openapi realm: Add setting to configure GIPHY rating. 2021-04-14 10:29:39 -07:00
templatetags dependencies: Upgrade to webpack-bundle-tracker 1.0.0-alpha.1. 2021-04-06 09:31:35 -07:00
tests left sidebar: Fix misleading "search streams" label. 2021-04-15 15:36:05 -07:00
tornado delete_messages: Pass a list of user ids in the event in all cases. 2021-04-16 09:54:14 -07:00
views python: Convert deprecated Django is_safe_url. 2021-04-15 18:01:34 -07:00
webhooks integrations: Convert deprecated Django url to path. 2021-04-15 18:01:34 -07:00
worker python: Convert deprecated Django ugettext alias to gettext. 2021-04-15 18:01:34 -07:00
__init__.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
apps.py python: Reformat with Black, except quotes. 2021-02-12 13:11:19 -08:00
context_processors.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
decorator.py python: Convert deprecated Django ugettext alias to gettext. 2021-04-15 18:01:34 -07:00
filters.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
forms.py python: Convert deprecated Django ugettext alias to gettext. 2021-04-15 18:01:34 -07:00
logging_handlers.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
middleware.py python: Convert deprecated Django ugettext alias to gettext. 2021-04-15 18:01:34 -07:00
models.py python: Convert deprecated Django ugettext alias to gettext. 2021-04-15 18:01:34 -07:00
signals.py python: Convert deprecated Django ugettext alias to gettext. 2021-04-15 18:01:34 -07:00