zulip/zerver
whilstsomebody 26e5b916bc test_subs: Fix the incorrect syntax in 'test_unarchive_stream'.
This commit fixes the use of `/json/streams/...` by replacing
it with the correct `/api/v1/streams/...`. Also removes
unnecessary `login_user` call when using `api_patch`.
2025-06-16 09:14:03 -07:00
..
actions demo-orgs: Delete expired demo orgs in archive_messages cron job. 2025-06-07 22:53:01 -07:00
data_import slack: Don't show error code to users. 2025-05-28 17:18:07 -07:00
lib requirements: Upgrade django-cte from 1.3.3 to 2.0.0.dev. 2025-06-11 16:25:25 -07:00
management demo-orgs: Delete expired demo orgs in archive_messages cron job. 2025-06-07 22:53:01 -07:00
migrations migrations: Add through_fields for NamedUserGroup.direct_subgroups. 2025-06-11 16:25:25 -07:00
models requirements: Upgrade django-cte from 1.3.3 to 2.0.0.dev. 2025-06-11 16:25:25 -07:00
openapi Groups: Can perform any join, leave, add, remove for deactivated group. 2025-06-11 14:58:14 -07:00
tests test_subs: Fix the incorrect syntax in 'test_unarchive_stream'. 2025-06-16 09:14:03 -07:00
tornado streams: Fix events send when archiving and unarchiving streams. 2025-04-08 12:41:09 -07:00
transaction_tests test_user_groups: Add durable=True to the independent transaction. 2024-11-21 14:55:15 -08:00
views python: Use Django 5.2 reverse(…, query=…). 2025-06-12 09:32:38 -07:00
webhooks integration-doc: Add instruction to Slack integration. 2025-06-12 09:35:54 -07:00
worker queue: Allow sharding user_activity worker. 2025-06-06 10:33:20 -07:00
__init__.py
apps.py ruff: Fix UP007 Use X | Y for type annotations. 2024-07-13 22:28:22 -07:00
context_processors.py realm_creation_form: Capture import_from if realm import enabled. 2025-04-30 00:06:43 -07:00
decorator.py integrations: Prevent logging of MissingHTTPEventHeaderError. 2025-06-06 18:06:06 -07:00
filters.py filters: Do not report AVATAR_SALT, or other salts. 2025-03-13 09:36:07 -07:00
forms.py registration: Enable import from slack using realm registration form. 2025-05-14 13:24:38 -07:00
logging_handlers.py ruff: Fix UP007 Use X | Y for type annotations. 2024-07-13 22:28:22 -07:00
middleware.py middleware: Parse Accept header properly. 2025-03-26 22:29:09 -07:00
signals.py send_email: Set the Date header according to local enqueue time. 2025-03-10 16:48:08 -07:00