zulip/zerver
Alex Vandiver fad3510767 test_queue_worker: Use integer epoch values.
These values have to round-trip through the database, and microsecond
precision is not guaranteed to do so.
2024-01-22 18:42:55 -08:00
..
actions queue_processors: Process user_activity in one query. 2024-01-22 16:25:13 -08:00
data_import import: Merge duplicate slack email addresses. 2024-01-22 16:34:59 -08:00
integration_fixtures/nagios tests: Add a test for fixtures for non-webhook integrations. 2021-04-28 08:16:51 -07:00
lib message: Rewrite personals query to be more performant and accurate. 2024-01-18 09:30:20 -08:00
management process_queue: For threaded workers, create them when they start. 2024-01-12 08:38:46 -08:00
migrations settings: Reorder custom profile field types. 2024-01-21 12:51:53 -08:00
models settings: Reorder custom profile field types. 2024-01-21 12:51:53 -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 test_queue_worker: Use integer epoch values. 2024-01-22 18:42:55 -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: Add button to send another email. 2024-01-19 09:02:03 -08:00
webhooks webhooks: Rename *topic local variables to *topic_name. 2024-01-17 08:35:29 -08:00
worker queue_processors: Process user_activity in one query. 2024-01-22 16:25:13 -08:00
__init__.py django: Upgrade Zulip to Django 3.2 LTS. 2021-05-03 08:36:22 -07:00
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