zulip/static
Riken Shah 37b265495b alert_words: Revert back before_punctuation regex to stable one.
In this 009b7bca24 commit `before_punctuation`
regex was updated to use lookbehind feature of regex.

This caused a regex error in some browsers (reported in
Safari) because lookbehind feature is not yet supported
on all the browsers (https://caniuse.com/js-regexp-lookbehind).

This commit fixes that error by reverting to stable regex which
works on all the browsers.
2021-05-06 20:36:52 -07:00
..
assets zulip-icon: Add zulip-icon as classPrefix for icon. 2021-04-29 09:02:25 -07:00
audio notificaiton_sounds: Add some atonal sounds created by @stwime. 2021-02-05 12:28:20 -08:00
generated
html templates: Mark all void tags as self-closing. 2021-04-21 09:49:34 -07:00
images integrations: Add Freshping webhook integration. 2021-05-06 11:18:35 -07:00
js alert_words: Revert back before_punctuation regex to stable one. 2021-05-06 20:36:52 -07:00
shared js: Remove some pointless IIFEs. 2021-05-06 14:38:57 -07:00
styles apps: Link to macOS Apple silicon native build. 2021-05-06 17:52:00 -07:00
templates user docs: Create separate "Code blocks" user documentation page. 2021-05-05 16:11:21 -07:00
third Revert "markdown: Add support to shorten GitHub links." 2021-04-02 15:52:34 -07:00
.gitignore dependencies: Replace moment.js with date-fns. 2021-02-05 11:04:32 -08:00