zulip/zerver/models
Aman Agrawal 9d3279caf4 models: Add request_timestamp field to ScheduledMessage table.
This just records the time when the user created the
request to schedule a message or set a reminder.

This would be unused but is future-proofing against a world
where we decide to edit the strings or UI to show when you
asked for the thing.
2025-04-24 09:43:58 -07:00
..
__init__.py streams: Add 'ChannelEmailAddress' model. 2024-11-21 14:53:28 -08:00
alert_words.py models: Extract zerver.models.alert_words. 2023-12-16 22:08:44 -08:00
bots.py ruff: Fix UP006 Use list instead of List for type annotation. 2024-07-13 22:28:22 -07:00
clients.py clients: Drop "desktop app" substring check. 2024-08-01 09:23:16 -07:00
constants.py
custom_profile_fields.py custom_profile_fields: Add "editable_by_user" setting. 2024-09-23 18:09:38 -07:00
drafts.py ruff: Fix UP006 Use list instead of List for type annotation. 2024-07-13 22:28:22 -07:00
groups.py settings: Do not pre-fetch DM permission group settings. 2025-04-07 15:34:30 -07:00
linkifiers.py ruff: Fix UP035 Import from collections.abc, typing instead. 2024-07-13 22:28:22 -07:00
lookups.py ruff: Fix UP007 Use X | Y for type annotations. 2024-07-13 22:28:22 -07:00
messages.py messages: Clarify comment on zerver_message_edit_history_id idx. 2025-04-11 12:38:11 -07:00
muted_users.py models: Extract zerver.models.muted_users. 2023-12-16 22:08:44 -08:00
onboarding_steps.py compose: Show banner to explain non interleaved view messages fading. 2024-07-16 13:52:29 -07:00
prereg_users.py preregistration: Add field to track import progress. 2024-12-02 10:21:03 -08:00
presence.py mypy: Reenable explicit-override for models. 2024-08-01 17:39:04 -07:00
push_notifications.py mypy: Reenable explicit-override for models. 2024-08-01 17:39:04 -07:00
realm_audit_logs.py user_groups: Add do_reactivate_user_group function. 2025-04-03 13:00:17 -07:00
realm_emoji.py ruff: Fix UP007 Use X | Y for type annotations. 2024-07-13 22:28:22 -07:00
realm_playgrounds.py ruff: Fix UP006 Use list instead of List for type annotation. 2024-07-13 22:28:22 -07:00
realms.py support: Show current billing admins on cloud support page. 2025-03-24 16:00:48 -07:00
recipients.py message: Move join to recipients outside of LIMIT, via CTE. 2025-03-24 09:30:11 -07:00
saved_snippets.py saved_snippets: Add backend for saved snippets. 2024-09-24 15:27:58 -07:00
scheduled_jobs.py models: Add request_timestamp field to ScheduledMessage table. 2025-04-24 09:43:58 -07:00
streams.py streams: Allow editing subscriptions in archived channels. 2025-03-07 18:08:41 -08:00
user_activity.py models: Migrate ids of all non-Message-related tables to bigint. 2024-06-05 11:48:27 -07:00
user_topics.py models: Extract zerver.models.user_topics. 2023-12-16 22:08:44 -08:00
users.py users: Return true for admins for is_moderator. 2025-04-22 11:24:49 -07:00