zulip/static
Anders Kaseorg fe28ecb71d hash_util: Convert object characterToBeReplaced object to map.
Computed indexing into an object, especially with a user-provided key,
can be dangerous in JavaScript because of nonsense features like
obj["__proto__"].  In this case there’s no vulnerability because the
possible keys are strictly limited by the regex, but it’s always
better practice to use a Map for computed indexing.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
2021-03-18 15:07:17 -07:00
..
assets docs: Fix more capitalization issues. 2020-10-23 11:46:55 -07:00
audio notificaiton_sounds: Add some atonal sounds created by @stwime. 2021-02-05 12:28:20 -08:00
generated
html logo: Update Zulip logo. 2020-07-16 01:37:08 -07:00
images logos: Optimize jotform.svg with svgo 2. 2021-03-04 12:24:25 -08:00
js hash_util: Convert object characterToBeReplaced object to map. 2021-03-18 15:07:17 -07:00
shared typeahead: Always rank exact string match first. 2021-02-25 17:55:54 -08:00
styles left-sidebar: Remove add-streams option out of scrollbar. 2021-03-16 14:10:04 -07:00
templates message view: Show message source button until message successfully sent. 2021-03-18 14:49:09 -07:00
third refactor: Rename filter to linkifier in frontend code and docs. 2021-03-15 11:19:59 -07:00
.gitignore dependencies: Replace moment.js with date-fns. 2021-02-05 11:04:32 -08:00