zulip/zerver/views
Yuvi Panda b59b5cac35 Fix TypeError in Google OAuth authenticator.
requests 1.0 changed response.json attribute to response.json()
instancemethod. The code wasn't updated to match that change,
causing a TypeError when attempting to use the Google OAuth
Authenticator backend.

This is fixed simply by using response.json() instead of response.json.
2015-09-26 13:51:27 -07:00
..
__init__.py Fix TypeError in Google OAuth authenticator. 2015-09-26 13:51:27 -07:00
messages.py Remove old is_super_user helper functions. 2015-09-20 11:13:20 -07:00
webhooks.py Clean up GitHub API hook v1 comment. 2015-09-25 03:18:00 -07:00