zulip/zerver/views
Tim Abbott 678adc2048 webhooks: Use REQ more consistently in stream name parsing.
To avoid the potential for introducing regressions here, we carefully
pass a default to REQ or not based on how the existing webhook's
parsing code worked.  In the longer term, we'll want to make the
behavior consistent.
2016-05-07 11:54:14 -07:00
..
webhooks webhooks: Use REQ more consistently in stream name parsing. 2016-05-07 11:54:14 -07:00
__init__.py Switch to using a Zulip version of @login_required. 2016-04-21 14:59:39 -07:00
alert_words.py Delete old route for json/set_alert_words. 2016-04-11 21:38:23 -07:00
messages.py Replace use of django-guardian with fields on UserProfile. 2016-04-20 21:51:52 -07:00
realm_emoji.py Add custom realm emoji UI to administration page. 2016-04-26 13:15:54 -07:00
report.py Move reporting views to their own file. 2015-11-24 05:20:37 -08:00
streams.py Delete old route for /json/get_public_streams. 2016-04-29 12:57:57 -07:00
tutorial.py Add string validators to tutorial routes. 2015-11-24 05:20:37 -08:00
user_settings.py Changes REST API backend route for /json/change_enter_sends. 2016-04-11 21:11:51 -07:00
users.py Fix unnecessary whitespace between , and ). 2016-05-04 14:16:53 -07:00