zulip/static
Tim Abbott 4fff858aa2 templates: Fix missing quoting of attributes in HTML templates.
This fixes a bundle of issues where we were missing "" around
attributes coming from variables.  In most cases, the variables were
integers or fixed constants from the Zulip codebase (E.g. the name of
an installed integration), but in at least one case it was
user-provided data that could potentially have security impact.
2020-06-16 23:35:39 -07:00
..
assets python: Convert more percent formatting to Python 3.6 f-strings. 2020-06-14 23:27:22 -07:00
audio notifications: Add a setting for changing the notification sound. 2018-12-09 21:25:30 -08:00
generated
html docs: Update URLs to use https://zulip.com. 2020-06-08 18:10:45 -07:00
images markdown: Add support for spoilers. 2020-06-16 16:14:10 -07:00
js navbar: Use filter._sub instead of calling stream_data. 2020-06-16 18:07:50 -07:00
shared typeahead: Convert to ES6 module. 2020-02-19 14:36:42 -08:00
styles navbar: Improve spacing between stream name and sub_count. 2020-06-16 17:26:55 -07:00
templates templates: Fix missing quoting of attributes in HTML templates. 2020-06-16 23:35:39 -07:00
third markdown: Add timestamp syntax to markdown processors. 2020-05-20 14:23:55 -07:00
.eslintrc.json lint: Delegate console.log check to ESLint. 2020-02-07 14:09:47 -08:00
.gitignore team: Generate team page data using cron job. 2020-04-08 12:52:31 -07:00
favicon.ico