zulip/zerver
Hemanth V. Alluri ae126c452b stream-descriptions: Create wrapper for rendering stream descriptions.
In commit de65a04 we can see that if the need ever arises to modify
how stream descriptions are rendered, we would need to make changes
at 5 different call points which can be quite cumbersome. So this
functionality has been extracted to a new method called
'render_stream_descriptions'.
2019-03-06 17:16:14 -08:00
..
data_import streams: Prevent creation of multi-line stream descriptions. 2019-02-20 12:28:00 -08:00
lib stream-descriptions: Create wrapper for rendering stream descriptions. 2019-03-06 17:16:14 -08:00
management ldap: Continue syncing other fields even if a field is missing. 2019-03-05 16:19:27 -08:00
migrations stream-descriptions: Create wrapper for rendering stream descriptions. 2019-03-06 17:16:14 -08:00
openapi api/streams: Support including bot owner's subscriptions. 2019-02-28 22:32:05 -08:00
templatetags zerver core: Remove unused imports. 2019-02-02 17:41:24 -08:00
tests ldap: Continue syncing other fields even if a field is missing. 2019-03-05 16:19:27 -08:00
tornado tornado: Remove unused imports. 2019-02-02 17:33:13 -08:00
views api: Add endpoint for fetching used upload space info. 2019-03-04 18:46:13 -08:00
webhooks webhooks/zapier: Remove code related to our official Zapier app. 2019-02-28 22:09:35 -08:00
worker push notif: Send a batch of message IDs in one `remove` payload. 2019-02-26 16:41:54 -08:00
__init__.py
apps.py python: Mark intentionally unused imports with noop statements. 2019-02-22 16:54:47 -08:00
context_processors.py refactor: De-duplicate code in `accounts_home.html` for social auth. 2019-03-05 14:02:12 -08:00
decorator.py decorator.py: Add `max_int_size` param to `to_non_negative_int()`. 2019-03-01 11:16:46 -08:00
filters.py error reports: Ensure we filter API keys from query strings. 2018-10-19 15:03:14 -07:00
forms.py zerver core: Remove unused imports. 2019-02-02 17:41:24 -08:00
logging_handlers.py try_git_describe: Set cwd, not --git-dir. 2019-02-28 14:59:33 -08:00
middleware.py middleware: Avoid doing work for statsd when not enabled. 2019-02-27 17:53:15 -08:00
models.py realm: Restrict upload quota according to plan. 2019-03-04 18:46:13 -08:00
signals.py zerver core: Remove unused imports. 2019-02-02 17:41:24 -08:00
static_header.txt