/
githubmirror
/
zulip
ОбзорДокументацияВойти
/
githubmirror
/
zulip
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
zulip/
zerver/lib/
..
markdown

ruff: Fix RUF051 Use `pop` instead of `key in dict`…`del dict[key]`.

год назад
upload

mime_types: Move INLINE_MIME_TYPES to prevent future import loops.

2 года назад
url_preview

python: Replace deprecated BeautifulSoup.findAll.

год назад
webhooks

integrations: Improve the branch filtering in Git-related integrations.

год назад
__init__.py

[manual] Rename Django app from zephyr to zerver.

13 лет назад
addressee.py

addressee: Rename "(no topic)" to empty string topic.

год назад
alert_words.py

alert_words: Update remove_alert_word codepath to send event on commit.

2 года назад
async_utils.py

mypy: Enable new error explicit-override.

3 года назад
attachments.py

attachments: Restrict users access to attachment without message access.

2 года назад
avatar.py

avatar: Add option to disable gravatars per realm.

2 года назад
avatar_hash.py

avatars: Encode version into the filename.

2 года назад
bot_config.py

ruff: Fix UP007 Use `X | Y` for type annotations.

2 года назад
bot_lib.py

worker: Flag messages processed by outgoing bot.

2 года назад
bot_storage.py

ruff: Fix UP007 Use `X | Y` for type annotations.

2 года назад
bulk_create.py

message: Use new setting for checking stream posting permissions.

2 года назад
cache.py

user: Remove `is_billing_admin` user property.

год назад
cache_helpers.py

cache_helpers: Stop pre-filling the non-narrow user cache.

год назад
camo.py

typing: Apply trivial none-checks with assertions as necessary.

4 года назад
ccache.py

ruff: Fix UP007 Use `X | Y` for type annotations.

2 года назад
compatibility.py

ruff: Fix PLR6104 Use `+=` to perform an augmented assignment directly.

2 года назад
context_managers.py

ruff: Fix SIM117 Use a single `with` statement with multiple contexts.

2 года назад
create_user.py

api: Improve handling of delivery_email in the GET /users/{email} API.

2 года назад
db.py

ruff: Fix UP035 Import from `collections.abc`, `typing` instead.

2 года назад
db_connections.py

db: Split reset_queries into a new module zerver.lib.db_connections.

2 года назад
debug.py

ruff: Fix UP007 Use `X | Y` for type annotations.

2 года назад
default_streams.py

default streams: Return set instead of a list.

2 года назад
dev_ldap_directory.py

ruff: Fix UP007 Use `X | Y` for type annotations.

2 года назад
digest.py

send_email: Skip the ScheduledEmail table for 0-delay emails.

год назад
display_recipient.py

mypy: Remove use of ValuesQuerySet and QuerySetAny.

2 года назад
domains.py

ruff: Fix UP007 Use `X | Y` for type annotations.

2 года назад
drafts.py

drafts: Update do_delete_draft to send event on commit.

2 года назад
email_mirror.py

streams: Allow specifying sender during channel email generation.

2 года назад
email_mirror_helpers.py

streams: Allow specifying sender during channel email generation.

2 года назад
email_notifications.py

send_email: Set the Date header according to local enqueue time.

год назад
email_validation.py

ruff: Fix UP035 Import from `collections.abc`, `typing` instead.

2 года назад
emoji.py

emoji: Use a non-predictable filename.

2 года назад
emoji_utils.py

emoji: Match emoji sequences in markdown.

3 года назад
event_schema.py

user_groups: Use UserGroupMembersDict in initial state data.

год назад
event_types.py

user_groups: Use UserGroupMembersDict in initial state data.

год назад
events.py

user_groups: Use UserGroupMembersDict in initial state data.

год назад
exceptions.py

settings: Remove conditions for dense_mode setting.

год назад
export.py

migration_status: Refactor `parse_migration_status`.

год назад
external_accounts.py

ruff: Fix UP006 Use `list` instead of `List` for type annotation.

2 года назад
fix_unreads.py

ruff: Fix UP035 Import from `collections.abc`, `typing` instead.

2 года назад
generate_test_data.py

ruff: Fix PLR6104 Use `+=` to perform an augmented assignment directly.

2 года назад
github.py

python: Simplify with str.removeprefix, str.removesuffix.

2 года назад
home.py

settings: Add "can_manage_billing_group" realm setting.

год назад
html_diff.py

ruff: Fix UP007 Use `X | Y` for type annotations.

2 года назад
html_to_text.py

ruff: Fix UP035 Import from `collections.abc`, `typing` instead.

2 года назад
i18n.py

ruff: Fix UP007 Use `X | Y` for type annotations.

2 года назад
import_realm.py

migration_status: Refactor `parse_migration_status`.

год назад
initial_password.py

ruff: Fix UP007 Use `X | Y` for type annotations.

2 года назад
integrations.py

integrations: Use branch-filtering UI for Git-related integrations.

год назад
invites.py

ruff: Fix UP007 Use `X | Y` for type annotations.

2 года назад
logging_util.py

ruff: Fix UP007 Use `X | Y` for type annotations.

2 года назад
management.py

ruff: Fix UP007 Use `X | Y` for type annotations.

2 года назад
mdiff.py

tests: Rename the Node tests to *.cjs.

2 года назад
mention.py

user_group: Move UserGroupMembershipDetails from lib/streams.py.

год назад
message.py

topic: Enforce is_channel_message=True on topic queries.

год назад
message_cache.py

fetch_messages: Add support for empty topic names.

2 года назад
migrate.py

ruff: Fix UP035 Import from `collections.abc`, `typing` instead.

2 года назад
migration_status.py

migration_status: Refactor `parse_migration_status`.

год назад
mime_types.py

mime_types: Move INLINE_MIME_TYPES to prevent future import loops.

2 года назад
mobile_auth_otp.py

ruff: Fix B905 `zip()` without an explicit `strict=` parameter.

2 года назад
muted_users.py

ruff: Fix UP007 Use `X | Y` for type annotations.

2 года назад
name_restrictions.py

signup: Add "airsi.de" as an allowed email domain.

год назад
narrow.py

topic: Enforce is_channel_message=True on topic queries.

год назад
narrow_helpers.py

url_decoding: Add `parse_narrow_url`.

год назад
narrow_predicate.py

narrow_term: Refactor a `NeverNegatedNarrowTerm`.

год назад
notes.py

ruff: Fix FURB180 Use of `metaclass=abc.ABCMeta`.

2 года назад
notification_data.py

ruff: Fix UP035 Import from `collections.abc`, `typing` instead.

2 года назад
onboarding.py

onboarding: Add navigation_tour_video_text in initial DM by welcome bot.

год назад
onboarding_steps.py

onboarding_steps: Add 'navigation_tour_video' for new users.

год назад
outgoing_http.py

ruff: Fix UP007 Use `X | Y` for type annotations.

2 года назад
outgoing_webhook.py

fetch_messages: Add support for empty topic names.

2 года назад
partial.py

ruff: Fix UP035 Import from `collections.abc`, `typing` instead.

2 года назад
per_request_cache.py

ruff: Fix UP035 Import from `collections.abc`, `typing` instead.

2 года назад
presence.py

presence: Add history_limit_days param to the API.

2 года назад
profile.py

ruff: Fix UP035 Import from `collections.abc`, `typing` instead.

2 года назад
push_notifications.py

message: Make is_modifying_message a mandatory kwarg.

год назад
pysa.py

python: Sort imports with isort.

6 лет назад
query_helpers.py

mypy: Remove use of ValuesQuerySet and QuerySetAny.

2 года назад
queue.py

queue: Round-trip events through orjson in tests.

год назад
rate_limiter.py

zilencer: Add flow for a server to reclaim its registration.

2 года назад
realm_description.py

markdown: Refactor out additional properties added to Message.

5 лет назад
realm_icon.py

settings: Make DEFAULT_LOGO_URI/DEFAULT_AVATAR_URI use staticfiles.

3 года назад
realm_logo.py

ruff: Fix UP006 Use `list` instead of `List` for type annotation.

2 года назад
recipient_parsing.py

scheduled_messages: Migrate to typed_endpoint.

2 года назад
recipient_users.py

ruff: Fix UP035 Import from `collections.abc`, `typing` instead.

2 года назад
redis_utils.py

ruff: Fix UP035 Import from `collections.abc`, `typing` instead.

2 года назад
remote_server.py

management: Don't silence send_server_data_to_push_bouncer exceptions.

год назад
request.py

tornado: Remove incorrect rate_limit request note.

год назад
response.py

test_classes: Refine assert_json_success output with exception chaining.

2 года назад
rest.py

tornado: Limit the width of the user queries, when they're needed.

год назад
retention.py

retention: Add flag to ArchiveTransaction to prevent automatic deletion.

2 года назад
safe_session_cached_db.py

ruff: Fix UP007 Use `X | Y` for type annotations.

2 года назад
scheduled_messages.py

ruff: Fix UP007 Use `X | Y` for type annotations.

2 года назад
scim.py

scim: Add None check for email_new_value.

2 года назад
scim_filter.py

zerver: Replace uri with url in local variables and comments.

2 года назад
send_email.py

send_email: Set the Date header according to local enqueue time.

год назад
server_initialization.py

groups: Remove id_field_name field from GroupPermissionSetting.

2 года назад
sessions.py

sessions: Use the narrow user fetch when expiring sessions.

год назад
singleton_bmemcached.py

ruff: Fix UP006 Use `list` instead of `List` for type annotation.

2 года назад
soft_deactivation.py

handle_missedmessage_emails: Update codepath to queue event on commit.

2 года назад
sounds.py

ruff: Fix UP006 Use `list` instead of `List` for type annotation.

2 года назад
sqlalchemy_utils.py

ruff: Fix UP035 Import from `collections.abc`, `typing` instead.

2 года назад
storage.py

storage: Simplify system bot avatar logic.

2 года назад
stream_color.py

codespell: Fix typos caught by codespell.

год назад
stream_subscription.py

stream: Move bulk_get_subscriber_peer_info to subscription_info.

2 года назад
stream_topic.py

ruff: Fix UP006 Use `list` instead of `List` for type annotation.

2 года назад
stream_traffic.py

ruff: Fix UP007 Use `X | Y` for type annotations.

2 года назад
streams.py

user_groups: Rename UserGroupMembersDict to UserGroupMembersData.

год назад
string_validation.py

message_send: Add support to send message with an empty topic name.

2 года назад
subdomains.py

ruff: Fix UP007 Use `X | Y` for type annotations.

2 года назад
subscription_info.py

user_groups: Rename UserGroupMembersDict to UserGroupMembersData.

год назад
templates.py

help-links: Limit billing related relative gear menu links.

2 года назад
test_classes.py

message: Make is_modifying_message a mandatory kwarg.

год назад
test_console_output.py

ruff: Fix UP035 Import from `collections.abc`, `typing` instead.

2 года назад
test_data.source.txt

Rename default branch to ‘main’.

5 лет назад
test_fixtures.py

requirements: Migrate to uv.

год назад
test_helpers.py

zephyr: Switch from py3dns to dnspython.

год назад
test_runner.py

ruff: Fix RUF051 Use `pop` instead of `key in dict`…`del dict[key]`.

год назад
tex.py

ruff: Fix UP007 Use `X | Y` for type annotations.

2 года назад
thumbnail.py

ruff: Fix PYI019 Use `Self` instead of custom TypeVar.

год назад
timeout.py

ruff: Fix UP035 Import from `collections.abc`, `typing` instead.

2 года назад
timestamp.py

python: Consistently use from…import for datetime.

3 года назад
timezone.py

ruff: Fix UP006 Use `list` instead of `List` for type annotation.

2 года назад
topic.py

addressee: Rename "(no topic)" to empty string topic.

год назад
topic_sqlalchemy.py

topic: Enforce is_channel_message=True on topic queries.

год назад
transfer.py

upload: Rename "upload_image_to_s3"; it is not only for images.

2 года назад
typed_endpoint.py

requirements: Upgrade Python requirements.

2 года назад
typed_endpoint_validators.py

user_settings: Migrate to typed_endpoint.

2 года назад
types.py

user_groups: Use UserGroupMembersDict in initial state data.

год назад
url_decoding.py

url_decoding: Add `parse_narrow_url`.

год назад
url_encoding.py

urls: Generate narrow links in backend with "channel" operator.

2 года назад
url_redirects.py

help: Rename and redirect "Edit a bot" to "Manage a bot".

год назад
user_agent.py

ruff: Fix UP006 Use `list` instead of `List` for type annotation.

2 года назад
user_counts.py

ruff: Fix UP006 Use `list` instead of `List` for type annotation.

2 года назад
user_groups.py

user_groups: Use UserGroupMembersDict in initial state data.

год назад
user_message.py

ruff: Fix UP007 Use `X | Y` for type annotations.

2 года назад
user_status.py

ruff: Fix UP007 Use `X | Y` for type annotations.

2 года назад
user_topics.py

user_topics: Use a list instead of tuple for muted_topics.

год назад
users.py

user: Remove `is_billing_admin` user property.

год назад
utils.py

ruff: Fix UP035 Import from `collections.abc`, `typing` instead.

2 года назад
validator.py

endpoints: Remove the has_request_variables decorator.

2 года назад
widget.py

python: Simplify with str.removeprefix, str.removesuffix.

2 года назад
zcommand.py

python: Simplify with str.removeprefix, str.removesuffix.

2 года назад
zephyr.py

zephyr: Switch from py3dns to dnspython.

год назад
zulip_update_announcements.py

updates: Add update message (level=15).

год назад
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©