zulip/web
Sahil Batra 6e119842bd streams: Add API endpoint to get stream email.
This commit adds new API endpoint to get stream email which is
used by the web-app as well to get the email when a user tries
to open the stream email modal.

The stream email is returned only to the users who have access
to it. Specifically for private streams only subscribed users
have access to its email. And for public streams, all non-guest
users and only subscribed guests have access to its email.
All users can access email of web-public streams.
2023-11-16 16:28:14 +00:00
..
e2e-tests tests: Disable flaky test_edit_bot_form test. 2023-11-15 10:50:00 -08:00
generated web: Move web app to ‘web’ directory. 2023-02-23 16:04:17 -08:00
html web: Move web app to ‘web’ directory. 2023-02-23 16:04:17 -08:00
images typos: Fix typos caught by typos. 2023-11-15 10:13:24 -08:00
shared ts: Convert internal_url.js to TypeScript. 2023-05-30 10:45:01 -07:00
src streams: Add API endpoint to get stream email. 2023-11-16 16:28:14 +00:00
styles streams: Add API endpoint to get stream email. 2023-11-16 16:28:14 +00:00
templates streams: Add API endpoint to get stream email. 2023-11-16 16:28:14 +00:00
tests streams: Add API endpoint to get stream email. 2023-11-16 16:28:14 +00:00
third css: Scroll on html instead of .app. 2023-05-24 15:43:19 -07:00
.browserslistrc webpack: Move webpack configuration to web. 2023-02-24 06:35:58 -08:00
.gitignore web: Move web app to ‘web’ directory. 2023-02-23 16:04:17 -08:00
babel.config.js dependencies: Upgrade JavaScript dependencies. 2023-04-25 22:18:48 -07:00
debug-require-webpack-plugin.ts web: Move web app to ‘web’ directory. 2023-02-23 16:04:17 -08:00
debug-require.js web: Move web app to ‘web’ directory. 2023-02-23 16:04:17 -08:00
postcss.config.js postcss: Enable postcss-preset-env. 2023-03-20 11:26:30 -07:00
webpack.assets.json webpack: Move webpack configuration to web. 2023-02-24 06:35:58 -08:00
webpack.config.ts static: Add Timing-Allow-Origin: * to allow sentry data timing. 2023-05-09 13:16:28 -07:00
webpack.dev-assets.json webpack: Move webpack configuration to web. 2023-02-24 06:35:58 -08:00