zulip/web
Aditya Kumar Kasaudhan d1ff871523 webhooks: Support filtering GitHub activity from private repositories.
Currently, the GitHub webhook sends activity from both public and private
repositories, which could lead to unintended disclosure of sensitive
information from private repositories.

This commit introduces a ignore_private_repositories parameter to the
webhook URL. When set to true, the webhook ignore processing activity from
private repositories, ensuring that such activities are not posted to
Zulip streams. By default, if the parameter is omitted or set to false,
activities from both public and private repositories are processed
normally. This provides users with the flexibility to control the
visibility of private repository activities without altering the default
behavior.

More importantly, this introduces a cleaner mechanism for individual
incoming webhooks to declare support for settings not common to all
webhook integrations.

Fixes #31638.
2024-10-31 10:40:28 -07:00
..
e2e-tests realm_creation: Let user choose their org type. 2024-10-20 18:17:04 -07:00
generated
html
images checkboxes: Render border-color-matched SVGs in light and dark modes. 2024-09-16 15:43:47 -07:00
server katex_server: Fix import/no-named-as-default. 2024-09-25 15:41:01 -07:00
shared left_sidebar: Present better-aligned masked unreads as icons. 2024-10-15 15:04:47 -07:00
src webhooks: Support filtering GitHub activity from private repositories. 2024-10-31 10:40:28 -07:00
styles settings: Fix disabled look for group settings pills UI. 2024-10-31 09:53:14 -07:00
templates webhooks: Support filtering GitHub activity from private repositories. 2024-10-31 10:40:28 -07:00
tests settings: Do not disable time limit settings. 2024-10-30 12:03:36 -07:00
third link_styles: Establish variable-based generic link styles. 2024-10-15 15:04:47 -07:00
.browserslistrc
.gitignore emoji: Convert spritesheets to webp. 2024-09-11 09:03:47 -07:00
babel.config.js
debug-require-webpack-plugin.ts eslint: Fix unicorn/prefer-node-protocol. 2024-10-08 16:54:15 -07:00
debug-require.js
postcss.config.js eslint: Fix unicorn/prefer-node-protocol. 2024-10-08 16:54:15 -07:00
webpack.assets.json
webpack.config.ts eslint: Fix unicorn/prefer-node-protocol. 2024-10-08 16:54:15 -07:00
webpack.dev-assets.json