zulip/zerver/openapi
Vector73 dec9fd3908 api: Fix sending fake users when fetching inaccessible users via API.
Previously, in the `GET /users` API suite, `user_list_incomplete=False` was
being incorrectly used when fetching users which resulted in the server
returning fake users for guest users that lack permission to see all users
in the organization. This commit fixes this bug.

Fixes #36559.
2025-11-25 15:48:20 -08:00
..
__init__.py openapi: Add missing __init__.py; fix type errors hidden by its absence. 2021-07-05 12:20:39 -07:00
curl_param_value_generators.py openapi: Remove a debugging statement. 2025-10-01 11:21:34 -07:00
javascript_examples.js web: Set "type": "module" and convert various CJS files to ESM. 2024-11-13 09:18:56 -08:00
javascript_examples.py python: Simplify with str.removeprefix, str.removesuffix. 2024-09-03 12:30:16 -07:00
markdown_extension.py api_docs: Document /remotes/push/e2ee/register endpoint. 2025-08-28 11:46:09 -07:00
merge_api_changelogs.py tools: Add support for viewing updated changelog for testing. 2025-07-02 11:34:34 -07:00
openapi.py push_notification: Add support to send E2EE test push notification. 2025-08-13 00:13:50 -07:00
python_examples.py push_notification: Use symmetric cryptography to encrypt notifications. 2025-11-07 12:00:39 -08:00
test_curl_examples.py api_docs: Document /remotes/push/e2ee/register endpoint. 2025-08-28 11:46:09 -07:00
testing.yaml test_openapi: Make testing.yml a full conformant specification. 2022-01-13 14:34:11 -08:00
zulip.yaml api: Fix sending fake users when fetching inaccessible users via API. 2025-11-25 15:48:20 -08:00