zulip/zerver
Anders Kaseorg 21dc34cc52 open graph: HTML-escape og:description, twitter:description.
The entire idea of doing this operation with unchecked string
replacement in a middleware class is in my opinion extremely
ill-conceived, but this fixes the most pressing problem with it
generating invalid HTML.

Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
2019-04-23 15:53:59 -07:00
..
data_import lint: Fix code that evaded our lint checks for string % non-tuple. 2019-04-23 15:21:37 -07:00
lib lint: Fix calls to _() on computed strings. 2019-04-23 15:23:03 -07:00
management lint: Fix code that evaded our lint checks for string % non-tuple. 2019-04-23 15:21:37 -07:00
migrations email_mirror: Make email_token a unique column of Stream. 2019-03-17 12:55:35 -07:00
openapi api docs: Fix typo in typing notifications docs. 2019-04-23 11:24:07 -07:00
templatetags render_markdown_path: Convert dicts to dict item tuples for caching. 2019-04-22 13:53:18 -07:00
tests open graph: HTML-escape og:description, twitter:description. 2019-04-23 15:53:59 -07:00
tornado tornado: Remove unused imports. 2019-02-02 17:33:13 -08:00
views lint: Fix calls to _() on computed strings. 2019-04-23 15:23:03 -07:00
webhooks lint: Fix calls to _() on computed strings. 2019-04-23 15:23:03 -07:00
worker lint: Fix code that evaded our lint checks for string % non-tuple. 2019-04-23 15:21:37 -07:00
__init__.py
apps.py python: Mark intentionally unused imports with noop statements. 2019-02-22 16:54:47 -08:00
context_processors.py context_processors: Extract keys from zulip_default_context. 2019-03-25 14:05:36 -07:00
decorator.py lint: Fix code that evaded our lint checks for string % non-tuple. 2019-04-23 15:21:37 -07:00
filters.py error reports: Ensure we filter API keys from query strings. 2018-10-19 15:03:14 -07:00
forms.py lint: Fix code that evaded our lint checks for string % non-tuple. 2019-04-23 15:21:37 -07:00
logging_handlers.py try_git_describe: Set cwd, not --git-dir. 2019-02-28 14:59:33 -08:00
middleware.py open graph: HTML-escape og:description, twitter:description. 2019-04-23 15:53:59 -07:00
models.py lint: Fix calls to _() on computed strings. 2019-04-23 15:23:03 -07:00
signals.py zerver core: Remove unused imports. 2019-02-02 17:41:24 -08:00
static_header.txt