zulip/zerver
Mateusz Mandera 30d02c2e2c test_fixtures: app_label should be a positional arg in call_command.
We were incorrectly passing it as a kwarg, which would cause an
exception on Django 2.
2020-02-04 12:46:53 -08:00
..
data_import import: Support importing team icon from slack. 2020-02-03 14:09:05 -08:00
lib test_fixtures: app_label should be a positional arg in call_command. 2020-02-04 12:46:53 -08:00
management rate_limiter: Rename 'all' domain to 'api_by_user'. 2020-02-02 19:15:13 -08:00
migrations muting: Record DateTime when a Topic is muted. 2020-02-02 20:49:53 -08:00
openapi presence: Add slim_presence flag. 2020-02-04 12:30:34 -08:00
templatetags openapi: Pass api_url to curl example generation. 2019-08-17 11:35:08 -07:00
tests test_auth_backends: Remove logger mocking that will fail on Django 2.2. 2020-02-04 12:46:53 -08:00
tornado presence: Add process_presence_event. 2020-02-04 12:30:36 -08:00
views is_safe_url: Use allowed_hosts instead of depreciated host argument. 2020-02-04 12:46:53 -08:00
webhooks webhooks/ansibletower: Update for AWX 9.1.1. 2020-02-02 20:21:03 -08:00
worker queue: Remove missedmessage_email_senders. 2020-01-31 12:13:51 -08:00
__init__.py
apps.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
context_processors.py login: Make authentication_methods data available to JavaScript. 2020-02-02 20:22:49 -08:00
decorator.py rate_limiter: Rename 'all' domain to 'api_by_user'. 2020-02-02 19:15:13 -08:00
filters.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
forms.py rate_limiter: Limit the amount of password reset emails to one address. 2020-02-02 19:15:13 -08:00
logging_handlers.py version: Only let `git describe` match tags beginning with a digit. 2019-10-24 14:54:45 -07:00
middleware.py exceptions: RateLimited shouldn't inherit from PermissionDenied. 2020-02-02 19:15:00 -08:00
models.py presence: Add process_presence_event. 2020-02-04 12:30:36 -08:00
signals.py onboarding: Use delivery_email in "new login" notifications. 2019-11-14 12:19:47 -08:00