zulip/zerver
Tim Abbott a1d2b73790 soft_deactivation: Clarify loop logic around stream_messages.
Break will do the same thing as continue here, as each iteration will
have the same result, and it's also worth explaining why this isn't
one layer up in the loop setup.
2019-05-05 18:29:20 -07:00
..
data_import lint: Fix code that evaded our lint checks for string % non-tuple. 2019-04-23 15:21:37 -07:00
lib soft_deactivation: Clarify loop logic around stream_messages. 2019-05-05 18:29:20 -07:00
management management: Don't use sys.exit(1). 2019-05-03 14:20:39 -07:00
migrations realm: Add setting to disable avatar changes. 2019-05-03 12:52:43 -07:00
openapi settings: Create an explicit invite_to_stream_policy setting. 2019-04-29 17:11:28 -07:00
templatetags render_markdown_path: Convert dicts to dict item tuples for caching. 2019-04-22 13:53:18 -07:00
tests open graph: Use the complete URL for open graph URLs. 2019-05-05 17:51:53 -07:00
tornado tornado: Remove unused imports. 2019-02-02 17:33:13 -08:00
views admin_settings: Change maxfilesize to max_file_upload_size. 2019-05-03 17:36:09 -07:00
webhooks webhooks/jira: Include issue title in messages. 2019-05-03 20:03:31 -02:30
worker public_export: Add backend API endpoint for triggering export. 2019-04-26 17:24:29 -07:00
__init__.py
apps.py python: Mark intentionally unused imports with noop statements. 2019-02-22 16:54:47 -08:00
context_processors.py open graph: Use the complete URL for open graph URLs. 2019-05-05 17:51:53 -07:00
decorator.py rate_limiter: Generalise some rate_limit_user code. 2019-05-01 12:54:32 -07:00
filters.py filters: Don't include realm_counts/installation_counts in errors. 2019-04-30 14:10:59 -07:00
forms.py lint: Fix code that evaded our lint checks for string % non-tuple. 2019-04-23 15:21:37 -07:00
logging_handlers.py try_git_describe: Set cwd, not --git-dir. 2019-02-28 14:59:33 -08:00
middleware.py html_to_text: Escape text when using as description. 2019-04-25 15:29:16 -07:00
models.py settings: Add AVATAR_CHANGES_DISABLED server setting. 2019-05-03 12:58:51 -07:00
signals.py zerver core: Remove unused imports. 2019-02-02 17:41:24 -08:00
static_header.txt