zulip/zerver
Prakhar Pratyush fb5b721421 onboarding_step: Don't show 'visibility_policy_banner' to new users.
Earlier, a one-time 'visibility_policy_banner' was displayed to
existing as well as new users to inform them about the new
"follow/unmute topics" feature.

It makes sense to educate only the existing Zulip users about
the new feature using this banner. New users don't need to know
about following topics right away.

This commit makes changes to NOT show the banner to new users.

This will also help to avoid banner overload in the new user
experience.

Fixes #30615.
2024-06-28 10:41:48 -07:00
..
actions onboarding_step: Don't show 'visibility_policy_banner' to new users. 2024-06-28 10:41:48 -07:00
data_import upload: Move methods into zerver.lib.upload from .base. 2024-06-26 16:43:11 -07:00
integration_fixtures/nagios
lib requirements: Upgrade Python requirements. 2024-06-27 15:31:43 -07:00
management realm-deactivation: Send email to owners as part of deactivation. 2024-06-26 16:48:18 -07:00
migrations migrations: Add migration for RealmAuditLog ordering. 2024-06-26 17:18:50 -07:00
models requirements: Upgrade Python requirements. 2024-06-27 15:31:43 -07:00
openapi api_docs: Rename titles of endpoint docs and add missing links. 2024-06-28 10:07:27 -07:00
tests onboarding_step: Don't show 'visibility_policy_banner' to new users. 2024-06-28 10:41:48 -07:00
tornado requirements: Upgrade Python requirements. 2024-05-06 12:56:30 -07:00
transaction_tests user_groups: Create NamedUserGroup objects when creating new groups. 2024-04-26 17:03:09 -07:00
views requirements: Upgrade Python requirements. 2024-06-27 15:31:43 -07:00
webhooks clubhouse: Fix PLR1704 Redefining argument with the local name `action`. 2024-06-27 15:31:43 -07:00
worker requirements: Upgrade Python requirements. 2024-06-27 15:31:43 -07:00
__init__.py
apps.py mypy: Enable new error explicit-override. 2023-10-12 12:28:41 -07:00
context_processors.py sentry: Untangle from page_params. 2024-06-22 18:53:56 -07:00
decorator.py test_decorators: Replace some deleted tests. 2024-03-29 09:39:34 -07:00
filters.py mypy: Enable new error explicit-override. 2023-10-12 12:28:41 -07:00
forms.py emails: Replace occurrences of uri with url in email templates. 2024-05-24 11:18:35 -07:00
logging_handlers.py error_notify: Remove custom email error reporting handler. 2023-07-20 11:00:09 -07:00
middleware.py portico: Improve message for deactivated, invalid and moved orgs. 2024-05-13 12:44:20 -07:00
signals.py ruff: Fix UP036 Version block is outdated for minimum Python version. 2024-04-01 18:32:52 -07:00