zulip/zerver/views
Tim Abbott 6967b6519d settings: Add a development-only setting for less dense mode.
This should make it easier for us to iterate on a less-dense Zulip.

We create two classes on body, less_dense_mode and more_dense_mode, so
that it's easy as we refactor to separate the two concepts from things
like colors that are independent.
2018-05-24 12:31:37 -07:00
..
__init__.py views: Rename __init__.py to zerver.views.registration. 2017-01-08 16:21:15 -08:00
alert_words.py views: Change use of typing.Text to str. 2018-04-23 18:51:23 -07:00
archive.py views/archive.py: Make 'StreamDoesNotExist' return a error msg page. 2018-05-02 15:23:33 -07:00
attachments.py attachments: Send events for attachment updates. 2018-05-04 16:22:27 -07:00
auth.py 2FA: Integrate with login feature. 2018-05-23 15:46:57 -07:00
compatibility.py views: Change use of typing.Text to str. 2018-04-23 18:51:23 -07:00
custom_profile_fields.py custom_profile_fields: Support changing the sort order of the fields. 2018-04-30 18:17:41 -07:00
email_log.py zerver: Migrate away from six. 2018-05-09 18:38:25 +00:00
email_mirror.py mypy: Use Python 3 type syntax in zerver/views/email_mirror.py. 2017-12-28 07:26:44 -05:00
events_register.py views: Change use of typing.Text to str. 2018-04-23 18:51:23 -07:00
home.py 2FA: Add link in settings to setup two-factor. 2018-05-23 15:49:41 -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 integrations: Make integration_doc endpoint work only on ajax. 2018-05-13 08:56:04 -07:00
invite.py views: Change use of typing.Text to str. 2018-04-23 18:51:23 -07:00
messages.py Support zform-based widget content in the server. 2018-05-24 09:30:22 -07:00
muting.py views: Change use of typing.Text to str. 2018-04-23 18:51:23 -07:00
pointer.py views: Change use of typing.Text to str. 2018-04-23 18:51:23 -07:00
presence.py presence: Extract and use get_active_user helper. 2018-05-20 19:07:29 -07:00
push_notifications.py views: Change use of typing.Text to str. 2018-04-23 18:51:23 -07:00
reactions.py views: Change use of typing.Text to str. 2018-04-23 18:51:23 -07:00
realm.py org setting: Add time limits for message deleting. 2018-04-27 19:22:28 -07:00
realm_domains.py views: Change use of typing.Text to str. 2018-04-23 18:51:23 -07:00
realm_emoji.py views: Change use of typing.Text to str. 2018-04-23 18:51:23 -07:00
realm_filters.py views: Change use of typing.Text to str. 2018-04-23 18:51:23 -07:00
realm_icon.py zerver/views: Use python 3 syntax for typing. 2017-10-26 21:58:22 -07:00
registration.py registration: Allow users to import settings from other realm. 2018-05-23 10:30:00 -07:00
report.py mypy: Set local_partial_types = True. 2018-05-21 22:41:00 -07:00
storage.py mypy: Migrate views/storage.py to python3.5 type annotations. 2018-03-12 11:23:30 -07:00
streams.py streams: Don't allow adding deactivated users to streams. 2018-05-20 19:17:15 -07:00
submessage.py Add /submessage endpoint. 2018-05-16 15:13:33 -07:00
tutorial.py mypy: Use Python 3 syntax for typing in views/tutorial.py. 2017-12-08 18:34:26 -08:00
typing.py views: Change use of typing.Text to str. 2018-04-23 18:51:23 -07:00
unsubscribe.py requirements: Upgrade pyflakes to 2.0.0. 2018-05-24 11:31:36 -07:00
upload.py uploads: Make django-sendfile to force downloading attachments. 2018-03-14 11:22:10 -07:00
user_groups.py views: Change use of typing.Text to str. 2018-04-23 18:51:23 -07:00
user_settings.py settings: Add a development-only setting for less dense mode. 2018-05-24 12:31:37 -07:00
users.py /json/bots: Return "No user" if access other realms bot. 2018-05-18 15:20:43 -07:00
zephyr.py views: Change use of typing.Text to str. 2018-04-23 18:51:23 -07:00