zulip/zerver/views
Steve Howell d406d34fe0 Use user_id in admin_user_list.handlebars.
For our user administration, we now primarily work with user ids
that get put into data-user-id attributes.  We still put emails in the
tags to make our Casper tests easy to maintain.

This requires a minor change to the back end to pass down user ids
for the /users endpoint (in get_members_backend).
2017-02-14 23:07:44 -08:00
..
__init__.py views: Rename __init__.py to zerver.views.registration. 2017-01-08 16:21:15 -08:00
alert_words.py mypy: Convert zerver/views to use typing.Text. 2016-12-26 13:43:09 -08:00
auth.py mypy: Clean up more optional types. 2017-02-10 23:53:44 -08:00
compatibility.py mobile: Add an endpoint for checking compatibility. 2017-02-03 09:55:34 -08:00
events_register.py mypy: Clean up more optional types. 2017-02-10 23:53:44 -08:00
home.py mypy: Clean up more optional types. 2017-02-10 23:53:44 -08:00
integrations.py lint: Clean up E126 PEP-8 rule. 2017-01-23 22:06:13 -08:00
invite.py mypy: Clean up more optional types. 2017-02-10 23:53:44 -08:00
messages.py mypy: Clean up more optional types. 2017-02-10 23:53:44 -08:00
muting.py lint: clean up PEP-8 W391 rule. 2017-01-23 20:39:02 -08:00
pointer.py mypy: Convert zerver/views to use typing.Text. 2016-12-26 13:43:09 -08:00
presence.py presence: Fix mypy errors in new feature. 2017-02-10 23:57:28 -08:00
push_notifications.py push notifications: Fix very minor quirk when adding tokens. 2016-09-15 06:40:18 -07:00
reactions.py emoji: Extract zerver.lib.emoji. 2017-01-16 23:45:28 -08:00
realm.py auth methods: Fix buggy check for changes. 2017-01-22 17:12:58 -08:00
realm_aliases.py Add RealmAlias.allow_subdomains to model, frontend, and API. 2017-02-08 22:03:27 -08:00
realm_emoji.py mypy: Fix several Optional typing errors. 2017-02-10 23:53:44 -08:00
realm_filters.py Change domain to realm_id in bugdown and realm filter dicts and caches. 2017-01-03 16:25:20 -08:00
registration.py Extract zerver/lib/events.py from actions.py with event registration. 2017-02-10 16:50:43 -08:00
report.py mypy: Clean up more optional types. 2017-02-10 23:53:44 -08:00
streams.py mypy: Clean up more optional types. 2017-02-10 23:53:44 -08:00
tutorial.py internal_send_message: Make realm argument mandatory. 2017-01-21 21:37:30 -08:00
typing.py mypy: Convert zerver/views to use typing.Text. 2016-12-26 13:43:09 -08:00
unsubscribe.py lint: Clean up E123 PEP-8 rule. 2017-01-23 21:34:26 -08:00
upload.py translations: Improve some poorly-worded strings. 2017-01-28 18:04:17 -08:00
user_settings.py users: Consolidate name change enforcement logic. 2017-02-07 19:45:21 -08:00
users.py Use user_id in admin_user_list.handlebars. 2017-02-14 23:07:44 -08:00
zephyr.py mypy: Convert zerver/views to use typing.Text. 2016-12-26 13:43:09 -08:00