mirror of
https://github.com/zulip/zulip.git
synced 2026-07-06 21:18:58 +08:00
|
Some checks failed
Code scanning / CodeQL (push) Has been cancelled
Zulip production suite / Ubuntu 22.04 production build (push) Has been cancelled
Zulip CI / ${{ matrix.name }} (zulip/ci:bookworm, true, false, Debian 12 (Python 3.11, backend + documentation), bookworm) (push) Has been cancelled
Zulip CI / ${{ matrix.name }} (zulip/ci:jammy, false, true, Ubuntu 22.04 (Python 3.10, backend + frontend), jammy) (push) Has been cancelled
Zulip CI / ${{ matrix.name }} (zulip/ci:noble, false, false, Ubuntu 24.04 (Python 3.12, backend), noble) (push) Has been cancelled
Zulip CI / ${{ matrix.name }} (zulip/ci:trixie, false, false, Debian 13 (Python 3.13, backend), trixie) (push) Has been cancelled
Zulip production suite / ${{ matrix.name }} (zulip/ci:bookworm, --test-custom-db, Debian 12 production install with custom db name and user, bookworm) (push) Has been cancelled
Zulip production suite / ${{ matrix.name }} (zulip/ci:jammy, , Ubuntu 22.04 production install and PostgreSQL upgrade with pgroonga, jammy) (push) Has been cancelled
Zulip production suite / ${{ matrix.name }} (zulip/ci:noble, , Ubuntu 24.04 production install, noble) (push) Has been cancelled
Zulip production suite / ${{ matrix.name }} (zulip/ci:trixie, , Debian 13 production install, trixie) (push) Has been cancelled
Zulip production suite / ${{ matrix.name }} (zulip/ci:bookworm-7.0, 7.0 Version Upgrade, bookworm) (push) Has been cancelled
Zulip production suite / ${{ matrix.name }} (zulip/ci:bookworm-8.0, 8.0 Version Upgrade, bookworm) (push) Has been cancelled
Zulip production suite / ${{ matrix.name }} (zulip/ci:jammy-6.0, 6.0 Version Upgrade, jammy) (push) Has been cancelled
Zulip production suite / ${{ matrix.name }} (zulip/ci:noble-10.0, 10.0 Version Upgrade, noble) (push) Has been cancelled
Zulip production suite / ${{ matrix.name }} (zulip/ci:noble-9.0, 9.0 Version Upgrade, noble) (push) Has been cancelled
Zulip production suite / ${{ matrix.name }} (zulip/ci:trixie-11.0, 11.0 Version Upgrade, trixie) (push) Has been cancelled
`settings.ZULIP_SERVICES_URL` is used to construct curl example for `/api/register-remote-push-device`. On zulip cloud `settings.ZULIP_SERVICES_URL=None`, it resulted in 500 error on visiting that page. This commit fixes the bug by using "https://push.zulipchat.com" as the default value if `settings.ZULIP_SERVICES_URL=None`. The doc already mentions that the endpoint is meant to be used by self-hosted servers, so the default value makes sense if ZULIP_SERVICES_URL=None. |
||
|---|---|---|
| .. | ||
| development | ||
| __init__.py | ||
| alert_words.py | ||
| antispam.py | ||
| attachments.py | ||
| auth.py | ||
| channel_folders.py | ||
| compatibility.py | ||
| custom_profile_fields.py | ||
| digest.py | ||
| documentation.py | ||
| drafts.py | ||
| errors.py | ||
| events_register.py | ||
| health.py | ||
| home.py | ||
| invite.py | ||
| message_edit.py | ||
| message_fetch.py | ||
| message_flags.py | ||
| message_report.py | ||
| message_send.py | ||
| message_summary.py | ||
| muted_users.py | ||
| navigation_views.py | ||
| onboarding_steps.py | ||
| presence.py | ||
| push_notifications.py | ||
| reactions.py | ||
| read_receipts.py | ||
| realm_domains.py | ||
| realm_emoji.py | ||
| realm_export.py | ||
| realm_icon.py | ||
| realm_linkifiers.py | ||
| realm_logo.py | ||
| realm_playgrounds.py | ||
| realm.py | ||
| registration.py | ||
| reminders.py | ||
| report.py | ||
| saved_snippets.py | ||
| scheduled_messages.py | ||
| sentry.py | ||
| storage.py | ||
| streams.py | ||
| submessage.py | ||
| thumbnail.py | ||
| tusd.py | ||
| typing.py | ||
| unsubscribe.py | ||
| upload.py | ||
| user_groups.py | ||
| user_settings.py | ||
| user_topics.py | ||
| users.py | ||
| video_calls.py | ||
| welcome_bot_custom_message.py | ||
| zephyr.py | ||