zulip/zerver
Tim Abbott 16123c9a58 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-02 09:45:50 -08:00
..
data_import streams: Prevent creation of multi-line stream descriptions. 2019-02-20 12:28:00 -08:00
lib realm_logo: Fix synchronization of realm night logo. 2019-03-02 09:45:50 -08:00
management backup: Set cwd while running pg_dump. 2019-02-28 14:40:28 -08:00
migrations streams: Disable inline URL preview when rendering stream descriptions. 2019-02-28 17:00:40 -08:00
openapi api/streams: Support including bot owner's subscriptions. 2019-02-28 22:32:05 -08:00
templatetags zerver core: Remove unused imports. 2019-02-02 17:41:24 -08:00
tests realm_logo: Fix synchronization of realm night logo. 2019-03-02 09:45:50 -08:00
tornado tornado: Remove unused imports. 2019-02-02 17:33:13 -08:00
views realm_logo: Fix synchronization of realm night logo. 2019-03-02 09:45:50 -08:00
webhooks webhooks/zapier: Remove code related to our official Zapier app. 2019-02-28 22:09:35 -08:00
worker push notif: Send a batch of message IDs in one `remove` payload. 2019-02-26 16:41:54 -08:00
__init__.py
apps.py python: Mark intentionally unused imports with noop statements. 2019-02-22 16:54:47 -08:00
context_processors.py realm_logo: Fix synchronization of realm night logo. 2019-03-02 09:45:50 -08:00
decorator.py decorator.py: Add `max_int_size` param to `to_non_negative_int()`. 2019-03-01 11:16:46 -08:00
filters.py error reports: Ensure we filter API keys from query strings. 2018-10-19 15:03:14 -07:00
forms.py zerver core: Remove unused imports. 2019-02-02 17:41:24 -08:00
logging_handlers.py try_git_describe: Set cwd, not --git-dir. 2019-02-28 14:59:33 -08:00
middleware.py middleware: Avoid doing work for statsd when not enabled. 2019-02-27 17:53:15 -08:00
models.py settings: Add support for uploading logo for night mode. 2019-02-18 15:15:57 -08:00
signals.py zerver core: Remove unused imports. 2019-02-02 17:41:24 -08:00
static_header.txt