Commit Graph

757 Commits

Author SHA1 Message Date
Alya Abbott
12bee92674 help: Document group permissions panel. 2025-01-27 18:02:50 -08:00
Lauryn Menard
6b6142bcf6 help: Update change email address instructions for UI changes. 2025-01-24 16:49:05 -08:00
Alya Abbott
1367f305b2 help: Update docs on permissions to subscribe other users to channels. 2025-01-23 16:02:26 -08:00
Alya Abbott
8c409caa3a help: Update default channels documentation.
- Add intro describing how it works.
- Fix instructions for adding default channels.
2025-01-22 15:59:56 -08:00
Alya Abbott
8b5cb07724 help: Tweak to reflect group-based permissions. 2025-01-22 15:59:56 -08:00
Shubham Padia
a76042ce39 invite: Any combination of default streams should be subscribe-able.
Fixes #32706.

A user with permission to invite users should be able to subscribe users
to any of the default streams whether they have the permission to do so
or not for each of those default streams or not. This should only happen
in the invite code path, and not the subscribe code path.

This commit also adds the ability to pick and chose default streams if
you do not have the permission to subscribe to any other channels.

Before this, if you did not have the permission to subscribe any other
channels, only the checkbox to subscribe to all the default streams at
once was available to you.

For the stream pill typeahead, we don't show streams that the user
cannot subscribe other users to. For more details, see

   https://chat.zulip.org/#narrow/channel/101-design/topic/can.20subscribe.20other.20users.20permission.20invite
2025-01-22 14:27:06 -08:00
ritwik-69
dd56e04dc6 presence: Record stats for invisible users. 2025-01-22 09:19:15 -08:00
Chris Bobbe
c088ddcecf help: Mention microG's Cloud Messaging setting in notification help 2025-01-16 14:03:19 -08:00
Alya Abbott
06a776e7b6 help: Document how previews of large animated images work. 2025-01-15 09:56:19 -08:00
Alya Abbott
126d76db50 help and policies: Reorganize GDPR compliance documentation.
Also add reference links.
2025-01-12 08:13:13 -08:00
Nehal Sharma
04f06a4588 integrations: Add support for BigBlueButton voice only calls.
We now allow users to create voice calls when their call provider is
BigBlueButton. This is done by creating a call where cameras are
disabled for all participants in the call -- a voice call, and making
only the call creator the moderator, so no one else can switch a voice
only call to a video call.

Also, we stop using the deprecated fields "attendeePW" and "moderatorPW"
in the Big Blue Button API, and use "role" instead.

The side effects are that now we only support BigBlueButton 2.4 and
above, and that only the call creator is a moderator and all other
joinees are viewers for all BigBlueButton calls.

Fixes: #26550.

Most of the code for the integration was written by Nehal.
Apoorva made the changes that resolve conflicts which were
introduced because of the `typed_endpoint` decorator.

With some documentation tweaks by tabbott.

Co-authored-by: Apoorva Pendse <apoorvavpendse@gmail.com>
2025-01-09 13:54:46 -08:00
Alya Abbott
34b7c6de2d help: Refresh email notifications help page.
Document more clearly when notifications are triggered.
2025-01-09 12:38:46 -08:00
Lauryn Menard
4eb4ba3f33 help: Add period to who can unsubscribe others instruction. 2025-01-07 13:41:40 -08:00
Lauryn Menard
5240008405 help: Update help center links for channel permissions revision.
Updates a few existing links in the help center after the revisons
to the channel permissions documentation.
2025-01-07 13:41:40 -08:00
Lauryn Menard
9586dd4f51 help: Update related articles for channel management section.
Updates the "Related articles" sections after the revisions to the
channel permissions documentation, focusing on the articles in the
"Channel management" section of the help center.
2025-01-07 13:41:40 -08:00
Shubham Padia
333b3904b5 user_group_settings: Use user-group-x icon for deactivate button. 2025-01-06 09:48:28 -08:00
Lauryn Menard
1e66572f46 help: Update time zone article for update local time zone banner.
Updates the help center article for changing your time zone to
document the banner for updating the local time zone to match
the computer's time zone.
2025-01-02 17:40:42 -08:00
Lauryn Menard
1166bc001e help: Document setting a data deletion date during org deactivation. 2024-12-30 09:44:35 -08:00
Alya Abbott
1ad2ce212e help: Get rid of a double negative. 2024-12-30 09:43:50 -08:00
qnhn22
e97572e30b settings: Improve presentation of auto-follow topics settings.
Fixes #32761
2024-12-19 09:06:16 -08:00
Alya Abbott
51b9a7f43e help: Note that channel names can include Unicode emoji.
Also add a tip about links in channel descriptions.
2024-12-18 15:15:55 -08:00
Alya Abbott
0d4eca2032 help: Note that you may need a separate account for a call. 2024-12-18 13:20:50 -08:00
aditya.chaudhary1558@gmail.com
08c8e40afa drafts: Remove feature for discarding drafts after 30 days.
This commit helps in removal of all the code and documentation
related to 30-day auto removal of draft that are saved.

Fixes #32176.
2024-12-17 11:54:10 -08:00
Anders Kaseorg
8da43b82fa help: Fix unescaped angle brackets.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2024-12-16 13:38:05 -08:00
Mateusz Mandera
94cc413016 docs: Renaming AzureAD to Entra ID, part two.
This is a follow-up to #32693, which missed a bunch of places due to
varying ways of typing Azure AD. (Azure AD, Azure Active Directory etc.)

In the diff there's an apparent inconsistency with renaming, in some
places renaming to just "Microsoft Entra ID" and in others
"Microsoft Entra ID (AzureAD)".
The idea is to add (AzureAD) in ordinary documentation, as it can help
clarity since many people still think of this as AzureAD, while sticking
with brevity and cleanliness of just using the official name in
marketing focused material.
2024-12-15 08:22:30 -08:00
Alya Abbott
426a5484bd help: Rephrase confusing note. 2024-12-13 20:10:59 -08:00
Alya Abbott
8a60b83c55 help: Rewrite channel permissions page.
- Explain channel types and other permissions in words.
- Drop tables of permissions.
2024-12-13 20:10:56 -08:00
Alya Abbott
e4a33f7c48 help: Move note about globe indicator for web-public channels. 2024-12-13 20:10:56 -08:00
Alya Abbott
423eab65a4 help: Document channel administrator feature. 2024-12-13 20:10:08 -08:00
Alya Abbott
146bc911c2 help: Remove extra info on "Create a channel" page.
Remove duplicate info to simplify maintenance.
2024-12-13 20:10:08 -08:00
Alya Abbott
bf7c9959c1 help: Split permissions to add and remove subscribers into 2 pages. 2024-12-13 20:10:07 -08:00
Mateusz Mandera
81c2c0b328 docs: Finish renaming AzureAD to Entra ID.
Microsoft has been renaming AzureAD to Entra ID. Though both names still
seem to function, even if unofficially, so this mostly renames to `Entra
ID (AzureAD)` to reference both for clarity.
2024-12-12 17:48:54 -08:00
Lauryn Menard
fc810655e6 help: Rename "roles-and-permissions.md" to "manage-permissions.md".
Renames file and redirects existing links to "help/user-roles" as
the previous content tracks to that current file's content.

Updates existing links (excluding ReadtheDocs) to go to either
"help/user-roles" or "help/manage-permissions" depending on which
help center article applies to the content.
2024-12-11 12:02:11 -08:00
Lauryn Menard
0fd0a1ab21 help: Rename "change-a-users-role.md" to "user-roles.md".
Renames file and adds redirect to existing help center
links.
2024-12-11 12:02:11 -08:00
Alya Abbott
3737cb59a6 help: Update roles and permissions documentation. 2024-12-11 12:02:11 -08:00
Alya Abbott
f0d9193354 help: Remove mention of roles for invitation permissions. 2024-12-11 12:02:11 -08:00
Lauryn Menard
752e8625d0 help: Add pick plan step for self-hosted invoice billing upgrade. 2024-12-09 10:11:59 -08:00
Alya Abbott
253e7d5dff help: Add a page on managing a user's group membership. 2024-12-06 11:54:16 -08:00
Alya Abbott
cdf31ae5d5 help: Update permissions note for subscribing users to channels. 2024-12-06 11:54:16 -08:00
Emil Grehn
74f1b505ba message_quoting: Rename help page to "Quote or forward a message".
Move the page to /help/quote-or-forward-a-message and
add a url redirect from the old url.

Fixes #31953
2024-12-04 22:25:14 -08:00
Emil Grehn
f9b95bd4f3 message_quoting: Add a "Forward message" option below "Quote message".
Forward message starts a new message with the quoted context
(message or selection).
The compose box opens with then channel picker open and no topic.

Also added documentation about this feature in the help center.

Fixes part 2 of #31953
2024-12-04 22:25:14 -08:00
Emil Grehn
58d91dacd5 message_quoting: Rename 'Quote and reply' to 'Quote message'.
'Quote message' is a more accurate decription, as this option inserts
the quoted text into whatever message you're composing or editing;
it does not necessarily start a new reply.

Fixes first part of #31953.
2024-12-04 22:25:14 -08:00
Alya Abbott
5d710ec4c5 portico and help: Link to guide to choosing a team chat app.
Also reorder other links, and adds Why Zulip to help center nav.
2024-12-04 11:39:12 -08:00
Alya Abbott
4fcc087430 help: Rename user list sections according to UI changes. 2024-12-03 14:13:06 -08:00
Alya Abbott
ed40bad43f help: Document that users can be shown with avatars. 2024-12-03 14:13:06 -08:00
Lauryn Menard
35215d2d29 help: Document how to configure the user list style. 2024-12-03 10:32:18 -08:00
Sahil Batra
513b8aabb5 help: Mention "Who can remove members from this group" setting.
Fixes #25943.
2024-12-02 17:38:46 -08:00
Alya Abbott
510af0e0fc help: Document adding users to groups via invitation modal. 2024-11-27 09:56:33 -08:00
Alya Abbott
c40cbd4623 help: Improve subgroups documentation. 2024-11-27 09:56:33 -08:00
Alya Abbott
16d6fb8f07 help: Remove extraneous banner about requiring a paid plan. 2024-11-26 11:24:45 -08:00