zulip/zerver/views
Umair Khan 2172185d5a i18n: Store language name in session; not locale.
In the UI we use locale as the code for the language. Django expects
language code. For Simplified Chinese, 'zh_Hans' is the locale which
maps to a directaory under static/locale, and 'zh-hans' is the language
code, which is used in settings.LANGUAGES setting found in Django.
2017-10-19 17:56:49 -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: Remove absolute_import. 2017-09-27 10:00:39 -07:00
attachments.py zerver/views: Remove absolute_import. 2017-09-27 10:00:39 -07:00
auth.py subdomains: Extract zerver.lib.subdomains library. 2017-10-18 22:27:48 -07:00
compatibility.py zerver/views: Remove absolute_import. 2017-09-27 10:00:39 -07:00
custom_profile_fields.py zerver/views: Remove absolute_import. 2017-09-27 10:00:39 -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: Remove absolute_import. 2017-09-27 10:00:39 -07:00
home.py i18n: Store language name in session; not locale. 2017-10-19 17:56:49 -07:00
hotspots.py hotspots: Prevent bot users from accessing endpoint. 2017-07-31 13:08:06 -07:00
integrations.py subdomains: Extract zerver.lib.subdomains library. 2017-10-18 22:27:48 -07:00
invite.py zerver/views: Remove absolute_import. 2017-09-27 10:00:39 -07:00
messages.py refactor: Move methods from models.py -> lib/messages.py. 2017-10-16 23:37:10 -07:00
muting.py Have topic_is_muted take a stream_id. 2017-10-05 09:32:16 -07:00
pointer.py zerver/views: Remove absolute_import. 2017-09-27 10:00:39 -07:00
presence.py zerver/views: Remove absolute_import. 2017-09-27 10:00:39 -07:00
push_notifications.py zerver/views: Remove absolute_import. 2017-09-27 10:00:39 -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 subdomains: Hardcode can_add_realm_domains=True. 2017-10-02 16:32:10 -07:00
realm_emoji.py zerver/views: Remove absolute_import. 2017-09-27 10:00:39 -07:00
realm_filters.py zerver/views: Remove absolute_import. 2017-09-27 10:00:39 -07:00
realm_icon.py Add size limit for uploading user avatars and realm icons. 2017-03-07 22:13:01 -08:00
registration.py subdomains: Pass whether root domain is available to registration. 2017-10-18 22:53:10 -07:00
report.py urls: Move the report endpoints to be API-style routes. 2017-10-17 22:05:56 -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: Remove absolute_import. 2017-09-27 10:00:39 -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 Support client_gravatar in /json/users endpoint. 2017-10-12 14:00:41 -07:00
zephyr.py zephyr: Update path to process_cache for repository split. 2017-10-05 12:35:20 -07:00