zulip/zerver/tornado
Sahil Batra 198568522a message: Do not include details of inaccessible users in message data.
This commit adds code to not include original details of senders like
name, email and avatar url in the message objects sent through events
and in the response of endpoint used to fetch messages.

This is the last major commit for the project to add support for
limiting guest access to an entire organization.

Fixes #10970.
2023-12-09 17:23:16 -08:00
..
__init__.py
application.py tornado: Fix autoreload for Tornado 6.4 changes. 2023-12-09 14:24:45 -08:00
descriptors.py tornado: Support sharding by user ID. 2022-11-15 17:27:01 -08:00
django_api.py register: Add client capability to not receive unknown users data. 2023-12-06 00:09:53 -08:00
event_queue.py message: Do not include details of inaccessible users in message data. 2023-12-09 17:23:16 -08:00
exceptions.py mypy: Enable new error explicit-override. 2023-10-12 12:28:41 -07:00
handlers.py tornado: Consistently clear handler, via on_finish. 2023-12-08 09:23:30 -08:00
ioloop_logging.py tornado: Remove instrument_tornado_ioloop. 2022-05-02 17:41:49 -07:00
sharding.py tornado_url: Replace occurrences of `uri` with `url`. 2023-04-26 16:37:16 -07:00
views.py register: Add client capability to not receive unknown users data. 2023-12-06 00:09:53 -08:00