zulip/zerver/views
Rishi Gupta 5d04e29ac2 confirmation: Add comment for registration.confirmation_key.
I remember being really confused by this function in the past, and I finally
figured it out. It should be removed, and the dev_url added by
00-realm-creation should call a function that just gets the confirmation_key
from outbox like all of the backend tests, but until then this comment
should help.
2017-11-03 15:33:16 -07:00
..
__init__.py views: Rename __init__.py to zerver.views.registration. 2017-01-08 16:21:15 -08:00
alert_words.py views: Fix imports of REQ/has_request_variables from the wrong place. 2017-10-27 15:07:31 -07:00
attachments.py attachments: Remove unnecessary use of REQ. 2017-10-27 15:18:44 -07:00
auth.py oauth: Find a better name for redirect_to_main_site. 2017-10-27 14:42:24 -07:00
compatibility.py zerver/views: Use python 3 syntax for typing. 2017-10-26 21:58:22 -07:00
custom_profile_fields.py views: Fix imports of REQ/has_request_variables from the wrong place. 2017-10-27 15:07:31 -07:00
email_log.py email_log.py: Remove redundant shebang. 2017-10-12 11:18:45 -07:00
email_mirror.py zerver/views: Remove absolute_import. 2017-09-27 10:00:39 -07:00
events_register.py zerver/views: Use python 3 syntax for typing. 2017-10-26 21:58:22 -07:00
home.py Extract get_stream_recipient(). 2017-10-28 17:57:39 -07:00
hotspots.py views: Fix imports of REQ/has_request_variables from the wrong place. 2017-10-27 15:07:31 -07:00
integrations.py subdomains: Dedupe out the last copy of Realm.host_for_subdomain. 2017-10-30 18:29:29 -07:00
invite.py Add UI for viewing and cancelling open Zulip invitations. 2017-10-27 13:07:43 -07:00
messages.py Simplify highlight_string logic. 2017-10-31 12:45:58 -07:00
muting.py zerver/views: Use python 3 syntax for typing. 2017-10-26 21:58:22 -07:00
pointer.py zerver/views: Use python 3 syntax for typing. 2017-10-26 21:58:22 -07:00
presence.py zerver/views: Use python 3 syntax for typing. 2017-10-26 21:58:22 -07:00
push_notifications.py zerver/views: Use python 3 syntax for typing. 2017-10-26 21:58:22 -07:00
reactions.py actions.py: Rename `do_remove_reaction()` to `do_remove_reaction_legacy()`. 2017-10-31 15:42:35 -07:00
realm.py zerver/views: Remove absolute_import. 2017-09-27 10:00:39 -07:00
realm_domains.py views: Fix imports of REQ/has_request_variables from the wrong place. 2017-10-27 15:07:31 -07:00
realm_emoji.py zerver/views: Use python 3 syntax for typing. 2017-10-26 21:58:22 -07:00
realm_filters.py views: Fix imports of REQ/has_request_variables from the wrong place. 2017-10-27 15:07:31 -07:00
realm_icon.py zerver/views: Use python 3 syntax for typing. 2017-10-26 21:58:22 -07:00
registration.py confirmation: Add comment for registration.confirmation_key. 2017-11-03 15:33:16 -07:00
report.py decorators: Use human_users_only more aggressively. 2017-10-27 15:16:13 -07:00
streams.py Avoid shadowing stream variables. 2017-10-08 20:18:34 -07:00
tutorial.py decorators: Use human_users_only more aggressively. 2017-10-27 15:16:13 -07:00
typing.py zerver/views: Remove absolute_import. 2017-09-27 10:00:39 -07:00
unsubscribe.py unsubscribe: Use get_object_from_key for confirmation. 2017-11-03 15:33:16 -07:00
upload.py zerver/views: Remove absolute_import. 2017-09-27 10:00:39 -07:00
user_settings.py confirmation: Add confirmation_type to get_object_from_key. 2017-11-03 15:33:16 -07:00
users.py landing-page: Extract /team/ from /about/. 2017-10-31 11:37:42 -07:00
zephyr.py zephyr: Update path to process_cache for repository split. 2017-10-05 12:35:20 -07:00