zulip/zerver/views
Rishi Gupta 4b62ee8f38 initial invite page: Fix email validation when not restricted_to_domain.
We currently do
  var invite_suffix = "{{invite_suffix}}";
in javascript in the initial_invite_page.html template.
This sets invite_suffix to "{{invite_suffix}}" when the template is rendered
without invite_suffix in the params, rather than to "" as intended. This
later causes problems in the invite_email validator in initial_invite.js.
2016-09-23 15:44:28 -07:00
..
webhooks Add branch name to topic in Gitlab integration. 2016-09-23 10:04:01 -07:00
__init__.py initial invite page: Fix email validation when not restricted_to_domain. 2016-09-23 15:44:28 -07:00
alert_words.py Remove rest_dispatch hack and optimize imports. 2016-06-24 16:11:03 -07:00
integrations.py Add support for subdomain URIs to /api and /api/endpoints. 2016-09-13 22:31:56 -07:00
messages.py Speed up alert word detection during message sends. 2016-09-23 15:24:55 -07:00
pointer.py Extract zerver/views/pointer.py. 2016-09-13 17:30:39 -07:00
presence.py Fix comment in update_active_status_backend(). 2016-09-13 14:45:27 -07:00
push_notifications.py push notifications: Fix very minor quirk when adding tokens. 2016-09-15 06:40:18 -07:00
realm.py Add realm-level default language setting. 2016-08-09 17:38:29 -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 streams: Simplify list_to_streams(). 2016-09-15 10:18:10 -07:00
tutorial.py Remove rest_dispatch hack and optimize imports. 2016-06-24 16:11:03 -07:00
upload.py upload: Add type: ignore for mimetypes.guess_type stubs issue. 2016-09-19 21:40:08 -07:00
user_settings.py Move i18n functions from zerver/views/__init__.py to zerver/lib/i18n.py 2016-08-09 16:10:24 -07:00
users.py Remove unused code path in avatar() endpoint. 2016-07-12 17:37:02 -07:00
zephyr.py Move webathena views to its own file. 2016-08-18 18:26:49 -07:00