zulip/zerver/views
Tim Abbott bc3db1701b realm_logo: Fix synchronization of realm night logo.
The night logo synchronization on the settings page was perfect, but
the actual display logic had a few problems:

* We were including the realm_logo in context_processors, even though
  it is only used in home.py.
* We used different variable names for the templating in navbar.html
  than anywhere else the codebase.

* The behavior that the night logo would default to the day logo if
  only one was uploaded was not correctly implemented for the navbar
  position, either in the synchronization for updates code or the
  logic in the navbar.html templates.
2019-03-04 11:12:36 -08:00
..
development views: Remove unused imports. 2019-02-02 17:23:43 -08:00
__init__.py views: Rename __init__.py to zerver.views.registration. 2017-01-08 16:21:15 -08:00
alert_words.py alert words: Return the updated list when adding/removing words. 2018-07-13 01:01:00 +05:30
archive.py views: Remove unused imports. 2019-02-02 17:23:43 -08:00
attachments.py views: Remove unused imports. 2019-02-02 17:23:43 -08:00
auth.py realm_logo: Fix synchronization of realm night logo. 2019-03-04 11:12:36 -08:00
camo.py camo: Add endpoint to handle camo requests. 2019-01-04 10:27:04 -08:00
compatibility.py views: Remove unused imports. 2019-02-02 17:23:43 -08:00
custom_profile_fields.py views: Remove unused imports. 2019-02-02 17:23:43 -08:00
digest.py digest: Fix the styling of /digest page. 2019-01-07 13:09:29 -08:00
documentation.py zerver/views: Rename integrations.py to documentation.py. 2019-02-11 21:25:14 -08: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 realm_logo: Fix synchronization of realm night logo. 2019-03-04 11:12:36 -08:00
hotspots.py views: Fix imports of REQ/has_request_variables from the wrong place. 2017-10-27 15:07:31 -07:00
invite.py python: Remove unused imports. 2019-02-22 16:54:36 -08:00
messages.py bugdown: Add support for no_previews argument. 2019-02-28 16:54:04 -08:00
muting.py views: Remove unused imports. 2019-02-02 17:23:43 -08:00
pointer.py views: Remove unused imports. 2019-02-02 17:23:43 -08:00
presence.py user status: Add "status_text" support in the backend. 2019-01-24 09:46:35 -08:00
push_notifications.py views: Remove unused imports. 2019-02-02 17:23:43 -08:00
reactions.py views: Remove unused imports. 2019-02-02 17:23:43 -08:00
realm_domains.py views: Change use of typing.Text to str. 2018-04-23 18:51:23 -07:00
realm_emoji.py views: Remove unused imports. 2019-02-02 17:23:43 -08:00
realm_filters.py views: Remove unused imports. 2019-02-02 17:23:43 -08:00
realm_icon.py zerver/views: Use python 3 syntax for typing. 2017-10-26 21:58:22 -07:00
realm_logo.py python: Remove unused imports. 2019-02-22 16:54:36 -08:00
realm.py zoom: Avoid sending Zoom API secret to other admin clients. 2019-02-28 15:43:42 -08:00
registration.py auth2: Don't use session for passing multiuse invite key. 2019-02-12 15:51:11 -08:00
report.py views: Remove unused imports. 2019-02-02 17:23:43 -08:00
storage.py views: Remove unused imports. 2019-02-02 17:23:43 -08:00
streams.py api/streams: Support including bot owner's subscriptions. 2019-02-28 22:32:05 -08:00
submessage.py views: Remove unused imports. 2019-02-02 17:23:43 -08:00
thumbnail.py views: Remove unused imports. 2019-02-02 17:23:43 -08: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: Remove unused imports. 2019-02-02 17:23:43 -08:00
unsubscribe.py views: Remove unused imports. 2019-02-02 17:23:43 -08:00
upload.py views: Remove unused imports. 2019-02-02 17:23:43 -08:00
user_groups.py views: Remove unused imports. 2019-02-02 17:23:43 -08:00
user_settings.py views: Remove unused imports. 2019-02-02 17:23:43 -08:00
users.py views: Remove unused imports. 2019-02-02 17:23:43 -08:00
video_calls.py compose: Add support for using Zoom as the video chat provider. 2019-01-07 10:00:02 -08:00
zephyr.py views: Remove unused imports. 2019-02-02 17:23:43 -08:00