zulip/zerver
Prakhar Pratyush 3afc8ed7ae webhooks: Rename *topic local variables to *topic_name.
This is preparatory work towards adding a Topic model.
We plan to use the local variable name as 'topic' for
the Topic model objects.

Currently, we use *topic as the local variable name for
topic names.

We rename local variables of the form *topic to *topic_name
so that we don't need to think about type collisions in
individual code paths where we might want to talk about both
Topic objects and strings for the topic name.
2024-01-17 08:35:29 -08:00
..
actions actions: Rename *topic local variables to *topic_name. 2024-01-15 09:40:43 -08:00
data_import models: Extract zerver.models.streams. 2023-12-16 22:08:44 -08:00
integration_fixtures/nagios
lib auth: Add a configurable wrapper around authenticate calls. 2024-01-15 12:18:48 -08:00
management process_queue: For threaded workers, create them when they start. 2024-01-12 08:38:46 -08:00
migrations models: Extract zerver.models.realm_audit_logs. 2023-12-16 22:08:44 -08:00
models actions: Rename *topic local variables to *topic_name. 2024-01-15 09:40:43 -08:00
openapi docs: Fix other help pages that were renamed or moved, to save a redirect. 2024-01-11 13:52:12 -08:00
tests find_account: Remove emails as URL parameters. 2024-01-16 09:39:00 -08:00
tornado models: Extract zerver.models.clients. 2023-12-16 22:08:44 -08:00
transaction_tests models: Extract zerver.models.realms. 2023-12-16 22:08:44 -08:00
views find_account: Remove emails as URL parameters. 2024-01-16 09:39:00 -08:00
webhooks webhooks: Rename *topic local variables to *topic_name. 2024-01-17 08:35:29 -08:00
worker queue_processors: Defer initial email connection creation. 2024-01-12 08:38:46 -08:00
__init__.py
apps.py mypy: Enable new error explicit-override. 2023-10-12 12:28:41 -07:00
context_processors.py login: Remove external_authentication_methods from page_params. 2023-12-29 13:02:12 -08:00
decorator.py auth: Add hardening authenticate(use_dummy_backend=True) in do_login. 2024-01-15 12:18:48 -08:00
filters.py mypy: Enable new error explicit-override. 2023-10-12 12:28:41 -07:00
forms.py models: Extract zerver.models.realms. 2023-12-16 22:08:44 -08:00
logging_handlers.py error_notify: Remove custom email error reporting handler. 2023-07-20 11:00:09 -07:00
middleware.py csrf_failure: Update error page. 2024-01-10 09:49:24 -08:00
signals.py email: Add a space after the time and AM/PM in the login email. 2023-11-27 09:47:30 -08:00