zulip/zproject
Kartik Srivastava 8c39ddfd28 api: Add GET /users/{user_id}/subscription/{stream_id} endpoint.
This new endpoint returns a 'user' dictionary which, as of now,
contains a single key 'is_subscribed' with a boolean value that
represents whether the user with the given 'user_id' is subscribed
to the stream with the given 'stream_id'.

Fixes #14966.
2020-06-10 17:59:14 -07:00
..
jinja2 static: Serve webpack bundles from the root domain. 2020-04-10 00:48:02 -07:00
__init__.py
backends.py python: Convert percent formatting to Python 3.6 f-strings. 2020-06-10 15:02:09 -07:00
computed_settings.py settings: Extract computed settings to computed_settings. 2020-06-09 22:29:50 -07:00
config.py python: Modernize legacy Python 2 syntax with pyupgrade. 2020-04-09 16:43:22 -07:00
configured_settings.py settings: Extract computed settings to computed_settings. 2020-06-09 22:29:50 -07:00
default_settings.py settings: Move LDAP_DEACTIVATE_NON_MATCHING_USERS default to default_settings. 2020-06-09 22:27:55 -07:00
dev_settings.py dev_settings: Use Python 2-compatible annotation. 2020-06-10 02:11:55 -07:00
dev_urls.py static: Serve webpack bundles from the root domain. 2020-04-10 00:48:02 -07:00
email_backends.py logging: Pass format arguments to logging. 2020-05-02 10:18:02 -07:00
legacy_urls.py urls: Migrate legacy urls to use modern django pattern. 2020-05-07 16:33:03 -07:00
prod_settings_template.py auth: Add Sign in with Apple support. 2020-06-09 17:29:35 -07:00
settings.py settings: Extract computed settings to computed_settings. 2020-06-09 22:29:50 -07:00
terms.md.template Add TERMS_OF_SERVICE setting. 2016-07-29 20:47:31 -07:00
test_extra_settings.py settings: Extract most of test_settings to test_extra_settings. 2020-06-09 22:29:50 -07:00
test_settings.py settings: Extract most of test_settings to test_extra_settings. 2020-06-09 22:29:50 -07:00
urls.py api: Add GET /users/{user_id}/subscription/{stream_id} endpoint. 2020-06-10 17:59:14 -07:00
wsgi.py setup_path_on_import: Replace with setup_path function. 2020-02-25 15:40:21 -08:00