zulip/zerver/lib
Steve Howell 03c856ce10 Add create-stream management command.
The current version should only be used for testing; for example,
if you want to create a bunch of streams for stress testing, you
can run this in a loop.

(imported from commit ec51a431fb9679fc18379e4c6ecdba66bc75a395)
2013-10-19 09:28:59 -04:00
..
bugdown Fix code block auto-closing. 2013-10-16 10:12:33 -04:00
__init__.py [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
actions.py Add create-stream management command. 2013-10-19 09:28:59 -04:00
alert_words.py Pre-fetch data from the DB and hand to markdown thread 2013-10-10 10:58:21 -04:00
avatar.py Extract get_avatar_url(). 2013-09-30 18:22:06 -04:00
bulk_create.py Supply a name when creating realms. 2013-10-17 13:47:51 -04:00
cache.py Don't cache UserPresence info. 2013-09-17 14:51:56 -04:00
cache_helpers.py Don't cache UserPresence info. 2013-09-17 14:51:56 -04:00
ccache.py Add webathena authentication button for Zephyr users. 2013-08-26 18:17:25 -04:00
context_managers.py [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
create_user.py New onboarding step: Set up an integration. 2013-08-08 17:23:27 -04:00
debug.py [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
event_queue.py Add all_public_streams parameter to register API. 2013-10-18 14:55:32 -04:00
html_diff.py [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
initial_password.py [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
logging_util.py Change Humbug => Zulip in name of error limiter module. 2013-08-07 10:00:07 -04:00
mandrill_client.py Add Mandrill decorators, credentials, actions 2013-10-10 19:32:21 -04:00
mention.py Pre-fetch data from the DB and hand to markdown thread 2013-10-10 10:58:21 -04:00
parallel.py [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
query.py [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
queue.py Fix parameters for on_close callback 2013-10-09 10:45:38 -04:00
rate_limiter.py [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
response.py [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
statistics.py Add a basic statistics module to analyze active user engagement 2013-10-16 18:39:44 -04:00
timeout.py [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
timestamp.py [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
tornado_ioloop_logging.py [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
unminify.py [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
upload.py uploads: have upload_image_to_s3 take file data instead of a file object. 2013-09-17 10:00:01 -04:00
utils.py Move to a common random token generation function instead of several one-offs. 2013-08-09 14:59:26 -04:00