zulip/zerver
Steve Howell ffee129a35 refactor: Clean up is_web_public flag.
The is_web_public flag is already in Stream.API_FIELDS,
so there is no reason for all this complicated logic.

There's no reason to hack it on to the subscription
object.
2020-10-18 14:27:31 -07:00
..
data_import import_util: Migrate from run_parallel to multiprocessing. 2020-09-14 16:22:23 -07:00
lib refactor: Clean up is_web_public flag. 2020-10-18 14:27:31 -07:00
management refactor: Introduce SubInfo class. 2020-10-14 10:53:10 -07:00
migrations realm: Add wildcard_mention_policy setting. 2020-10-01 12:18:03 -07:00
openapi events: Stop sending occupy/vacate events. 2020-10-14 10:53:10 -07:00
templatetags python: Replace list literal concatenation with * unpacking. 2020-09-02 11:15:41 -07:00
tests refactor: Simplify call to bulk_get_subscriber_user_ids. 2020-10-18 14:27:31 -07:00
tornado tornado: Switch to start_json_consumer interface. 2020-10-11 14:19:42 -07:00
views refactor: Remove recipient from access_stream_by_name. 2020-10-16 12:58:11 -07:00
webhooks bitbucket2: Format user info consistently. 2020-09-23 15:31:38 -07:00
worker queue_processors: Don't run test queues with run-dev.py. 2020-10-18 14:07:31 -07:00
__init__.py
apps.py
context_processors.py i18n: Don't include email tags in translation strings. 2020-09-25 15:53:26 -07:00
decorator.py web_public_guest: Rename to web_public_visitor for clarity. 2020-10-13 16:59:52 -07:00
filters.py
forms.py urls: Remove unused URL names and shorten others. 2020-09-22 10:46:28 -07:00
logging_handlers.py python: Catch specific exceptions from subprocess. 2020-10-11 16:11:41 -07:00
middleware.py middleware: Move locale-setting before domain checking. 2020-09-14 22:16:09 -07:00
models.py refactor: Exclude "active" from API_FIELDS. 2020-10-18 14:27:31 -07:00
signals.py