zulip/zerver
Prakhar Pratyush 49388d5d3d topic_mentions: Fix restriction rule for @-topic mentions.
Now, the topic wildcard mention follows the following
rules:
* If the topic has less than 15 participants , anyone
can use @ topic mentions.
* For more than 15, the org setting 'wildcard_mention_policy'
determines who can use @ topic mentions.

Earlier, topic wildcard mentions followed the same restriction
as stream wildcard mentions, which was incorrect.

Fixes part of #27700.
2023-11-23 12:52:25 -08:00
..
actions topic_mentions: Fix restriction rule for @-topic mentions. 2023-11-23 12:52:25 -08:00
data_import import_util: Remove uuid and uuid_owner_secret from realm dict. 2023-10-18 11:00:49 -07:00
integration_fixtures/nagios
lib topic_mentions: Fix restriction rule for @-topic mentions. 2023-11-23 12:52:25 -08:00
management management: Allow changing is_billing_admin using change_user_role. 2023-11-15 18:36:07 -08:00
migrations migrations: Fix revert migration to not lose all preferences. 2023-11-21 17:56:53 -08:00
openapi topic_mentions: Fix restriction rule for @-topic mentions. 2023-11-23 12:52:25 -08:00
tests topic_mentions: Fix restriction rule for @-topic mentions. 2023-11-23 12:52:25 -08:00
tornado mypy: Enable new error explicit-override. 2023-10-12 12:28:41 -07:00
transaction_tests mypy: Enable new error explicit-override. 2023-10-12 12:28:41 -07:00
views settings: Add support to change user-access setting in development. 2023-11-23 10:40:42 -08:00
webhooks integrations: Add action to GitHub discussion comment notifications. 2023-11-22 08:28:03 -08:00
worker mypy: Enable new error explicit-override. 2023-10-12 12:28:41 -07:00
__init__.py
apps.py mypy: Enable new error explicit-override. 2023-10-12 12:28:41 -07:00
context_processors.py portico: Skip footer and adjust header on invalid realm. 2023-11-01 11:24:12 -07:00
decorator.py corporate: Add prototype authentication system for self-hosters. 2023-11-22 17:03:47 -08:00
filters.py mypy: Enable new error explicit-override. 2023-10-12 12:28:41 -07:00
forms.py registration: Set the organization language at creation time. 2023-10-26 16:27:35 -07:00
logging_handlers.py error_notify: Remove custom email error reporting handler. 2023-07-20 11:00:09 -07:00
middleware.py requests: Add SELF_HOSTING_MANAGEMENT_SUBDOMAIN. 2023-11-22 14:22:26 -08:00
models.py settings: Add support to change user-access setting in development. 2023-11-23 10:40:42 -08:00
signals.py demo-orgs: Create dev environment demo organization without email. 2023-08-31 15:02:16 -07:00