zulip/zerver/models
Sayam Samal 073b116c55 zcommand: Rename night->dark and day->light in the color scheme backend.
As a follow up for f49a11c810, this
commit standardizes the naming of the day and night themes to light
and dark, respectively in the backend. This makes the backend
consistent with the naming used in the frontend and UI.

This also solves a regression introduced in
f49a11c810, where the frontend was sending
"/light" and "/dark" commands to the backend, but the backend was
expecting "/day" and "/night" commands.
2024-06-30 22:45:26 -07:00
..
__init__.py user_groups: Create NamedUserGroup objects when creating new groups. 2024-04-26 17:03:09 -07:00
alert_words.py models: Extract zerver.models.alert_words. 2023-12-16 22:08:44 -08:00
bots.py models: Extract zerver.models.bots. 2023-12-16 22:08:44 -08:00
clients.py models: Migrate ids of all non-Message-related tables to bigint. 2024-06-05 11:48:27 -07:00
constants.py
custom_profile_fields.py custom_profile_fields: Add "required" parameter to the profile fields. 2024-03-21 10:48:54 -07:00
drafts.py models: Extract zerver.models.drafts. 2023-12-16 22:08:44 -08:00
groups.py user_groups: Remove unneeded fields from UserGroup model. 2024-04-26 17:03:09 -07:00
linkifiers.py models: Extract zerver.models.linkifiers. 2023-12-16 22:08:44 -08:00
lookups.py models: Extract zerver.models.lookups. 2023-12-16 22:08:44 -08:00
messages.py models: Add message type field. 2024-06-10 13:34:23 -07:00
muted_users.py models: Extract zerver.models.muted_users. 2023-12-16 22:08:44 -08:00
onboarding_steps.py models: Extract zerver.models.onboarding_steps. 2023-12-16 22:08:44 -08:00
prereg_users.py invites: Add include_realm_default_subscriptions parameter. 2024-05-14 14:20:07 -07:00
presence.py presence: Backend implementation of the last_update_id API. 2024-06-06 17:25:54 -07:00
push_notifications.py push_notifs: Rename PushDeviceToken.GCM to FCM. 2024-06-17 18:22:59 -07:00
realm_audit_logs.py models: Enforce an ordering to on audit logs to solve a flaky test. 2024-06-26 16:38:00 -07:00
realm_emoji.py models: Extract zerver.models.realm_emoji. 2023-12-16 22:08:44 -08:00
realm_playgrounds.py models: Extract zerver.models.realm_playgrounds. 2023-12-16 22:08:44 -08:00
realms.py realm: Remove create_private_stream_policy setting. 2024-06-20 15:48:14 -07:00
recipients.py models: Migrate ids of all non-Message-related tables to bigint. 2024-06-05 11:48:27 -07:00
scheduled_jobs.py mention: Use NamedUserGroup objects in mention code. 2024-04-26 17:03:09 -07:00
streams.py requirements: Upgrade Python requirements. 2024-06-27 15:31:43 -07: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 zcommand: Rename night->dark and day->light in the color scheme backend. 2024-06-30 22:45:26 -07:00