zulip/zerver
Eklavya Sharma 48e7e1a2a1 zerver/lib/actions.py: Rename stream_name to stream.
In function bulk_add_subscriptions, some variables were named
`stream_name` but their type is Stream, not a string.  Rename
those variables to `stream`.
2016-05-30 09:52:59 -07:00
..
fixtures Add WebhookTestCase abstract class for writing webhook tests. 2016-05-18 14:37:31 -07:00
lib zerver/lib/actions.py: Rename stream_name to stream. 2016-05-30 09:52:59 -07:00
management Replace python2.7 by python everywhere. 2016-05-29 05:03:08 -07:00
migrations Add bot_type field to UserProfile. 2016-05-19 22:37:37 -07:00
templatetags Cleanup remaining usage of % comprehensions without explicit tuples. 2015-12-05 15:29:42 -08:00
tests Add bot_type field to UserProfile. 2016-05-19 22:37:37 -07:00
views zerver/lib/actions.py: Remove unneeded `return {}` statements. 2016-05-29 04:26:17 -07:00
worker Purge 'from typing import *' from zerver/. 2016-04-07 14:07:07 -07:00
__init__.py
context_processors.py enterprise => voyager 2015-08-21 10:33:35 -07:00
decorator.py Move getting client to api_key_only_webhook_view. 2016-05-13 12:22:38 -07:00
exceptions.py Enable absolute imports for non-third-party code where it was omitted previously 2013-10-25 14:13:30 -04:00
filters.py Add api_key to filtered variables. 2013-12-12 10:31:03 -05:00
finders.py Purge 'from typing import *' from zerver/. 2016-04-07 14:07:07 -07:00
forms.py Convert Zulip to use Jinja2 templates. 2016-05-09 09:55:18 -07:00
logging_handlers.py Rename zerver.handlers to zerver.logging_handlers for clarity. 2016-03-30 21:48:38 -07:00
middleware.py Merge Zulip 1.3.12 security release. 2016-05-10 11:32:26 -07:00
models.py Add bot_type field to UserProfile. 2016-05-19 22:37:37 -07:00
static_header.txt Update copyright to 2014. 2014-02-04 15:51:53 -05:00
storage.py Add type: ignore for mypy super() bug. 2016-04-03 15:40:24 -07:00
tornadoviews.py Send responses from fetch_events in dict format. 2016-03-30 22:04:09 -07:00