zulip/zerver/views
Greg Price 318682fd52 auth: Use URL rather than cookie to pass signed data cross-domain.
The cookie mechanism only works when passing the login token to a
subdomain.  URLs work across domains, which is why they're the
standard transport for SSO on the web.  Switch to URLs.

Tweaked by tabbott to add a test for an expired token.
2017-10-27 14:42:04 -07:00
..
__init__.py views: Rename __init__.py to zerver.views.registration. 2017-01-08 16:21:15 -08:00
alert_words.py zerver/views: Use python 3 syntax for typing. 2017-10-26 21:58:22 -07:00
attachments.py zerver/views: Remove absolute_import. 2017-09-27 10:00:39 -07:00
auth.py auth: Use URL rather than cookie to pass signed data cross-domain. 2017-10-27 14:42:04 -07:00
compatibility.py zerver/views: Use python 3 syntax for typing. 2017-10-26 21:58:22 -07:00
custom_profile_fields.py zerver/views: Use python 3 syntax for typing. 2017-10-26 21:58:22 -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 subdomains: Fix some implicit uses of "" for the root subdomain. 2017-10-26 10:29:17 -07:00
hotspots.py zerver/views: Use python 3 syntax for typing. 2017-10-26 21:58:22 -07:00
integrations.py lint: Fix lines in Python codebase longer than 120 characters. 2017-10-26 17:47:30 -07:00
invite.py Add UI for viewing and cancelling open Zulip invitations. 2017-10-27 13:07:43 -07:00
messages.py Rename subject_name in send_message_backend(). 2017-10-27 10:48:11 -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 reactions: Add missing mypy import for Message. 2017-10-18 08:59:29 -07:00
realm.py zerver/views: Remove absolute_import. 2017-09-27 10:00:39 -07:00
realm_domains.py zerver/views: Use python 3 syntax for typing. 2017-10-26 21:58:22 -07:00
realm_emoji.py zerver/views: Use python 3 syntax for typing. 2017-10-26 21:58:22 -07:00
realm_filters.py zerver/views: Use python 3 syntax for typing. 2017-10-26 21:58:22 -07:00
realm_icon.py zerver/views: Use python 3 syntax for typing. 2017-10-26 21:58:22 -07:00
registration.py views: Move some login code from `registration` to `auth`. 2017-10-27 14:28:38 -07:00
report.py zerver/views: Use python 3 syntax for typing. 2017-10-26 21:58:22 -07:00
streams.py Avoid shadowing stream variables. 2017-10-08 20:18:34 -07:00
tutorial.py urls: Move the json/tutorial_status endpoint to be an API-style route. 2017-10-09 15:13:33 -07:00
typing.py zerver/views: Remove absolute_import. 2017-09-27 10:00:39 -07:00
unsubscribe.py zerver/views: Use python 3 syntax for typing. 2017-10-26 21:58:22 -07:00
upload.py zerver/views: Remove absolute_import. 2017-09-27 10:00:39 -07:00
user_settings.py settings: Mention about /emails after sending change email mail. 2017-10-04 08:20:29 -07:00
users.py Embedded bots: Add support for creating embedded bots via the API. 2017-10-25 16:13:29 -07:00
zephyr.py zephyr: Update path to process_cache for repository split. 2017-10-05 12:35:20 -07:00