zulip/web
Shubham Padia a6e5498a79 notifications: Avoid potential collisions in notification keys.
Fixes #26729.

Earlier we used to encode the stream notification key using `to` and `>`
which could very well be part of a stream_name and cause potential
collisions in the keys. This commit fixes that by using unique prefixes
for each notification type and suffixes that would not cause collision
within that prefix range.
2025-11-25 09:53:37 -08:00
..
e2e-tests settings: Add buttons for common bot actions in the table. 2025-11-13 10:08:33 -08:00
generated
html web: Sync content of Django and nginx error pages. 2025-04-03 17:09:46 -07:00
icons shared: Move icons to web/images/icons. 2025-11-14 10:19:12 -08:00
images portico: Add a Zulip Cloud landing page. 2025-11-18 16:51:13 -08:00
server katex_server: Fix import/no-named-as-default. 2024-09-25 15:41:01 -07:00
src notifications: Avoid potential collisions in notification keys. 2025-11-25 09:53:37 -08:00
styles templates: Extract template for terms of service form field. 2025-11-24 16:46:54 -08:00
templates channel-folders-popover: Use unique id for inbox and left sidebar. 2025-11-25 09:52:11 -08:00
tests notifications: Avoid potential collisions in notification keys. 2025-11-25 09:53:37 -08:00
third css: Use variables to set height and margin in user profile modal. 2025-11-05 16:29:58 -08:00
.browserslistrc browserslist: Add support for logical props. 2025-05-21 15:19:08 -07:00
.gitignore
babel.config.js dependencies: Upgrade JavaScript dependencies. 2025-11-01 07:24:57 -07:00
debug-require-webpack-plugin.ts debug-require: Rename to *.cjs. 2024-11-13 09:18:56 -08:00
debug-require.cjs debug-require: Rename to *.cjs. 2024-11-13 09:18:56 -08:00
postcss.config.js postcss: Type-check PostCSS configuration. 2025-09-10 09:44:44 -07:00
webpack.assets.json integration-docs: Enable tab switching and copying code blocks. 2025-11-21 12:20:12 -08:00
webpack.config.ts shared: Move typing_status.ts to web/src. 2025-11-11 09:06:18 -08:00
webpack.dev-assets.json help: Add default page to display on /help when help server is off. 2025-09-26 11:41:10 -07:00