zulip/zerver
Harshit Bansal b630a6456d commands: Fix handling of keyword arguments in `query_ldap` command.
This bug seems to be introduced by me while doing the refactoring
in `94649f58f2fe0ed78d84e597ad6676522cfef9be`.

Fixes: #12006.
2019-04-04 13:42:33 -07:00
..
data_import import: Move SubscriberHandler to import_util. 2019-03-20 11:29:51 -07:00
lib events: Pass a Realm to get_raw_user_data. 2019-04-04 13:05:35 -07:00
management commands: Fix handling of keyword arguments in `query_ldap` command. 2019-04-04 13:42:33 -07:00
migrations email_mirror: Make email_token a unique column of Stream. 2019-03-17 12:55:35 -07:00
openapi documentation: Update the API documentation for Get all users. 2019-04-04 13:29:16 -07:00
templatetags zerver core: Remove unused imports. 2019-02-02 17:41:24 -08:00
tests context_processors: Extract keys from zulip_default_context. 2019-03-25 14:05:36 -07:00
tornado tornado: Remove unused imports. 2019-02-02 17:33:13 -08:00
views users: Add timezone field to Get all users API endpoint. 2019-04-04 13:29:14 -07:00
webhooks webhooks/bitbucket3: Use strikethrough formatting for deleted comments. 2019-04-03 19:43:04 -02:30
worker email_mirror: Add realm-based rate limiting. 2019-03-18 11:16:58 -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 context_processors: Extract keys from zulip_default_context. 2019-03-25 14:05:36 -07:00
decorator.py rate_limit tests: Cover RateLimiterLockingException case in rate_limit_user. 2019-03-18 11:16:58 -07: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 auth: Use HTTP status 404 for invalid realms. 2019-03-14 13:50:09 -07:00
models.py onboarding: Change default notifications stream to #general. 2019-03-21 12:29:51 -07:00
signals.py zerver core: Remove unused imports. 2019-02-02 17:41:24 -08:00
static_header.txt