zulip/zerver/views
Tim Abbott df525ad1c5 Remove old MitUser model and related code.
The MitUser model caused a constant series of little problems for
users with mit.edu email addresses trying to sign up for different
Zulip servers.

The new implementation just uses conditionals on the realm object when
selecting the confirmation template to use.
2016-07-26 20:30:12 -07:00
..
webhooks zerver/views/webhooks/bitbucket2.py: Fix line with length greater than 120. 2016-07-23 14:33:11 -07:00
__init__.py Remove old MitUser model and related code. 2016-07-26 20:30:12 -07:00
alert_words.py Remove rest_dispatch hack and optimize imports. 2016-06-24 16:11:03 -07:00
messages.py Clean up most hardcoding of mit.edu domain checks. 2016-07-26 20:30:12 -07:00
presence.py Clean up most hardcoding of mit.edu domain checks. 2016-07-26 20:30:12 -07:00
push_notifications.py views: Move push token views to new push_notification.py. 2016-07-26 14:44:24 -07:00
realm.py views: Move update_realm to new realm.py views file. 2016-07-26 14:29:24 -07:00
realm_emoji.py Remove rest_dispatch hack and optimize imports. 2016-06-24 16:11:03 -07:00
report.py Use universal_newlines=True in subprocess.check_output. 2016-07-26 12:06:41 -07:00
streams.py Clean up most hardcoding of mit.edu domain checks. 2016-07-26 20:30:12 -07:00
tutorial.py Remove rest_dispatch hack and optimize imports. 2016-06-24 16:11:03 -07:00
upload.py Revert "Add authorization check before serving files." 2016-06-27 12:09:56 -07:00
user_settings.py Require non-empty full_name or password in json_change_settings 2016-07-23 14:53:15 -07:00
users.py Remove unused code path in avatar() endpoint. 2016-07-12 17:37:02 -07:00