zulip/web
Alex Vandiver 01860422af util: Do not use look-behind in wildcard mention checks.
92fa9ee78c switched this regex to match the server-side regex, but
Safari < 16.4 does not support look-behind in regexes.

Switch to matching on start-of-string or a positive character class.
2024-04-03 17:39:26 -07:00
..
e2e-tests registration: Ask user how they found Zulip. 2024-04-01 12:44:12 -07:00
generated
html
images portico: Remove screenshots from /apps. 2024-01-31 16:10:32 -08:00
server katex_server: Add Prometheus metrics. 2024-03-15 15:34:12 -07:00
shared left-sidebar: Change recent conversation icon. 2024-03-26 12:55:34 -07:00
src util: Do not use look-behind in wildcard mention checks. 2024-04-03 17:39:26 -07:00
styles timestamps: Calculate the maximum timestamp width in use. 2024-04-03 17:38:43 -07:00
templates message_body: Hyphenate message-time class. 2024-04-03 17:38:43 -07:00
tests util: Do not use look-behind in wildcard mention checks. 2024-04-03 17:39:26 -07:00
third typeahead: Move module to web/src. 2024-03-11 09:56:18 -07:00
.browserslistrc
.gitignore
babel.config.js dependencies: Upgrade JavaScript dependencies. 2024-02-22 12:46:40 -08:00
debug-require-webpack-plugin.ts eslint: Fix @typescript-eslint/no-confusing-void-expression. 2023-12-21 16:14:40 -08:00
debug-require.js
postcss.config.js
webpack.assets.json registration: Ask user how they found Zulip. 2024-04-01 12:44:12 -07:00
webpack.config.ts katex: Replace subprocess call with minimal external service. 2024-03-15 15:34:12 -07:00
webpack.dev-assets.json