zulip/zerver
Clara Dantas a9af80d7a2 streams: Make /streams endpoint return also web-public streams.
This commit modifies the /streams endpoint so that the web-public
streams are included in the default list of streams that users
have access to.

This is part of PR #14638 that aims to allow guest users to
browse and subscribe themselves to web public streams.
2020-07-29 17:52:36 -07:00
..
data_import database: Remove short_name from UserProfile. 2020-07-17 11:15:15 -07:00
lib streams: Make /streams endpoint return also web-public streams. 2020-07-29 17:52:36 -07:00
management audit_log: Record RealmAuditLog in do_change_notification_settings. 2020-07-24 12:04:40 -07:00
migrations models/drafts: Add a model for storing Draft messages. 2020-07-28 17:18:35 -07:00
openapi streams: Make /streams endpoint return also web-public streams. 2020-07-29 17:52:36 -07:00
templatetags refactor: Rename zerver.lib.bugdown to zerver.lib.markdown . 2020-06-26 17:08:37 -07:00
tests streams: Make /streams endpoint return also web-public streams. 2020-07-29 17:52:36 -07:00
tornado event_queue: Fix strict_optional errors. 2020-07-06 11:25:48 -07:00
views streams: Make /streams endpoint return also web-public streams. 2020-07-29 17:52:36 -07:00
webhooks integrations: Don't call prettify_date on Trello card descriptions. 2020-07-28 17:58:19 -07:00
worker queue_processors: Fix strict_optional errors. 2020-07-06 11:25:48 -07:00
__init__.py
apps.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
context_processors.py auth: Make apple log in and sign up buttons consistent with others. 2020-06-18 13:06:10 -07:00
decorator.py billing: Don't allow guest users to upgrade. 2020-07-22 16:57:49 -07:00
filters.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
forms.py emails: Add a custom header specifying the organization when possible. 2020-06-28 13:33:02 -07:00
logging_handlers.py logging_handlers: Fix type: ignore issues. 2020-06-30 18:58:23 -07:00
middleware.py middleware: Stop shadowing top-level logger definition on line 33. 2020-07-27 16:46:13 -07:00
models.py models/drafts: Add a model for storing Draft messages. 2020-07-28 17:18:35 -07:00
signals.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00