zulip/zerver
Shubham Padia a0deeae80e help-beta: Introduce NavigationSteps component for settings links.
Fixes #31254.
We are using `SHOW_RELATIVE_LINKS` as the env variable to set if we
want to show relative settings link or non-linked markdown instructions.
We are not trying to determine `SHOW_SETTINGS_LINK` by ourselves. See
https://chat.zulip.org/#narrow/channel/49-development-help/topic/Passing.20sitename.20for.20astro.20project.20in.20production.2E
for more details.
Until the cutover happens, we would need to manually update the mapping
in both the astro component and the python file, but since that mapping
is not frequently changed, that is a tradeoff we can make.
We had to add margin-bottom: 0 to icon styling since starlight was
inserting a margin-bottom of 1.25 em for list items.
2025-06-26 10:46:37 -07:00
..
actions process_new_human_user: Update comments. 2025-06-25 17:38:12 -07:00
data_import messages: Use "\x07" as topic for DMs and group DMs. 2025-06-19 10:44:37 -07:00
lib help-beta: Introduce NavigationSteps component for settings links. 2025-06-26 10:46:37 -07:00
management demo-orgs: Delete expired demo orgs in archive_messages cron job. 2025-06-07 22:53:01 -07:00
migrations stream_setting: Add setting for who can move messages out of channel. 2025-06-24 16:52:53 -07:00
models lookups: Adjust for django-stubs change. 2025-06-25 11:49:02 -07:00
openapi channel: Add option to notify users newly added to a channel. 2025-06-26 10:08:11 -07:00
tests channel: Add option to notify users newly added to a channel. 2025-06-26 10:08:11 -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 streams: Fix typos in comments. 2025-06-26 10:08:11 -07:00
webhooks webhooks/opsgenie: Support linking to EU instances. 2025-06-25 11:52:02 -07:00
worker deferred_email_senders: Correct worker class name. 2025-06-25 12:03:23 -07:00
__init__.py
apps.py requirements: Upgrade Python requirements. 2025-06-25 11:49:02 -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