zulip/zerver/views
Ayush Jain bddcfb1c96 Add realm-level settings to control inline image and url preview.
This gives users more control in case they don't want previews,
especially for the "previews of linked websites" feature.

Fixes: #2640.
2017-03-21 15:46:17 -07:00
..
__init__.py views: Rename __init__.py to zerver.views.registration. 2017-01-08 16:21:15 -08:00
alert_words.py alert_words: Avoid redundant .lstrip(). 2017-02-28 10:13:03 -08:00
attachments.py Add support for managing and deleting attachments. 2017-02-16 23:44:44 -08:00
auth.py jinja2: No need for custom render_to_response. 2017-03-17 13:57:34 -07:00
compatibility.py mobile: Add an endpoint for checking compatibility. 2017-02-03 09:55:34 -08:00
events_register.py events_register: Don't include subscribers in API data by default. 2017-02-20 11:07:09 -08:00
home.py Add realm-level settings to control inline image and url preview. 2017-03-21 15:46:17 -07:00
integrations.py jinja2: No need for custom render_to_response. 2017-03-17 13:57:34 -07:00
invite.py signups: Use topic string_id for internal messages from new user signups. 2017-03-13 10:00:41 -07:00
messages.py Add realm-level settings to control inline image and url preview. 2017-03-21 15:46:17 -07:00
muting.py Implemented API routes for muting/unmuting a topic 2017-03-15 16:19:00 -07:00
pointer.py mypy: Convert zerver/views to use typing.Text. 2016-12-26 13:43:09 -08:00
presence.py user-presence: Add `offline` status to aggregated info. 2017-03-07 20:09:53 -08:00
push_notifications.py remove_push_device_token: Remove unused request argument. 2017-03-05 22:01:28 -08:00
reactions.py emoji: Extract zerver.lib.emoji. 2017-01-16 23:45:28 -08:00
realm.py Add realm-level settings to control inline image and url preview. 2017-03-21 15:46:17 -07: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
realm_icon.py Add size limit for uploading user avatars and realm icons. 2017-03-07 22:13:01 -08:00
registration.py registration.py: Don't catch exception that can't be thrown. 2017-03-18 18:11:59 -07:00
report.py statsd: Change keys to use Realm.string_id instead of domain. 2017-03-13 09:51:02 -07:00
streams.py Send stream_id in subscription updates. 2017-03-05 15:26:00 -08:00
tutorial.py internal_send_message: Make realm argument mandatory. 2017-01-21 21:37:30 -08:00
typing.py mypy: Added Dict, List and Set imports. 2017-03-04 14:33:44 -08:00
unsubscribe.py jinja2: No need for custom render_to_response. 2017-03-17 13:57:34 -07:00
upload.py Change if(realm.domain == zulip.com) checks to use Realm.string_id. 2017-03-13 14:17:14 -07:00
user_settings.py Add timezone field in UserProfile. 2017-03-15 11:18:24 -07:00
users.py mypy: Fix some strict-optional related issues. 2017-03-19 22:26:25 -07:00
zephyr.py test-backend: Raise zerver/views/zephyr.py test coverage to 100%. 2017-02-26 20:54:25 -08:00