zulip/zerver
Steve Howell 3d804de962 Fix FeedbackBot queue processor.
Recent changes to the API removed Client.register(), and
this change restores the correct API call, although the
codepath this affects is probably ready for eventual
deprecation.
2016-12-28 12:12:34 -08:00
..
fixtures Move static/third/gemoji to static/generated/emoji. 2016-12-27 20:16:23 -08:00
lib mypy: Fix missing class in request.pyi and document. 2016-12-28 09:37:28 -08:00
management bulk_create: Refactor bulk_create_users to take Realm instead of domains. 2016-12-15 13:22:17 -08:00
migrations lint: Remove zerver/migrations from main exclude list. 2016-12-27 19:45:33 -08:00
templatetags help: Enable and use the markdown admonition extension. 2016-12-21 11:01:49 -08:00
tests Loosen realm filter pattern validator to support Git commit IDs. 2016-12-27 20:31:08 -08:00
tornado event_queue: Improve error message for ConnectionError exception 2016-12-20 11:49:12 -08:00
views Add default topics mechanism to stripe integration. 2016-12-27 16:27:54 -08:00
worker Fix FeedbackBot queue processor. 2016-12-28 12:12:34 -08:00
__init__.py caching: Add configuration class for post-migration cache flushing. 2016-10-27 23:26:34 -07:00
apps.py caching: Add configuration class for post-migration cache flushing. 2016-10-27 23:26:34 -07:00
context_processors.py context_processors: use a common context for emails. 2016-11-08 11:37:16 -08:00
decorator.py decorator: Change /activity to be gated on is_staff. 2016-12-13 21:06:27 -08:00
exceptions.py Annotate zerver.exceptions, zerver.filters, zerver.logging_handlers. 2016-06-04 22:51:18 -07:00
filters.py pep8: Fix E301 pep8 violations. 2016-11-29 08:51:44 -08:00
forms.py Remove calls to get_realm in preparation for its deprecation. 2016-12-26 17:53:32 -08:00
logging_handlers.py pep8: Fix E131. 2016-12-01 23:16:47 -08:00
middleware.py pep8: Fix many rule E128 violations. 2016-12-03 13:33:31 -08:00
models.py Loosen realm filter pattern validator to support Git commit IDs. 2016-12-27 20:31:08 -08:00
static_header.txt Update static_header.txt with new license information. 2016-08-13 00:37:21 -07:00
storage.py pep8: Fix many rule E128 violations. 2016-12-03 13:33:31 -08:00